unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Use the message cite variable instead of a hard coded function
@ 2015-01-09  1:19 Todd
  2015-01-09  7:50 ` David Bremner
  0 siblings, 1 reply; 10+ messages in thread
From: Todd @ 2015-01-09  1:19 UTC (permalink / raw)
  To: notmuch

---
 emacs/notmuch-mua.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el
index 2c58886..e90ca55 100644
--- a/emacs/notmuch-mua.el
+++ b/emacs/notmuch-mua.el
@@ -220,8 +220,8 @@ list."
 	    (date (plist-get original-headers :Date))
 	    (start (point)))
 
-	;; message-cite-original constructs a citation line based on the From and Date
-	;; headers of the original message, which are assumed to be in the buffer.
+	;; message-cite-function should construct a citation line based on the From and
+	;; Date headers of the original message, which are assumed to be in the buffer.
 	(insert "From: " from "\n")
 	(insert "Date: " date "\n\n")
 
@@ -233,7 +233,7 @@ list."
 	(set-mark (point))
 	(goto-char start)
 	;; Quote the original message according to the user's configured style.
-	(message-cite-original)))
+	(funcall message-cite-function)))
 
     ;; Crypto processing based crypto content of the original message
     (when process-crypto
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-01-16  8:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-09  1:19 [PATCH] Use the message cite variable instead of a hard coded function Todd
2015-01-09  7:50 ` David Bremner
2015-01-09 12:33   ` Todd
2015-01-09 13:56     ` Tomi Ollila
2015-01-09 23:37       ` [PATCH v2] emacs: Use the message cite variable Todd
2015-01-10  8:19         ` David Bremner
2015-01-10 14:28           ` [PATCH v3] emacs: Use the message cite variable instead of a calling cite-message-original directly Todd
2015-01-14 19:57             ` [PATCH] emacs: make citation function customizable David Bremner
2015-01-14 23:56               ` Todd
2015-01-16  8:15               ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).