nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: Ken Hornstein
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. bc20acd6c385612fd19bc3ce40f56c32983748f1
Date: Mon, 12 Dec 2011 18:01:33 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  bc20acd6c385612fd19bc3ce40f56c32983748f1 (commit)
      from  cc9254b17cbfe044120d58053212eb9983631c11 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=bc20acd6c385612fd19bc3ce40f56c32983748f1


commit bc20acd6c385612fd19bc3ce40f56c32983748f1
Author: Ken Hornstein <address@hidden>
Date:   Mon Dec 12 12:59:42 2011 -0500

    Make sure to not reset hghnum (in the Maildir code) if we are incorporating
    mail from a POP mailbox.

diff --git a/uip/inc.c b/uip/inc.c
index 1bc0766..3dd1872 100644
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -875,7 +875,7 @@ go_to_it:
             */
            break;
        }
-    } else { /* Maildir inbox to process */
+    } else if (inc_type == INC_FILE) { /* Maildir inbox to process */
        char *sp;
        FILE *sf;
        int i;

-----------------------------------------------------------------------

Summary of changes:
 uip/inc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]