]> granicus.if.org Git - mutt/log
mutt
14 years agoadd DISPNONE to mean no preferred Content-Disposition; make pgp-signature parts DISPN...
Michael Elkins [Sat, 11 Sep 2010 14:34:26 +0000 (07:34 -0700)]
add DISPNONE to mean no preferred Content-Disposition; make pgp-signature parts DISPNONE for multipart/signed

14 years agofix problem with reply-hook not working when a message/rfc822 attachment is selected
Michael Elkins [Sat, 11 Sep 2010 14:34:26 +0000 (07:34 -0700)]
fix problem with reply-hook not working when a message/rfc822 attachment is selected

14 years agomore lenient RFC2047 decoding: accept illegal spaces and bare question marks in encod...
Michael Elkins [Sat, 11 Sep 2010 14:28:48 +0000 (07:28 -0700)]
more lenient RFC2047 decoding: accept illegal spaces and bare question marks in encoded words

14 years agofix crash when new mail is received during IMAP IDLE
Michael Elkins [Sat, 11 Sep 2010 14:24:47 +0000 (07:24 -0700)]
fix crash when new mail is received during IMAP IDLE

closes #3335

14 years agoUse mutt_substrdup in rfc2047_decode_word
Emanuele Giaquinta [Tue, 24 Aug 2010 23:30:49 +0000 (00:30 +0100)]
Use mutt_substrdup in rfc2047_decode_word

14 years agodetect failure to decode word and copy raw string instead; avoids calling strlen...
Michael Elkins [Tue, 24 Aug 2010 23:40:08 +0000 (16:40 -0700)]
detect failure to decode word and copy raw string instead; avoids calling strlen() on uninitialized memory

closes #2923

14 years agoFix typo.
Emanuele Giaquinta [Tue, 24 Aug 2010 17:39:51 +0000 (18:39 +0100)]
Fix typo.

14 years agoDo not call regfree if regcomp fails.
Emanuele Giaquinta [Tue, 24 Aug 2010 17:20:56 +0000 (18:20 +0100)]
Do not call regfree if regcomp fails.
The content of the regex_t structure is undefined in this case.

14 years agouse REGCOMP() macro
Emanuele Giaquinta [Tue, 24 Aug 2010 16:54:01 +0000 (17:54 +0100)]
use REGCOMP() macro

14 years agoadd REG_ICASE accidentally removed in changeset 1a35f096c8cb
Michael Elkins [Tue, 24 Aug 2010 17:03:44 +0000 (10:03 -0700)]
add REG_ICASE accidentally removed in changeset 1a35f096c8cb

14 years agodo not print debug message on ENOENT
Michael Elkins [Tue, 24 Aug 2010 16:38:14 +0000 (09:38 -0700)]
do not print debug message on ENOENT

14 years agoavoid c99 syntax for backwards compat
Michael Elkins [Sat, 14 Aug 2010 16:18:30 +0000 (09:18 -0700)]
avoid c99 syntax for backwards compat

14 years agoFix comparison signedness warnings.
Matthias Andree [Fri, 6 Aug 2010 19:52:53 +0000 (21:52 +0200)]
Fix comparison signedness warnings.

14 years agoFix bug in imap_keepalive() which erroneously free Context when the IMAP connection...
Michael Elkins [Thu, 12 Aug 2010 23:04:34 +0000 (16:04 -0700)]
Fix bug in imap_keepalive() which erroneously free Context when the IMAP connection is shut down by the server.

Closes #3410

14 years agourl_parse_mailto should return 0 on success
Michael Elkins [Thu, 12 Aug 2010 23:04:34 +0000 (16:04 -0700)]
url_parse_mailto should return 0 on success

fix memory leak errors when unable to parse mailto: URL

closes #3441

14 years agoalways update message body size when parsing a maildir message
Michael Elkins [Fri, 13 Aug 2010 00:08:34 +0000 (17:08 -0700)]
always update message body size when parsing a maildir message

