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
13447694
...
134476947b33d46e056a6e43b47d92dccd7eae7d
authored
2002-12-28 11:20:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Reverted \v changes. Failed experiment.
1 parent
94dc6745
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
16 deletions
dotlock/dotlock.c
mail.local/main.c
mail.remote/mail.remote.c
dotlock/dotlock.c
View file @
1344769
...
...
@@ -32,12 +32,10 @@
const
char
*
argp_program_version
=
"GNU dotlock ("
PACKAGE_STRING
")"
;
static
char
doc
[]
=
N_
(
"GNU dotlock -- lock mail spool files"
)
"
\v
"
N_
(
"Returns 0 on success, 3 if the locking the file fails because"
N_
(
"GNU dotlock -- lock mail spool files"
"
\v
"
"Returns 0 on success, 3 if the locking the file fails because"
" it's already locked, and 1 if some other kind of error occurred."
);
/* Note: keep \v excluded from the gettext strings, this way it's more
convenient for translators */
static
char
args_doc
[]
=
N_
(
"FILE"
);
error_t
argp_err_exit_status
=
MU_DL_EX_ERROR
;
...
...
mail.local/main.c
View file @
1344769
...
...
@@ -43,15 +43,15 @@ void notify_biff __P((mailbox_t mbox, char *name, size_t size));
const
char
*
argp_program_version
=
"mail.local ("
PACKAGE_STRING
")"
;
static
char
doc
[]
=
N_
(
"GNU mail.local -- the local MDA"
)
"
\v
"
N_
(
"Debug flags are:
\n
"
" g - guimb stack traces
\n
"
" T - mailutil traces (MU_DEBUG_TRACE)
\n
"
" P - network protocols (MU_DEBUG_PROT)
\n
"
" t - sieve trace (MU_SIEVE_DEBUG_TRACE)
\n
"
" l - sieve action logs
\n
"
" 0-9 - Set mail.local debugging level
\n
"
);
N_
(
"GNU mail.local -- the local MDA"
"
\v
"
"Debug flags are:
\n
"
" g - guimb stack traces
\n
"
" T - mailutil traces (MU_DEBUG_TRACE)
\n
"
" P - network protocols (MU_DEBUG_PROT)
\n
"
" t - sieve trace (MU_SIEVE_DEBUG_TRACE)
\n
"
" l - sieve action logs
\n
"
" 0-9 - Set mail.local debugging level
\n
"
);
static
char
args_doc
[]
=
N_
(
"recipient [recipient ...]"
);
...
...
mail.remote/mail.remote.c
View file @
1344769
...
...
@@ -42,10 +42,10 @@
const
char
*
argp_program_version
=
"mail.remote ("
PACKAGE_STRING
")"
;
static
char
doc
[]
=
N_
(
"GNU mail.remote -- pseudo-sendmail interface for mail delivery
\n
"
)
N_
(
"GNU mail.remote -- pseudo-sendmail interface for mail delivery
\n
"
"
\v
"
"
\n
"
N_
(
"An RFC2822 formatted message is read from stdin and delivered using
\n
"
"An RFC2822 formatted message is read from stdin and delivered using
\n
"
"the mailer. This utility can be used as a drop-in replacement
\n
"
"for /bin/sendmail to forward mail directly to an SMTP gateway.
\n
"
"
\n
"
...
...
Please
register
or
sign in
to post a comment