mutt: 2 new changesets

2017-11-15 Thread Brendan Cully
changeset: 7182:4240966d41fc user: Kevin McCarthy date: Wed Nov 15 14:53:19 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/4240966d41fc Fix $smart_wrap to not be disabled by whitespace-prefixed lines. (closes #3857) changeset:737102af74eb fixed a folded header

mutt: 2 new changesets

2017-09-26 Thread Brendan Cully
changeset: 7168:a6b5855e2c76 user: Kevin McCarthy date: Tue Sep 26 19:44:11 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/a6b5855e2c76 Fix uses of context->changed as a counter. The first was in mx_update_tables(), but only when "not committing". This is used by

mutt: 2 new changesets

2017-09-14 Thread Brendan Cully
changeset: 7155:12d3714d8bfa user: Kevin McCarthy date: Thu Sep 14 12:43:32 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/12d3714d8bfa Improve imap fetch handler to accept an initial UID. (closes #3969) Gmail sends flag updates with a UID before the FLAGS. The

mutt: 2 new changesets

2017-07-22 Thread Brendan Cully
changeset: 7111:908bea74acef user: Kevin McCarthy date: Sat Jul 22 19:48:49 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/908bea74acef Add timeout parameter to mutt_socket_poll. This will be used in the next commit to add a timeout when polling for new mail.

mutt: 2 new changesets

2017-07-12 Thread Brendan Cully
changeset: 7102:02c6dd3a30cc user: Kevin McCarthy date: Wed Jul 12 12:38:22 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/02c6dd3a30cc Fix crash when $postponed is on another server. imap_mxcmp() translates NULL to "INBOX". When $postponed points to a URL with

mutt: 2 new changesets

2017-06-26 Thread Brendan Cully
changeset: 7092:826efa89631f user: Regid Ichira date: Mon Jun 26 15:44:35 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/826efa89631f Minor documentation fixes. The muttrc man page doesn't contain the "Format Strings" section in the manual, so add a pointer to

mutt: 2 new changesets

2017-06-18 Thread Brendan Cully
changeset: 7089:0efae3363358 user: TAKAHASHI Tamotsu date: Sun Jun 18 10:58:07 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/0efae3363358 Updated Japanese translation. changeset: 7090:d56fd3f91de9 user: Kevin McCarthy date:

mutt: 2 new changesets

2017-06-09 Thread Brendan Cully
changeset: 7082:b4d0bb558636 user: Kevin McCarthy date: Fri Jun 09 11:31:05 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/b4d0bb558636 Change the compose menu fields to be dynamically padded. Pad based on the maximum width of the fields. Note that this is a bit

mutt: 2 new changesets

2017-06-01 Thread Brendan Cully
changeset: 7075:ec6530cb0a5a user: Kevin McCarthy date: Thu Jun 01 15:17:01 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/ec6530cb0a5a Change km_dokey() to return -2 on a timeout/sigwinch. In some cases, such as tag-prefix or _mutt_enter_string(), it is desirable

mutt: 2 new changesets

2017-05-31 Thread Brendan Cully
changeset: 7071:d3922568a777 user: Kevin McCarthy date: Wed May 31 16:18:29 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/d3922568a777 Add note about message scoring and thread patterns. (see #3947) Because scoring occurs before the mailbox is sorted, thread

mutt: 2 new changesets

2017-05-23 Thread Brendan Cully
changeset: 7061:fa0c2155ab8f user: Kevin McCarthy date: Tue May 23 15:53:30 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/fa0c2155ab8f Fix memory leak when closing mailbox and using the sidebar. The code updating the sidebar counts decremented the msgcount, but

mutt: 2 new changesets

2017-05-22 Thread Brendan Cully
changeset: 7058:59a2125b49f2 user: Kevin McCarthy date: Mon May 22 18:18:29 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/59a2125b49f2 Don't clean up idata when closing an open-append mailbox. open-append borrows the idata just for the connection. The "mailbox

mutt: 2 new changesets

2017-05-22 Thread Brendan Cully
changeset: 7056:1ddf2641f369 user: TAKAHASHI Tamotsu date: Mon May 22 05:08:58 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/1ddf2641f369 Fix potential segv if mx_open_mailbox is passed an empty string. (closes #3945) If path is "", ctx->path will be

mutt: 2 new changesets

2017-05-21 Thread Brendan Cully
changeset: 7053:1658ab70377b user: Kevin McCarthy date: Sun May 21 18:45:08 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/1658ab70377b Small imap fetch fixes. (see #3942) Add an integer overflow test, pulled from mx_alloc_memory(), since the count comes from a

mutt: 2 new changesets

2017-05-12 Thread Brendan Cully
changeset: 7044:e66c6c0e8cc6 user: Kevin McCarthy date: Fri May 12 18:31:36 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/e66c6c0e8cc6 Add $history_remove_dups option to remove dups from history ring. When set, duplicate entries will be removed from the history

mutt: 2 new changesets

2017-05-12 Thread Brendan Cully
changeset: 7042:a97afb72d892 user: Kevin McCarthy date: Fri May 12 09:15:00 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/a97afb72d892 Turn IMAP_EXPUNGE_EXPECTED back off when syncing. (closes #3940). imap_sync_mailbox() turned on IMAP_EXPUNGE_EXPECTED when

mutt: 2 new changesets

2017-05-09 Thread Brendan Cully
changeset: 7040:3fd8c4af4658 user: Kevin McCarthy date: Tue May 09 16:07:42 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/3fd8c4af4658 Rename REDRAW_SIGWINCH to REDRAW_FLOW. The next patch will attach this redraw flag to pager settings. The former name becomes

mutt: 2 new changesets

2017-05-05 Thread Brendan Cully
changeset: 7036:71cb68efe98e user: Kevin McCarthy date: Fri May 05 13:55:31 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/71cb68efe98e Don't modify LastFolder/CurrentFolder upon aborting a change folder operation. Set LastFolder and CurrentFolder after

mutt: 2 new changesets

2017-05-04 Thread Brendan Cully
changeset: 7033:c08c72a0e24c user: Kevin McCarthy date: Thu May 04 18:05:06 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/c08c72a0e24c Fix sidebar count updates when closing mailbox. (closes #3938) The context unread and flagged counts were being updated too

Re: mutt: 2 new changesets

2017-05-03 Thread Cameron Simpson
On 03May2017 13:08, vincent lefevre wrote: On 2017-05-03 08:52:26 +1000, Cameron Simpson wrote: Invoking a command vi -c is not normally very different to running a script; ??? I don't know how vi behaves under all conditions. It seems to disable the intr character, which

Re: mutt: 2 new changesets

2017-05-02 Thread Vincent Lefevre
On 2017-04-25 12:36:01 -0700, Kevin J. McCarthy wrote: > On Tue, Apr 25, 2017 at 12:49:05PM -0500, Derek Martin wrote: > > On Mon, Apr 24, 2017 at 11:33:20AM +0200, Vincent Lefevre wrote: > > > On 2017-04-23 09:59:33 -0500, Derek Martin wrote: > > > > Although, I don't really get why Mutt needs a

mutt: 2 new changesets

2017-04-30 Thread Brendan Cully
changeset: 7029:829584614fd6 user: Kevin McCarthy date: Sun Apr 30 15:20:56 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/829584614fd6 Refresh header color when updating label. (closes #3935) color index with a '~y' pattern were not being updated after

mutt: 2 new changesets

2017-04-30 Thread Brendan Cully
changeset: 7027:c54ac874a32b user: Kevin McCarthy date: Sun Apr 30 14:24:37 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/c54ac874a32b Fix unused function warnings when sidebar is disabled. (closes #3936) parse_path_list/unlist are currently only used by the

mutt: 2 new changesets

2017-04-30 Thread Brendan Cully
changeset: 7025:deb66bd24b9d user: Kevin McCarthy date: Sun Apr 30 13:32:14 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/deb66bd24b9d Note that mbox-hooks are dependent on $move. Add a note to the "Using Multiple Spool Mailboxes" section. changeset:

mutt: 2 new changesets

2017-04-27 Thread Brendan Cully
changeset: 7022:b8952095b583 user: Kevin McCarthy date: Thu Apr 27 21:22:08 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/b8952095b583 Fix km_error_key() infinite loop and unget buffer pollution. 'bind pager \Ch help' produces an infinite loop when an unbound key

mutt: 2 new changesets

2017-04-26 Thread Brendan Cully
changeset: 7020:9a0afe7815d1 user: Roger Cornelius date: Wed Apr 26 15:40:34 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/9a0afe7815d1 Fix error message when opening a mailbox with no read permission. (closes #3934) ctx->mx_ops ends up being NULL for both

Re: mutt: 2 new changesets

2017-04-25 Thread Kevin J. McCarthy
On Tue, Apr 25, 2017 at 12:49:05PM -0500, Derek Martin wrote: > On Mon, Apr 24, 2017 at 11:33:20AM +0200, Vincent Lefevre wrote: > > On 2017-04-23 09:59:33 -0500, Derek Martin wrote: > > > Although, I don't really get why Mutt needs a feature for this, when > > > you can just set the environment

Re: mutt: 2 new changesets

2017-04-25 Thread Derek Martin
On Mon, Apr 24, 2017 at 11:33:20AM +0200, Vincent Lefevre wrote: > On 2017-04-23 09:59:33 -0500, Derek Martin wrote: > > Although, I don't really get why Mutt needs a feature for this, when > > you can just set the environment variables in... the environment. > > Before starting Mutt. > > This is

Re: mutt: 2 new changesets

2017-04-22 Thread Vincent Lefevre
On 2017-04-22 22:52:43 +0200, Vincent Lefevre wrote: > I'm wondering. Is the call to setenv() useful any longer? > I mean, GPG_TTY needs to be set only for child processes, not > for Mutt itself. This would mean that > > setenv("GPG_TTY", tty, 0); > > could be removed. And that setenv() should

Re: mutt: 2 new changesets

2017-04-22 Thread Vincent Lefevre
On 2017-04-22 22:35:04 +0200, Vincent Lefevre wrote: > On 2017-04-22 12:41:36 -0500, Derek Martin wrote: > > On Tue, Apr 18, 2017 at 12:27:32PM -0700, Brendan Cully wrote: > > > changeset: 7013:33995363e723 > > > user: Kevin McCarthy > > > date: Tue Apr 18 12:25:17 2017

Re: mutt: 2 new changesets

2017-04-22 Thread Vincent Lefevre
On 2017-04-22 12:41:36 -0500, Derek Martin wrote: > On Tue, Apr 18, 2017 at 12:27:32PM -0700, Brendan Cully wrote: > > changeset: 7013:33995363e723 > > user: Kevin McCarthy > > date: Tue Apr 18 12:25:17 2017 -0700 > > link: http://dev.mutt.org/hg/mutt/rev/33995363e723

Re: mutt: 2 new changesets

2017-04-22 Thread Derek Martin
On Tue, Apr 18, 2017 at 12:27:32PM -0700, Brendan Cully wrote: > changeset: 7013:33995363e723 > user: Kevin McCarthy > date: Tue Apr 18 12:25:17 2017 -0700 > link: http://dev.mutt.org/hg/mutt/rev/33995363e723 > > Fix GPG_TTY to be added to envlist. (closes #3931) >

mutt: 2 new changesets

2017-04-18 Thread Brendan Cully
changeset: 7013:33995363e723 user: Kevin McCarthy date: Tue Apr 18 12:25:17 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/33995363e723 Fix GPG_TTY to be added to envlist. (closes #3931) Changeset 37209157e33c converted filters to use the envlist. Unfortunately, I

mutt: 2 new changesets

2017-03-27 Thread Brendan Cully
changeset: 6983:77032036c642 user: Kevin McCarthy date: Mon Mar 27 11:39:42 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/77032036c642 Fix (un)sidebar_whitelist to expand paths. Thanks to Arturo for reporting the issue. changeset: 6984:4c7881c441e7 user:

mutt: 2 new changesets

2017-03-26 Thread Brendan Cully
changeset: 6976:9da67ea88f25 user: Kevin McCarthy date: Sun Mar 26 12:27:15 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/9da67ea88f25 Fix mutt_refresh() pausing during macro events. Changeset a07e8215a0ef split input buffering into two pools. Unfortunately, the

mutt: 2 new changesets

2017-03-05 Thread Brendan Cully
changeset: 6958:f0e3b2875065 user: Kevin McCarthy date: Sun Mar 05 15:24:45 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/f0e3b2875065 Increase ACCOUNT.pass field size. (closes #3921) #3921 reported his password token used for Google XOAUTH2 is size 129. The

mutt: 2 new changesets

2017-03-02 Thread Brendan Cully
changeset: 6956:5fc3c0729a07 user: Matthias Andree date: Thu Mar 02 15:53:27 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/5fc3c0729a07 SSL: Fix memory leak in subject alternative name code. (closes #3920) changeset: 6957:d15de76f7123 user: Kevin

mutt: 2 new changesets

2017-03-02 Thread Brendan Cully
changeset: 6954:e3e47b2f1370 user: Kevin McCarthy date: Thu Mar 02 14:53:20 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/e3e47b2f1370 Prevent segv if open-appending to an mbox fails. (closes #3918) If mbox_open_mailbox_append() fails, ctx->fp will be null. Add

mutt: 2 new changesets

2017-03-02 Thread Brendan Cully
changeset: 6952:e82253beaa9f user: Kevin McCarthy date: Thu Mar 02 13:11:52 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/e82253beaa9f Clear out extraneous errors before SSL_connect() (see #3916) Call ERR_clear_error() just before the call to SSL_connect() to

mutt: 2 new changesets

2017-02-04 Thread Brendan Cully
changeset: 6923:42aa8b19da95 user: Kevin McCarthy date: Sat Feb 04 12:53:38 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/42aa8b19da95 Add LMDB backend support for header cache. (see #3691) Based on the original from JP Mens:

Re: mutt: 2 new changesets

2017-01-24 Thread Heinz Diehl
On 24.01.2017, Brendan Cully wrote: > changeset: 6909:f05df6b258f3 > user: David Champion > date: Mon Jan 23 19:01:36 2017 -0800 > link: http://dev.mutt.org/hg/mutt/rev/f05df6b258f3 > This lets you define regular expressions-replacement pairs for subject >

mutt: 2 new changesets

2017-01-23 Thread Brendan Cully
changeset: 6909:f05df6b258f3 user: David Champion date: Mon Jan 23 19:01:36 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/f05df6b258f3 Abstract the SPAM_LIST as a generic REPLACE_LIST REPLACE_LIST can be used more generally as a list of pattern match-replace

mutt: 2 new changesets

2017-01-17 Thread Brendan Cully
changeset: 6905:fc6990144167 user: Kevin McCarthy date: Tue Jan 17 16:09:11 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/fc6990144167 Add casecmp and strdup_key flags to hash_create() Aliases and (in the future), X-Label hashes will require a hash that strdups

mutt: 2 new changesets

2016-12-27 Thread Brendan Cully
changeset: 6894:1d054932abfb user: Kevin McCarthy date: Tue Dec 27 15:23:19 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/1d054932abfb Create mbchar_table type for multibyte character arrays. (see #3024) This type is to allow multibyte characters in to_chars and

mutt: 2 new changesets

2016-11-29 Thread Brendan Cully
changeset: 6876:1a2dc7b21b5b user: Kevin McCarthy date: Tue Nov 29 17:44:31 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/1a2dc7b21b5b Improve openssl interactive_check_cert. (closes #3899) Don't use X509_NAME_oneline() with a fixed size buffer, which could

mutt: 2 new changesets

2016-11-20 Thread Brendan Cully
changeset: 6870:b319ec2dc93a user: Kevin McCarthy date: Sun Nov 20 16:19:17 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/b319ec2dc93a Don't close stderr when opening a tunnel. (closes #3726) Instead of closing stderr, redirect it to /dev/null in

mutt: 2 new changesets

2016-11-18 Thread Brendan Cully
changeset: 6863:c15cacbfabe5 user: Vincent Lefevre date: Fri Nov 18 16:59:22 2016 +0100 link: http://dev.mutt.org/hg/mutt/rev/c15cacbfabe5 Make a string translatable. Add a missing space at the end. changeset: 6864:8fa4965beb62 user: Vincent Lefevre

mutt: 2 new changesets

2016-11-15 Thread Brendan Cully
changeset: 6854:0ef0f4d15f75 user: Kevin McCarthy date: Tue Nov 15 12:03:58 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/0ef0f4d15f75 Fix loop terminator in in mutt_find_cfg(). Keep searching even if home is NULL. changeset: 6855:5382e1e4cee1 user: Kevin

mutt: 2 new changesets

2016-10-23 Thread Brendan Cully
changeset: 6829:c6704c7f8e23 user: Kevin McCarthy date: Sun Oct 23 14:46:37 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/c6704c7f8e23 Fix pager segfault when lineInfo.chunks overflows. (closes #3888) The reporter had an html attachment with extremely long lines,

mutt: 2 new changesets

2016-10-23 Thread Brendan Cully
changeset: 6827:a8203b4463c1 user: Kevin McCarthy date: Sun Oct 23 13:43:56 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/a8203b4463c1 Prevent an integer overflow in mutt_mktime() (closes #3880) Check to make sure the year passed in isn't bigger than can be

mutt: 2 new changesets

2016-10-17 Thread Brendan Cully
changeset: 6823:113b73b0b616 user: Kevin McCarthy date: Mon Oct 17 11:22:13 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/113b73b0b616 Actually fix gpgme segfault in create_recipient_set(). Changeset 6e44bfa16096 did not fix the segv. (Sorry, I made the fix

mutt: 2 new changesets

2016-10-16 Thread Brendan Cully
changeset: 6820:783dce6dfcd4 user: Kevin McCarthy date: Sun Oct 16 15:12:33 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/783dce6dfcd4 Use mutt_strlen and mutt_strncmp in sidebar.c. This prevents a segv if folder is unset. changeset: 6821:7e174b2fcbe1 user:

mutt: 2 new changesets

2016-10-16 Thread Brendan Cully
changeset: 6818:6e44bfa16096 user: Kevin McCarthy date: Sun Oct 16 14:16:47 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/6e44bfa16096 Fix gpgme segfault in create_recipient_set(). If gpgme_get_key() errors on the first key, the rset will not be allocated yet.

mutt: 2 new changesets

2016-10-10 Thread Brendan Cully
changeset: 6813:a9764761b692 user: date: Mon Oct 10 16:33:13 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/a9764761b692 Fix POP3 SASL authentication mechanism DIGEST-MD5. (closes #3862) sasl_client_step() returns SASL_OK after the fourth step: server auth

Re: [SPAM?] Re: mutt: 2 new changesets

2016-10-05 Thread Kevin J. McCarthy
On Wed, Oct 05, 2016 at 10:49:29AM -0700, Will Yardley wrote: > On Tue, Oct 04, 2016 at 12:16:40PM -0700, Brendan Cully wrote: > > > > Preserve forwarded attachment names in d_filename. > > > > When forwarding an attachment with an non-ascii name, mutt_copy_body() > > mangles the filename when

mutt: 2 new changesets

2016-10-04 Thread Brendan Cully
changeset: 6805:5c5848dfa4ea user: Kevin McCarthy date: Tue Oct 04 11:13:24 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/5c5848dfa4ea Preserve forwarded attachment names in d_filename. When forwarding an attachment with an non-ascii name, mutt_copy_body()

mutt: 2 new changesets

2016-09-21 Thread Brendan Cully
changeset: 6794:9f6e08ba6ff3 user: Kevin McCarthy date: Wed Sep 21 22:51:01 2016 +0200 link: http://dev.mutt.org/hg/mutt/rev/9f6e08ba6ff3 Check for NULL mx_ops in mx.c Eike Rathke reported this happening when in an IMAP index view the underlying connection was

mutt: 2 new changesets

2016-09-20 Thread Brendan Cully
changeset: 6791:8ed017079800 user: Antonio Radici date: Tue Sep 20 13:58:47 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/8ed017079800 Fix gpgme segfault when querying candidates with a '+' in the address. (closes #3873) list_to_pattern() was not allocating

mutt: 2 new changesets

2016-09-05 Thread Brendan Cully
changeset: 6785:cd127a968399 user: Kevin McCarthy date: Mon Sep 05 18:50:33 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/cd127a968399 Add missing sidebar contrib sample files to dist tarball. I previously added the files, but neglected to add them to the

mutt: 2 new changesets

2016-09-02 Thread Brendan Cully
changeset: 6777:ba5d900a90db user: Kevin McCarthy date: Fri Sep 02 19:32:39 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/ba5d900a90db Disable ~X when message scoring. (closes #3861) mutt_score_message() purposely passes a NULL context to mutt_pattern_exec().

mutt: 2 new changesets

2016-09-02 Thread Brendan Cully
changeset: 6775:eef1e8abc46f user: Kevin McCarthy date: Fri Sep 02 16:20:37 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/eef1e8abc46f Increase date buffer size for $folder_format. (closes #3863) The buffer size of 16 was sufficient to hold the %d format, but

mutt: 2 new changesets

2016-08-22 Thread Brendan Cully
changeset: 6768:d1ddea6099cd user: Kevin McCarthy date: Mon Aug 22 20:04:52 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/d1ddea6099cd Remove the $locale configuration variable. $locale was only used to set the LC_TIME locale. Unfortunately, Mutt previously

mutt: 2 new changesets

2016-08-15 Thread Brendan Cully
changeset: 6760:7e54c1fe55b4 user: Benno Schulenberg date: Mon Aug 15 09:09:44 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/7e54c1fe55b4 Updated Dutch translation. changeset: 6761:f02122b5eeeb user: Benno Schulenberg date:

Re: mutt: 2 new changesets

2016-08-09 Thread Vincent Lefevre
Hi, On 2016-08-09 14:36:44 -0700, Brendan Cully wrote: > changeset: 6756:08251fb01f90 > user: Vsevolod Volkov > date: Tue Aug 09 14:32:21 2016 -0700 > link: http://dev.mutt.org/hg/mutt/rev/08251fb01f90 > > Updated Ukrainian translation. > > changeset:

mutt: 2 new changesets

2016-08-09 Thread Brendan Cully
changeset: 6756:08251fb01f90 user: Vsevolod Volkov date: Tue Aug 09 14:32:21 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/08251fb01f90 Updated Ukrainian translation. changeset: 6757:8847b913432a user: Vsevolod Volkov date: Tue

mutt: 2 new changesets

2016-07-08 Thread Brendan Cully
changeset: 6719:5fb53b95afa7 user: Kevin McCarthy date: Fri Jul 08 18:52:51 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/5fb53b95afa7 Fix sidebar pagedown/up when mailboxes on the end are hidden. The pageup/pagedown code was setting the highlighted mailbox to

mutt: 2 new changesets

2016-07-01 Thread Brendan Cully
changeset: 6705:7e817890913c user: Kevin McCarthy date: Fri Jul 01 13:33:20 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/7e817890913c Check $pgp_autoinline and $pgp_replyinline if oppenc is set. (closes #3846) The first oppenc call takes place after the initial

mutt: 2 new changesets

2016-06-29 Thread Brendan Cully
changeset: 6702:c84aa0d62ce3 user: Kevin McCarthy date: Wed Jun 29 18:58:48 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/c84aa0d62ce3 Include ncurses tinfo library if found. Thanks to Fabian Groffen for reporting this issue and providing a couple possible

mutt: 2 new changesets

2016-06-17 Thread Brendan Cully
changeset: 6682:8e671bbe094d user: Olaf Hering date: Fri Jun 17 10:33:57 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/8e671bbe094d Add real prototype for re_match_2_internal in regex.c Fixes compilation warning with -Wunprototyped-calls changeset:

mutt: 2 new changesets

2016-05-25 Thread Brendan Cully
changeset: 6653:63cb99b46c34 user: Damien Riegel date: Wed May 25 15:53:07 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/63cb99b46c34 add open_new_msg operation to struct mx_ops The code was already using a function pointer to do this operation. This commit

mutt: 2 new changesets

2016-05-12 Thread Brendan Cully
changeset: 6649:6356f1068fe2 user: Damien Riegel date: Thu May 12 12:41:01 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/6356f1068fe2 rename mbox_close_mailbox to mx_close_mailbox_append and move it mbox_close_mailbox was used as the counterpart of

mutt: 2 new changesets

2016-04-27 Thread Brendan Cully
changeset: 6624:23334e967dd7 user: Kevin McCarthy date: Wed Apr 27 13:08:52 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/23334e967dd7 Create a wrapper sys_socket.h to work around Solaris namespace issues. (closes #3833) Solaris includes "sys/stream.h" inside

mutt: 2 new changesets

2016-04-10 Thread Brendan Cully
changeset: 6613:a6a4d6ed0f19 user: Kevin McCarthy date: Sun Apr 10 16:02:06 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/a6a4d6ed0f19 Fix mutt_protect() when INLINE is set. (closes #3828) The oppenc changes allow security bits to be set even when not encrypting

mutt: 2 new changesets

2016-04-08 Thread Brendan Cully
changeset: 6609:a8bc75e7c4e1 user: Kevin McCarthy date: Fri Apr 08 15:20:53 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/a8bc75e7c4e1 Reset mbstate for other mbrtowc() calls returning -1 Continue the cleanup started in changesets c8c76a6a1e61 and a3450fd50d11.

mutt: 2 new changesets

2016-04-06 Thread Brendan Cully
changeset: 6607:f7db9cefd3b0 user: Kevin McCarthy date: Tue Apr 05 14:31:36 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/f7db9cefd3b0 Fix IDNA functions for systems without iconv. The IDNA changes for SMTPUTF8 support introduced a bug for systems without iconv.

mutt: 2 new changesets

2016-03-23 Thread Brendan Cully
changeset: 6594:27cde0a2fe32 user: Kevin McCarthy date: Wed Mar 23 14:20:43 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/27cde0a2fe32 Fix uninitialized prompt buffer in imap_mailbox_rename(). (closes #3819) This is a patch from OpenBSD to initialize the newname

mutt: 2 new changesets

2016-03-22 Thread Brendan Cully
changeset: 6590:c8c76a6a1e61 user: Karel Zak date: Sun Mar 20 17:06:16 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/c8c76a6a1e61 Improve error handling in mutt_wstr_trunc(). This is Karel Zak's patch to fix handling of (illegal) multi-byte chars. *

mutt: 2 new changesets

2016-03-20 Thread Brendan Cully
changeset: 6586:b3504a7b6cc2 user: Vsevolod Volkov date: Sun Mar 20 15:36:34 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/b3504a7b6cc2 Updated Ukrainian translation. changeset: 6587:2a73a6e7c6e7 user: Vsevolod Volkov date: Sun

mutt: 2 new changesets

2016-03-15 Thread Brendan Cully
changeset: 6573:2a152212cd9a user: Vincent Lefevre date: Tue Mar 15 18:01:44 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/2a152212cd9a Check return value of ftruncate() in mbox_sync_mailbox(). Generate an error in the event that ftruncate() fails.

mutt: 2 new changesets

2016-03-10 Thread Brendan Cully
changeset: 6567:ad94dd58966b user: Michael Elkins date: Thu Mar 10 14:59:24 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/ad94dd58966b Restrict mailto header fields using mailto_allow. By default, only the body and subject fields are allowed. These can be

mutt: 2 new changesets

2016-03-08 Thread Brendan Cully
changeset: 6564:24b4f14e9538 user: Kevin McCarthy date: Tue Mar 08 15:57:50 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/24b4f14e9538 Add $resume_draft_files option. When set, draft files are processed the same as when resuming postponed messages. One use of

mutt: 2 new changesets

2016-03-02 Thread Brendan Cully
changeset: 6561:6034900d1636 user: Kevin McCarthy date: Wed Mar 02 15:08:49 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/6034900d1636 Add hard redraw for the gpgme application/pgp handler. Will Yardley reported display artifacts and keyboard issues after

mutt: 2 new changesets

2016-02-09 Thread Brendan Cully
changeset: 6555:a4d885bb36ab user: Kevin McCarthy date: Sun Feb 07 10:15:22 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/a4d885bb36ab Add new flag -E to modify draft/include file. (closes #3799) Specifying -E with -i will cause mutt to directly edit the include

mutt: 2 new changesets

2016-01-01 Thread Brendan Cully
changeset: 6543:f99561e22a99 user: Kevin McCarthy date: Fri Jan 01 09:48:51 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/f99561e22a99 Fix segfault when deleting and reusing attachment slots. (closes #3800) When attachments are deleted, delete_attachment() slides

mutt: 2 new changesets

2015-12-08 Thread Brendan Cully
changeset: 6538:f542783e257d user: Kevin McCarthy date: Tue Dec 08 09:11:30 2015 -0800 link: http://dev.mutt.org/hg/mutt/rev/f542783e257d Fix hash table key "use after free" in mh_check_mailbox(). (closes #3797) The fnames hash uses the maildir->header->path as the

mutt: 2 new changesets

2015-10-18 Thread Brendan Cully
changeset: 6520:a6919571eb59 user: Kevin McCarthy date: Sun Oct 18 19:45:51 2015 +0800 link: http://dev.mutt.org/hg/mutt/rev/a6919571eb59 Fix next_token() oob read. (closes #3787) With specially crafted input to 'mutt -H', the line "Return-Path:<() " is read and

mutt: 2 new changesets

2015-10-03 Thread Brendan Cully
changeset: 6516:ac156dcc2c54 user: Kevin McCarthy date: Sun Oct 04 10:08:45 2015 +0800 link: http://dev.mutt.org/hg/mutt/rev/ac156dcc2c54 Fix menu type in certificate prompt. (see #3779) The menu type is used in several places as a direct index into Keymaps[], so

mutt: 2 new changesets

2015-09-06 Thread Brendan Cully
changeset: 6502:40c47fcc9d17 user: Kevin McCarthy date: Sun Sep 06 07:40:06 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/40c47fcc9d17 Fix use after free of ctx->last_tag. (closes #3775) When using imap to access gmail, tagging and saving messages to "all mail"

mutt: 2 new changesets

2015-09-02 Thread Brendan Cully
changeset: 6498:f675e853af12 user: Kevin McCarthy date: Wed Sep 02 18:11:28 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/f675e853af12 Add time_t conversion to fix gpgme segfault on OpenBSD. time_t isn't the same size as gpgme_subkey_t->timestamp on OpenBSD.

mutt: 2 new changesets

2015-09-02 Thread Brendan Cully
changeset: 6496:f7859d96006c user: Kevin McCarthy date: Wed Sep 02 14:43:05 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/f7859d96006c Flag translator comments using L10N. Add comment to devel-notes.txt documentation. changeset: 6497:8bbcfa2af7b6 user:

Re: mutt: 2 new changesets

2015-08-12 Thread Cameron Simpson
On 11Aug2015 15:51, Kevin J. McCarthy ke...@8t8.us wrote: Cameron Simpson wrote: On 11Aug2015 11:22, Brendan Cully bren...@kublai.com wrote: changeset: 6478:eb4aaf4581ac Compile txt2c using automake rules. The compilation rule used $ which isn't portable for ordinary make rules. Really? I'm

Re: mutt: 2 new changesets

2015-08-11 Thread Kevin J. McCarthy
Cameron Simpson wrote: On 11Aug2015 11:22, Brendan Cully bren...@kublai.com wrote: changeset: 6478:eb4aaf4581ac Compile txt2c using automake rules. The compilation rule used $ which isn't portable for ordinary make rules. Really? I'm sure I was using $ in the late 80s or early 90s. What

mutt: 2 new changesets

2015-08-11 Thread Brendan Cully
changeset: 6478:eb4aaf4581ac user: David Champion d...@bikeshed.us date: Tue Aug 11 11:20:10 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/eb4aaf4581ac Fix txt2c.sh sed invocations to use posix syntax. changeset: 6479:55ea6e829b46 user: Kevin McCarthy ke...@8t8.us date:

Re: mutt: 2 new changesets

2015-08-11 Thread Cameron Simpson
On 11Aug2015 11:22, Brendan Cully bren...@kublai.com wrote: changeset: 6478:eb4aaf4581ac Compile txt2c using automake rules. The compilation rule used $ which isn't portable for ordinary make rules. Really? I'm sure I was using $ in the late 80s or early 90s. What tool doesn't support it?

mutt: 2 new changesets

2015-07-21 Thread Brendan Cully
changeset: 6466:e5fe2f80e797 user: Kevin McCarthy ke...@8t8.us date: Tue Jul 21 12:34:49 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/e5fe2f80e797 Imap: Fix flag caching after sync. The flags cached in IMAP_HEADER_DATA were not updated to match the HEADER flags after a sync.

mutt: 2 new changesets

2015-07-02 Thread Brendan Cully
changeset: 6460:97ef326274e7 user: Kevin McCarthy ke...@8t8.us date: Thu Jul 02 11:21:19 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/97ef326274e7 Convert from using mkinstalldirs to $(MKDIR_P). The automake mkinstalldirs script is now deprecated. install-sh -d can be used in

mutt: 2 new changesets

2015-04-19 Thread Brendan Cully
changeset: 6443:b4c57d3fd7e8 user: Kevin McCarthy ke...@8t8.us date: Sun Apr 19 13:15:48 2015 -0700 link: http://dev.mutt.org/hg/mutt/rev/b4c57d3fd7e8 Allow multiple crypt-hooks with the same regexp. (closes #3727). Changes the crypt-hook to accumulate a LIST of hooks with the

mutt: 2 new changesets

2015-02-19 Thread Brendan Cully
changeset: 6423:70b85d8b232b user: Peter Wu pe...@lekensteyn.nl date: Tue Feb 10 18:29:24 2015 +0100 link: http://dev.mutt.org/hg/mutt/rev/70b85d8b232b Fix buffer underread for empty header values. (closes #3736) When a header has no value (*p == '\0' so l == 0), do not read

mutt: 2 new changesets

2015-02-10 Thread Brendan Cully
changeset: 6417:7162033d1fb8 user: Kevin McCarthy ke...@8t8.us date: Sun Feb 08 13:44:10 2015 -0800 link: http://dev.mutt.org/hg/mutt/rev/7162033d1fb8 Fix pgp-gpgme to set revoke/expired/disabled flags. The code wasn't settings those flags in get_candidates(). This patch adds it

mutt: 2 new changesets

2015-02-05 Thread Brendan Cully
changeset: 6414:3f4dc0ce66ae user: Kevin McCarthy ke...@8t8.us date: Mon Feb 02 13:25:17 2015 -0800 link: http://dev.mutt.org/hg/mutt/rev/3f4dc0ce66ae Fix mutt_parse_crypt_hdr() sign_as behavior. Currently, if a message is postponed with only the E encryption flag, when it is

  1   2   >