Changes between Version 1 and Version 2 of spam/mua-config
- Timestamp:
- 09/26/06 12:09:38 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
spam/mua-config
v1 v2 8 8 The following keyboard macro (in ~/.mutt/muttrc or ~/.muttrc) can be used to move a missed spam (with full headers) into a "missed-spam" folder that is elsewhere (ie. not by mutt) sync'd with the remote IMAP folders, and delete the original message from your inbox: 9 9 {{{ 10 macro index,pager S " h<decode-copy>[CAL mailbox folder]/INBOX.missed-spam/<enter><enter><delete-message>h" "move spam to missed-spam folder"10 macro index,pager S "<save-message>[CAL mailbox folder]/INBOX.missed-spam/<enter><enter>" "move spam to missed-spam folder" 11 11 }}} 12 12 "[CAL mailbox folder]" should of course be substituted with the path to the local directory where your CAL mail is stored. This is known to work for maildir mailbox folders. It may not work with mbox folders. A similar technique could probably be used to move spam into the missed-spam IMAP folder if handled by mutt directly.
