Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] texi/gnus.texi: Update nnimap document.
@ 2010-11-03  4:08 Kan-Ru Chen
  2010-11-03 12:25 ` Dan Christensen
  2010-11-04 20:12 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Kan-Ru Chen @ 2010-11-03  4:08 UTC (permalink / raw)
  To: ding; +Cc: Kan-Ru Chen

---
 texi/ChangeLog |    5 +++++
 texi/gnus.texi |    8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/texi/ChangeLog b/texi/ChangeLog
index 2dc6647..0a88adf 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-03  Kan-Ru Chen  <kanru@kanru.info>
+
+	* gnus.texi (Customizing the IMAP Connection): Document
+	`nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
+
 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 	* gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 207ca42..da431a3 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -14846,8 +14846,7 @@ Here's an example method that's more complex:
         (nnimap-split-methods default)
         (nnimap-expunge t)
         (nnimap-stream ssl)
-        (nnir-search-engine imap)
-        (nnimap-expunge-inbox t))
+        (nnir-search-engine imap))
 @end example
 
 @table @code
@@ -14883,6 +14882,11 @@ what you need.
 Some @acronym{IMAP} servers allow anonymous logins.  In that case,
 this should be set to @code{anonymous}.
 
+@item nnimap-expunge
+If non-@code{nil}, expunge articles after deleting them.  This is always done
+if the server supports UID EXPUNGE, but it's not done by default on
+servers that doesn't support that command.
+
 @item nnimap-streaming
 Virtually all @code{IMAP} server support fast streaming of data.  If
 you have problems connecting to the server, try setting this to @code{nil}.
-- 
1.7.2.3




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-04 20:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-03  4:08 [PATCH] texi/gnus.texi: Update nnimap document Kan-Ru Chen
2010-11-03 12:25 ` Dan Christensen
2010-11-03 13:01   ` Kan-Ru Chen
2010-11-03 13:50     ` Andrew Cohen
2010-11-04 20:12 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).