Changes between Version 1 and Version 2 of spam/mua-config


Ignore:
Timestamp:
09/26/06 12:09:38 (19 years ago)
Author:
jrollins@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • spam/mua-config

    v1 v2  
    88The 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:
    99{{{
    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"
     10macro index,pager S "<save-message>[CAL mailbox folder]/INBOX.missed-spam/<enter><enter>" "move spam to missed-spam folder"
    1111}}}
    1212"[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.