From: yamaoka Date: Wed, 4 Nov 1998 01:39:28 +0000 (+0000) Subject: (message-make-in-reply-to): Quote date (sync up with gnus-6_8). X-Git-Tag: pgnus-ichikawa-199811302358~100 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=761b27dc2c399fc1be3b28ac9d5e3faaa4f7216f;p=elisp%2Fgnus.git- (message-make-in-reply-to): Quote date (sync up with gnus-6_8). --- diff --git a/lisp/message.el b/lisp/message.el index 584265e..20d6410 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -3036,10 +3036,10 @@ If NOW, use that time instead." (let ((pair (std11-extract-address-components from))) (concat "\n (" (or (car pair) (cadr pair)) - "'s message of " + "'s message of \"" (if (or (not date) (string= date "")) "(unknown date)" date) - ")")))))))) + "\")")))))))) (defun message-make-distribution () "Make a Distribution header."