mirror of
				https://github.com/tiyn/larbs.git
				synced 2025-10-31 10:31:15 +01:00 
			
		
		
		
	adding mutt installation script
This commit is contained in:
		
							
								
								
									
										19
									
								
								#additionalinstall/MUTT.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								#additionalinstall/MUTT.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| # Mutt | ||||
| These are a bunch of programs to be able to use lukesmithxyz's mutt-wizard, | ||||
| which will be able to setup your neomutt acordingly. | ||||
|  | ||||
| | program     | description           | | ||||
| | ----------- | --------------------- | | ||||
| | neomutt     | mail program          | | ||||
| | isync       | syncs mail            | | ||||
| | msmtp       | sends mail            | | ||||
| | pass        | encrypts passwords    | | ||||
| | mutt-wizard | autoconfigure neomutt | | ||||
|  | ||||
| After this you will be able to: | ||||
| ``` mw add ``` to add mailaccounts | ||||
| ``` mw ls ``` to list existing ones | ||||
| ``` mw pass ``` to revise passwords | ||||
| ``` mw delete ``` to delete accounts | ||||
| ``` mw purge ``` to delete all accounts and settings | ||||
| ``` mw cron ``` toggle a cronjob to sync mail | ||||
							
								
								
									
										7
									
								
								#additionalinstall/mutt.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								#additionalinstall/mutt.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| #!/bin/sh | ||||
| sudo pacman -S neomutt isync msmtp pass | ||||
| git clone https://github.com/lukesmithxyz/mutt-wizard | ||||
| cd mutt-wizard | ||||
| sudo make install | ||||
| cd .. | ||||
| rm -rf mutt-wizard | ||||
		Reference in New Issue
	
	Block a user