From 2e65a1aa36e807871ac7293aaea32008102f8bd4 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 31 Mar 2020 01:09:49 +0200 Subject: [PATCH] adding mutt installation script --- #additionalinstall/MUTT.md | 19 +++++++++++++++++++ #additionalinstall/mutt.sh | 7 +++++++ 2 files changed, 26 insertions(+) create mode 100644 #additionalinstall/MUTT.md create mode 100644 #additionalinstall/mutt.sh diff --git a/#additionalinstall/MUTT.md b/#additionalinstall/MUTT.md new file mode 100644 index 0000000..9dd87a4 --- /dev/null +++ b/#additionalinstall/MUTT.md @@ -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 diff --git a/#additionalinstall/mutt.sh b/#additionalinstall/mutt.sh new file mode 100644 index 0000000..de876b3 --- /dev/null +++ b/#additionalinstall/mutt.sh @@ -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