comparison lisp/mh-e/ChangeLog.1 @ 95717:571231cad86a

Remove non-breaking space.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 09 Jun 2008 13:58:42 +0000
parents 90c9ebd43589
children 0c49fa030b93
comparison
equal deleted inserted replaced
95716:79bf690ae48f 95717:571231cad86a
883 Color Dithering. 883 Color Dithering.
884 3. File > Save As file.xbm. 884 3. File > Save As file.xbm.
885 4. Run xbmtopbm < file.xbm > file.pbm. 885 4. Run xbmtopbm < file.xbm > file.pbm.
886 Thanks to jan.h.d@swipnet.se for the help. 886 Thanks to jan.h.d@swipnet.se for the help.
887 887
888 2004-07-07 Stephen Gildea 888 2004-07-07 Stephen Gildea <gildea@stop.mail-abuse.org>
889 889
890 * mh-customize.el (mh-invisible-header-fields-internal): 890 * mh-customize.el (mh-invisible-header-fields-internal):
891 Add X-Greylist, X-Source*, and X-WebTV-Signature. 891 Add X-Greylist, X-Source*, and X-WebTV-Signature.
892 Replace specific X-Spam-* headers with general pattern. 892 Replace specific X-Spam-* headers with general pattern.
893 893
8116 `mh-insert-mail-followup-to-list'." 8116 `mh-insert-mail-followup-to-list'."
8117 (mh-insert-mail-followup-to-list): New defvar. List of addresses 8117 (mh-insert-mail-followup-to-list): New defvar. List of addresses
8118 for which a Mail-Followup-To field is inserted. 8118 for which a Mail-Followup-To field is inserted.
8119 (mh-re-search-to-cc): New function. Search for REGEXP in To: and 8119 (mh-re-search-to-cc): New function. Search for REGEXP in To: and
8120 Cc: fields. 8120 Cc: fields.
8121 (mh-insert-mail-followup-to): New function. Insert 8121 (mh-insert-mail-followup-to): New function. Insert
8122 Mail-Followup-To: if To or Cc match `mh-insert-mail-followup-to-list'. 8122 Mail-Followup-To: if To or Cc match `mh-insert-mail-followup-to-list'.
8123 (mh-compose-and-send-mail): Call mh-insert-mail-followup-to if 8123 (mh-compose-and-send-mail): Call mh-insert-mail-followup-to if
8124 mh-insert-mail-followup-to-flag is true. 8124 mh-insert-mail-followup-to-flag is true.
8125 8125
8126 2002-10-25 Mark D. Baushke <mdb@gnu.org> 8126 2002-10-25 Mark D. Baushke <mdb@gnu.org>