diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-01-06 13:56:14 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-01-06 13:56:14 +0000 |
commit | 2848810d4427c1b09e0c7c5c870444c9b50e5dac (patch) | |
tree | 796b6ead6db0f68e6d592ecf30db4e371a1183ab | |
parent | 6289562c4c47bdbbafe1d93e8e4bde4961d7b08b (diff) | |
download | fetchmail-2848810d4427c1b09e0c7c5c870444c9b50e5dac.tar.gz fetchmail-2848810d4427c1b09e0c7c5c870444c9b50e5dac.tar.bz2 fetchmail-2848810d4427c1b09e0c7c5c870444c9b50e5dac.zip |
Typo: --dumpconfig -> --configdump.
svn path=/branches/BRANCH_6-3/; revision=4610
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ fetchmail 6.3.2 (to be released): - switch back to LMTP after sending a bounce. The patch removes the global state variable that was the root of this problem. Patch by Sunil Shetye. (MA) -* Don't complain about fetchall keep in --dumpconfig mode. Bug introduced in +* Don't complain about fetchall keep in --configdump mode. Bug introduced in 6.3.0. Matthias Andree. * fetchmailconf.py: Fix novice help for Poll interval and fetchall. Reported by Justin Pryzby, Debian Bug #344978. Matthias Andree |