# -*- muttrc -*- # # Mutt configuration file # 2008, kolter # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY # # Macros settings for Mutt. # macro generic \em "source ~/.muttrc" "Reloading Mutt's configuration" macro index,pager " =" "Change folder for INBOX" macro index,pager " =.Sent" "Change folder for Sent" macro index,pager " =.Draft" "Change folder for Draft" macro index,pager " =.Spam" "Change folder for Spam" macro index,pager " =.Trash" "Change folder for Trash" macro index,pager " =" "Change folder for INBOX" macro index,pager B "toggle sidebar_visible" "Toggle sidebar visibility" macro index,pager X "toggle sidebar_newmail_only" "Toggle sidebar only new mails" macro index \cx "~N|~O*" "Mark all new messages as read" #macro index,pager S "unset wait_keyspam@localhostset wait_key" "Bounce message to AntiSpam (spam)" #macro index,pager H "unset wait_keyham@localhostset wait_key" "Bounce message to AntiSpam (ham)" macro index S "set confirmappend=no delete=yes auto_tag=yes resolve=noNO=.Spam\nset confirmappend=yes delete=ask-yes resolve=yes" # Search macro index "f" "unset wait_keyread -p'Search pattern: ' search_pattern; mu find --clearlinks --linksdir ~/Mail/imap/.search --format links \$search_pattern\~/Mail/imap/.search\n" "Search" macro index "s" "~/Mail/imap/.search\n" "Show search results" # labels macro index y "set editor=~/.bin/mutt-edit-label\n\nOset editor=vim\n" "Edit label(s)" macro index \Cy "~y " "Limit view to label"