summaryrefslogtreecommitdiffstats
path: root/protos.h
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 /protos.h
parent3c00eb7a12a12512b1753176467cb3d86ce8d534 (diff)
Use $from for resent-from headers when bouncing messages.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos.h b/protos.h
index e4a0c0fe..76d93d95 100644
--- a/protos.h
+++ b/protos.h
@@ -70,6 +70,7 @@ void set_quadoption (int, int);
int query_quadoption (int, const char *);
int quadoption (int);
+ADDRESS *mutt_default_from (void);
ADDRESS *mutt_get_address (ENVELOPE *, char **);
ADDRESS *mutt_lookup_alias (const char *s);
ADDRESS *mutt_remove_duplicates (ADDRESS *);