aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Gunter's command-line fixes.Eric S. Raymond1998-05-251-9/+54
| | | | svn path=/trunk/; revision=1823
* Added configuration dumper.Eric S. Raymond1998-05-231-4/+4
| | | | svn path=/trunk/; revision=1809
* Global options have been consolidated into a single control block.Eric S. Raymond1998-05-231-9/+17
| | | | svn path=/trunk/; revision=1807
* Added idfile.Eric S. Raymond1998-05-221-2/+2
| | | | svn path=/trunk/; revision=1794
* Enable short options.Eric S. Raymond1998-03-141-2/+2
| | | | svn path=/trunk/; revision=1701
* Re-engineer the UIDL stuff to avoid having the status flag collideEric S. Raymond1998-03-131-2/+2
| | | | | | with message numbers. svn path=/trunk/; revision=1699
* Configurable antispam response.Eric S. Raymond1998-03-061-10/+17
| | | | svn path=/trunk/; revision=1689
* Kerberos V support.Eric S. Raymond1998-03-031-0/+10
| | | | svn path=/trunk/; revision=1682
* Craig's patches in response to cmetz3.Eric S. Raymond1998-02-211-2/+2
| | | | svn path=/trunk/; revision=1664
* Security relabeling.Eric S. Raymond1998-02-201-4/+4
| | | | svn path=/trunk/; revision=1659
* This went to Craig Metz.Eric S. Raymond1998-02-181-34/+40
| | | | svn path=/trunk/; revision=1652
* Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff.Eric S. Raymond1998-02-161-5/+25
| | | | svn path=/trunk/; revision=1630
* Added smtpaddress option.Eric S. Raymond1998-01-181-9/+17
| | | | svn path=/trunk/; revision=1592
* Cleanup of numeric option handling.Eric S. Raymond1997-12-141-12/+8
| | | | svn path=/trunk/; revision=1568
* Narrow the error() interface.Eric S. Raymond1997-10-211-1/+1
| | | | svn path=/trunk/; revision=1526
* Fix ETRN mode.Eric S. Raymond1997-10-131-2/+2
| | | | svn path=/trunk/; revision=1507
* Fix bug in processing of multiple -S args.Eric S. Raymond1997-10-131-1/+1
| | | | svn path=/trunk/; revision=1506
* Added the --invisible option.Eric S. Raymond1997-10-081-26/+32
| | | | svn path=/trunk/; revision=1492
* Lica Olivetti's qvirtual option.Eric S. Raymond1997-10-021-2/+9
| | | | svn path=/trunk/; revision=1465
* Added --expunge option for Richard Kooidjman.Eric S. Raymond1997-09-281-8/+17
| | | | svn path=/trunk/; revision=1430
* Cosmetic fix.Eric S. Raymond1997-08-041-1/+1
| | | | svn path=/trunk/; revision=1225
* --kill -> --nokeep.Eric S. Raymond1997-08-011-4/+4
| | | | svn path=/trunk/; revision=1214
* Better option documentation.Eric S. Raymond1997-07-311-1/+2
| | | | svn path=/trunk/; revision=1210
* Optimization time.Eric S. Raymond1997-07-021-2/+5
| | | | svn path=/trunk/; revision=1145
* Some configuration cleanup.Eric S. Raymond1997-07-011-1/+1
| | | | svn path=/trunk/; revision=1133
* Put in Dave Holland's feature.Eric S. Raymond1997-06-111-0/+8
| | | | svn path=/trunk/; revision=1089
* Introduced bool.Eric S. Raymond1997-06-111-5/+5
| | | | svn path=/trunk/; revision=1084
* Add check in option dump.Eric S. Raymond1997-06-091-0/+4
| | | | svn path=/trunk/; revision=1074
* Properly initialize smtp_socket member.Eric S. Raymond1997-05-281-0/+1
| | | | svn path=/trunk/; revision=1033
* Add imap-k4 capability.Eric S. Raymond1997-05-271-2/+6
| | | | svn path=/trunk/; revision=1029
* Add multiple-folder support.Eric S. Raymond1997-05-151-6/+17
| | | | svn path=/trunk/; revision=1012
* Caseblind comparison of names, more explicitness about Kerberos.Eric S. Raymond1997-05-131-2/+4
| | | | svn path=/trunk/; revision=988
* Fix -I.Eric S. Raymond1997-04-251-1/+1
| | | | svn path=/trunk/; revision=977
* Option changes.Eric S. Raymond1997-04-051-12/+0
| | | | svn path=/trunk/; revision=953
* Robert de Bath's changes.Eric S. Raymond1997-04-051-2/+2
| | | | svn path=/trunk/; revision=952
* Robert deBath's fix.Eric S. Raymond1997-04-011-1/+1
| | | | svn path=/trunk/; revision=941
* Added -U option.Eric S. Raymond1997-03-131-21/+28
| | | | svn path=/trunk/; revision=931
* Added `set daemon'.Eric S. Raymond1997-03-131-1/+3
| | | | svn path=/trunk/; revision=930
* Eliminate duplicate options.Eric S. Raymond1997-03-071-6/+4
| | | | svn path=/trunk/; revision=922
* Ready for the UIDL patch.Eric S. Raymond1997-03-071-1/+5
| | | | svn path=/trunk/; revision=918
* Added SMTP hunt list feature.Eric S. Raymond1997-02-191-1/+1
| | | | svn path=/trunk/; revision=905
* Trivalent options.Eric S. Raymond1997-02-111-5/+5
| | | | svn path=/trunk/; revision=864
* Added dns/nodns.Eric S. Raymond1997-01-181-1/+1
| | | | svn path=/trunk/; revision=785
* The batchlimit option is now per user.Eric S. Raymond1997-01-141-2/+1
| | | | svn path=/trunk/; revision=764
* Change `interface' and `monitor' options to per-server.Eric S. Raymond1997-01-141-2/+2
| | | | svn path=/trunk/; revision=762
* Dynamic allocation for the query structure string entries.Eric S. Raymond1997-01-141-4/+4
| | | | svn path=/trunk/; revision=757
* Gather all server data into a restorable structure.Eric S. Raymond1997-01-131-12/+12
| | | | svn path=/trunk/; revision=754
* We can now set the envelope header from the command line.Eric S. Raymond1997-01-091-17/+25
| | | | svn path=/trunk/; revision=723
* Dave Bodenstab's error changes.Eric S. Raymond1996-12-301-21/+34
| | | | svn path=/trunk/; revision=705
* Introduced George Sipe's -I and -M options.Eric S. Raymond1996-12-231-2/+27
| | | | svn path=/trunk/; revision=673