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-287-g19e3011


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-287-g19e3011
Date: Sat, 11 Dec 2010 21:13:04 +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=19e301167f703a708a41a275adc8d9fce0cb8b6b

The branch, master has been updated
       via  19e301167f703a708a41a275adc8d9fce0cb8b6b (commit)
      from  a1278648c641baf2dd390e407f61d748ceeaa3d3 (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 19e301167f703a708a41a275adc8d9fce0cb8b6b
Author: Sergey Poznyakoff <address@hidden>
Date:   Sat Dec 11 23:13:01 2010 +0200

    Remove an ugly debugging hack.

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

Summary of changes:
 mail/reply.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/mail/reply.c b/mail/reply.c
index 4f980f1..d773817 100644
--- a/mail/reply.c
+++ b/mail/reply.c
@@ -21,7 +21,7 @@ void
 make_in_reply_to (compose_env_t *env, mu_message_t msg)
 {
   char *value = NULL;
-  wd();
+
   mu_rfc2822_in_reply_to (msg, &value);
   compose_header_set (env, MU_HEADER_IN_REPLY_TO, value,
                      COMPOSE_REPLACE);
@@ -138,9 +138,3 @@ mail_reply (int argc, char **argv)
   return util_foreach_msg (argc, argv, MSG_NODELETED, reply0, &lower);
 }
 
-wd()
-{
-  int volatile _st=1;
-  while (!_st)
-    _st=_st;
-}


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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