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-3.0-2-gaba91e5


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-3.0-2-gaba91e5
Date: Fri, 11 Nov 2016 09:00:30 +0000 (UTC)

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=aba91e51a9d91c0abef4db78ac4a52c543432bee

The branch, master has been updated
       via  aba91e51a9d91c0abef4db78ac4a52c543432bee (commit)
      from  f674702867f09a3e2b8ebe3281a29cd9f660f29a (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 aba91e51a9d91c0abef4db78ac4a52c543432bee
Author: Sergey Poznyakoff <address@hidden>
Date:   Fri Nov 11 10:57:36 2016 +0200

    mhn: restore -compose mode as default

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

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

diff --git a/gint b/gint
index 42f4712..fd86bf7 160000
--- a/gint
+++ b/gint
@@ -1 +1 @@
-Subproject commit 42f4712085b40173eaea58e14b1a579291a6fe3a
+Subproject commit fd86bf7d44b0c970771830692ae7491447ebe8b1
diff --git a/mh/mhn.c b/mh/mhn.c
index 2ebd8c3..9fcb83d 100644
--- a/mh/mhn.c
+++ b/mh/mhn.c
@@ -2766,7 +2766,7 @@ main (int argc, char **argv)
     pause_option = 0;
 
   if (!compose_option && !list_option && !show_option && !store_option)
-    show_option = 1;
+    compose_option = 1;
   
   signal (SIGPIPE, SIG_IGN);
 


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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