summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-07-20 20:09:12 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-07-20 20:09:12 +0000
commitcb8141603e6b13ac7e5ba033902962d03f3f33f1 (patch)
treedd1ddbb0fa51c9d2ade6e24af623210e8ef01445 /send.c
parent3c00eb7a12a12512b1753176467cb3d86ce8d534 (diff)
Use $from for resent-from headers when bouncing messages.
Diffstat (limited to 'send.c')
-rw-r--r--send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/send.c b/send.c
index cc32179c..7a50780d 100644
--- a/send.c
+++ b/send.c
@@ -783,7 +783,7 @@ static ADDRESS *set_reverse_name (ENVELOPE *env)
return (tmp);
}
-static ADDRESS *mutt_default_from (void)
+ADDRESS *mutt_default_from (void)
{
ADDRESS *adr;
const char *fqdn = mutt_fqdn(1);