all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [patch] Fix two bugs in rmailsum (RMAIL-MBOX branch)
@ 2006-04-24 17:52 Xavier Maillard
  0 siblings, 0 replies; only message in thread
From: Xavier Maillard @ 2006-04-24 17:52 UTC (permalink / raw)


Hi,

I do not know if it is the right place to send this but at least it will be
archived here.

So here is a really mini-patch against rmailsum.el (the mbox branch one) that
caused several summay buffer command to fail execute.

Attached is also a changelog entry.

--- rmailsum.el.orig	2006-04-24 19:32:17.000000000 +0200
+++ rmailsum.el	2006-04-24 19:32:38.000000000 +0200
@@ -161,7 +161,7 @@
     (goto-char (point-min))
     (if whole-message
         (re-search-forward subject nil t)
-      (string-match subject (let ((subj (mail-header-get-header "Subject")))
+      (string-match subject (let ((subj (rmail-header-get-header "Subject")))
 			      (if subj
 				  (funcall rmail-summary-line-decoder subj)
 				""))))))
@@ -185,7 +185,7 @@
      (rmail-desc-get-start msg)
      (rmail-desc-get-end msg))
     (goto-char (point-mix))
-    (string-match senders (or (mail-header-get-header "From") ""))))
+    (string-match senders (or (rmail-header-get-header "From") ""))))
 \f
 ;;;; General making of a summary buffer.
 
2006-04-24  Xavier Maillard  <zedek@gnu.org>

	* rmailsum.el (rmail-message-senders-p,
	               rmail-message-subject-p): Changed mail-header-get-header to rmail-header-get-header.


Kind regards,
Xavier

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-24 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-24 17:52 [patch] Fix two bugs in rmailsum (RMAIL-MBOX branch) Xavier Maillard

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.