14 years agocall va_end() even when vasprintf returns <0
Michael Elkins [Thu, 12 Aug 2010 16:22:07 +0000 (09:22 -0700)]
call va_end() even when vasprintf returns <0

14 years agorename mutt_sprintf() to safe_asprintf() to match the GNU extension that performs...
Michael Elkins [Tue, 10 Aug 2010 03:48:26 +0000 (20:48 -0700)]
rename mutt_sprintf() to safe_asprintf() to match the GNU extension that performs a similar task

14 years agoIn postpone.c, function mutt_num_postponed, the old {{{OldPostponed}}} is never
Vincent Lefevre [Mon, 9 Aug 2010 17:27:05 +0000 (10:27 -0700)]
In postpone.c, function mutt_num_postponed, the old {{{OldPostponed}}} is never
freed.

closes #3442

14 years agoclear the real name when $reverse_realname is unset and a match is hit so that
Michael Elkins [Mon, 9 Aug 2010 16:38:27 +0000 (09:38 -0700)]
clear the real name when $reverse_realname is unset and a match is hit so that
$realname can be set in a reply- or send-hook

closes #3427

14 years agofix example of mailto: use on the command line
Michael Elkins [Mon, 9 Aug 2010 16:06:52 +0000 (09:06 -0700)]
fix example of mailto: use on the command line

14 years agofix buffer underrun when processing ANSI escape sequences
Michael Elkins [Sun, 8 Aug 2010 21:52:50 +0000 (14:52 -0700)]
fix buffer underrun when processing ANSI escape sequences

closes #3371

14 years agodocument support for mailto: URLs on the command line
Michael Elkins [Sun, 8 Aug 2010 19:29:51 +0000 (12:29 -0700)]
document support for mailto: URLs on the command line

closes #3400

14 years agoavoid error when the user has requested many extra headers via IMAP
Michael Elkins [Sun, 8 Aug 2010 17:41:05 +0000 (10:41 -0700)]
avoid error when the user has requested many extra headers via IMAP

closes #3435

14 years agoadd a malloc+sprintf combo function
Michael Elkins [Sun, 8 Aug 2010 17:40:38 +0000 (10:40 -0700)]
add a malloc+sprintf combo function

14 years agofix crash in limit when user enters invalid regexp
Fabian Groffen [Sun, 8 Aug 2010 17:21:46 +0000 (10:21 -0700)]
fix crash in limit when user enters invalid regexp

closes #3417

14 years agoFix comparison signedness warnings
Michael Elkins [Sat, 7 Aug 2010 13:44:16 +0000 (06:44 -0700)]
Fix comparison signedness warnings

14 years agoadd comment about safety of cast
Michael Elkins [Sat, 7 Aug 2010 13:42:51 +0000 (06:42 -0700)]
add comment about safety of cast

14 years agoFix comparison signedness warning.
Matthias Andree [Fri, 6 Aug 2010 19:58:54 +0000 (21:58 +0200)]
Fix comparison signedness warning.

14 years agoFix signedness warning.
Matthias Andree [Fri, 6 Aug 2010 19:51:26 +0000 (21:51 +0200)]
Fix signedness warning.

14 years agoIgnore backup files ending in a tilde character.
Matthias Andree [Fri, 6 Aug 2010 19:57:06 +0000 (21:57 +0200)]
Ignore backup files ending in a tilde character.

14 years agoFix comparison signedness warnings.
Matthias Andree [Fri, 6 Aug 2010 20:01:38 +0000 (22:01 +0200)]
Fix comparison signedness warnings.

14 years agoFix comparison signedness warnings.
Matthias Andree [Fri, 6 Aug 2010 19:54:22 +0000 (21:54 +0200)]
Fix comparison signedness warnings.

14 years agoResolve if/else empty body ambiguity/warnings when compiling without DEBUG.
Matthias Andree [Fri, 6 Aug 2010 19:52:36 +0000 (21:52 +0200)]
Resolve if/else empty body ambiguity/warnings when compiling without DEBUG.

