mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make a string translatable. Add a missing space at the end.

+1 -1
+1 -1
smime.c
··· 1228 1228 1229 1229 buf[0] = '\0'; 1230 1230 if (option (OPTASKCERTLABEL)) 1231 - mutt_get_field ("Label for certificate:", buf, sizeof (buf), 0); 1231 + mutt_get_field (_("Label for certificate: "), buf, sizeof (buf), 0); 1232 1232 1233 1233 mutt_endwin (NULL); 1234 1234 if ((certfile = smime_extract_certificate(infile)))