]> granicus.if.org Git - neomutt/log
neomutt
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...
Unknown [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.
Unknown [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

15 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.
Daniel Jacobowitz [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 Písař [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)

15 years agoAdd buffy_new and buffy_free abstractions.
Brendan Cully [Sun, 9 Aug 2009 21:45:31 +0000 (14:45 -0700)]
Add buffy_new and buffy_free abstractions.

15 years agomanual: fix wrong spell checker assumptions
Christian Ebert [Sun, 9 Aug 2009 12:53:42 +0000 (14:53 +0200)]
manual: fix wrong spell checker assumptions

15 years agoManual: Fix typos, consequently use en_US spelling
Rocco Rutte [Sun, 9 Aug 2009 12:35:48 +0000 (14:35 +0200)]
Manual: Fix typos, consequently use en_US spelling

15 years agoSplit out mailbox-specific code in mutt_buffy_check
Brendan Cully [Sun, 9 Aug 2009 05:50:39 +0000 (22:50 -0700)]
Split out mailbox-specific code in mutt_buffy_check

15 years agoUnconditionally define M_IMAP, M_POP.
Brendan Cully [Sun, 9 Aug 2009 03:58:19 +0000 (20:58 -0700)]
Unconditionally define M_IMAP, M_POP.
These aren't bloat, and not having them creates a lot of #ifdef clutter.

15 years agoAbort prompt on ^C, as was the case prior to 12a6de725483
Brendan Cully [Sat, 8 Aug 2009 23:40:15 +0000 (16:40 -0700)]
Abort prompt on ^C, as was the case prior to 12a6de725483

15 years agoUpdated French translation.
Vincent Lefevre [Tue, 4 Aug 2009 17:47:37 +0000 (10:47 -0700)]
Updated French translation.

15 years agoManual: Add some words of warning to really remove IRT header when intended
Rocco Rutte [Tue, 4 Aug 2009 10:34:25 +0000 (12:34 +0200)]
Manual: Add some words of warning to really remove IRT header when intended

15 years agoManual: Put mailbox shortcuts into table for readability
Rocco Rutte [Tue, 4 Aug 2009 10:28:51 +0000 (12:28 +0200)]
Manual: Put mailbox shortcuts into table for readability

15 years agoManual: Fix docs for push/exec
Rocco Rutte [Tue, 4 Aug 2009 10:20:16 +0000 (12:20 +0200)]
Manual: Fix docs for push/exec

15 years agoFix MH parsing, fixes [0698e8195545]. Closes #3312
Johan D [Tue, 4 Aug 2009 10:08:37 +0000 (12:08 +0200)]
Fix MH parsing, fixes [0698e8195545]. Closes #3312

15 years agoManual: use full names for é and è entities. Closes #3286.
Rocco Rutte [Sat, 1 Aug 2009 13:16:01 +0000 (15:16 +0200)]
Manual: use full names for é and è entities. Closes #3286.

This is necessary because we want to install a us-ascii manual.txt
that would contain only "e" instead of accented characters.

15 years agoFix mutt -h output for -a/-- options
Rocco Rutte [Thu, 30 Jul 2009 15:56:59 +0000 (17:56 +0200)]
Fix mutt -h output for -a/-- options

15 years agoHarmonize hcache uidvalidity size to unsigned int (per IMAP RFC).
Brendan Cully [Wed, 29 Jul 2009 20:26:55 +0000 (13:26 -0700)]
Harmonize hcache uidvalidity size to unsigned int (per IMAP RFC).
Closes #3296.

15 years agoAdd group.h to distribution
Rocco Rutte [Tue, 28 Jul 2009 21:16:51 +0000 (23:16 +0200)]
Add group.h to distribution

15 years agoFix some issues with ungroup [...] *
Rocco Rutte [Tue, 28 Jul 2009 21:06:54 +0000 (23:06 +0200)]
Fix some issues with ungroup [...] *

15 years agoProperly propagate mh_read_sequences result. Closes #3308.
Kees Cook [Tue, 28 Jul 2009 04:14:29 +0000 (21:14 -0700)]
Properly propagate mh_read_sequences result. Closes #3308.

15 years agoDo not overwrite docdir unless --with-docdir was explicitly given.
Brendan Cully [Tue, 28 Jul 2009 03:49:20 +0000 (20:49 -0700)]
Do not overwrite docdir unless --with-docdir was explicitly given.
This allows --docdir from autoconf 2.60+ to work, though if given --with-docdir will
silently override --docdir. Closes #3282.

15 years agoUpdate German translation
Rocco Rutte [Fri, 24 Jul 2009 12:30:45 +0000 (14:30 +0200)]
Update German translation

15 years agoFix check_sec.sh warning
Rocco Rutte [Fri, 24 Jul 2009 12:30:39 +0000 (14:30 +0200)]
Fix check_sec.sh warning

15 years agofix :reset to work with empty strings
Aron Griffis [Fri, 24 Jul 2009 03:36:41 +0000 (23:36 -0400)]
fix :reset to work with empty strings

Signed-off-by: Aron Griffis <agriffis@n01se.net>
15 years agoMerge
Rocco Rutte [Fri, 24 Jul 2009 11:44:41 +0000 (13:44 +0200)]
Merge

15 years agoUpdated French translation.
Vincent Lefevre [Fri, 24 Jul 2009 06:32:52 +0000 (23:32 -0700)]
Updated French translation.

15 years agoUse proper prototype for mutt_get_default_charset(), fix fallout.
Matthias Andree [Thu, 23 Jul 2009 21:51:30 +0000 (23:51 +0200)]
Use proper prototype for mutt_get_default_charset(), fix fallout.

15 years agoFix two warnings "the address of 'foo' will always evaluate as 'true'".
Matthias Andree [Thu, 23 Jul 2009 21:52:14 +0000 (23:52 +0200)]
Fix two warnings "the address of 'foo' will always evaluate as 'true'".

15 years agoManual: better document what address groups are (for)
Rocco Rutte [Thu, 23 Jul 2009 15:28:02 +0000 (17:28 +0200)]
Manual: better document what address groups are (for)

15 years agoImplement ungroup command. Closes #3304.
Rocco Rutte [Thu, 23 Jul 2009 14:49:30 +0000 (16:49 +0200)]
Implement ungroup command. Closes #3304.

15 years agoMove remove_from_rx_list() to muttlib.c, name it mutt_remove_from_rx_list()
Rocco Rutte [Thu, 23 Jul 2009 14:40:45 +0000 (16:40 +0200)]
Move remove_from_rx_list() to muttlib.c, name it mutt_remove_from_rx_list()

15 years agoUse CRYPT_BACKEND_GPGME instead of non-existent HAVE_GPGME
Fabian Groffen [Wed, 22 Jul 2009 13:25:59 +0000 (15:25 +0200)]
Use CRYPT_BACKEND_GPGME instead of non-existent HAVE_GPGME

15 years agoProperly restore addresses from hcache using rfc822_new_address(). Closes #3302.
Unknown [Wed, 22 Jul 2009 12:43:48 +0000 (14:43 +0200)]
Properly restore addresses from hcache using rfc822_new_address(). Closes #3302.

15 years agoDon't leak mhs flags in mh_buffy(). Closes #3303.
Unknown [Wed, 22 Jul 2009 12:40:19 +0000 (14:40 +0200)]
Don't leak mhs flags in mh_buffy(). Closes #3303.

15 years agoadd batch mode send-hooks note to UPDATING
Aron Griffis [Fri, 17 Jul 2009 21:57:41 +0000 (17:57 -0400)]
add batch mode send-hooks note to UPDATING

15 years agoMake send-hooks work for batch mode. Closes #3219.
Aron Griffis [Wed, 15 Jul 2009 03:25:00 +0000 (20:25 -0700)]
Make send-hooks work for batch mode. Closes #3219.

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.

15 years agoRecognize charset extensions, see #3150.
Rocco Rutte [Sat, 11 Jul 2009 12:52:11 +0000 (14:52 +0200)]
Recognize charset extensions, see #3150.

With utf-8//TRANSLIT, we internally didn't recognize it as utf-8. This
leads to badly broken behaviour if --without-wc-funcs is used for some
reason. In that case, if we have utf-8 as charset, we implement our own
wide char functions; for all other charsets, we use the system
single-byte locale functions. And using these with utf-8 is broken.

15 years agoRender blanks to spaces in index, fixes [298194c414f0]
Rocco Rutte [Sat, 11 Jul 2009 12:38:52 +0000 (14:38 +0200)]
Render blanks to spaces in index, fixes [298194c414f0]

wcwidth(<tab>) returns -1 so 'foo<tab>bar' was rendered to 'foobar',
and now to 'foo bar'. Closes #3270 again.

15 years agoFix compiler warning
Rocco Rutte [Wed, 8 Jul 2009 11:37:27 +0000 (13:37 +0200)]
Fix compiler warning

15 years agoUpdate TODO
Rocco Rutte [Tue, 7 Jul 2009 13:03:53 +0000 (15:03 +0200)]
Update TODO

15 years agoGNU-make based VPATH builds work.
Matthias Andree [Tue, 7 Jul 2009 08:49:52 +0000 (10:49 +0200)]
GNU-make based VPATH builds work.

15 years agoMake hcache+bcache paths always UTF-8. Closes #3284.
Rocco Rutte [Tue, 7 Jul 2009 11:16:59 +0000 (13:16 +0200)]
Make hcache+bcache paths always UTF-8. Closes #3284.

15 years agoAdd $wrap_headers. Closes #3135
Rocco Rutte [Tue, 7 Jul 2009 11:00:13 +0000 (13:00 +0200)]
Add $wrap_headers. Closes #3135

15 years agoManual: mention terminal setup for charsets, more unicode pros.
Rocco Rutte [Tue, 7 Jul 2009 10:53:46 +0000 (12:53 +0200)]
Manual: mention terminal setup for charsets, more unicode pros.

Closes #3292.

15 years agoManual: Add a note about when/why to use utf-8
Rocco Rutte [Mon, 6 Jul 2009 13:28:04 +0000 (15:28 +0200)]
Manual: Add a note about when/why to use utf-8

15 years agoSuppress new mail notification from mailbox just left. Closes #3290.
Brendan Cully [Mon, 6 Jul 2009 01:36:49 +0000 (18:36 -0700)]
Suppress new mail notification from mailbox just left. Closes #3290.

15 years agoManual: minor fixes
Rocco Rutte [Thu, 2 Jul 2009 18:42:25 +0000 (20:42 +0200)]
Manual: minor fixes

15 years agoManual: Render comments in examples a lighter for readability
Rocco Rutte [Thu, 2 Jul 2009 18:35:22 +0000 (20:35 +0200)]
Manual: Render comments in examples a lighter for readability