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=9d8856eddd63aee7147e9601a27052899a72a73c The branch, master has been updated via 9d8856eddd63aee7147e9601a27052899a72a73c (commit) via 405f1869acd953facbd323695df1c10b6f8d9ac7 (commit) from 97983e636ecef923fb57be891c5d4419f99b4e31 (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 9d8856eddd63aee7147e9601a27052899a72a73c Author: Jordi Mallach <jo...@gnu.org> Date: Sat Oct 31 12:54:15 2009 +0200 Spelling fixes commit 405f1869acd953facbd323695df1c10b6f8d9ac7 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Sat Oct 31 12:49:43 2009 +0200 Bugfixes. * libmu_scm/mu_guile.c: Include setjmp.h. * readmsg/readmsg.c (readmsg_parse_opt): Bugfixes. Patch by Steve Cotton. ----------------------------------------------------------------------- Summary of changes: doc/texinfo/mu-mh.texi | 2 +- libmu_scm/mu_guile.c | 1 + maidag/lmtp.c | 2 +- mh/mh_whatnow.c | 2 +- readmsg/readmsg.c | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/texinfo/mu-mh.texi b/doc/texinfo/mu-mh.texi index da6b0d9..2fd2bcf 100644 --- a/doc/texinfo/mu-mh.texi +++ b/doc/texinfo/mu-mh.texi @@ -297,7 +297,7 @@ Understands @option{--use} option. Disposition shell provides Different behaviour if one of the messages in the list does not exist: Mailutils @command{rmm} does not delete any messages. Standard -...@command{rmm} in this case deletes all messages preceeding the +...@command{rmm} in this case deletes all messages preceding the non-existent one. @item diff --git a/libmu_scm/mu_guile.c b/libmu_scm/mu_guile.c index 6992c76..b1162ce 100644 --- a/libmu_scm/mu_guile.c +++ b/libmu_scm/mu_guile.c @@ -17,6 +17,7 @@ Boston, MA 02110-1301 USA */ #include "mu_scm.h" +#include <setjmp.h> static SCM eval_catch_body (void *list) diff --git a/maidag/lmtp.c b/maidag/lmtp.c index 386debe..6842f53 100644 --- a/maidag/lmtp.c +++ b/maidag/lmtp.c @@ -536,7 +536,7 @@ lmtp_loop (FILE *in, FILE *out, unsigned int timeout) mu_rtrim_cset (sp, "\r\n"); if (lmtp_transcript) - mu_diag_output (MU_DIAG_INFO, "LMTP recieve: %s", buf); + mu_diag_output (MU_DIAG_INFO, "LMTP receive: %s", buf); if (next_state != state_none) { diff --git a/mh/mh_whatnow.c b/mh/mh_whatnow.c index f8f5646..56551fa 100644 --- a/mh/mh_whatnow.c +++ b/mh/mh_whatnow.c @@ -467,7 +467,7 @@ static struct helpdata whatnow_helptab[] = { N_("List the message being distributed/replied-to on the terminal.") }, { "edit [<e <>]", N_("Edit the message. If EDITOR is omitted use the one that was used on" - " the preceeding round unless the profile entry \"LASTEDITOR-next\"" + " the preceding round unless the profile entry \"LASTEDITOR-next\"" " names an alternate editor.") }, { "list [<>]", N_("List the draft on the terminal.") }, diff --git a/readmsg/readmsg.c b/readmsg/readmsg.c index 383a40d..c70ed8e 100644 --- a/readmsg/readmsg.c +++ b/readmsg/readmsg.c @@ -104,11 +104,11 @@ readmsg_parse_opt (int key, char *arg, struct argp_state *astate) break; case 'p': - mu_argp_node_list_new (&lst, "form-feeds", arg); + mu_argp_node_list_new (&lst, "form-feeds", "yes"); break; case 'a': - mu_argp_node_list_new (&lst, "show-all-match", arg); + mu_argp_node_list_new (&lst, "show-all-match", "yes"); break; case ARGP_KEY_INIT: hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org http://lists.gnu.org/mailman/listinfo/commit-mailutils