File: mailcap.el.html
Provides configuration of MIME media types from directly from Lisp and via the usual mailcap mechanism (RFC 1524). Deals with mime.types similarly.
Defined variables (10)
mailcap--computed-mime-data | Computed version of the mailcap data incorporating all sources. |
mailcap-download-directory | Directory to which ‘mailcap-save-binary-file’ downloads files by default. |
mailcap-maybe-eval-warning | Text of warning message displayed by ‘mailcap-maybe-eval’. |
mailcap-mime-data | The mailcap structure is an assoc list of assoc lists. |
mailcap-mime-extensions | An alist of file extensions and corresponding MIME content-types. |
mailcap-parse-args-syntax-table | A syntax table for parsing SGML attributes. |
mailcap-poor-system-types | Systems that don’t have a Unix-like directory hierarchy. |
mailcap-prefer-mailcap-viewers | If non-nil, prefer viewers specified in ~/.mailcap. |
mailcap-print-command | Shell command (including switches) used to print PostScript files. |
mailcap-user-mime-data | A list of viewers preferred for different MIME types. |
Defined functions (26)
mailcap--async-shell | (COMMAND FILE) |
mailcap--get-user-mime-data | (SYM) |
mailcap--set-user-mime-data | (SYM VAL) |
mailcap-add | (TYPE VIEWER &optional TEST) |
mailcap-add-mailcap-entry | (MAJOR MINOR INFO &optional STORAGE) |
mailcap-extension-to-mime | (EXTN) |
mailcap-file-default-commands | (FILES) |
mailcap-file-name-to-mime-type | (FILE-NAME) |
mailcap-mailcap-entry-passes-test | (INFO) |
mailcap-maybe-eval | () |
mailcap-mime-info | (STRING &optional REQUEST NO-DECODE) |
mailcap-mime-type-to-extension | (MIME-TYPE) |
mailcap-mime-types | () |
mailcap-parse-mailcap | (FNAME &optional SOURCE) |
mailcap-parse-mailcap-extras | (ST ND) |
mailcap-parse-mailcaps | (&optional PATH FORCE) |
mailcap-parse-mimetype-file | (FNAME) |
mailcap-parse-mimetypes | (&optional PATH FORCE) |
mailcap-possible-viewers | (MAJOR MINOR) |
mailcap-replace-regexp | (REGEXP TO-STRING) |
mailcap-select-preferred-viewer | (TYPE-INFO) |
mailcap-unescape-mime-test | (TEST TYPE-INFO) |
mailcap-view-file | (FILE) |
mailcap-view-mime | (TYPE) |
mailcap-viewer-lessp | (X Y) |
mailcap-viewer-passes-test | (VIEWER-INFO TYPE-INFO) |