diff options
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 |