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: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. f247cc1de541243bd1c1635e95c8772d45f9bc6e
Date: Thu, 01 Mar 2012 02:33:29 +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  f247cc1de541243bd1c1635e95c8772d45f9bc6e (commit)
      from  a0b65ae04f58df123c9d2d46c597e04b6514ac68 (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=f247cc1de541243bd1c1635e95c8772d45f9bc6e


commit f247cc1de541243bd1c1635e95c8772d45f9bc6e
Author: David Levine <address@hidden>
Date:   Wed Feb 29 20:33:24 2012 -0600

    Initialized local msgnum to 0.

diff --git a/uip/forw.c b/uip/forw.c
index 4541c10..acf74c4 100644
--- a/uip/forw.c
+++ b/uip/forw.c
@@ -130,7 +130,7 @@ main (int argc, char **argv)
     int msgp = 0, anot = 0, inplace = 1, mime = 0;
     int issue = 0, volume = 0, dashstuff = 0;
     int nedit = 0, nwhat = 0, i, in;
-    int out, isdf = 0, msgnum;
+    int out, isdf = 0, msgnum = 0;
     int outputlinelen = OUTPUTLINELEN;
     int dat[5];
     char *cp, *cwd, *maildir, *dfolder = NULL;

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

Summary of changes:
 uip/forw.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]