diff options
author | Ben Sima <ben@bsima.me> | 2018-07-13 15:36:18 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-07-13 15:36:18 -0700 |
commit | 103ed7947824a00a4d377cc356e9e98fa57b57ce (patch) | |
tree | 2527c125613825f6c28340cda4d0c396f40c8990 /muttrc | |
parent | a25f817202787a140cee28bd4e1a385f1119f30c (diff) |
Mail and bash aliases
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,9 +80,9 @@ virtual-mailboxes "jobs" "notmuch://?query=tag:jobs" virtual-mailboxes "todo" "notmuch://?query=tag:todo" virtual-mailboxes "newsletters" "notmuch://?query=tag:newsletters" -macro index S "<vfolder-from-query>" "search mailbox" +macro index,pager S "<vfolder-from-query>" "search mailbox" macro index,pager A "<modify-labels>+archive -unread -inbox\n" "archive message" -macro index c "<change-vfolder>?" "change to vfolder overview" +macro index,pager c "<change-vfolder>?" "change to vfolder overview" bind index,pager y modify-labels bind index,pager + entire-thread |