NOTE: This patch has been committed. The version below is informational
only. In particular, whitespace differences have been removed.
"Dr. Volker Zell" <dr.volker.zell(a)oracle.com> wrote:
Is it possible to apply the below fix.
Hello,
feedmail doesn't seem to have an upstream maintainer, so I've applied
the fix myself. Thanks !
xemacs-packages/net-utils/ChangeLog addition:
2008-03-03 Didier Verna <didier(a)xemacs.org>
* feedmail.el (feedmail-fill-to-cc-function): Fix BCC regexp (add
missing colon).
From Volker Zell <Dr.Volker.Zell(a)oracle.com>
XEmacs Packages source patch:
Diff command: cvs -q diff -uwbBt
Files affected: xemacs-packages/net-utils/feedmail.el
===================================================================
RCS
Index: xemacs-packages/net-utils/feedmail.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/net-utils/feedmail.el,v
retrieving revision 1.7
diff -u -u -w -b -B -t -r1.7 feedmail.el
--- xemacs-packages/net-utils/feedmail.el 6 Mar 2007 14:02:59 -0000 1.7
+++ xemacs-packages/net-utils/feedmail.el 3 Mar 2008 12:39:43 -0000
@@ -3169,7 +3169,7 @@
(feedmail-say-debug ">in-> feedmail-fill-to-cc-function")
(let ((case-fold-search t)
(headers (mapconcat #'regexp-quote
- '("FROM:" "REPLY-TO:" "TO:"
"CC:" "BCC"
+ '("FROM:" "REPLY-TO:" "TO:"
"CC:" "BCC:"
"RESENT-TO:" "RESENT-CC:"
"RESENT-BCC:")
"\\|"))
this-line
--
5th European Lisp Workshop at ECOOP 2008, July 7:
http://elw.bknr.net/2008/
Didier Verna, didier(a)lrde.epita.fr,
http://www.lrde.epita.fr/~didier
EPITA / LRDE, 14-16 rue Voltaire Tel.+33 (0)1 44 08 01 85
94276 Le Kremlin-Bicêtre, France Fax.+33 (0)1 53 14 59 22 didier(a)xemacs.org
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches