/[emacs]/emacs/man/message.texi
ViewVC logotype

Diff of /emacs/man/message.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by miles, Tue Dec 7 21:56:42 2004 UTC revision 1.24 by miles, Fri Jan 7 06:16:19 2005 UTC
# Line 146  If you want the replies to go to the @co Line 146  If you want the replies to go to the @co
146  This function will be called narrowed to the head of the article that is  This function will be called narrowed to the head of the article that is
147  being replied to.  being replied to.
148    
149  As you can see, this function should return a string if it has an  As you can see, this function should return a list.  In this case, it
150  opinion as to what the To header should be.  If it does not, it should  returns @code{((To . "Whom"))} if it has an opinion as to what the To
151  just return @code{nil}, and the normal methods for determining the To  header should be.  If it does not, it should just return @code{nil}, and
152  header will be used.  the normal methods for determining the To header will be used.
153    
154  This function can also return a list.  In that case, each list element  Each list element should be a cons, where the @sc{car} should be the
155  should be a cons, where the @sc{car} should be the name of a header  name of a header (e.g. @code{Cc}) and the @sc{cdr} should be the header
156  (e.g. @code{Cc}) and the @sc{cdr} should be the header value  value (e.g. @samp{larsi@@ifi.uio.no}).  All these headers will be
157  (e.g. @samp{larsi@@ifi.uio.no}).  All these headers will be inserted into  inserted into the head of the outgoing mail.
 the head of the outgoing mail.  
158    
159    
160  @node Wide Reply  @node Wide Reply

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26