Package: post-el Version: 2004.07.23-1 Severity: wishlist Tags: patch This patch adds mutt-ng support (so that post-el is invoked automatically when emacs is started from mutt-ng).
--- 50post-el.el.orig 2005-07-20 15:28:43.601047560 +0200 +++ 50post-el.el 2005-07-20 15:33:03.103597176 +0200 @@ -30,7 +30,7 @@ Mutt from http://www.mutt.org/." :group 'mail) -(defcustom post-mail-message "\\(mutt-[a-zA-Z0-9-.]+-[0-9]+-[0-9]+\\|mutt[a-zA-Z0-9._-]\\{6\\}\\)\\'" +(defcustom post-mail-message "\\(mutt-[a-zA-Z0-9-.]+-[0-9]+-[0-9]+\\|muttng-[a-zA-Z0-9-.]+-[0-9]+-[0-9]+-[0-9]+-[0-9a-z]+\\|mutt[a-zA-Z0-9._-]\\{6\\}\\)\\'" "*Regular expression which matches your mailer's temporary files." :type 'string :group 'post) -- Pelle -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]