aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
Commit message (Collapse)AuthorAgeFilesLines
* Added -n, --nodetach option.Eric S. Raymond1996-10-291-20/+27
| | | | svn path=/trunk/; revision=418
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-0/+4
| | | | svn path=/trunk/; revision=396
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-24/+24
| | | | svn path=/trunk/; revision=391
* Added filtering by length. Ugh.Eric S. Raymond1996-10-261-6/+13
| | | | svn path=/trunk/; revision=390
* Major improvements in --check processing. New-message count is now visible.Eric S. Raymond1996-10-191-0/+6
| | | | svn path=/trunk/; revision=353
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-32/+15
| | | | svn path=/trunk/; revision=345
* Add settable server-nonresponse timeoutEric S. Raymond1996-10-131-11/+17
| | | | svn path=/trunk/; revision=325
* Use TRUE and FALSE.Eric S. Raymond1996-10-111-9/+9
| | | | svn path=/trunk/; revision=316
* Fix options handling.Eric S. Raymond1996-10-111-1/+1
| | | | svn path=/trunk/; revision=314
* Option reorganization.Eric S. Raymond1996-10-111-28/+28
| | | | svn path=/trunk/; revision=309
* Option reorganization -- also N -> n.Eric S. Raymond1996-10-111-194/+205
| | | | svn path=/trunk/; revision=308
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-3/+2
| | | | svn path=/trunk/; revision=299
* Improved options processing.Eric S. Raymond1996-10-111-16/+7
| | | | svn path=/trunk/; revision=296
* Restored idfile option.Eric S. Raymond1996-10-111-2/+2
| | | | svn path=/trunk/; revision=295
* UIDs are back in.Eric S. Raymond1996-10-101-5/+13
| | | | svn path=/trunk/; revision=285
* Kerberos integration, stage 3.Eric S. Raymond1996-10-101-22/+43
| | | | svn path=/trunk/; revision=283
* Chris Hanson's Kerberos support, plus documentation.Eric S. Raymond1996-10-101-3/+12
| | | | svn path=/trunk/; revision=280
* Removed all pretentions to RPOP support.Eric S. Raymond1996-10-091-2/+0
| | | | svn path=/trunk/; revision=267
* Option core-dump fix.Eric S. Raymond1996-10-091-1/+1
| | | | svn path=/trunk/; revision=259
* Bug fixes and better RC file documentation.Eric S. Raymond1996-10-081-1/+1
| | | | svn path=/trunk/; revision=243
* Multiple queries to same server with different users work now.Eric S. Raymond1996-10-051-25/+0
| | | | svn path=/trunk/; revision=228
* Eliminate set_defaults so user variable will be available in main.Eric S. Raymond1996-10-051-59/+0
| | | | svn path=/trunk/; revision=224
* Make localname defaulting work properly.Eric S. Raymond1996-10-051-1/+0
| | | | svn path=/trunk/; revision=222
* RC file syntax change, folder->mailbox, remote->remotename.Eric S. Raymond1996-10-041-1/+1
| | | | svn path=/trunk/; revision=220
* Restore --mda, with cleaner implementation this time.Eric S. Raymond1996-10-041-6/+12
| | | | svn path=/trunk/; revision=214
* Kill off -2 and -3.Eric S. Raymond1996-10-011-15/+11
| | | | svn path=/trunk/; revision=183
* Make newline escapes optional. JEEP_IS_DEFAULT is gone. Lots ofEric S. Raymond1996-09-291-5/+0
| | | | | | other man page improvements. svn path=/trunk/; revision=181
* The great options massacre.Eric S. Raymond1996-09-281-71/+18
| | | | svn path=/trunk/; revision=178
* Give up on POP3 UIDs, they're a dead loss.Eric S. Raymond1996-09-281-24/+10
| | | | svn path=/trunk/; revision=173
* Name of run control file changed.Eric S. Raymond1996-09-251-28/+27
| | | | svn path=/trunk/; revision=148
* *** empty log message ***Eric S. Raymond1996-09-241-3/+2
| | | | svn path=/trunk/; revision=120
* The great name change.Eric S. Raymond1996-09-241-16/+16
| | | | svn path=/trunk/; revision=114
* Add code to copy command line, so appending servers doesn't stomp onEric S. Raymond1996-09-231-0/+1
| | | | | | the environment space. svn path=/trunk/; revision=104
* Be robust in the presence of Sun NIS and other nonstandard password schemes.Eric S. Raymond1996-09-201-33/+44
| | | | svn path=/trunk/; revision=101
* Make SMTP forwarding the default.Eric S. Raymond1996-09-121-1/+2
| | | | svn path=/trunk/; revision=93
* Added port-specification option.Eric S. Raymond1996-09-121-5/+11
| | | | svn path=/trunk/; revision=87
* Option-processing for SMTP forwarding works now.Eric S. Raymond1996-09-111-1/+7
| | | | svn path=/trunk/; revision=84
* Clean up some option processing.Eric S. Raymond1996-09-111-4/+3
| | | | svn path=/trunk/; revision=83
* Correct the rewrite logic.Eric S. Raymond1996-09-111-2/+2
| | | | svn path=/trunk/; revision=81
* Most of the way to SMTP forwarding.Eric S. Raymond1996-09-111-4/+11
| | | | svn path=/trunk/; revision=79
* Added support for RFC-1725-compliant servers with UIDL and without LAST.Eric S. Raymond1996-08-221-10/+25
| | | | svn path=/trunk/; revision=56
* Change default to MDA deliver.Eric S. Raymond1996-07-261-6/+0
| | | | svn path=/trunk/; revision=45
* Freeze bug fixes befoire adding more features.Eric S. Raymond1996-07-191-2/+9
| | | | svn path=/trunk/; revision=38
* More name changes.Eric S. Raymond1996-07-031-21/+21
| | | | svn path=/trunk/; revision=36
* Change of name.Eric S. Raymond1996-07-031-13/+13
| | | | svn path=/trunk/; revision=35
* optrec -> hostrec.Eric S. Raymond1996-07-031-4/+4
| | | | svn path=/trunk/; revision=34
* Got rid of line limit member.Eric S. Raymond1996-07-031-4/+4
| | | | svn path=/trunk/; revision=31
* Correct doc comment.Eric S. Raymond1996-07-031-3/+4
| | | | svn path=/trunk/; revision=30
* Got rid of versioninfo member.Eric S. Raymond1996-07-031-1/+1
| | | | svn path=/trunk/; revision=29
* Got rid of verbose member, changed whicpop to protocol.Eric S. Raymond1996-07-031-8/+8
| | | | svn path=/trunk/; revision=28