commit-mailutils
[Top][All Lists]
Advanced

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

[SCM] GNU Mailutils branch, master, updated. release-2.2-646-g9be3f81


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-646-g9be3f81
Date: Sat, 30 Mar 2013 17:16:58 +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 "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=9be3f81ff2ada509eac8338db68a10a73cf19c51

The branch, master has been updated
       via  9be3f81ff2ada509eac8338db68a10a73cf19c51 (commit)
      from  259e83899823c5d665d91edcb27da76b00d5dcdf (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 -----------------------------------------------------------------
commit 9be3f81ff2ada509eac8338db68a10a73cf19c51
Author: Sergey Poznyakoff <address@hidden>
Date:   Sat Mar 30 19:17:40 2013 +0200

    msgchk: assume -date by default

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

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

diff --git a/mh/msgchk.c b/mh/msgchk.c
index 811693b..0dd1e48 100644
--- a/mh/msgchk.c
+++ b/mh/msgchk.c
@@ -57,7 +57,7 @@ struct mh_option mh_option[] = {
   { NULL }
 };
 
-int date_option;
+int date_option = 1;
 int apop_option;
 char *remote_host;
 char *remote_user;


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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