Added ham training shortcut
1 files changed, 4 insertions(+), 0 deletions(-)

M mutt/muttrc.pscom
M mutt/muttrc.pscom +4 -0
@@ 1,5 1,8 @@ 
 # Account Settings -----------------------------------
 
+# Blank mailboxes
+#unmailboxes *
+
 set realname = "Peter Sanchez"
 set from = "pjs@petersanchez.com"
 set use_from = yes

          
@@ 13,6 16,7 @@ macro index O "<sync-mailbox><shell-esca
 macro index o "<sync-mailbox><shell-escape>offlineimap -q -a PeterPS -f INBOX<enter>" "run offlineimap to sync inbox"
 macro index e "<enter-command>unset resolve<enter><clear-flag>N<enter-command>set resolve<enter><save-message>+pjs-petersanchez.com/archive<enter>" "archive message"
 macro index S "<enter-command>unset resolve<enter><clear-flag>N<enter-command>set resolve<enter><save-message>+pjs-petersanchez.com/junk<enter>" "mark message as spam"
+macro index H "<enter-command>unset resolve<enter><clear-flag>N<enter-command>set resolve<enter><save-message>+pjs-petersanchez.com/INBOX<enter>" "mark message as ham"
 
 # Google Tools
 #macro index,pager ,g "<shell-escape>echo 'https://mail.google.com/mail/u/0/#inbox'|urlview<enter>" "open Gmail Inbox"