]> Pileus Git - ~andy/fetchmail/commitdiff
add two SHOULD items for 6.3.9
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 22 Feb 2008 13:57:36 +0000 (13:57 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Fri, 22 Feb 2008 13:57:36 +0000 (13:57 -0000)
svn path=/branches/BRANCH_6-3/; revision=5158

TODO.txt
fetchmail.c

index 1ab1209fa1b7e2146b079e0baeb8c437fa0f8f99..d9319303ceeec8ee9c2cc3129007c38ce61d0e7c 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,6 +6,9 @@ soon - MUST:
 - publish SA-2007-02 after release
 
 soon - SHOULD:
+- allow \Deleted without \Seen, rf. 
+  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466299
+- document IMAP4 ACL requirements
 - log configured server name on certificate mismatch (perhaps pay
   attention to via entries and stuff like that)
 - BerliOS Bug #11576, thread on fetchmail users "Invalid SSL certificate" by
index 7abdb1e0d8443e68460a7c065b5d0cc5653c1a9d..367070e6f74effb6bc0cfc5f44c9a096cb8d3db9 100644 (file)
@@ -608,6 +608,10 @@ int main(int argc, char **argv)
     /* here's the exclusion lock */
     fm_lock_or_die();
 
+    if (check_only && outlevel >= O_VERBOSE) {
+       report(stdout, GT_("--check mode enabled, not fetching mail\n"));
+    }
+
     /*
      * Query all hosts. If there's only one, the error return will
      * reflect the status of that transaction.