14 years agodetect availablity of 'long long'
Michael Elkins [Sat, 7 Aug 2010 00:08:34 +0000 (17:08 -0700)]
detect availablity of 'long long'

cast time_t to 'long long' prior to bitshifting since it can be a float value according to POSIX.1-2008

closes #3439

14 years agoDrop declaration for unused argv/argc parameters.
Matthias Andree [Fri, 6 Aug 2010 19:22:52 +0000 (21:22 +0200)]
Drop declaration for unused argv/argc parameters.

Fixes GCC warning with -Wextra.

14 years agouse a 64-bit random value in temporary filenames.
Michael Elkins [Fri, 6 Aug 2010 20:11:30 +0000 (13:11 -0700)]
use a 64-bit random value in temporary filenames.

closes #3158

14 years agoavoid using C99 bool
Michael Elkins [Fri, 6 Aug 2010 19:54:08 +0000 (12:54 -0700)]
avoid using C99 bool

14 years agoadd %D format string to $folder_format to expand the time based on $date_format.
Michael Elkins [Fri, 6 Aug 2010 18:45:18 +0000 (11:45 -0700)]
add %D format string to $folder_format to expand the time based on $date_format.

properly set the locale for LC_TIME prior to calling strftime()
closes #1734
closes #3406

14 years agofix compiler warning about wrong type for SslSessionCerts
Michael Elkins [Fri, 6 Aug 2010 17:05:43 +0000 (10:05 -0700)]
fix compiler warning about wrong type for SslSessionCerts

14 years agoUnbreak X.509 SubjAltName checks,
Matthias Andree [Fri, 6 Aug 2010 07:58:01 +0000 (09:58 +0200)]
Unbreak X.509 SubjAltName checks,

regression in 6016:dc09812e63a3 that calls strlen on an SSL sk rather than
its string payload.

closes #3426

14 years agoproperly set _XOPEN_SOURCE to 600 (POSIX.1-2004) when detecting th wc*()
Michael Elkins [Fri, 6 Aug 2010 14:12:47 +0000 (07:12 -0700)]
properly set _XOPEN_SOURCE to 600 (POSIX.1-2004) when detecting th wc*()
functions

closes #3341

14 years agowhen parsing From_ lines in mmdf/mbox, the TZ should be computed based on the time...
Michael Elkins [Fri, 6 Aug 2010 04:57:07 +0000 (21:57 -0700)]
when parsing From_ lines in mmdf/mbox, the TZ should be computed based on the time in the string rather than the current time, otherwise DST issues cause the computed time to be wrong.

closes #2177

14 years agoexplanatory comments
Michael Elkins [Fri, 6 Aug 2010 04:41:49 +0000 (21:41 -0700)]
explanatory comments

14 years agodo not leave pager when changing sort order.
andreas amann [Fri, 6 Aug 2010 00:03:23 +0000 (17:03 -0700)]
do not leave pager when changing sort order.

closes #2143

14 years agodo not leave pager when using read-thread and read-subthread
Michael Elkins [Thu, 5 Aug 2010 23:47:45 +0000 (16:47 -0700)]
do not leave pager when using read-thread and read-subthread

closes #2137

14 years agoUpdated Czech translation
Petr Pisar [Thu, 5 Aug 2010 00:04:12 +0000 (17:04 -0700)]
Updated Czech translation

14 years agoupdated French translation
Vincent Lefevre [Wed, 4 Aug 2010 13:37:56 +0000 (06:37 -0700)]
updated French translation

14 years agoadd locale.h for compililng with -std=c99
Michael Elkins [Tue, 3 Aug 2010 17:10:12 +0000 (10:10 -0700)]
add locale.h for compililng with -std=c99

14 years agoadjust help for -a to make it clearer that -- is required terminator
Michael Elkins [Tue, 3 Aug 2010 16:53:53 +0000 (09:53 -0700)]
adjust help for -a to make it clearer that -- is required terminator

14 years agoFix buffer underflow in expansion of format pipes. Add better error detection.
Michael Elkins [Sat, 31 Jul 2010 15:21:33 +0000 (08:21 -0700)]
Fix buffer underflow in expansion of format pipes.  Add better error detection.

