emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/message.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/message.texi
Date: Fri, 07 Jan 2005 01:50:10 -0500

Index: emacs/man/message.texi
diff -c emacs/man/message.texi:1.23 emacs/man/message.texi:1.24
*** emacs/man/message.texi:1.23 Tue Dec  7 21:56:42 2004
--- emacs/man/message.texi      Fri Jan  7 06:16:19 2005
***************
*** 146,161 ****
  This function will be called narrowed to the head of the article that is
  being replied to.
  
! As you can see, this function should return a string if it has an
! opinion as to what the To header should be.  If it does not, it should
! just return @code{nil}, and the normal methods for determining the To
! header will be used.
! 
! This function can also return a list.  In that case, each list element
! should be a cons, where the @sc{car} should be the name of a header
! (e.g. @code{Cc}) and the @sc{cdr} should be the header value
! (e.g. @samp{larsi@@ifi.uio.no}).  All these headers will be inserted into
! the head of the outgoing mail.
  
  
  @node Wide Reply
--- 146,160 ----
  This function will be called narrowed to the head of the article that is
  being replied to.
  
! As you can see, this function should return a list.  In this case, it
! returns @code{((To . "Whom"))} if it has an opinion as to what the To
! header should be.  If it does not, it should just return @code{nil}, and
! the normal methods for determining the To header will be used.
! 
! Each list element should be a cons, where the @sc{car} should be the
! name of a header (e.g. @code{Cc}) and the @sc{cdr} should be the header
! value (e.g. @samp{larsi@@ifi.uio.no}).  All these headers will be
! inserted into the head of the outgoing mail.
  
  
  @node Wide Reply




reply via email to

[Prev in Thread] Current Thread [Next in Thread]