Gnus development mailing list
 help / color / mirror / Atom feed
From: Kan-Ru Chen <kanru@kanru.info>
To: ding@gnus.org
Cc: Kan-Ru Chen <kanru@kanru.info>
Subject: [PATCH] texi/gnus.texi: Update nnimap document.
Date: Wed,  3 Nov 2010 12:08:33 +0800	[thread overview]
Message-ID: <1288757313-5351-1-git-send-email-kanru@kanru.info> (raw)

---
 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




             reply	other threads:[~2010-11-03  4:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-03  4:08 Kan-Ru Chen [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1288757313-5351-1-git-send-email-kanru@kanru.info \
    --to=kanru@kanru.info \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).