summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotlock/dotlock.c2
-rw-r--r--mail.local/main.c2
-rw-r--r--mail.remote/mail.remote.c2
-rw-r--r--mh/anno.c2
-rw-r--r--mh/fmtcheck.c2
-rw-r--r--mh/folder.c2
-rw-r--r--mh/forw.c2
-rw-r--r--mh/inc.c2
-rw-r--r--mh/install-mh.c2
-rw-r--r--mh/mark.c2
-rw-r--r--mh/mhl.c2
-rw-r--r--mh/mhn.c6
-rw-r--r--mh/mhpath.c2
-rw-r--r--mh/pick.c2
-rw-r--r--mh/refile.c2
-rw-r--r--mh/repl.c2
-rw-r--r--mh/rmf.c2
-rw-r--r--mh/rmm.c2
-rw-r--r--mh/scan.c2
-rw-r--r--mh/send.c2
-rw-r--r--mh/whom.c2
-rw-r--r--sieve/sieve.c3
22 files changed, 47 insertions, 2 deletions
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index 694e3b0e7..bb04c681f 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -32,6 +32,8 @@
const char *program_version = "GNU dotlock (" PACKAGE_STRING ")";
static char doc[] =
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
N_("GNU dotlock -- lock mail spool files"
"\v"
"Returns 0 on success, 3 if the locking the file fails because"
diff --git a/mail.local/main.c b/mail.local/main.c
index a4a27c372..12bdbf88a 100644
--- a/mail.local/main.c
+++ b/mail.local/main.c
@@ -43,6 +43,8 @@ void notify_biff __P((mailbox_t mbox, char *name, size_t size));
const char *program_version = "mail.local (" PACKAGE_STRING ")";
static char doc[] =
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
N_("GNU mail.local -- the local MDA"
"\v"
"Debug flags are:\n"
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index a4cf83c35..34cad6f22 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -43,6 +43,8 @@
const char *program_version = "mail.remote (" PACKAGE_STRING ")";
static char doc[] =
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n"
"\v"
"\n"
diff --git a/mh/anno.c b/mh/anno.c
index d3f078f07..17e4ed0bb 100644
--- a/mh/anno.c
+++ b/mh/anno.c
@@ -20,6 +20,8 @@
#include <mh.h>
const char *program_version = "anno (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH anno\v"
"Options marked with `*' are not yet implemented.\n"
"Use -help to obtain the list of traditional MH options.");
diff --git a/mh/fmtcheck.c b/mh/fmtcheck.c
index 96a1076de..1038b6dad 100644
--- a/mh/fmtcheck.c
+++ b/mh/fmtcheck.c
@@ -20,6 +20,8 @@
#include <mh.h>
const char *program_version = "fmtcheck (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH fmtcheck\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = "";
diff --git a/mh/folder.c b/mh/folder.c
index 97cf6f22d..50fe026c1 100644
--- a/mh/folder.c
+++ b/mh/folder.c
@@ -33,6 +33,8 @@
#include <obstack.h>
const char *program_version = "folder (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH folder\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[action] [msg]");
diff --git a/mh/forw.c b/mh/forw.c
index d2dc1e530..2b7fbf900 100644
--- a/mh/forw.c
+++ b/mh/forw.c
@@ -20,6 +20,8 @@
#include <mh.h>
const char *program_version = "forw (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH forw\v"
"Options marked with `*' are not yet implemented.\n"
"Use -help to obtain the list of traditional MH options.");
diff --git a/mh/inc.c b/mh/inc.c
index 0963d12f6..a9476f2aa 100644
--- a/mh/inc.c
+++ b/mh/inc.c
@@ -20,6 +20,8 @@
#include <mh.h>
const char *program_version = "inc (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH inc\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[+folder]");
diff --git a/mh/install-mh.c b/mh/install-mh.c
index c64569526..941af4c01 100644
--- a/mh/install-mh.c
+++ b/mh/install-mh.c
@@ -18,6 +18,8 @@
#include <mh.h>
const char *program_version = "install-mh (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH install-mh\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = "";
diff --git a/mh/mark.c b/mh/mark.c
index 15642688f..0a40cc50f 100644
--- a/mh/mark.c
+++ b/mh/mark.c
@@ -18,6 +18,8 @@
#include <mh.h>
const char *program_version = "mark (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH mark\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = "[msgs...]";
diff --git a/mh/mhl.c b/mh/mhl.c
index d3eb8af5f..225d57a8e 100644
--- a/mh/mhl.c
+++ b/mh/mhl.c
@@ -22,6 +22,8 @@
#include <unistd.h>
const char *program_version = "mhl (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH mhl\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[files]");
diff --git a/mh/mhn.c b/mh/mhn.c
index 30730e312..ee88ff44e 100644
--- a/mh/mhn.c
+++ b/mh/mhn.c
@@ -25,6 +25,8 @@
#include <obstack.h>
const char *program_version = "mhn (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH mhn\v"
"Options marked with `*' are not yet implemented.\n"
"Use -help to obtain the list of traditional MH options.");
@@ -1747,7 +1749,7 @@ stream_getline (stream_t str, char **buf, size_t *bufsize, size_t *pnum)
}
numread = 0;
while ((rc = stream_sequential_readline (str, *buf + numread,
- *bufsize, &n)) == 0
+ *bufsize - numread, &n)) == 0
&& n > 0)
{
numread += n;
@@ -2429,7 +2431,7 @@ copy_header (message_t msg, stream_t stream)
header_t hdr;
stream_t in;
char *buf = NULL;
- size_t bufsize, n;
+ size_t bufsize = 0, n = 0;
message_get_header (msg, &hdr);
header_get_stream (hdr, &in);
diff --git a/mh/mhpath.c b/mh/mhpath.c
index d691203d9..b1e90cfb2 100644
--- a/mh/mhpath.c
+++ b/mh/mhpath.c
@@ -20,6 +20,8 @@
#include <mh.h>
const char *program_version = "mhpath (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH mhpath\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[+folder] [msgs]");
diff --git a/mh/pick.c b/mh/pick.c
index 9d17d9846..77511c0d3 100644
--- a/mh/pick.c
+++ b/mh/pick.c
@@ -26,6 +26,8 @@
#include <obstack.h>
const char *program_version = "pick (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH pick\v"
"Options marked with `*' are not yet implemented.\n"
"Use -help to obtain the list of traditional MH options.");
diff --git a/mh/refile.c b/mh/refile.c
index 3bdfd444c..a7ec3c411 100644
--- a/mh/refile.c
+++ b/mh/refile.c
@@ -25,6 +25,8 @@
#include <fcntl.h>
const char *program_version = "refile (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH refile\v"
"Options marked with `*' are not yet implemented.\n"
"Use -help to obtain the list of traditional MH options.");
diff --git a/mh/repl.c b/mh/repl.c
index 151194aad..31dfc9815 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -22,6 +22,8 @@
#include <unistd.h>
const char *program_version = "reply (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH repl\v"
"Options marked with `*' are not yet implemented.\n"
"Use -help to obtain the list of traditional MH options.");
diff --git a/mh/rmf.c b/mh/rmf.c
index 9abf2459c..2c7354c53 100644
--- a/mh/rmf.c
+++ b/mh/rmf.c
@@ -29,6 +29,8 @@
#include <dirent.h>
const char *program_version = "rmf (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH rmf\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[+folder]");
diff --git a/mh/rmm.c b/mh/rmm.c
index 6662bccd6..439780e2a 100644
--- a/mh/rmm.c
+++ b/mh/rmm.c
@@ -20,6 +20,8 @@
#include <mh.h>
const char *program_version = "rmm (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH rmm\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[+folder] [msgs]");
diff --git a/mh/scan.c b/mh/scan.c
index adcb949cc..d2117ca92 100644
--- a/mh/scan.c
+++ b/mh/scan.c
@@ -27,6 +27,8 @@
#include <mailutils/observer.h>
const char *program_version = "scan (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH scan\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[+folder] [msgs]");
diff --git a/mh/send.c b/mh/send.c
index 9d266d004..db3f54854 100644
--- a/mh/send.c
+++ b/mh/send.c
@@ -24,6 +24,8 @@
#include <pwd.h>
const char *program_version = "send (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH send\v"
"Options marked with `*' are not yet implemented.\n"
"Use -help to obtain the list of traditional MH options.");
diff --git a/mh/whom.c b/mh/whom.c
index 42a84f7ef..a24a00727 100644
--- a/mh/whom.c
+++ b/mh/whom.c
@@ -18,6 +18,8 @@
#include <mh.h>
const char *program_version = "whom (" PACKAGE_STRING ")";
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
static char doc[] = N_("GNU MH whom\v"
"Use -help to obtain the list of traditional MH options.");
static char args_doc[] = "[file]";
diff --git a/sieve/sieve.c b/sieve/sieve.c
index aaf52c890..007f29e2e 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -49,6 +49,8 @@ void mutil_register_all_mbox_formats (void);
const char *program_version = "sieve (" PACKAGE_STRING ")";
static char doc[] =
+/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
+ in this message */
N_("GNU sieve -- a mail filtering tool\n"
"\v"
"Debug flags:\n"
@@ -509,6 +511,7 @@ mutil_register_all_mbox_formats (void)
list_append (bookie, pop_record);
list_append (bookie, imap_record);
list_append (bookie, mh_record);
+ list_append (bookie, maildir_record);
list_append (bookie, sendmail_record);
list_append (bookie, smtp_record);
}

Return to:

Send suggestions and report system problems to the System administrator.