diff options
| author | Miles Bader | 2007-12-06 00:47:08 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-06 00:47:08 +0000 |
| commit | 56b80656edea14996f8b96abb18f6f276b4f56e9 (patch) | |
| tree | 75c3d0e3499057f15792c0103227d4673513d351 | |
| parent | a2afc99dbad3fa9a3170ad72c578451c3aea58a4 (diff) | |
| download | emacs-56b80656edea14996f8b96abb18f6f276b4f56e9.tar.gz emacs-56b80656edea14996f8b96abb18f6f276b4f56e9.zip | |
Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-159
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 2 | ||||
| -rw-r--r-- | man/ChangeLog | 9 | ||||
| -rw-r--r-- | man/gnus.texi | 12 |
4 files changed, 19 insertions, 8 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 41f847cbaca..aa410f541bd 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * message.el (message-ignored-supersedes-headers): Add "X-ID". | ||
| 4 | |||
| 1 | 2007-11-24 Glenn Morris <rgm@gnu.org> | 5 | 2007-11-24 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * message.el (message-tool-bar-retro): Update for rename | 7 | * message.el (message-tool-bar-retro): Update for rename |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index ae620c975d0..7e760427420 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -271,7 +271,7 @@ included. Organization and User-Agent are optional." | |||
| 271 | :link '(custom-manual "(message)Mail Headers") | 271 | :link '(custom-manual "(message)Mail Headers") |
| 272 | :type 'regexp) | 272 | :type 'regexp) |
| 273 | 273 | ||
| 274 | (defcustom message-ignored-supersedes-headers "^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|^Received:\\|^X-From-Line:\\|^X-Trace:\\|^X-Complaints-To:\\|Return-Path:\\|^Supersedes:\\|^NNTP-Posting-Date:\\|^X-Trace:\\|^X-Complaints-To:\\|^Cancel-Lock:\\|^Cancel-Key:\\|^X-Hashcash:\\|^X-Payment:" | 274 | (defcustom message-ignored-supersedes-headers "^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|^Received:\\|^X-From-Line:\\|^X-Trace:\\|^X-ID:\\|^X-Complaints-To:\\|Return-Path:\\|^Supersedes:\\|^NNTP-Posting-Date:\\|^X-Trace:\\|^X-Complaints-To:\\|^Cancel-Lock:\\|^Cancel-Key:\\|^X-Hashcash:\\|^X-Payment:" |
| 275 | "*Header lines matching this regexp will be deleted before posting. | 275 | "*Header lines matching this regexp will be deleted before posting. |
| 276 | It's best to delete old Path and Date headers before posting to avoid | 276 | It's best to delete old Path and Date headers before posting to avoid |
| 277 | any confusion." | 277 | any confusion." |
diff --git a/man/ChangeLog b/man/ChangeLog index b338c6e55d7..3393712ba0a 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus.texi (Fancy Mail Splitting): Fix description of splitting based | ||
| 4 | on body. | ||
| 5 | |||
| 6 | 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 7 | |||
| 8 | * gnus.texi (Fetching Mail): Remove obsolete `nnmail-spool-file'. | ||
| 9 | |||
| 1 | 2007-11-22 Francesco Potort,Al(B <pot@gnu.org> | 10 | 2007-11-22 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 11 | ||
| 3 | * maintaining.texi (Tag Syntax): Revert this change: "Now --members is | 12 | * maintaining.texi (Tag Syntax): Revert this change: "Now --members is |
diff --git a/man/gnus.texi b/man/gnus.texi index 3bce1de77b3..bcced071cc2 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -14123,14 +14123,12 @@ If non-@code{nil}, name of program for fetching new mail. If | |||
| 14123 | @subsubsection Fetching Mail | 14123 | @subsubsection Fetching Mail |
| 14124 | 14124 | ||
| 14125 | @vindex mail-sources | 14125 | @vindex mail-sources |
| 14126 | @vindex nnmail-spool-file | ||
| 14127 | The way to actually tell Gnus where to get new mail from is to set | 14126 | The way to actually tell Gnus where to get new mail from is to set |
| 14128 | @code{mail-sources} to a list of mail source specifiers | 14127 | @code{mail-sources} to a list of mail source specifiers |
| 14129 | (@pxref{Mail Source Specifiers}). | 14128 | (@pxref{Mail Source Specifiers}). |
| 14130 | 14129 | ||
| 14131 | If this variable (and the obsolescent @code{nnmail-spool-file}) is | 14130 | If this variable is @code{nil}, the mail back ends will never attempt to |
| 14132 | @code{nil}, the mail back ends will never attempt to fetch mail by | 14131 | fetch mail by themselves. |
| 14133 | themselves. | ||
| 14134 | 14132 | ||
| 14135 | If you want to fetch mail both from your local spool as well as a | 14133 | If you want to fetch mail both from your local spool as well as a |
| 14136 | @acronym{POP} mail server, you'd say something like: | 14134 | @acronym{POP} mail server, you'd say something like: |
| @@ -14339,9 +14337,9 @@ body of the messages: | |||
| 14339 | "string.group")))) | 14337 | "string.group")))) |
| 14340 | @end lisp | 14338 | @end lisp |
| 14341 | 14339 | ||
| 14342 | The buffer is narrowed to the message in question when @var{function} | 14340 | The buffer is narrowed to the header of the message in question when |
| 14343 | is run. That's why @code{(widen)} needs to be called after | 14341 | @var{function} is run. That's why @code{(widen)} needs to be called |
| 14344 | @code{save-excursion} and @code{save-restriction} in the example | 14342 | after @code{save-excursion} and @code{save-restriction} in the example |
| 14345 | above. Also note that with the nnimap backend, message bodies will | 14343 | above. Also note that with the nnimap backend, message bodies will |
| 14346 | not be downloaded by default. You need to set | 14344 | not be downloaded by default. You need to set |
| 14347 | @code{nnimap-split-download-body} to @code{t} to do that | 14345 | @code{nnimap-split-download-body} to @code{t} to do that |