diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 1e4e6c51..f07f04ac 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -103,9 +103,10 @@ struct runctl char *logfile; char *idfile; int poll_interval; + char *postmaster; + char *properties; flag use_syslog; flag invisible; - char *postmaster; }; struct idlist |