summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Collapse)Author
2011-07-01Update ChangeLogBrendan Cully
2011-02-21Lower $imap_keepalive default to 300 secondsBrendan Cully
2010-09-15automatic post-release commit for mutt-1.5.21mutt-1-5-21-relBrendan Cully
2010-08-04Updated Czech translationPetr Pisar
2010-04-24openssl: only call SSL_shutdown during clean shutdown (closes #3407)Brendan Cully
2010-03-22Fix a format string warningBrendan Cully
2010-03-08mutt_buffer_printf: NULL dptr means use dataBrendan Cully
2010-03-02Fix #2014.TAKAHASHI Tamotsu
Thanks to Vincent Lefevre for help with this one.
2010-03-01Another attempt to dequote RFC2047-encoded address comments (see #2014)Brendan Cully
2010-02-28Fix next-unread-mailbox name in documentation. Closes #3319.Brendan Cully
2010-02-28pop: allow user-specified port to override default in URL.Antonio Radici
Closes #3322.
2010-02-26Make $thorough_search default to yes (closes #3386)Brendan Cully
2010-02-22Updated French translation.Vincent Lefevre
2010-02-20Add imap-logout-all to log out of all IMAP connections. Closes #2880.Gregory Shapiro
2010-02-17Spelling fixesSimon Ruderich
2010-02-01The Swedish translation has a suboptimal translation of the word "Bad"Antonio Radici
in several places. The proposed patch substitutes DÃ¥lig (which implies bad "as in quality", and not bad "as in error") for Felaktig (erroneous). Closes #3370.
2009-12-14Fix off-by-one errors in mailcap parser. Closes #3362Brendan Cully
2009-12-07STACK* is not defined with newer SSL, use STACK_OF instead.Patrick Welche
Closes #3356.
2009-11-14Back out e67f4c347bb4.Brendan Cully
I could not reproduce the problem, and the change makes it impossible to change to a real folder when no folder is currently open.
2009-09-22Correct Italian translation of y/n/a prompt. Closes #3336Antonio Radici
2009-08-17Doc: fix aspell calls, add custom mutt-only wordlistRocco Rutte
2009-08-14Clear last search pattern if it's invalid. Closes #3315.Rocco Rutte
We keep both, the string version and compiled version around for search-next; however, in case of parsing errors we dropped only the compiled version and not the string one making the code attempting to perform a search using a NULL pattern.
2009-08-13Docs: fix typos/styleRocco Rutte
2009-08-09Add buffy_new and buffy_free abstractions.Brendan Cully
2009-08-09Manual: Fix typos, consequently use en_US spellingRocco Rutte
2009-08-04Updated French translation.Vincent Lefevre
2009-08-04Manual: Put mailbox shortcuts into table for readabilityRocco Rutte
2009-08-04Fix MH parsing, fixes [0698e8195545]. Closes #3312Johan D
2009-07-30Fix mutt -h output for -a/-- optionsRocco Rutte
2009-07-28Fix some issues with ungroup [...] *Rocco Rutte
2009-07-27Do not overwrite docdir unless --with-docdir was explicitly given.Brendan Cully
This allows --docdir from autoconf 2.60+ to work, though if given --with-docdir will silently override --docdir. Closes #3282.
2009-07-24Fix check_sec.sh warningRocco Rutte
2009-07-23Manual: better document what address groups are (for)Rocco Rutte
2009-07-22Use CRYPT_BACKEND_GPGME instead of non-existent HAVE_GPGMEFabian Groffen
2009-07-22Don't leak mhs flags in mh_buffy(). Closes #3303.Kees Cook
2009-07-14Make send-hooks work for batch mode. Closes #3219.Aron Griffis
Handle SENDBATCH inline with the normal sending code, instead of handling it separately. This allows send-hooks to run, along with removing a number of unnecessarily lines of code.
2009-07-11Render blanks to spaces in index, fixes [298194c414f0]Rocco Rutte
wcwidth(<tab>) returns -1 so 'foo<tab>bar' was rendered to 'foobar', and now to 'foo bar'. Closes #3270 again.
2009-07-07Update TODORocco Rutte
2009-07-07Make hcache+bcache paths always UTF-8. Closes #3284.Rocco Rutte
2009-07-07Manual: mention terminal setup for charsets, more unicode pros.Rocco Rutte
Closes #3292.
2009-07-05Suppress new mail notification from mailbox just left. Closes #3290.Brendan Cully
2009-07-02Manual: Render comments in examples a lighter for readabilityRocco Rutte
2009-07-02Manual: rework MIME chapter a bitRocco Rutte
2009-07-02Manual: fix supported version numbers for mixmasterRocco Rutte
2009-07-01Make getuser/pass abort if input is required in batch mode.Rocco Rutte
Replaces [0a3de4d9a009]. See #3289.
2009-07-01SMTP: use $smtp_pass in batch mode. Closes #3289.Rocco Rutte
mutt_account_getpass() copying the password from $smtp_pass into the account structure is only called from the SASL callback we only use if we're sure we don't need curses (i.e. have the pass already).
2009-06-30Manual: Run lynx with --display_charset=us-ascii, see #3286.Rocco Rutte
2009-06-29Revert URL path encoding for nowRocco Rutte
It breaks gmail url display and makes bcache use different paths. Still we need to think about whether we want to allow any character in bcache paths (possibly multibyte, possibly depending on $charset).
2009-06-28Allow ImapDelimChars to be unsetBrendan Cully
2009-06-28Not being able to start an IMAP command is a fatal error.Brendan Cully
Closes #3155.