aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-01-23 09:45:29 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-01-23 09:45:29 +0000
commitda31eaae7a2ec18b15feeb02eea5cfde5acf30aa (patch)
tree28f4747ba031514a4c876e23aaf8662f12a0ef51
parentdbaedc59a1eebd4f364ffe066192769b0c027ce1 (diff)
downloadfetchmail-da31eaae7a2ec18b15feeb02eea5cfde5acf30aa.tar.gz
fetchmail-da31eaae7a2ec18b15feeb02eea5cfde5acf30aa.tar.bz2
fetchmail-da31eaae7a2ec18b15feeb02eea5cfde5acf30aa.zip
Bless readonly mailboxes for --keep.
svn path=/branches/BRANCH_6-3/; revision=4682
-rw-r--r--design-notes.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/design-notes.html b/design-notes.html
index 71b25905..ef2cc07a 100644
--- a/design-notes.html
+++ b/design-notes.html
@@ -73,11 +73,12 @@ suffer. ESR is right in stating that the POP3 UID tracks which messages
have been read <em>by this client</em> &ndash; and that is exactly what
we need to do.</p>
-<p>If fetchmail is supposed to retrieve all
-mail from a mailbox reliably, without being disturbed by someone
-occasionally using another client on another host, or a webmailer, or
-similar, then <em>client</em>-side tracking of the state is
-indispensable. This is also needed to match behavior to ETRN and ODMR.</p>
+<p>If fetchmail is supposed to retrieve all mail from a mailbox
+reliably, without being disturbed by someone occasionally using another
+client on another host, or a webmailer, or similar, then
+<em>client</em>-side tracking of the state is indispensable. This is
+also needed to match behavior to ETRN and ODMR or to support read-only
+mailboxes in --keep mode.</p>
<h3>Present and future</h3>