]> code.delx.au - dotfiles/blob - .mutt/macros
Mutt: never write bcc header
[dotfiles] / .mutt / macros
1 # vim:ft=muttrc
2
3 # Put messages into the junk folder
4 macro index <Esc>j "<select-entry><save-message>=Junk<enter>" "move message to the Junk folder"
5 macro pager <Esc>j "<save-message>=Junk<enter>" "move message to the junk folder"
6
7 # Make N search backwards
8 macro index N "<search-opposite>" "search for next match in opposite direction"
9 macro pager N "<search-opposite>" "search for next match in opposite direction"
10 macro alias N "<search-opposite>" "search for next match in opposite direction"
11
12 # Go back to the inbox
13 macro index I "<change-folder>=Inbox<enter>" "go back to the inbox"
14 macro pager I "<change-folder>=Inbox<enter>" "go back to the inbox"
15 # Go to the received mail folder
16 macro index R "<change-folder>=Received<enter>" "go to the received mail folder"
17 macro pager R "<change-folder>=Received<enter>" "go to the received mail folder"
18
19 # Make copying and moving use the file browser by default
20 macro index C "<copy-message>?" "copy a message to a mailbox"
21 macro index s "<save-message>?" "move a message to a mailbox"
22 macro pager C "<copy-message>?" "copy a message to a mailbox"
23 macro pager s "<save-message>?" "move a message to a mailbox"
24