summaryrefslogtreecommitdiff
path: root/alpine/smime.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-03-25 20:27:02 -0600
committerEduardo Chappa <chappa@washington.edu>2015-03-25 20:27:02 -0600
commit3a9d4c01e5135f6d5b2aecdaf698d1d960387df9 (patch)
tree01b45596b7334d2f9d1298f099ca4f037f2e69b7 /alpine/smime.c
parent955a543f9ac3bb29b88a42d0520ac68324c2f6fa (diff)
downloadalpine-3a9d4c01e5135f6d5b2aecdaf698d1d960387df9.tar.xz
* new version 2.20.4
* If the charset of a message can not be determined, use the value set in the "Unknown Character Set" option. * Resizing setup screen will redraw screen. * Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code in the width ambiguous zone, it will use other means to determine the width, such as call wcwidth.
Diffstat (limited to 'alpine/smime.c')
-rw-r--r--alpine/smime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/smime.c b/alpine/smime.c
index 6f2665c7..ca18b3ee 100644
--- a/alpine/smime.c
+++ b/alpine/smime.c
@@ -726,7 +726,7 @@ smime_config_screen(struct pine *ps, int edit_exceptions)
: _("SETUP S/MIME"),
/* TRANSLATORS: Print something1 using something2.
configuration is something1 */
- _("configuration"), 0)){
+ _("configuration"), 0, NULL)){
case 0:
break;
@@ -1468,7 +1468,7 @@ void manage_certificates(struct pine *ps, WhichCerts ctype)
_("MANAGE CERTIFICATES"),
/* TRANSLATORS: Print something1 using something2.
configuration is something1 */
- _("configuration"), 0);
+ _("configuration"), 0, NULL);
} while (rv != 0);
ps->mangled_screen = 1;