Add a logout

Tue, 07 Mar 2017 15:24:38 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 07 Mar 2017 15:24:38 -0500
changeset 528
ed01b5ca7b58
parent 527
1723448e286b
child 529
99f120bc1ad9

Add a logout

.muttrc file | annotate | diff | comparison | revisions
--- a/.muttrc
+++ b/.muttrc
@@ -3,7 +3,7 @@ set config_charset = "utf-8"
 # IMAP
 source ~/.mutt/roomag/config
 
-macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.mutt/roomag/config<enter><change-folder>!<enter>' 'switch roomag'
+macro index,pager <f2> '<sync-mailbox><imap-logout-all><enter-command>source ~/.mutt/roomag/config<enter><change-folder>!<enter>' 'switch roomag'
 
 source ~/.mutt/gpg2.rc
 source `F=$HOME/.mutt/local; if [ ! -s "$F" ]; then F=/dev/null;fi;echo "$F"`

mercurial