commit-mailutils
[Top][All Lists]
Advanced

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

[SCM] GNU Mailutils branch, master, updated. rel-2_1-7-g50da866


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. rel-2_1-7-g50da866
Date: Mon, 28 Sep 2009 11:14:16 +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=50da8665bad9738fb69f603d9d7d0d2f52d0c0fa

The branch, master has been updated
       via  50da8665bad9738fb69f603d9d7d0d2f52d0c0fa (commit)
       via  ee2bb525fbfa5e194b3f572642f146a251115aed (commit)
      from  2125fa1b4899a1ae59d4d24ddd2a569557cb7f22 (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 50da8665bad9738fb69f603d9d7d0d2f52d0c0fa
Author: Sergey Poznyakoff <address@hidden>
Date:   Mon Sep 28 14:13:46 2009 +0300

    Fix program descriptions (docstings).
    
    * config/mailutils-config.c: Terminate docstring with a period.
    * dotlock/dotlock.c: Likewise.
    * frm/frm.c: Likewise.
    * frm/from.c: Likewise.
    * imap4d/imap4d.c: Likewise.
    * maidag/maidag.c: Likewise.
    * pop3d/pop3d.c: Likewise.
    * readmsg/readmsg.c: Likewise.
    * sieve/sieve.c: Likewise.

commit ee2bb525fbfa5e194b3f572642f146a251115aed
Author: Jordi Mallach <address@hidden>
Date:   Mon Sep 28 14:13:13 2009 +0300

    Harmonise --help output
    
    * comsat/comsat.c: Add docstring.
    * movemail/movemail.c: Add docstring.

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

Summary of changes:
 comsat/comsat.c           |    2 +-
 config/mailutils-config.c |    2 +-
 dotlock/dotlock.c         |    2 +-
 frm/frm.c                 |    2 +-
 frm/from.c                |    2 +-
 imap4d/imap4d.c           |    2 +-
 maidag/maidag.c           |    2 +-
 movemail/movemail.c       |    2 +-
 pop3d/pop3d.c             |    2 +-
 readmsg/readmsg.c         |    2 +-
 sieve/sieve.c             |    2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/comsat/comsat.c b/comsat/comsat.c
index 66dd429..a6bbf03 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -54,7 +54,7 @@ typedef struct utmp UTMP;
 #define MAX_TTY_SIZE (sizeof (PATH_TTY_PFX) + sizeof (((UTMP*)0)->ut_line))
 
 const char *program_version = "comsatd (" PACKAGE_STRING ")";
-static char doc[] = "GNU comsatd";
+static char doc[] = N_("GNU comsatd -- the Comsat daemon.");
 static char args_doc[] = N_("\n--test MBOX-URL MSG-QID");
 
 #define OPT_FOREGROUND 256
diff --git a/config/mailutils-config.c b/config/mailutils-config.c
index e308227..bc675f2 100644
--- a/config/mailutils-config.c
+++ b/config/mailutils-config.c
@@ -26,7 +26,7 @@
 #include "mailutils/libargp.h"
 
 const char *program_version = "mailutils-config (" PACKAGE_STRING ")";
-static char doc[] = N_("GNU mailutils-config -- display compiler and loader 
options needed for building a program with mailutils");
+static char doc[] = N_("GNU mailutils-config -- display compiler and loader 
options needed for building a program with mailutils.");
 static char args_doc[] = N_("[arg...]");
 
 static struct argp_option options[] = {
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index dd98b68..09b70fa 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -35,7 +35,7 @@
 
 const char *program_version = "GNU dotlock (" PACKAGE_STRING ")";
 static char doc[] =
-N_("GNU dotlock -- lock mail spool files")
+N_("GNU dotlock -- lock mail spool files.")
 "\v"
 N_("Returns 0 on success, 3 if locking the file fails because\
  it's already locked, and 1 if some other kind of error occurred.");
diff --git a/frm/frm.c b/frm/frm.c
index a4dc096..79ecb7e 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -32,7 +32,7 @@ static int align = 0;      /* Tidy mode. -t option. */
 static int select_attribute;
 
 const char *program_version = "frm (" PACKAGE_STRING ")";
-static char doc[] = N_("GNU frm -- display From: lines");
+static char doc[] = N_("GNU frm -- display From: lines.");
 
 static struct attr_tab {
   char *name;      /* Attribute name */
diff --git a/frm/from.c b/frm/from.c
index 20c8294..3369fe7 100644
--- a/frm/from.c
+++ b/frm/from.c
@@ -23,7 +23,7 @@ char *sender_option;
 char *mailbox_name;
 
 const char *program_version = "from (" PACKAGE_STRING ")";
-static char doc[] = N_("GNU from -- display from and subject");
+static char doc[] = N_("GNU from -- display from and subject.");
 
 static struct argp_option options[] = {
   {"count",  'c', NULL,   0, N_("just print a count of messages and exit")},
diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index fe71cfd..300d0ce 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -55,7 +55,7 @@ char *ident_keyfile;
 int ident_encrypt_only;
 
 const char *program_version = "imap4d (" PACKAGE_STRING ")";
-static char doc[] = N_("GNU imap4d -- the IMAP4D daemon");
+static char doc[] = N_("GNU imap4d -- the IMAP4D daemon.");
 
 #define OPT_LOGIN_DISABLED  256
 #define OPT_TLS_REQUIRED    257
diff --git a/maidag/maidag.c b/maidag/maidag.c
index 71cd840..4b66115 100644
--- a/maidag/maidag.c
+++ b/maidag/maidag.c
@@ -56,7 +56,7 @@ int reuse_lmtp_address = 1;
 
 const char *program_version = "maidag (" PACKAGE_STRING ")";
 static char doc[] =
-N_("GNU maidag -- the mail delivery agent")
+N_("GNU maidag -- the mail delivery agent.")
 "\v"
 N_("Debug flags are:\n\
   g - guimb stack traces\n\
diff --git a/movemail/movemail.c b/movemail/movemail.c
index 89c083d..4129dea 100644
--- a/movemail/movemail.c
+++ b/movemail/movemail.c
@@ -34,7 +34,7 @@
 #include <muaux.h>
 
 const char *program_version = "movemail (" PACKAGE_STRING ")";
-static char doc[] = N_("GNU movemail");
+static char doc[] = N_("GNU movemail -- move messages across mailboxes.");
 static char args_doc[] = N_("inbox-url destfile [POP-password]");
 
 #define OPT_EMACS 256
diff --git a/pop3d/pop3d.c b/pop3d/pop3d.c
index f77ee9f..6df4ea6 100644
--- a/pop3d/pop3d.c
+++ b/pop3d/pop3d.c
@@ -54,7 +54,7 @@ int expire_on_exit = 0;       /* Delete expired messages on 
exit */
 static error_t pop3d_parse_opt  (int key, char *arg, struct argp_state 
*astate);
 
 const char *program_version = "pop3d (" PACKAGE_STRING ")";
-static char doc[] = N_("GNU pop3d -- the POP3 daemon");
+static char doc[] = N_("GNU pop3d -- the POP3 daemon.");
 
 #define OPT_LOGIN_DELAY     257
 #define OPT_STAT_FILE       258
diff --git a/readmsg/readmsg.c b/readmsg/readmsg.c
index 5b5bd0c..383a40d 100644
--- a/readmsg/readmsg.c
+++ b/readmsg/readmsg.c
@@ -34,7 +34,7 @@ static void print_body (mu_message_t);
 static int  string_starts_with (const char * s1, const char *s2);
 
 const char *program_version = "readmsg (" PACKAGE_STRING ")";
-static char doc[] = N_("GNU readmsg -- print messages");
+static char doc[] = N_("GNU readmsg -- print messages.");
 static error_t readmsg_parse_opt  (int key, char *arg, struct argp_state 
*astate);
 
 static struct argp_option options[] = 
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 8fe5677..e96a675 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -51,7 +51,7 @@
 const char *program_version = "sieve (" PACKAGE_STRING ")";
 
 static char doc[] =
-N_("GNU sieve -- a mail filtering tool")
+N_("GNU sieve -- a mail filtering tool.")
 "\v"
 N_("Debug flags:\n\
   g - main parser traces\n\


hooks/post-receive
-- 
GNU Mailutils




reply via email to

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