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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/message.texi [emacs-unicode-2]
Date: Fri, 22 Oct 2004 06:23:36 -0400

Index: emacs/man/message.texi
diff -c emacs/man/message.texi:1.17.6.3 emacs/man/message.texi:1.17.6.4
*** emacs/man/message.texi:1.17.6.3     Wed Sep 29 07:22:17 2004
--- emacs/man/message.texi      Fri Oct 22 10:13:40 2004
***************
*** 224,230 ****
  is that if you lose your @file{.emacs} file (which is where Gnus
  stores the secret cancel lock password (which is generated
  automatically the first time you use this feature)), you won't be
! able to cancel your message.
  
  Whether to insert the header or not is controlled by the
  @code{message-insert-canlock} variable.
--- 224,236 ----
  is that if you lose your @file{.emacs} file (which is where Gnus
  stores the secret cancel lock password (which is generated
  automatically the first time you use this feature)), you won't be
! able to cancel your message.  If you want to manage a password yourself,
! you can put something like the following in your @file{~/.gnus.el} file:
! 
! @lisp
! (setq canlock-password "geheimnis"
!       canlock-password-for-verify canlock-password)
! @end lisp
  
  Whether to insert the header or not is controlled by the
  @code{message-insert-canlock} variable.
***************
*** 309,316 ****
  
  @vindex message-ignored-resent-headers
  Headers that match the @code{message-ignored-resent-headers} regexp will
! be removed before sending the message.  The default is
! @samp{^Return-receipt}.
  
  
  @node Bouncing
--- 315,321 ----
  
  @vindex message-ignored-resent-headers
  Headers that match the @code{message-ignored-resent-headers} regexp will
! be removed before sending the message.
  
  
  @node Bouncing




reply via email to

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