(mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
authorPaul Eggert <eggert@twinsun.com>
Wed, 3 Dec 1997 07:11:43 +0000 (07:11 +0000)
committerPaul Eggert <eggert@twinsun.com>
Wed, 3 Dec 1997 07:11:43 +0000 (07:11 +0000)
commitd04f50310af5a829d7120e0d4dd3581669322e39
tree151c9e8cc5845d8083c68ab06ef42eeb3c2bd466
parent845cde06cd0e21689c48f854a819e8a4de4e5f5a
(mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a
'>' any lines starting with "From " read from the POP server, but
leave the code in place, wrapped in #ifdef
MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
because it turns out that something is depending on it.  Change
suggested by Paul Eggert <eggert@twinsun.com>.
Convert the character \037 (^_) at the beginning of a line into
the character '^' followed by the character '_', because otherwise
Emacs can't parse the resulting file as a valid BABYL file.
Change suggested by Paul Eggert <eggert@twinsun.com>.
lib-src/movemail.c