[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, nmh-1_4-release
From: |
Ken Hornstein |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, nmh-1_4-release, updated. b842f8892f5c5be05301b65935aacd9bbd1a270b |
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, nmh-1_4-release has been updated
via b842f8892f5c5be05301b65935aacd9bbd1a270b (commit)
from 94db154197f8d62b45a7bd517b4cef873aaf2ce9 (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=b842f8892f5c5be05301b65935aacd9bbd1a270b
commit b842f8892f5c5be05301b65935aacd9bbd1a270b
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, nmh-1_4-release, updated. b842f8892f5c5be05301b65935aacd9bbd1a270b,
Ken Hornstein <=