summaryrefslogtreecommitdiff
path: root/pith/reply.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-05-08 09:12:03 -0600
committerEduardo Chappa <chappa@washington.edu>2015-05-08 09:12:03 -0600
commit78cdd43ac7f0b6b14dddc0a539f50bf2609ebfa5 (patch)
treeaabefe2bc16da03777e69e85718cf62aaaf4db66 /pith/reply.h
parent21aedc404d8e1bf637e810ee521e99472b1e1287 (diff)
downloadalpine-78cdd43ac7f0b6b14dddc0a539f50bf2609ebfa5.tar.xz
* Crash: Pico would crash when a search and replace was requested. The
problem was that the menu must have size 10, even if not all items are used, and in this case, it had size 2, making the routines that process menu items crash. * The feature Scramble the Message-ID When Sending will also scramble the name, version and operative system in the message-id header. Based on a contribution by Dennis Davis, which is itself based on a contribution by Mark Hills.
Diffstat (limited to 'pith/reply.h')
-rw-r--r--pith/reply.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/reply.h b/pith/reply.h
index 315f81c7..9809dfdb 100644
--- a/pith/reply.h
+++ b/pith/reply.h
@@ -95,6 +95,7 @@ char *reply_in_reply_to(ENVELOPE *);
char *generate_message_id(void);
char *generate_user_agent(void);
char *rot13(char *);
+char *rot5n(char *);
ADDRESS *first_addr(ADDRESS *);
char *get_signature_lit(char *, int, int, int, int);
int sigdashes_are_present(char *);