diff options
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 6d0b09e..c66b1b5 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -19,7 +19,7 @@ auto_view text/html # macros set wait_key = no macro index,pager G "<shell-escape>imapfilter -c ~/.imapfilter/personal.lua &>/dev/null && mbsync personal && notmuch new 2>/dev/null<enter>" -macro index,pager H "<shell-escape>imapfilter -c ~/.imapfilter/work.lua &>/dev/null && mbsync work && notmuch new 2>/dev/null<enter>" +macro index,pager H "<shell-escape>imapfilter -c ~/.imapfilter/work.lua &>/dev/null && mbsync work && notmuch new 2>/dev/null<enter>" macro index,pager J "<shell-escape>mbsync -a && notmuch new 2>/dev/null<enter>" macro index <esc>m "T~N<enter>;WNT~O<enter>;WO\CT~T<enter>" "mark all messages read" macro index c "<change-folder>?<toggle-mailboxes>" "open a different folder" @@ -36,7 +36,7 @@ unignore from date subject to cc hdr_order from to cc date subject # mailboxes -mailboxes =personal/inbox =personal/drafts =personal/work =personal/all +mailboxes =personal/inbox =personal/drafts =personal/all mailboxes =work/inbox =work/drafts =work/all # folder hooks |