From aa7d9f18ca61e2fb1998bcaedee9ecdfa93a0728 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 15 Feb 2014 22:27:58 -0700 Subject: * Fixes to documentation to update old washington.edu/alpine site for patches.freeiz.com/alpine/. Work in progress. * prototype function tigetstr in pico/osdep/terminal.c * folders encoded in modified utf7 are transformed their names to a human readable utf8. * New attempt to fix smime support in Alpine. Messages sent by alpine with or without attachments should validate in all servers and in all folder formats. --- pith/folder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pith/folder.h') diff --git a/pith/folder.h b/pith/folder.h index 6c9f7adf..e3bc30f1 100644 --- a/pith/folder.h +++ b/pith/folder.h @@ -130,5 +130,6 @@ void refresh_folder_list(CONTEXT_S *, int, int, MAILSTREAM **); int folder_complete_internal(CONTEXT_S *, char *, size_t, int *, int); void folder_delete(int, FLIST *); unsigned char *folder_name_decoded(unsigned char *); +unsigned char *folder_name_encoded(unsigned char *); #endif /* PITH_FOLDER_INCLUDED */ -- cgit v1.2.3-54-g00ecf