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: Sun, 17 Oct 2004 10:52:41 -0400

Index: emacs/man/message.texi
diff -c emacs/man/message.texi:1.20 emacs/man/message.texi:1.21
*** emacs/man/message.texi:1.20 Sat Sep 25 12:02:04 2004
--- emacs/man/message.texi      Sun Oct 17 14:29:01 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 yourself want to manage a password,
! you can put something like the following in your @file{~/.gnus.el} file:
! 
! @lisp
! (setq canlock-password "Salam Shalom"
!       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]