]>
granicus.if.org Git - mutt/log
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
Michael Elkins [Sun, 8 Aug 2010 17:40:38 +0000 (10:40 -0700)]
add a malloc+sprintf combo function
Fabian Groffen [Sun, 8 Aug 2010 17:21:46 +0000 (10:21 -0700)]
fix crash in limit when user enters invalid regexp
closes #3417
Michael Elkins [Sat, 7 Aug 2010 13:44:16 +0000 (06:44 -0700)]
Fix comparison signedness warnings
Michael Elkins [Sat, 7 Aug 2010 13:42:51 +0000 (06:42 -0700)]
add comment about safety of cast
Matthias Andree [Fri, 6 Aug 2010 19:58:54 +0000 (21:58 +0200)]
Fix comparison signedness warning.
Matthias Andree [Fri, 6 Aug 2010 19:51:26 +0000 (21:51 +0200)]
Fix signedness warning.
Matthias Andree [Fri, 6 Aug 2010 19:57:06 +0000 (21:57 +0200)]
Ignore backup files ending in a tilde character.
Matthias Andree [Fri, 6 Aug 2010 20:01:38 +0000 (22:01 +0200)]
Fix comparison signedness warnings.
Matthias Andree [Fri, 6 Aug 2010 19:54:22 +0000 (21:54 +0200)]
Fix comparison signedness warnings.
Matthias Andree [Fri, 6 Aug 2010 19:52:36 +0000 (21:52 +0200)]
Resolve if/else empty body ambiguity/warnings when compiling without DEBUG.
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
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.
Michael Elkins [Fri, 6 Aug 2010 20:11:30 +0000 (13:11 -0700)]
use a 64-bit random value in temporary filenames.
closes #3158
Michael Elkins [Fri, 6 Aug 2010 19:54:08 +0000 (12:54 -0700)]
avoid using C99 bool
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
Michael Elkins [Fri, 6 Aug 2010 17:05:43 +0000 (10:05 -0700)]
fix compiler warning about wrong type for SslSessionCerts
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
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
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
Michael Elkins [Fri, 6 Aug 2010 04:41:49 +0000 (21:41 -0700)]
explanatory comments
andreas amann [Fri, 6 Aug 2010 00:03:23 +0000 (17:03 -0700)]
do not leave pager when changing sort order.
closes #2143
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
Petr Pisar [Thu, 5 Aug 2010 00:04:12 +0000 (17:04 -0700)]
Updated Czech translation
Vincent Lefevre [Wed, 4 Aug 2010 13:37:56 +0000 (06:37 -0700)]
updated French translation
Michael Elkins [Tue, 3 Aug 2010 17:10:12 +0000 (10:10 -0700)]
add locale.h for compililng with -std=c99
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
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.
Michael Elkins [Sun, 18 Jul 2010 21:24:29 +0000 (14:24 -0700)]
use REGCOMP() macro
Emanuele Giaquinta [Sun, 18 Jul 2010 21:09:06 +0000 (22:09 +0100)]
Skip 'attachments' directive if minor type is not a valid regexp
Joel Dahl [Fri, 9 Jul 2010 18:07:18 +0000 (11:07 -0700)]
fix misspelling in Swedish translation
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.
Brendan Cully [Sat, 24 Apr 2010 23:10:43 +0000 (16:10 -0700)]
openssl: only call SSL_shutdown during clean shutdown (closes #3407)
Vincent Lefevre [Thu, 22 Apr 2010 16:14:21 +0000 (09:14 -0700)]
updated French translation
Michael Elkins [Wed, 14 Apr 2010 22:47:16 +0000 (15:47 -0700)]
remove toggle and replace with format in pgp-menu
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.
Michael Elkins [Tue, 13 Apr 2010 13:49:04 +0000 (06:49 -0700)]
fix bug handling wide pad char in soft-fill mode
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
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
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'
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.
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
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.
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
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
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
Simon Ruderich [Thu, 1 Apr 2010 17:10:21 +0000 (10:10 -0700)]
fix comment typos
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).
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)
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
Michael Elkins [Tue, 23 Mar 2010 23:03:05 +0000 (16:03 -0700)]
remove errant commands in secton on setting alternates
Brendan Cully [Tue, 23 Mar 2010 05:16:59 +0000 (22:16 -0700)]
Fix a format string warning
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.
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.
Brendan Cully [Mon, 8 Mar 2010 23:13:33 +0000 (15:13 -0800)]
Comment about search libsasl for sasl2 functions
Will Fiveash [Mon, 8 Mar 2010 20:04:23 +0000 (14:04 -0600)]
OpenSolaris sasl fix for configure.ac
Brendan Cully [Mon, 8 Mar 2010 23:00:47 +0000 (15:00 -0800)]
When regexp compilation fails, report actual pattern along with error.
Brendan Cully [Mon, 8 Mar 2010 22:58:36 +0000 (14:58 -0800)]
mutt_buffer_printf: NULL dptr means use data
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.
TAKAHASHI Tamotsu [Tue, 2 Mar 2010 19:31:36 +0000 (11:31 -0800)]
Fix #2014.
Thanks to Vincent Lefevre for help with this one.
Brendan Cully [Tue, 2 Mar 2010 19:16:00 +0000 (11:16 -0800)]
Fix thinko in [
cc02f079b1b9 ]
Brendan Cully [Tue, 2 Mar 2010 06:40:41 +0000 (22:40 -0800)]
Guard dequote with NULL check on personal field
Brendan Cully [Tue, 2 Mar 2010 06:35:30 +0000 (22:35 -0800)]
Another attempt to dequote RFC2047-encoded address comments (see #2014)
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).
Brendan Cully [Mon, 1 Mar 2010 07:03:35 +0000 (23:03 -0800)]
RFC-2047 decode address text before dequoting it (see #2014)
Brendan Cully [Mon, 1 Mar 2010 01:27:53 +0000 (17:27 -0800)]
Fix next-unread-mailbox name in documentation. Closes #3319.
Antonio Radici [Mon, 1 Mar 2010 01:23:34 +0000 (17:23 -0800)]
Fix German translation of "No undeleted messages." (closes #3372)
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.
ludwig [Mon, 1 Mar 2010 01:00:33 +0000 (17:00 -0800)]
GPGME: Sender verification should be canse-insensitive for domain names.
Closes #2180
Brendan Cully [Sat, 27 Feb 2010 02:18:06 +0000 (18:18 -0800)]
Make $thorough_search default to yes (closes #3386)
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.
Vincent Lefevre [Tue, 23 Feb 2010 07:01:39 +0000 (23:01 -0800)]
Updated French translation.
Brendan Cully [Sun, 21 Feb 2010 21:16:59 +0000 (13:16 -0800)]
Make mutt_yesorno use mutt_message to print query. Closes #3352.
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.
Simon Ruderich [Wed, 17 Feb 2010 08:47:08 +0000 (00:47 -0800)]
Document 'n' and 'o' flags in index
Simon Ruderich [Wed, 17 Feb 2010 08:40:41 +0000 (00:40 -0800)]
Spelling fixes
Brendan Cully [Thu, 11 Feb 2010 07:29:58 +0000 (23:29 -0800)]
Fix a typo (closes #3379)
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.
Antonio Radici [Tue, 2 Feb 2010 07:36:14 +0000 (23:36 -0800)]
Small fix to the muttrc manpage. Closes #3374
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.
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.
Brendan Cully [Tue, 29 Dec 2009 03:13:41 +0000 (22:13 -0500)]
Remove spurious quotes from query_command example. Closes #3365.
Brendan Cully [Mon, 14 Dec 2009 18:24:59 +0000 (10:24 -0800)]
Fix off-by-one errors in mailcap parser. Closes #3362
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.
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.
Peter Rosin [Tue, 8 Dec 2009 06:46:18 +0000 (22:46 -0800)]
Output %p as unsigned in the bundled snprintf
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.
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.
Antonio Radici [Wed, 23 Sep 2009 06:29:11 +0000 (23:29 -0700)]
Correct Italian translation of y/n/a prompt. Closes #3336
Petr Pisar [Fri, 28 Aug 2009 05:10:01 +0000 (22:10 -0700)]
Updated Czech translation.
René Clerc [Thu, 20 Aug 2009 09:34:44 +0000 (11:34 +0200)]
No-brain documentation typo fix
Rocco Rutte [Thu, 20 Aug 2009 09:33:37 +0000 (11:33 +0200)]
Backed out changeset
c9dd93b09ce7
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
Rocco Rutte [Mon, 17 Aug 2009 15:07:26 +0000 (17:07 +0200)]
Doc: fix more typos
Rocco Rutte [Mon, 17 Aug 2009 15:03:19 +0000 (17:03 +0200)]
Doc: fix aspell calls, add custom mutt-only wordlist
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.
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.
Rocco Rutte [Fri, 14 Aug 2009 00:44:39 +0000 (02:44 +0200)]
Bail on missing pattern modifiers at end of pattern. Closes #3314.
Rocco Rutte [Thu, 13 Aug 2009 21:49:30 +0000 (23:49 +0200)]
Docs: fix typos/style
Tomas Hoger [Tue, 11 Aug 2009 19:22:32 +0000 (12:22 -0700)]
Catch SSL null prefix attach (openssl)