projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a980633
)
(Reply): Fixed the sample of message-reply-to-function.
author
ari
<ari>
Thu, 6 Jan 2005 00:50:07 +0000
(
00:50
+0000)
committer
ari
<ari>
Thu, 6 Jan 2005 00:50:07 +0000
(
00:50
+0000)
texi/message-ja.texi
patch
|
blob
|
history
diff --git
a/texi/message-ja.texi
b/texi/message-ja.texi
index
db156b7
..
307e64f
100644
(file)
--- a/
texi/message-ja.texi
+++ b/
texi/message-ja.texi
@@
-153,8
+153,8
@@
Message
\e
$B$O2?=h$KJVEz$,9T$/$+$rIaDL$NJ}K!
\e
(B (@pxref{Responses})
\e
$B$G7hDj$7$^
@lisp
(setq message-reply-to-function
(lambda ()
- (cond ((equal (mail-fecth-field "from") "somebody")
- (mail-fetch-field "sender"))
+ (cond ((equal (mail-fetch-field "from") "somebody")
+ (list (cons 'To (mail-fetch-field "sender"))))
(t
nil))))
@end lisp