summaryrefslogtreecommitdiff
path: root/pith/reply.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-12-18 12:55:31 -0700
committerEduardo Chappa <chappa@washington.edu>2016-12-18 12:55:31 -0700
commit0674c5f2bbeb0402fccc41eb5855d24ed1220ea8 (patch)
tree2780a4b7c3e9442dbbfab1788d21bfff8bb04a0b /pith/reply.h
parentaccf5768851fc5f323e66c41de43061e86d4a9f6 (diff)
downloadalpine-0674c5f2bbeb0402fccc41eb5855d24ed1220ea8.tar.xz
* New token SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT to shorten
the subject, removing list name information from the subject (text enclosed between "[" and "]".)
Diffstat (limited to 'pith/reply.h')
-rw-r--r--pith/reply.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/reply.h b/pith/reply.h
index 067b3a8c..4b49ae17 100644
--- a/pith/reply.h
+++ b/pith/reply.h
@@ -104,6 +104,6 @@ char *simple_read_remote_file(char *, char *);
BODY *forward_multi_alt(MAILSTREAM *, ENVELOPE *, BODY *, long, char *, void *, gf_io_t, int);
BODY *forward_multi_alt_mixed(MAILSTREAM *, ENVELOPE *, BODY *, long, char *, void *, gf_io_t, int);
int same_subject(char *, char *s);
-
+void shorten_subject(char *);
#endif /* PITH_REPLY_INCLUDED */