Closes #3432.

14 years agouse REGCOMP() macro
Michael Elkins [Sun, 18 Jul 2010 21:24:29 +0000 (14:24 -0700)]
use REGCOMP() macro

14 years agoSkip 'attachments' directive if minor type is not a valid regexp
Emanuele Giaquinta [Sun, 18 Jul 2010 21:09:06 +0000 (22:09 +0100)]
Skip 'attachments' directive if minor type is not a valid regexp

14 years agofix misspelling in Swedish translation
Joel Dahl [Fri, 9 Jul 2010 18:07:18 +0000 (11:07 -0700)]
fix misspelling in Swedish translation

14 years agoConsider any negative return value from send_message() to be an error and allow the...
Michael Elkins [Tue, 18 May 2010 15:39:48 +0000 (08:39 -0700)]
Consider any negative return value from send_message() to be an error and allow the user to resend.

Closes #3411.

14 years agoopenssl: only call SSL_shutdown during clean shutdown (closes #3407)
Brendan Cully [Sat, 24 Apr 2010 23:10:43 +0000 (16:10 -0700)]
openssl: only call SSL_shutdown during clean shutdown (closes #3407)

14 years agoupdated French translation
Vincent Lefevre [Thu, 22 Apr 2010 16:14:21 +0000 (09:14 -0700)]
updated French translation

14 years agoremove toggle and replace with format in pgp-menu
Michael Elkins [Wed, 14 Apr 2010 22:47:16 +0000 (15:47 -0700)]
remove toggle and replace with format in pgp-menu

14 years agoImprove clarity/uniformity in compose menu's crypto display
David Champion [Mon, 12 Apr 2010 20:13:04 +0000 (15:13 -0500)]
Improve clarity/uniformity in compose menu's crypto display

Incorporates feedback on "Security: None" key hints.

14 years agofix bug handling wide pad char in soft-fill mode
Michael Elkins [Tue, 13 Apr 2010 13:49:04 +0000 (06:49 -0700)]
fix bug handling wide pad char in soft-fill mode

14 years agoincrease size of buffer used for displaying addresses in the compose menu to avoid...
Michael Elkins [Mon, 12 Apr 2010 03:00:38 +0000 (20:00 -0700)]
increase size of buffer used for displaying addresses in the compose menu to avoid truncating on widescreen displays

14 years agoclear prompt when user cancels with ^G from a yes/no prompt
Michael Elkins [Mon, 12 Apr 2010 01:30:13 +0000 (18:30 -0700)]
clear prompt when user cancels with ^G from a yes/no prompt

14 years agoFix bug in soft-fill (%*) in $index_format not accounting for 'set arrow_cursor'
Michael Elkins [Sun, 11 Apr 2010 23:19:46 +0000 (16:19 -0700)]
Fix bug in soft-fill (%*) in $index_format not accounting for 'set arrow_cursor'

14 years agoRemove the (i) option from the PGP-menu when encryption or signing is not
Michael Elkins [Sun, 11 Apr 2010 18:03:20 +0000 (11:03 -0700)]
Remove the (i) option from the PGP-menu when encryption or signing is not
yet selected.  The toggle between PGP/MIME and Traditional doesn't make
sense unless some type of security has been requested.

Closes #3402.

14 years agofix for compiling Mutt with clang: check for wchar_h prior to wctype_h in check for...
Michael Elkins [Tue, 6 Apr 2010 16:47:15 +0000 (09:47 -0700)]
fix for compiling Mutt with clang: check for wchar_h prior to wctype_h in check for wc funcs

14 years ago[doc] Remove bogus -group parameter from unlists and unsubscribe commands; add links...
Michael Elkins [Mon, 5 Apr 2010 18:12:41 +0000 (11:12 -0700)]
[doc] Remove bogus -group parameter from unlists and unsubscribe commands; add links to address group section for context.

14 years agoprevent user from setting $charset to an empty string since other code requires it...
Michael Elkins [Sun, 4 Apr 2010 03:34:04 +0000 (20:34 -0700)]
prevent user from setting $charset to an empty string since other code requires it to be set to a valid string

closes #3326

14 years agoallow regexps to match on continuation header lines in 'color header' commands.
Michael Elkins [Sat, 3 Apr 2010 23:50:48 +0000 (16:50 -0700)]
allow regexps to match on continuation header lines in 'color header' commands.

closes #3373

14 years agoFix crash on invalid regexp in search string due to uninitialized BUFFER variable.
Michael Elkins [Sat, 3 Apr 2010 14:35:39 +0000 (07:35 -0700)]
Fix crash on invalid regexp in search string due to uninitialized BUFFER variable.

Closes #3401

14 years agofix comment typos
Simon Ruderich [Thu, 1 Apr 2010 17:10:21 +0000 (10:10 -0700)]
fix comment typos

14 years agoImprove documentation for $query_command to note that Mutt automatically adds
Michael Elkins [Thu, 1 Apr 2010 16:59:16 +0000 (09:59 -0700)]
Improve documentation for $query_command to note that Mutt automatically adds
quotes according to shell quoting rules (thx: Simon Ruderich).

14 years agoClarify the documentation on what the line-editor is (thx: Simon Ruderich)
Michael Elkins [Thu, 1 Apr 2010 16:34:29 +0000 (09:34 -0700)]
Clarify the documentation on what the line-editor is (thx: Simon Ruderich)

14 years agoavoid buffer overflow when expanding the format string associated with a 'spam' command.
Michael Elkins [Wed, 31 Mar 2010 15:50:12 +0000 (08:50 -0700)]
avoid buffer overflow when expanding the format string associated with a 'spam' command.

closes #3397

14 years agoremove errant commands in secton on setting alternates
Michael Elkins [Tue, 23 Mar 2010 23:03:05 +0000 (16:03 -0700)]
remove errant commands in secton on setting alternates

14 years agoFix a format string warning
Brendan Cully [Tue, 23 Mar 2010 05:16:59 +0000 (22:16 -0700)]
Fix a format string warning

14 years agoredraw entire screen when exiting editor after re-editing the message body in the...
marcel [Tue, 23 Mar 2010 03:02:22 +0000 (20:02 -0700)]
redraw entire screen when exiting editor after re-editing the message body in the send menu.

closes #3393.

14 years agoDo not assume whitespace follows the colon in a header field.
Michael Elkins [Sun, 21 Mar 2010 16:52:44 +0000 (09:52 -0700)]
Do not assume whitespace follows the colon in a header field.

Closes #3385.

14 years agoComment about search libsasl for sasl2 functions
Brendan Cully [Mon, 8 Mar 2010 23:13:33 +0000 (15:13 -0800)]
Comment about search libsasl for sasl2 functions

14 years agoOpenSolaris sasl fix for configure.ac
Will Fiveash [Mon, 8 Mar 2010 20:04:23 +0000 (14:04 -0600)]
OpenSolaris sasl fix for configure.ac

14 years agoWhen regexp compilation fails, report actual pattern along with error.
Brendan Cully [Mon, 8 Mar 2010 23:00:47 +0000 (15:00 -0800)]
When regexp compilation fails, report actual pattern along with error.

14 years agomutt_buffer_printf: NULL dptr means use data
Brendan Cully [Mon, 8 Mar 2010 22:58:36 +0000 (14:58 -0800)]
mutt_buffer_printf: NULL dptr means use data

14 years agoIf regcomp fails, assume rx has not been allocated.
Brendan Cully [Mon, 8 Mar 2010 22:52:17 +0000 (14:52 -0800)]
If regcomp fails, assume rx has not been allocated.
Fixes a core dump for save-hook '~f foo\.bar@(something|other)\.com' =foo.

14 years agoFix #2014.
TAKAHASHI Tamotsu [Tue, 2 Mar 2010 19:31:36 +0000 (11:31 -0800)]
Fix #2014.
Thanks to Vincent Lefevre for help with this one.

14 years agoFix thinko in [cc02f079b1b9]
Brendan Cully [Tue, 2 Mar 2010 19:16:00 +0000 (11:16 -0800)]
Fix thinko in [cc02f079b1b9]

14 years agoGuard dequote with NULL check on personal field
Brendan Cully [Tue, 2 Mar 2010 06:40:41 +0000 (22:40 -0800)]
Guard dequote with NULL check on personal field

14 years agoAnother attempt to dequote RFC2047-encoded address comments (see #2014)
Brendan Cully [Tue, 2 Mar 2010 06:35:30 +0000 (22:35 -0800)]
Another attempt to dequote RFC2047-encoded address comments (see #2014)

14 years agoBacked out changeset 2a4ca6917fd0.
Brendan Cully [Tue, 2 Mar 2010 00:14:57 +0000 (16:14 -0800)]
Backed out changeset 2a4ca6917fd0.
It is incompatible with $assumed_charset (see #2014).

14 years agoRFC-2047 decode address text before dequoting it (see #2014)
Brendan Cully [Mon, 1 Mar 2010 07:03:35 +0000 (23:03 -0800)]
RFC-2047 decode address text before dequoting it (see #2014)

14 years agoFix next-unread-mailbox name in documentation. Closes #3319.
Brendan Cully [Mon, 1 Mar 2010 01:27:53 +0000 (17:27 -0800)]
Fix next-unread-mailbox name in documentation. Closes #3319.

14 years agoFix German translation of "No undeleted messages." (closes #3372)
Antonio Radici [Mon, 1 Mar 2010 01:23:34 +0000 (17:23 -0800)]
Fix German translation of "No undeleted messages." (closes #3372)

14 years agopop: allow user-specified port to override default in URL.
Antonio Radici [Mon, 1 Mar 2010 01:19:10 +0000 (17:19 -0800)]
pop: allow user-specified port to override default in URL.
Closes #3322.

14 years agoGPGME: Sender verification should be canse-insensitive for domain names.
ludwig [Mon, 1 Mar 2010 01:00:33 +0000 (17:00 -0800)]
GPGME: Sender verification should be canse-insensitive for domain names.
Closes #2180

14 years agoMake $thorough_search default to yes (closes #3386)
Brendan Cully [Sat, 27 Feb 2010 02:18:06 +0000 (18:18 -0800)]
Make $thorough_search default to yes (closes #3386)

14 years agoDon't use freed ctx.path when updating utime of target mailbox in save-message.
Brendan Cully [Tue, 23 Feb 2010 20:42:25 +0000 (12:42 -0800)]
Don't use freed ctx.path when updating utime of target mailbox in save-message.
Thanks to Sean Boudreau for the bug report.

14 years agoUpdated French translation.
Vincent Lefevre [Tue, 23 Feb 2010 07:01:39 +0000 (23:01 -0800)]
Updated French translation.

14 years agoMake mutt_yesorno use mutt_message to print query. Closes #3352.
Brendan Cully [Sun, 21 Feb 2010 21:16:59 +0000 (13:16 -0800)]
Make mutt_yesorno use mutt_message to print query. Closes #3352.

14 years agoAdd imap-logout-all to log out of all IMAP connections. Closes #2880.
Gregory Shapiro [Sun, 21 Feb 2010 05:56:58 +0000 (21:56 -0800)]
Add imap-logout-all to log out of all IMAP connections. Closes #2880.

14 years agoDocument 'n' and 'o' flags in index
Simon Ruderich [Wed, 17 Feb 2010 08:47:08 +0000 (00:47 -0800)]
Document 'n' and 'o' flags in index

14 years agoSpelling fixes
Simon Ruderich [Wed, 17 Feb 2010 08:40:41 +0000 (00:40 -0800)]
Spelling fixes

14 years agoFix a typo (closes #3379)
Brendan Cully [Thu, 11 Feb 2010 07:29:58 +0000 (23:29 -0800)]
Fix a typo (closes #3379)