]> granicus.if.org Git - mutt/log
mutt
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)

14 years agoThe Swedish translation has a suboptimal translation of the word "Bad"
Antonio Radici [Tue, 2 Feb 2010 07:40:14 +0000 (23:40 -0800)]
The Swedish translation has a suboptimal translation of the word "Bad"
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.

14 years agoSmall fix to the muttrc manpage. Closes #3374
Antonio Radici [Tue, 2 Feb 2010 07:36:14 +0000 (23:36 -0800)]
Small fix to the muttrc manpage. Closes #3374

14 years agoFix hcache build on systems with $(EXEEXT), include it in mutt_md5.
Matthias Andree [Wed, 13 Jan 2010 18:12:33 +0000 (19:12 +0100)]
Fix hcache build on systems with $(EXEEXT), include it in mutt_md5.

15 years agoHack mutt_wstr_trunc to treat M_TREE characters as 1 cell.
Brendan Cully [Tue, 29 Dec 2009 05:33:20 +0000 (00:33 -0500)]
Hack mutt_wstr_trunc to treat M_TREE characters as 1 cell.
Closes #3364.

15 years agoRemove spurious quotes from query_command example. Closes #3365.
Brendan Cully [Tue, 29 Dec 2009 03:13:41 +0000 (22:13 -0500)]
Remove spurious quotes from query_command example. Closes #3365.

15 years agoFix off-by-one errors in mailcap parser. Closes #3362
Brendan Cully [Mon, 14 Dec 2009 18:24:59 +0000 (10:24 -0800)]
Fix off-by-one errors in mailcap parser. Closes #3362

15 years agoDo not store header color in hcache.
Dan Fandrich [Fri, 11 Dec 2009 06:52:22 +0000 (22:52 -0800)]
Do not store header color in hcache.
If the color directive is removed from muttrc, the cached value from
the last directive would otherwise still be in effect.

15 years agoSTACK* is not defined with newer SSL, use STACK_OF instead.
Patrick Welche [Tue, 8 Dec 2009 07:08:47 +0000 (23:08 -0800)]
STACK* is not defined with newer SSL, use STACK_OF instead.
Closes #3356.

15 years agoOutput %p as unsigned in the bundled snprintf
Peter Rosin [Tue, 8 Dec 2009 06:46:18 +0000 (22:46 -0800)]
Output %p as unsigned in the bundled snprintf

15 years agoBack out e67f4c347bb4.
Brendan Cully [Sat, 14 Nov 2009 22:31:35 +0000 (14:31 -0800)]
Back out e67f4c347bb4.

I could not reproduce the problem, and the change makes it impossible to
change to a real folder when no folder is currently open.

15 years agoUnfold headers to wrap length in pager, when weed is set.
Brendan Cully [Thu, 29 Oct 2009 06:03:26 +0000 (23:03 -0700)]
Unfold headers to wrap length in pager, when weed is set.

From Rocco's patch queue.

15 years agoCorrect Italian translation of y/n/a prompt. Closes #3336
Antonio Radici [Wed, 23 Sep 2009 06:29:11 +0000 (23:29 -0700)]
Correct Italian translation of y/n/a prompt. Closes #3336

15 years agoUpdated Czech translation.
Petr Pisar [Fri, 28 Aug 2009 05:10:01 +0000 (22:10 -0700)]
Updated Czech translation.

15 years agoNo-brain documentation typo fix
René Clerc [Thu, 20 Aug 2009 09:34:44 +0000 (11:34 +0200)]
No-brain documentation typo fix

15 years agoBacked out changeset c9dd93b09ce7
Rocco Rutte [Thu, 20 Aug 2009 09:33:37 +0000 (11:33 +0200)]
Backed out changeset c9dd93b09ce7

15 years agoNo-brain documentation typo fix
René Clerc [Thu, 20 Aug 2009 09:25:42 +0000 (11:25 +0200)]
No-brain documentation typo fix
Hi Rocco,

Attached a patch for the documentation that fixes a small typo I
stumbled upon.  If you'd rather have me opening a trac ticket, please
say so; since this is such a no-brainer I figured I'd e-mail you
directly.

Best,

--
René Clerc                      - (rene@clerc.nl) - PGP: 0x9ACE0AC7

The truest visions of religion are illusions, which may be
partially realised by being resolutely believed.
-Reinhold Niebuhr

15 years agoDoc: fix more typos
Rocco Rutte [Mon, 17 Aug 2009 15:07:26 +0000 (17:07 +0200)]
Doc: fix more typos

15 years agoDoc: fix aspell calls, add custom mutt-only wordlist
Rocco Rutte [Mon, 17 Aug 2009 15:03:19 +0000 (17:03 +0200)]
Doc: fix aspell calls, add custom mutt-only wordlist

15 years agoRequire already opened folder when using templates for change-folder.
Rocco Rutte [Mon, 17 Aug 2009 14:58:21 +0000 (16:58 +0200)]
Require already opened folder when using templates for change-folder.

For example, start with -y and type a wrong IMAP password so that no
mailbox is open. Trying to change folders resulted in a crash.

15 years agoClear last search pattern if it's invalid. Closes #3315.
Rocco Rutte [Fri, 14 Aug 2009 19:29:47 +0000 (21:29 +0200)]
Clear last search pattern if it's invalid. Closes #3315.

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.

15 years agoBail on missing pattern modifiers at end of pattern. Closes #3314.
Rocco Rutte [Fri, 14 Aug 2009 00:44:39 +0000 (02:44 +0200)]
Bail on missing pattern modifiers at end of pattern. Closes #3314.

15 years agoDocs: fix typos/style
Rocco Rutte [Thu, 13 Aug 2009 21:49:30 +0000 (23:49 +0200)]
Docs: fix typos/style

15 years agoCatch SSL null prefix attach (openssl)
Tomas Hoger [Tue, 11 Aug 2009 19:22:32 +0000 (12:22 -0700)]
Catch SSL null prefix attach (openssl)