aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Added `fetchlimit'.Eric S. Raymond1996-12-181-3/+10
| | | | svn path=/trunk/; revision=657
* Added `logfile' keyword to rc syntax.Eric S. Raymond1996-11-271-1/+1
| | | | svn path=/trunk/; revision=571
* Arrange for fetchall to be forced on after transient errors abort aEric S. Raymond1996-11-141-1/+0
| | | | | | poll cycle. svn path=/trunk/; revision=540
* Arrange for command-line set of batchlimit.Eric S. Raymond1996-11-091-4/+12
| | | | svn path=/trunk/; revision=525
* Prototypes everywhere.Eric S. Raymond1996-11-081-1/+1
| | | | svn path=/trunk/; revision=515
* Solaris 2.5 and FreeBSD 2.2.Eric S. Raymond1996-11-081-0/+1
| | | | svn path=/trunk/; revision=501
* Running fetchmail in daemon mode now forces the --fetchall option on.Eric S. Raymond1996-11-041-0/+1
| | | | | | | | | This is a robustness feature. It means that if a message is fetched (and thus marked seen by the mailserver) but not delivered locally due to some transient error, it will be re-fetched during the next poll cycle. svn path=/trunk/; revision=471
* Header cleanup.Eric S. Raymond1996-11-011-1/+1
| | | | svn path=/trunk/; revision=463
* 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