summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-08-24use REGCOMP() macroEmanuele Giaquinta
2010-08-24add REG_ICASE accidentally removed in changeset 1a35f096c8cbMichael Elkins
2010-08-24do not print debug message on ENOENTMichael Elkins
2010-08-14avoid c99 syntax for backwards compatMichael Elkins
2010-08-06Fix comparison signedness warnings.Matthias Andree
2010-08-12Fix bug in imap_keepalive() which erroneously free Context when the IMAP ↵Michael Elkins
connection is shut down by the server. Closes #3410
2010-08-12url_parse_mailto should return 0 on successMichael Elkins
fix memory leak errors when unable to parse mailto: URL closes #3441
2010-08-12always update message body size when parsing a maildir messageMichael Elkins
2010-08-12call va_end() even when vasprintf returns <0Michael Elkins
2010-08-09rename mutt_sprintf() to safe_asprintf() to match the GNU extension that ↵Michael Elkins
performs a similar task
2010-08-09In postpone.c, function mutt_num_postponed, the old {{{OldPostponed}}} is neverVincent Lefevre
freed. closes #3442
2010-08-09clear the real name when $reverse_realname is unset and a match is hit so thatMichael Elkins
$realname can be set in a reply- or send-hook closes #3427
2010-08-09fix example of mailto: use on the command lineMichael Elkins
2010-08-08fix buffer underrun when processing ANSI escape sequencesMichael Elkins
closes #3371
2010-08-08document support for mailto: URLs on the command lineMichael Elkins
closes #3400
2010-08-08avoid error when the user has requested many extra headers via IMAPMichael Elkins
closes #3435
2010-08-08add a malloc+sprintf combo functionMichael Elkins
2010-08-08fix crash in limit when user enters invalid regexpFabian Groffen
closes #3417
2010-08-07Fix comparison signedness warningsMichael Elkins
2010-08-07add comment about safety of castMichael Elkins
2010-08-06Fix comparison signedness warning.Matthias Andree
2010-08-06Fix signedness warning.Matthias Andree
2010-08-06Ignore backup files ending in a tilde character.Matthias Andree
2010-08-06Fix comparison signedness warnings.Matthias Andree
2010-08-06Fix comparison signedness warnings.Matthias Andree
2010-08-06Resolve if/else empty body ambiguity/warnings when compiling without DEBUG.Matthias Andree
2010-08-06detect availablity of 'long long'Michael Elkins
cast time_t to 'long long' prior to bitshifting since it can be a float value according to POSIX.1-2008 closes #3439
2010-08-06Drop declaration for unused argv/argc parameters.Matthias Andree
Fixes GCC warning with -Wextra.
2010-08-06use a 64-bit random value in temporary filenames.Michael Elkins
closes #3158
2010-08-06avoid using C99 boolMichael Elkins
2010-08-06add %D format string to $folder_format to expand the time based on $date_format.Michael Elkins
properly set the locale for LC_TIME prior to calling strftime() closes #1734 closes #3406
2010-08-06fix compiler warning about wrong type for SslSessionCertsMichael Elkins
2010-08-06Unbreak X.509 SubjAltName checks,Matthias Andree
regression in 6016:dc09812e63a3 that calls strlen on an SSL sk rather than its string payload. closes #3426
2010-08-06properly set _XOPEN_SOURCE to 600 (POSIX.1-2004) when detecting th wc*()Michael Elkins
functions closes #3341
2010-08-05when parsing From_ lines in mmdf/mbox, the TZ should be computed based on ↵Michael Elkins
the time in the string rather than the current time, otherwise DST issues cause the computed time to be wrong. closes #2177
2010-08-05explanatory commentsMichael Elkins
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