Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7f9a8e30
...
7f9a8e30f1578c9365e1e73720fc89346a5b34d2
authored
2003-12-25 10:56:53 +0000
by
uid65697
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added translators' comment
1 parent
6fac0302
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
47 additions
and
2 deletions
dotlock/dotlock.c
mail.local/main.c
mail.remote/mail.remote.c
mh/anno.c
mh/fmtcheck.c
mh/folder.c
mh/forw.c
mh/inc.c
mh/install-mh.c
mh/mark.c
mh/mhl.c
mh/mhn.c
mh/mhpath.c
mh/pick.c
mh/refile.c
mh/repl.c
mh/rmf.c
mh/rmm.c
mh/scan.c
mh/send.c
mh/whom.c
sieve/sieve.c
dotlock/dotlock.c
View file @
7f9a8e3
...
...
@@ -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"
...
...
mail.local/main.c
View file @
7f9a8e3
...
...
@@ -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
"
...
...
mail.remote/mail.remote.c
View file @
7f9a8e3
...
...
@@ -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
"
...
...
mh/anno.c
View file @
7f9a8e3
...
...
@@ -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."
);
...
...
mh/fmtcheck.c
View file @
7f9a8e3
...
...
@@ -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
[]
=
""
;
...
...
mh/folder.c
View file @
7f9a8e3
...
...
@@ -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]"
);
...
...
mh/forw.c
View file @
7f9a8e3
...
...
@@ -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."
);
...
...
mh/inc.c
View file @
7f9a8e3
...
...
@@ -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]"
);
...
...
mh/install-mh.c
View file @
7f9a8e3
...
...
@@ -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
[]
=
""
;
...
...
mh/mark.c
View file @
7f9a8e3
...
...
@@ -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...]"
;
...
...
mh/mhl.c
View file @
7f9a8e3
...
...
@@ -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]"
);
...
...
mh/mhn.c
View file @
7f9a8e3
...
...
@@ -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
);
...
...
mh/mhpath.c
View file @
7f9a8e3
...
...
@@ -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]"
);
...
...
mh/pick.c
View file @
7f9a8e3
...
...
@@ -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."
);
...
...
mh/refile.c
View file @
7f9a8e3
...
...
@@ -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."
);
...
...
mh/repl.c
View file @
7f9a8e3
...
...
@@ -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."
);
...
...
mh/rmf.c
View file @
7f9a8e3
...
...
@@ -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]"
);
...
...
mh/rmm.c
View file @
7f9a8e3
...
...
@@ -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]"
);
...
...
mh/scan.c
View file @
7f9a8e3
...
...
@@ -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]"
);
...
...
mh/send.c
View file @
7f9a8e3
...
...
@@ -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."
);
...
...
mh/whom.c
View file @
7f9a8e3
...
...
@@ -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]"
;
...
...
sieve/sieve.c
View file @
7f9a8e3
...
...
@@ -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
);
}
...
...
Please
register
or
sign in
to post a comment