]> granicus.if.org Git - neomutt/commitdiff
Manual: Fix typo and reword paragraph
authorRocco Rutte <pdmef@gmx.net>
Tue, 28 Apr 2009 09:01:57 +0000 (11:01 +0200)
committerRocco Rutte <pdmef@gmx.net>
Tue, 28 Apr 2009 09:01:57 +0000 (11:01 +0200)
ChangeLog
doc/manual.xml.head

index b4452c4ba15acb3d033bdd00f4d40698657647c1..23147abd22e0b105da702c9195a398199999484e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-04-26 21:09 +0200  Rocco Rutte  <pdmef@gmx.net>  (9fa4a3e74355)
+
+       * UPDATING, doc/manual.xml.head, pop.c: POP: Support hcache updating,
+       too.
+
+       This also allows us to use hcache to manage "flagged" and "replied"
+       message flags.
+
+2009-04-26 20:44 +0200  Rocco Rutte  <pdmef@gmx.net>  (2fe6f875c7ae)
+
+       * ChangeLog, imap/imap.c, mh.c: Sync header to hcache when synching
+       MH/Maildir/IMAP folders. Closes #2942.
+
 2009-04-26 12:00 +0200  Rocco Rutte  <pdmef@gmx.net>  (addbd9145230)
 
        * pager.c: Use dynamic buffer for displaying pager lines. Closes
index 13d46d3fee87fea340908efb096b67aa85c7bbf0..ca8c4622a84488cd6e8a535a65262297793822b1 100644 (file)
@@ -6766,8 +6766,9 @@ messages or changing flags. However, using
 <xref linkend="header-caching"/> and <xref linkend="body-caching"/>
 Mutt simulates the new/old/read flags as well as flagged and replied.
 Mutt applies some logic on top of remote messages but cannot change
-the messages itself so that modifications of flags are lost when
-messages are downloaded from the POP server.
+them so that modifications of flags are lost when
+messages are downloaded from the POP server (either by Mutt or other
+tools).
 </para>
 
 <anchor id="fetch-mail"/>