diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-05 04:01:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-05 04:01:46 +0000 |
commit | b2c3f987c2af7b08ea5f670d94d4e94c994c2c96 (patch) | |
tree | fe3fc6c6b83a8a1044c470b34c6dbee837c5355f /NEWS | |
parent | dba153ee6173bcc1e526163e7434d8a5915baf0b (diff) | |
download | fetchmail-b2c3f987c2af7b08ea5f670d94d4e94c994c2c96.tar.gz fetchmail-b2c3f987c2af7b08ea5f670d94d4e94c994c2c96.tar.bz2 fetchmail-b2c3f987c2af7b08ea5f670d94d4e94c994c2c96.zip |
Back out the token name changes.
svn path=/trunk/; revision=221
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -29,13 +29,6 @@ fetchmail-1.6 (): * Fix bug that prevented SMTP from being specified on the defaults line. -* Changes in .fetchmailrc syntax: The token `remotefolder' no longer - exists; it has been replaced by `mailbox'. The token `remote' no - longer stands for `remotefolder' but for `remotename', a synonym for - `username'. The purpose of these changes (which should only affect - IMAP and POP2 users setting up for non-default mailboxes) is to prepare - for syntax supporting multiple user queries per host. - * Allow program to run with no .fetchmailrc file again. fetchmail-1.5 (Thu Oct 3 04:35:15 EDT 1996): |