summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-08-05do not leave pager when changing sort order.andreas amann
closes #2143
2010-08-05do not leave pager when using read-thread and read-subthreadMichael Elkins
closes #2137
2010-08-04Updated Czech translationPetr Pisar
2010-08-04updated French translationVincent Lefevre
2010-08-03add locale.h for compililng with -std=c99Michael Elkins
2010-08-03adjust help for -a to make it clearer that -- is required terminatorMichael Elkins
2010-07-31Fix buffer underflow in expansion of format pipes. Add better error detection.Michael Elkins
Closes #3432.
2010-07-18use REGCOMP() macroMichael Elkins
2010-07-18Skip 'attachments' directive if minor type is not a valid regexpEmanuele Giaquinta
2010-07-09fix misspelling in Swedish translationJoel Dahl
2010-05-18Consider any negative return value from send_message() to be an error and ↵Michael Elkins
allow the user to resend. Closes #3411.
2010-04-24openssl: only call SSL_shutdown during clean shutdown (closes #3407)Brendan Cully
2010-04-22updated French translationVincent Lefevre
2010-04-14remove toggle and replace with format in pgp-menuMichael Elkins
2010-04-12Improve clarity/uniformity in compose menu's crypto displayDavid Champion
Incorporates feedback on "Security: None" key hints.
2010-04-13fix bug handling wide pad char in soft-fill modeMichael Elkins
2010-04-11increase size of buffer used for displaying addresses in the compose menu to ↵Michael Elkins
avoid truncating on widescreen displays
2010-04-11clear prompt when user cancels with ^G from a yes/no promptMichael Elkins
2010-04-11Fix bug in soft-fill (%*) in $index_format not accounting for 'set arrow_cursor'Michael Elkins
2010-04-11Remove the (i) option from the PGP-menu when encryption or signing is notMichael Elkins
yet selected. The toggle between PGP/MIME and Traditional doesn't make sense unless some type of security has been requested. Closes #3402.
2010-04-06fix for compiling Mutt with clang: check for wchar_h prior to wctype_h in ↵Michael Elkins
check for wc funcs
2010-04-05[doc] Remove bogus -group parameter from unlists and unsubscribe commands; ↵Michael Elkins
add links to address group section for context.
2010-04-03prevent user from setting $charset to an empty string since other code ↵Michael Elkins
requires it to be set to a valid string closes #3326
2010-04-03allow regexps to match on continuation header lines in 'color header' commands.Michael Elkins
closes #3373
2010-04-03Fix crash on invalid regexp in search string due to uninitialized BUFFER ↵Michael Elkins
variable. Closes #3401
2010-04-01fix comment typosSimon Ruderich
2010-04-01Improve documentation for $query_command to note that Mutt automatically addsMichael Elkins
quotes according to shell quoting rules (thx: Simon Ruderich).
2010-04-01Clarify the documentation on what the line-editor is (thx: Simon Ruderich)Michael Elkins
2010-03-31avoid buffer overflow when expanding the format string associated with a ↵Michael Elkins
'spam' command. closes #3397
2010-03-23remove errant commands in secton on setting alternatesMichael Elkins
2010-03-22Fix a format string warningBrendan Cully
2010-03-22redraw entire screen when exiting editor after re-editing the message body ↵marcel
in the send menu. closes #3393.
2010-03-21Do not assume whitespace follows the colon in a header field.Michael Elkins
Closes #3385.
2010-03-08Comment about search libsasl for sasl2 functionsBrendan Cully
2010-03-08OpenSolaris sasl fix for configure.acWill Fiveash
2010-03-08When regexp compilation fails, report actual pattern along with error.Brendan Cully
2010-03-08mutt_buffer_printf: NULL dptr means use dataBrendan Cully
2010-03-08If regcomp fails, assume rx has not been allocated.Brendan Cully
Fixes a core dump for save-hook '~f foo\.bar@(something|other)\.com' =foo.
2010-03-02Fix #2014.TAKAHASHI Tamotsu
Thanks to Vincent Lefevre for help with this one.
2010-03-02Fix thinko in [cc02f079b1b9]Brendan Cully
2010-03-01Guard dequote with NULL check on personal fieldBrendan Cully
2010-03-01Another attempt to dequote RFC2047-encoded address comments (see #2014)Brendan Cully
2010-03-01Backed out changeset 2a4ca6917fd0.Brendan Cully
It is incompatible with $assumed_charset (see #2014).
2010-02-28RFC-2047 decode address text before dequoting it (see #2014)Brendan Cully
2010-02-28Fix next-unread-mailbox name in documentation. Closes #3319.Brendan Cully
2010-02-28Fix German translation of "No undeleted messages." (closes #3372)Antonio Radici
2010-02-28pop: allow user-specified port to override default in URL.Antonio Radici
Closes #3322.
2010-02-28GPGME: Sender verification should be canse-insensitive for domain names.ludwig
Closes #2180
2010-02-26Make $thorough_search default to yes (closes #3386)Brendan Cully
2010-02-23Don't use freed ctx.path when updating utime of target mailbox in save-message.Brendan Cully
Thanks to Sean Boudreau for the bug report.