Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f213f2c0
Commit
f213f2c0
authored
Mar 04, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main) [MAIL_USE_POP]: Add -r to usage message.
parent
00cfe22c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/movemail.c
lib-src/movemail.c
+1
-1
No files found.
lib-src/ChangeLog
View file @
f213f2c0
2009-03-04 Glenn Morris <rgm@gnu.org>
* movemail.c (main) [MAIL_USE_POP]: Add -r to usage message.
2009-02-13 Sven Joachim <svenjoac@gmx.de>
* movemail.c: Include time.h unconditionally.
...
...
lib-src/movemail.c
View file @
f213f2c0
...
...
@@ -229,7 +229,7 @@ main (argc, argv)
)
{
#ifdef MAIL_USE_POP
fprintf
(
stderr
,
"Usage: movemail [-p] inbox destfile%s
\n
"
,
fprintf
(
stderr
,
"Usage: movemail [-p]
[-r]
inbox destfile%s
\n
"
,
" [POP-password]"
);
#else
fprintf
(
stderr
,
"Usage: movemail [-p] inbox destfile%s
\n
"
,
""
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment