X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fimap%2Fimap_fetch.c;fp=citadel%2Fmodules%2Fimap%2Fimap_fetch.c;h=75a4cdbea5a395b5a23ff182befe3acfde6587ba;hb=ab472129567331427686fd2dc4dacf61afe58ff9;hp=f010b37dcfc59ad13a617fd472172b383e7c3893;hpb=72cf2e7f757fd0d4e977be9154222be3af77b59c;p=citadel.git diff --git a/citadel/modules/imap/imap_fetch.c b/citadel/modules/imap/imap_fetch.c index f010b37dc..75a4cdbea 100644 --- a/citadel/modules/imap/imap_fetch.c +++ b/citadel/modules/imap/imap_fetch.c @@ -364,7 +364,7 @@ void imap_output_envelope_from(struct CtdlMessage *msg) { IPutStr(user, strlen(user)); /* mailbox name (user id) */ IAPuts(" "); if (!strcasecmp(node, config.c_nodename)) { - IPutStr(config.c_fqdn, strlen(config.c_fqdn)); + IPutStr(CFG_KEY(c_fqdn)); } else { IPutStr(node, strlen(node)); /* host name */