From 83db212faf9e930aebb5c62ff371719d1d44ef9b Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 12 Nov 1999 23:42:16 +0000 Subject: [PATCH] (Mail Source Specifiers): Fix. Added documentation for IMAP mail-source keywords `fetchflag' and `dontexpunge'. --- texi/gnus.texi | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/texi/gnus.texi b/texi/gnus.texi index c53093c59..266828db1 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -10469,9 +10469,9 @@ An example maildir mail source: @item imap Get mail from a IMAP server. If you don't want to use IMAP as intended, -as a network mail reading protocol, for some reason or other Gnus let -you treat it similar to a POP server and fetches articles from a given -IMAP mailbox. +as a network mail reading protocol (ie with nnimap), for some reason or +other, Gnus let you treat it similar to a POP server and fetches +articles from a given IMAP mailbox. Keywords: @@ -10515,6 +10515,16 @@ some articles as read (or; SEEN) you might want to set this to @samp{nil}. Then all articles in the mailbox is fetched, no matter what. For a complete list of predicates, see RFC2060 §6.4.4. +@item :fetchflag +How to flag fetched articles on the server, the default @samp{\Deleted} +will mark them as deleted, an alternative would be @samp{\Seen} which +would simply mark them as read. Theese are the two most likely choices, +but more flags are defined in RFC2060 §2.3.2. + +@item :dontexpunge +If non-nil, don't remove all articles marked as deleted in the mailbox +after finishing the fetch. + @end table An example IMAP mail source: -- 2.25.1