]> code.delx.au - dotfiles/blobdiff - .mutt/macros
Mutt improvements
[dotfiles] / .mutt / macros
index f73667dde68603bb27d6c6bdb915368c3389d0d6..7635a66f3d4cd4fd513ed8c2461d599759dd034e 100644 (file)
@@ -1,11 +1,8 @@
 # vim:ft=muttrc
 
-# Query the address book
-set query_command="lbdbq '%s'"
-
 # Put messages into the junk folder
-macro index S "<clear-flag>N<clear-flag>O<save-message>=Junk<enter>" "move message to the Junk folder"
-macro pager S "<save-message>=Junk<enter>" "move message to the junk folder"
+macro index <Esc>j "<select-entry><save-message>=Junk<enter>" "move message to the Junk folder"
+macro pager <Esc>j "<save-message>=Junk<enter>" "move message to the junk folder"
 
 # Make N search backwards
 macro index N "<search-opposite>" "search for next match in opposite direction"
@@ -14,7 +11,7 @@ macro pager N "<search-opposite>" "search for next match in opposite direction"
 # Go back to the inbox
 macro index I "<change-folder>=Inbox<enter>" "go back to the inbox"
 macro pager I "<change-folder>=Inbox<enter>" "go back to the inbox"
-# Go to the received mail folter
+# Go to the received mail folder
 macro index R "<change-folder>=Received<enter>" "go to the received mail folder"
 macro pager R "<change-folder>=Received<enter>" "go to the received mail folder"