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
33d40f75
...
33d40f75ba9d2ba896431035ca5d24fe7cbc558f
authored
2006-10-30 13:07:52 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix docstrings
1 parent
c9f168e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
mail.remote/mail.remote.c
sieve/sieve.c
mail.remote/mail.remote.c
View file @
33d40f7
...
...
@@ -47,7 +47,7 @@
const
char
*
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"
)
"
\v
"
N_
(
"This is a simple drop-in replacement for sendmail to forward mail directly
\n
\
to an SMTP gateway.
\n
\
...
...
sieve/sieve.c
View file @
33d40f7
...
...
@@ -49,7 +49,7 @@
const
char
*
program_version
=
"sieve ("
PACKAGE_STRING
")"
;
static
char
doc
[]
=
N_
(
"GNU sieve -- a mail filtering tool
\n
"
)
N_
(
"GNU sieve -- a mail filtering tool"
)
"
\v
"
N_
(
"Debug flags:
\n
\
g - main parser traces
\n
\
...
...
Please
register
or
sign in
to post a comment