mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit a83cde97a4b5903feabfaf695a3200a4e473b47d
parent d5f6a3b12f2ffd290fabdd4126005e3fc5ddd55a
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Fri,  8 Jun 2018 11:41:57 -0400

mutt update command now no longer relative

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

diff --git a/muttrc b/muttrc @@ -54,8 +54,8 @@ set include # include message in replies macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read" #sync email -macro index O "<shell-escape>offlineimap<enter>" "run offlineimap to sync all mail" -macro index o "<shell-escape>offlineimap -qf INBOX<enter>" "run offlineimap to sync inbox" +macro index O "<shell-escape>$HOME/.config/mutt/etc/mailsync.sh<enter>" "run offlineimap to sync all mail" +macro index o "<shell-escape>$HOME/.config/mutt/etc/mailsync.sh -qf INBOX<enter>" "run offlineimap to sync inbox" #copy/move dialogs macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"