diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-04 21:44:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-04 21:44:50 +0000 |
commit | dba153ee6173bcc1e526163e7434d8a5915baf0b (patch) | |
tree | 2bd68e148356eb2ca2c2ac1c31f6056b7fbb6793 /NEWS | |
parent | f7fa6d049541c5558289a5e885fc03ee111816e4 (diff) | |
download | fetchmail-dba153ee6173bcc1e526163e7434d8a5915baf0b.tar.gz fetchmail-dba153ee6173bcc1e526163e7434d8a5915baf0b.tar.bz2 fetchmail-dba153ee6173bcc1e526163e7434d8a5915baf0b.zip |
RC file syntax change, folder->mailbox, remote->remotename.
svn path=/trunk/; revision=220
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -29,6 +29,13 @@ 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): |