If I have this in my .mailcap file:

              application/pgp;  cat;  copiousoutput
              application/pgp-keys; pgp -f < %s ; copiousoutput
              application/pgp-signature;  cat ;  copiousoutput

and this in my .mime-typs file:

              application/pgp                pgp
              application/pgp-signature      pgp gpg

and if I have these in my .muttrc:

  set  implicit_autoview  # Always use the MIME-types defined in the ~/.mailcap
                          # file to display MIME-attachments.

# MIME-TYPES (listed in the .mailcap file for mutt's auto_view):

auto_view application/octet-stream application/pgp application/pgp-signature \
          application/postscript application/x-arj-compressed application/x-cpio \
          application/x-csh application/x-gtar application/x-gunzip \
          application/x-latex application/x-rar-compressed application/x-sh \
          application/x-shar application/x-tar application/x-tar-gz \
          application/x-tex \ application/x-troff application/x-troff-man \
          application/x-troff-me \ application/x-zip-compressed \
          image/* text/enriched text/html

why have I begun to see this at the end of mail messages in mutt:

[-- Attachment #2 --]
[-- Type: application/pgp-signature, Encoding: 7bit, Size: 0.2K --]

[-- application/pgp-signature is unsupported (use 'v' to view this part)

along with the warning:
        mailcap entry for type application/pgp-signature not found    ???

-- 
                                 // [EMAIL PROTECTED] //


Reply via email to