From f21762c6e1c2964d89239a716866c24fb4e29552 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 25 Mar 2002 22:35:18 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 9 +++++++++ lisp/message.el | 4 +++- texi/ChangeLog | 5 +++++ texi/gnus-ja.texi | 2 ++ texi/gnus.texi | 2 ++ 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 810ffee..0c3ebd0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2002-03-25 Simon Josefsson + + * message.el (message-mode): Fix doc. + +2002-03-25 Simon Josefsson + + * message.el (message-subject-re-regexp): Skip Re[42]: junk. From + Matthieu Moy . + 2002-03-24 Jesper Harder * mml-sec.el (mml-unsecure-message): Add docstring. diff --git a/lisp/message.el b/lisp/message.el index 42672bc..d6a920f 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -285,7 +285,8 @@ any confusion." :group 'message-sending :type 'function) -(defcustom message-subject-re-regexp "^[ \t]*\\([Rr][Ee]:[ \t]*\\)*[ \t]*" +(defcustom message-subject-re-regexp + "^[ \t]*\\([Rr][Ee]\\(\\[[0-9]*\\]\\)*:[ \t]*\\)*[ \t]*" "*Regexp matching \"Re: \" in the subject line." :group 'message-various :type 'regexp) @@ -1989,6 +1990,7 @@ C-c C-f move to a header field (and create it if there isn't): C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution + C-c C-f C-o move to From (\"Originator\") C-c C-f C-f move to Followup-To C-c C-f C-m move to Mail-Followup-To C-c C-f C-i cycle through Importance values diff --git a/texi/ChangeLog b/texi/ChangeLog index 6084a7a..e0760bb 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2002-03-25 Simon Josefsson + + * gnus.texi (Mail Spool): Add cindex for marks. + (Mail Folders): Add cindex for marks. + 2002-03-24 Raymond Scholz * gnus.texi (Summary Buffer Lines): Fix doc. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 0d9a3eb..f3e806c 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -13215,6 +13215,7 @@ rmail box のためのアクティブファイルの名前。既定値 を読む事に関してはたぶん最速のバックエンドになります。 @cindex self contained nnml servers +@cindex marks 印ファイル (訳注: marks file) が使われると (それがディフォルトですが)、 @code{nnml} サーバーは @code{tar} などを使ってバックアップしたり、後であ なたが付けた印がすべて保たれた状態で gnus に戻す (本来の @code{nnml} サー @@ -13334,6 +13335,7 @@ rmail box のためのアクティブファイルの名前。既定値 えます。 @cindex self contained nnfolder servers +@cindex marks 印ファイル (訳注: marks file) が使われると (それがディフォルトですが)、 @code{nnfolder} サーバーは @code{tar} などを使ってバックアップしたり、後 であなたが付けた印がすべて保たれた状態で gnus に戻す (本来 diff --git a/texi/gnus.texi b/texi/gnus.texi index 92eb70d..f7aa73c 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -13816,6 +13816,7 @@ splitting. It has to create lots of files, and it also generates fastest back end when it comes to reading mail. @cindex self contained nnml servers +@cindex marks When the marks file is used (which it is by default), @code{nnml} servers have the property that you may backup them using @code{tar} or similar, and later be able to restore them into Gnus (by adding the @@ -13940,6 +13941,7 @@ will add extra headers to keep track of article numbers and arrival dates. @cindex self contained nnfolder servers +@cindex marks When the marks file is used (which it is by default), @code{nnfolder} servers have the property that you may backup them using @code{tar} or similar, and later be able to restore them into Gnus (by adding the -- 1.7.10.4