aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
Commit message (Collapse)AuthorAgeFilesLines
* In usage message, move -P short option from long --port to long --service.Matthias Andree2005-10-301-2/+2
| | | | svn path=/trunk/; revision=4384
* - make fetchmail --silent --quit really silent, Debian Bug #229014 by Matthias Andree2005-10-301-0/+1
| | | | | | | | | | | Dr. Andreas Krüger. - cleanup --quit handling again (so that --silent --quit just kills the existing daemon, rather than continue running), and document it more clearly. - Print an error message if multiple "defaults" records are found in the configuration file. svn path=/trunk/; revision=4372
* Revert accidental translatable string spacing changes made in r4321.Matthias Andree2005-09-251-32/+32
| | | | svn path=/trunk/; revision=4331
* Clean up, mapping long to short options directly where possible, and switch ↵Matthias Andree2005-09-251-210/+133
| | | | | | LA_* from #define to enum. svn path=/trunk/; revision=4321
* Add full support for --service option.Matthias Andree2005-09-211-3/+5
| | | | svn path=/trunk/; revision=4307
* Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn".Matthias Andree2005-09-201-0/+2
| | | | svn path=/trunk/; revision=4297
* Merge Sunil Shetye's --limitflush patch.Matthias Andree2005-09-171-0/+9
| | | | svn path=/trunk/; revision=4289
* Large protocol independence patch.Matthias Andree2005-08-281-5/+5
| | | | svn path=/trunk/; revision=4280
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-8/+0
| | | | svn path=/trunk/; revision=4219
* Kill alloca().Matthias Andree2005-07-311-8/+8
| | | | svn path=/trunk/; revision=4201
* Plug memory leaks.Matthias Andree2005-07-311-0/+1
| | | | svn path=/trunk/; revision=4197
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵Matthias Andree2005-07-301-18/+0
| | | | | | library is no longer available. svn path=/trunk/; revision=4192
* Make tracepolls a server option, as documented. Fixes Debian bug #156094.Matthias Andree2005-07-181-3/+3
| | | | svn path=/trunk/; revision=4121
* Add help for --sslcertpath and --sslfingerprint.Matthias Andree2004-11-101-0/+2
| | | | svn path=/trunk/; revision=3990
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-7/+7
| | | | svn path=/trunk/; revision=3901
* Sunil's transaction patches.Eric S. Raymond2003-10-151-0/+14
| | | | svn path=/trunk/; revision=3858
* Enable showdots to be set fro the command line.Eric S. Raymond2003-10-101-1/+1
| | | | svn path=/trunk/; revision=3843
* OTP fix patches from Stanislav Brabec.Eric S. Raymond2002-10-181-1/+3
| | | | svn path=/trunk/; revision=3735
* Sunil Shetye's latest fix patch.Eric S. Raymond2002-09-091-1/+1
| | | | svn path=/trunk/; revision=3707
* Sunil Shetye's re-exec patch.Eric S. Raymond2002-09-041-6/+6
| | | | svn path=/trunk/; revision=3696
* getopt_long is back for Solaris and HP-UX.Eric S. Raymond2001-09-301-4/+0
| | | | svn path=/trunk/; revision=3508
* Fix the bad GETOPT_LONG patch.Eric S. Raymond2001-09-271-1/+1
| | | | svn path=/trunk/; revision=3495
* Ready to ship.Eric S. Raymond2001-09-261-2/+6
| | | | svn path=/trunk/; revision=3491
* _( -> GT_(Eric S. Raymond2001-09-241-66/+66
| | | | svn path=/trunk/; revision=3478
* Restore -D.Eric S. Raymond2001-09-091-1/+1
| | | | svn path=/trunk/; revision=3460
* Implemented fetchdomains.Eric S. Raymond2001-06-241-28/+39
| | | | svn path=/trunk/; revision=3373
* Miscellaneous bug fixes.Eric S. Raymond2001-06-201-1/+1
| | | | svn path=/trunk/; revision=3361
* Tracepolls switch implemented.Eric S. Raymond2001-06-051-0/+9
| | | | svn path=/trunk/; revision=3337
* SSL certification handling.Eric S. Raymond2001-05-141-2/+20
| | | | svn path=/trunk/; revision=3314
* Nalin Dahyabai's changes.Eric S. Raymond2001-04-101-0/+12
| | | | svn path=/trunk/; revision=3290
* Ready to ship.Eric S. Raymond2001-03-181-0/+2
| | | | svn path=/trunk/; revision=3265
* Added sslproto.Eric S. Raymond2001-03-031-2/+9
| | | | svn path=/trunk/; revision=3183
* preauth -> auth.Eric S. Raymond2001-02-191-13/+13
| | | | svn path=/trunk/; revision=3121
* Let's get rid of the old protocols with preauthentication bundled in.Eric S. Raymond2001-02-111-12/+0
| | | | svn path=/trunk/; revision=3071
* Ready to ship.Eric S. Raymond2000-11-111-0/+8
| | | | svn path=/trunk/; revision=2983
* Added --showdots option by Thomas Jarosch <tomj@gmx.de>Eric S. Raymond2000-11-041-0/+7
| | | | svn path=/trunk/; revision=2981
* Julian Haight's changes.Eric S. Raymond2000-06-071-3/+9
| | | | svn path=/trunk/; revision=2900
* LinuxWorld hacks.Eric S. Raymond2000-02-051-1/+3
| | | | svn path=/trunk/; revision=2729
* Cleanup patches from Gunther Leber.Eric S. Raymond2000-01-031-7/+4
| | | | svn path=/trunk/; revision=2699
* Ready to send this to Mike.Eric S. Raymond1999-11-061-13/+13
| | | | svn path=/trunk/; revision=2649
* This preliminary SSL patch goes to Mike.Eric S. Raymond1999-10-271-0/+31
| | | | svn path=/trunk/; revision=2643
* Low-level corrections.Eric S. Raymond1999-09-231-3/+2
| | | | svn path=/trunk/; revision=2593
* Added Todd Sabin's new protocol options.Eric S. Raymond1999-09-221-0/+4
| | | | svn path=/trunk/; revision=2571
* auth -> preauth.Eric S. Raymond1999-09-161-4/+4
| | | | svn path=/trunk/; revision=2564
* Changes from the road.Eric S. Raymond1999-08-171-3/+3
| | | | svn path=/trunk/; revision=2540
* Add missing \n.Eric S. Raymond1999-04-251-1/+1
| | | | svn path=/trunk/; revision=2445
* Enable expunge to controil POP2 and POP3 checkpointing.Eric S. Raymond1999-04-181-5/+5
| | | | svn path=/trunk/; revision=2439
* Added bouncemail option.Eric S. Raymond1999-02-071-32/+38
| | | | svn path=/trunk/; revision=2382
* FreeBSD support.Eric S. Raymond1999-02-071-5/+5
| | | | svn path=/trunk/; revision=2376
* Arrange for OK exit after helpflag.Eric S. Raymond1999-01-071-1/+5
| | | | svn path=/trunk/; revision=2337