diff options
| author | Gnus developers | 2010-11-04 22:18:09 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-11-04 22:18:09 +0000 |
| commit | 181cb5fb657b4f226eb5f9f4d13d8ea9ede81268 (patch) | |
| tree | b295f56479fd578643457e21d196622cbbb0000f /doc/misc | |
| parent | 0a61b059c61e9867478339572caa3329f616996d (diff) | |
| download | emacs-181cb5fb657b4f226eb5f9f4d13d8ea9ede81268.tar.gz emacs-181cb5fb657b4f226eb5f9f4d13d8ea9ede81268.zip | |
Merge changes made in Gnus trunk.
mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group if it's already selected.
gnus.texi (Customizing the IMAP Connection): Document `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
gnus.texi (Customizing the IMAP Connection): Remove nnir mention, since that works by default.
gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean "raw".
gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
shr.el (shr-browse-url): Implement mailto: URLs.
nnir.el, gnus-sum.el: Improve thread-referral.
message.el (message-send-mail): Use the value of message-courtesy-message from the message buffer.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 10 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 9 |
2 files changed, 16 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 89e16eaa308..9761e599d8f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus.texi (Customizing the IMAP Connection): Remove nnir mention, | ||
| 4 | since that works by default. | ||
| 5 | |||
| 6 | 2010-11-03 Kan-Ru Chen <kanru@kanru.info> (tiny change) | ||
| 7 | |||
| 8 | * gnus.texi (Customizing the IMAP Connection): Document | ||
| 9 | `nnimap-expunge' and remove `nnimap-expunge-inbox' from example. | ||
| 10 | |||
| 1 | 2010-11-04 Michael Albinus <michael.albinus@gmx.de> | 11 | 2010-11-04 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 12 | ||
| 3 | * tramp.texi (Remote shell setup): New item "Interactive shell | 13 | * tramp.texi (Remote shell setup): New item "Interactive shell |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index eccef851980..8709635a58b 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -14845,9 +14845,7 @@ Here's an example method that's more complex: | |||
| 14845 | (nnimap-inbox "INBOX") | 14845 | (nnimap-inbox "INBOX") |
| 14846 | (nnimap-split-methods default) | 14846 | (nnimap-split-methods default) |
| 14847 | (nnimap-expunge t) | 14847 | (nnimap-expunge t) |
| 14848 | (nnimap-stream ssl) | 14848 | (nnimap-stream ssl)) |
| 14849 | (nnir-search-engine imap) | ||
| 14850 | (nnimap-expunge-inbox t)) | ||
| 14851 | @end example | 14849 | @end example |
| 14852 | 14850 | ||
| 14853 | @table @code | 14851 | @table @code |
| @@ -14883,6 +14881,11 @@ what you need. | |||
| 14883 | Some @acronym{IMAP} servers allow anonymous logins. In that case, | 14881 | Some @acronym{IMAP} servers allow anonymous logins. In that case, |
| 14884 | this should be set to @code{anonymous}. | 14882 | this should be set to @code{anonymous}. |
| 14885 | 14883 | ||
| 14884 | @item nnimap-expunge | ||
| 14885 | If non-@code{nil}, expunge articles after deleting them. This is always done | ||
| 14886 | if the server supports UID EXPUNGE, but it's not done by default on | ||
| 14887 | servers that doesn't support that command. | ||
| 14888 | |||
| 14886 | @item nnimap-streaming | 14889 | @item nnimap-streaming |
| 14887 | Virtually all @code{IMAP} server support fast streaming of data. If | 14890 | Virtually all @code{IMAP} server support fast streaming of data. If |
| 14888 | you have problems connecting to the server, try setting this to @code{nil}. | 14891 | you have problems connecting to the server, try setting this to @code{nil}. |