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
9d8856ed
...
9d8856eddd63aee7147e9601a27052899a72a73c
authored
2009-10-31 12:54:15 +0200
by
Jordi Mallach
Committed by
Sergey Poznyakoff
2009-10-31 12:54:15 +0200
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Spelling fixes
1 parent
405f1869
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
doc/texinfo/mu-mh.texi
maidag/lmtp.c
mh/mh_whatnow.c
doc/texinfo/mu-mh.texi
View file @
9d8856e
...
...
@@ -297,7 +297,7 @@ Understands @option{--use} option. Disposition shell provides
Different
behaviour
if
one
of
the
messages
in
the
list
does
not
exist
:
Mailutils
@command
{
rmm
}
does
not
delete
any
messages
.
Standard
@command
{
rmm
}
in
this
case
deletes
all
messages
prece
e
ding
the
@command
{
rmm
}
in
this
case
deletes
all
messages
preceding
the
non
-
existent
one
.
@item
...
...
maidag/lmtp.c
View file @
9d8856e
...
...
@@ -536,7 +536,7 @@ lmtp_loop (FILE *in, FILE *out, unsigned int timeout)
mu_rtrim_cset
(
sp
,
"
\r\n
"
);
if
(
lmtp_transcript
)
mu_diag_output
(
MU_DIAG_INFO
,
"LMTP rec
ie
ve: %s"
,
buf
);
mu_diag_output
(
MU_DIAG_INFO
,
"LMTP rec
ei
ve: %s"
,
buf
);
if
(
next_state
!=
state_none
)
{
...
...
mh/mh_whatnow.c
View file @
9d8856e
...
...
@@ -467,7 +467,7 @@ static struct helpdata whatnow_helptab[] = {
N_
(
"List the message being distributed/replied-to on the terminal."
)
},
{
"edit [<e <>]"
,
N_
(
"Edit the message. If EDITOR is omitted use the one that was used on"
" the prece
e
ding round unless the profile entry
\"
LASTEDITOR-next
\"
"
" the preceding round unless the profile entry
\"
LASTEDITOR-next
\"
"
" names an alternate editor."
)
},
{
"list [<>]"
,
N_
(
"List the draft on the terminal."
)
},
...
...
Please
register
or
sign in
to post a comment