At 10:07 AM EDT on July 15 Adam J Henry sent off:
> 1. Can I configure Mutt to filter my mail upon opening a mailbox?

Do you mean scoring?  Yes.  If you mean limiting the view like with
limit, I suppose you could make a macro to change to the mailbox and
execute the limit command.
 
> 2. How can I use Mutt's PGP integration on a message that contains a PGP
>    header, that doesn't follow Mutt's attachment convention?  Friends who use
>    other readers sometimes like to put the message in the body of the mail
>    instead of putting it in MIME attachments.

I hope this is in a FAQ, but here goes:

1. Get procmail.

2. Put this in your ~/.procmailrc:

#####################################
# Add a "Content-Type: application/pgp" header so Mutt will know the
# mail is signed / encrypted.
:0 H
* !^Content-Type:.*application/pgp
 {
   :0 fB
   * ^-----BEGIN PGP MESSAGE-----
   | formail -I Content-Type -A "Content-Type: application/pgp; format=text; 
x-action=encrypt"

   :0 fB
   * ^-----BEGIN PGP SIGNED MESSAGE-----
   | formail -I Content-Type -A "Content-Type: application/pgp; format=text; 
x-action=sign"
 }

#####################################


Sorry, I can't remember who first posted that to the list.  Procmail
can also filter your mail before it goes in your mailbox(es).

HTH.

-- 
All I want is a warm bed and a kind word and unlimited power.
  - Ashleigh Brilliant
Robert I. Reid <[EMAIL PROTECTED]>     http://astro.utoronto.ca/~reid/
PGP Key: http://astro.utoronto.ca/~reid/pgp.html

PGP signature

Reply via email to