diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 06:19:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 06:19:22 +0000 |
commit | a4c3040559e99af016af82c97a3b7598a7a19e5a (patch) | |
tree | 5fdf8080f9c3d5405a6765ae94b95e9a702692c8 /fetchmail.h | |
parent | 710de604fb09fdad36b04817c86e5dc9d09fdf95 (diff) | |
download | fetchmail-a4c3040559e99af016af82c97a3b7598a7a19e5a.tar.gz fetchmail-a4c3040559e99af016af82c97a3b7598a7a19e5a.tar.bz2 fetchmail-a4c3040559e99af016af82c97a3b7598a7a19e5a.zip |
Added postmaster option.
svn path=/trunk/; revision=1986
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index a1f27b54..cfb729a7 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -96,6 +96,7 @@ struct runctl int poll_interval; flag use_syslog; flag invisible; + char *postmaster; }; struct idlist |