From 73e565452412cc71af5c04f944d9be6f14be5f29 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 15 Oct 2004 00:04:54 +0000 Subject: [PATCH] Synch to No Gnus 200410150004. --- texi/ChangeLog | 4 ++++ texi/message-ja.texi | 8 +++++++- texi/message.texi | 8 +++++++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 5cdac0f..0f72cae 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2004-10-15 Katsumi Yamaoka + + * message.texi (Canceling News): Add how to set a password. + 2004-10-10 Juri Linkov * gnus.texi (Top, Marking Articles): Join two menus in one node diff --git a/texi/message-ja.texi b/texi/message-ja.texi index 8426d44..0e280fd 100644 --- a/texi/message-ja.texi +++ b/texi/message-ja.texi @@ -236,7 +236,13 @@ Message がニュース記事をポストするとき、ディフォルト 証する、すぐれものです。欠点は、@file{.emacs} ファイル (gnus が秘密 の cancel lock パスワード (最初のこの機能を使うときに自動的に生成され る) を格納する場所) をなくしてしまうと、メッセージを取り消すことができな -いであろうことです。 +いであろうことです。自分でパスワードを管理したいならば、以下のようなもの +を @file{~/.gnus.el} ファイルに入れて下さい: + +@lisp +(setq canlock-password "Salam Shalom" + canlock-password-for-verify canlock-password) +@end lisp そのヘッダーを挿入するかどうかは、@code{message-insert-canlock} 変数によっ て制御されます。 diff --git a/texi/message.texi b/texi/message.texi index 5b4a232..0520d7d 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -224,7 +224,13 @@ only you can cancel your own messages, which is nice. The downside 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. +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. -- 1.7.10.4