mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 42ca7ef19c2c5e078c67f5f1d6fe232566cd47b2
parent 8ea643df1fdcb02ecaaefaf6d006aebad39c68bf
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue,  5 Dec 2017 15:20:25 +0100

use neomutt

Diffstat:
my-mutt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/my-mutt b/my-mutt @@ -9,10 +9,10 @@ if grep "^`hostname | cut -d '.' -f1`$" ~/.mutt/local_email > /dev/null then # local email # -e "push '<limit>~(! ~D)<enter>G'" - mutt "$@" + neomutt "$@" else # remote email # -e "push '<limit>~(! ~D)<enter>G'" - mutt -F ~/.mutt/imap "$@" + neomutt -F ~/.mutt/imap "$@" fi