aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-01-18 06:04:54 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-01-18 06:04:54 +0000
commitd71cb2abc85c55777928ce3f4084360101c9e2e6 (patch)
treefde622ce6620b0fb53e7b3065924491171583803 /fetchmail.h
parentd1852f76ae3d7e7487ca4cf43f49bf91c5b3fcab (diff)
downloadfetchmail-d71cb2abc85c55777928ce3f4084360101c9e2e6.tar.gz
fetchmail-d71cb2abc85c55777928ce3f4084360101c9e2e6.tar.bz2
fetchmail-d71cb2abc85c55777928ce3f4084360101c9e2e6.zip
Added smtpaddress option.
svn path=/trunk/; revision=1592
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 55162750..7ded5a4b 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -129,6 +129,7 @@ struct query
struct idlist *mailboxes; /* list of mailboxes to check */
struct idlist *smtphunt; /* list of SMTP hosts to try forwarding to */
char *smtphost; /* actual SMTP host to point to */
+ char *smtpaddress; /* address we want to force in the delivery messages */
char *mda; /* local MDA to pass mail to */
char *preconnect; /* pre-connection command to execute */
char *postconnect; /* post-connection command to execute */