Mercurial > emacs
comparison lib-src/movemail.c @ 92148:f991f10f15ec
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 24 Feb 2008 10:09:07 +0000 |
parents | 36e4ffad31fe f56936039199 |
children | 9ed7610349d3 |
comparison
equal
deleted
inserted
replaced
92147:773ae07da318 | 92148:f991f10f15ec |
---|---|
690 char obuffer[BUFSIZ]; | 690 char obuffer[BUFSIZ]; |
691 char Errmsg[200]; /* POP errors, at least, can exceed | 691 char Errmsg[200]; /* POP errors, at least, can exceed |
692 the original length of 80. */ | 692 the original length of 80. */ |
693 | 693 |
694 /* | 694 /* |
695 * The full legal syntax for a POP mailbox specification for movemail | 695 * The full valid syntax for a POP mailbox specification for movemail |
696 * is "po:username:hostname". The ":hostname" is optional; if it is | 696 * is "po:username:hostname". The ":hostname" is optional; if it is |
697 * omitted, the MAILHOST environment variable will be consulted. Note | 697 * omitted, the MAILHOST environment variable will be consulted. Note |
698 * that by the time popmail() is called the "po:" has been stripped | 698 * that by the time popmail() is called the "po:" has been stripped |
699 * off of the front of the mailbox name. | 699 * off of the front of the mailbox name. |
700 * | 700 * |