mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(main): Skip past the colon in inname.
This commit is contained in:
parent
e19e5a3e16
commit
0c22b79bad
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ main (argc, argv)
|
|||
if (*user == ':')
|
||||
break;
|
||||
|
||||
user++;
|
||||
status = popmail (user, outname);
|
||||
exit (status);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue