diff options
Diffstat (limited to 'doc')
| -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}. |