···280280 For the real fix, applying Sun patches # 105490-05 (linker
281281 patch) and # 105210-17 (libc and malloc patch) from
282282 sunsolve.sun.com has been reported to stop these problems
283283- from occuring.
283283+ from occurring.
284284285285Linux
286286
+1-1
README.SECURITY
···19192020- Backticks are handled specially when preparing % expandos for
2121 mailcap entries. This fix will keep the current problem from
2222- occuring, but we are sure there are other possible mailcap entries
2222+ occurring, but we are sure there are other possible mailcap entries
2323 where this doesn't help.
24242525- We have added a configuration variable named $mailcap_sanitize,
+1-1
README.SSL
···9797 openssl s_client -host <imap server> -port <port> -verify -debug -no_ssl2
9898 openssl s_client -host <imap server> -port <port> -verify -debug -no_ssl3
9999100100-You can also combine the options until you get a successfull connect. Once
100100+You can also combine the options until you get a successful connect. Once
101101you know which options do not work, you can set the variables for non-working
102102protocols to know. The variables for the protocols are ssl_use_tlsv1,
103103ssl_use_sslv2, and ssl_use_sslv3.
+1-1
TODO
···5050 Note: This still requires some thought, since we'd have to store
5151 per-entry data in the menu structure. As an alternative, we could
5252 extend the tag method to do something to more general flags. The
5353- latter approach would make the implementation of propper
5353+ latter approach would make the implementation of proper
5454 tag-prefix behaviour more simple: Functions should only be applied
5555 when a message is tagged and visible. Additionally, we must not
5656 access a menu's max field directly any more: Adding an entry to a
+1-1
configure.ac
···163163])
164164165165if test x$have_smime != xno ; then
166166- AC_DEFINE(CRYPT_BACKEND_CLASSIC_SMIME, 1, [Define if you want clasic S/MIME support.])
166166+ AC_DEFINE(CRYPT_BACKEND_CLASSIC_SMIME, 1, [Define if you want classic S/MIME support.])
167167 MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS smime.o crypt-mod-smime-classic.o"
168168 SMIMEAUX_TARGET="smime_keys"
169169fi
+1-1
curs_lib.c
···958958959959/*
960960 * mutt_strwidth is like mutt_strlen except that it returns the width
961961- * refering to the number of characters cells.
961961+ * referring to the number of character cells.
962962 */
963963964964int mutt_strwidth (const char *s)
+1-1
help.c
···204204 fputs (t1, f);
205205206206 /* don't try to press string into one line with less than 40 characters.
207207- The double paranthesis avoid a gcc warning, sigh ... */
207207+ The double parenthesis avoids a gcc warning, sigh ... */
208208 if ((split = COLS < 40))
209209 {
210210 col_a = col = 0;
+1-1
imap/message.c
···547547 * IMAP server doesn't know the message has been \Seen. So we capture
548548 * the server's notion of 'read' and if it differs from the message info
549549 * picked up in mutt_read_rfc822_header, we mark the message (and context
550550- * changed). Another possiblity: ignore Status on IMAP?*/
550550+ * changed). Another possibility: ignore Status on IMAP?*/
551551 read = h->read;
552552 newenv = mutt_read_rfc822_header (msg->fp, h, 0, 0);
553553 mutt_merge_envelopes(h->env, &newenv);
+1-1
lib.c
···935935936936/*
937937 * Write the concatened pathname (dir + "/" + fname) into dst.
938938- * The slash is ommitted when dir or fname is of 0 length.
938938+ * The slash is omitted when dir or fname is of 0 length.
939939 * Returns NULL on error or a pointer to dst otherwise.
940940 */
941941char *mutt_concatn_path (char *dst, size_t dstlen,
+1-1
mh.c
···15831583 * number. Mutt does _not_ behave like this.
15841584 *
15851585 * Anyway, if this fails, the message is in the folder, so
15861586- * all what happens is that a concurrently runnung mutt will
15861586+ * all what happens is that a concurrently running mutt will
15871587 * lose flag modifications.
15881588 */
15891589