From 78cdd43ac7f0b6b14dddc0a539f50bf2609ebfa5 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 8 May 2015 09:12:03 -0600 Subject: * 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. --- pith/reply.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pith/reply.h') 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 *); -- cgit v1.2.3-54-g00ecf