X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fmail-prsvr.el;h=82187fc94132252d52e0818d4d3c75257f231259;hb=f30e92e077b73ab05a2d8f6a230fbcea61eb7493;hp=f59b1ff727e4fceef5775f4c40b11b90e6eafd6a;hpb=971df04821a4488e54ff9905a00b3be19f18787e;p=elisp%2Fgnus.git- diff --git a/lisp/mail-prsvr.el b/lisp/mail-prsvr.el index f59b1ff..82187fc 100644 --- a/lisp/mail-prsvr.el +++ b/lisp/mail-prsvr.el @@ -29,6 +29,12 @@ This variable should never be set. Instead, it should be bound by functions that wish to call mail-parse functions and let them know what the desired charset is to be.") +(defvar mail-parse-ignored-charsets nil + "Ignored charsets used by low-level libraries. +This variable should never be set. Instead, it should be bound by +functions that wish to call mail-parse functions and let them know +what the desired charsets is to be ignored.") + (provide 'mail-prsvr) ;;; mail-prsvr.el ends here