mutt: Update copyright notices.

2017-11-28 Thread Brendan Cully
-Copyright (C) 1999-2014 Brendan Cully <bren...@kublai.com> +Copyright (C) 1999-2017 Brendan Cully <bren...@kublai.com> Copyright (C) 1999-2002 Tommi Komulainen <tommi.komulai...@iki.fi> Copyright (C) 2000-2004 Edmund Grimley Evans <edmu...@rano.org> Copyright (C) 2006-2009 Rocc

mutt: Add NONULL to debug statement in fold_one_header().

2017-11-19 Thread Brendan Cully
changeset: 7185:7b21142450dd user: Anton Lindqvist date: Sun Nov 19 15:47:45 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/7b21142450dd Add NONULL to debug statement in fold_one_header(). diffs (12 lines): diff -r 6e8050965f1a -r 7b21142450dd

mutt: Fix ansi escape sequences with both reset and color parame...

2017-11-18 Thread Brendan Cully
changeset: 7184:6e8050965f1a user: Kevin McCarthy date: Sat Nov 18 19:13:08 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/6e8050965f1a Fix ansi escape sequences with both reset and color parameters. (closes #3689) The initial 0 "reset/normal" was setting attr =

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: Add $change_folder_next option to control mailbox suggesti...

2017-11-11 Thread Brendan Cully
changeset: 7181:8a41d1c2f267 user: Kevin McCarthy date: Sat Nov 11 15:49:15 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/8a41d1c2f267 Add $change_folder_next option to control mailbox suggestion order. This patch is out of the Gentoo package maintained by Fabian

mutt: Updated French translation.

2017-11-11 Thread Brendan Cully
changeset: 7180:c12f357c909d user: Vincent Lefevre date: Sat Nov 11 19:13:40 2017 +0100 link: http://dev.mutt.org/hg/mutt/rev/c12f357c909d Updated French translation. diffs (273 lines): diff -r c5e1f0c241d1 -r c12f357c909d po/fr.po --- a/po/fr.po Sat Nov 11

mutt: Add %R (number of read messages) for $status_format.

2017-11-11 Thread Brendan Cully
changeset: 7179:c5e1f0c241d1 user: Vincent Lefevre date: Sat Nov 11 18:59:31 2017 +0100 link: http://dev.mutt.org/hg/mutt/rev/c5e1f0c241d1 Add %R (number of read messages) for $status_format. diffs (45 lines): diff -r fbf01f1c87a3 -r c5e1f0c241d1 init.h ---

mutt: Add message count to $move quadoption prompt.

2017-11-10 Thread Brendan Cully
changeset: 7178:fbf01f1c87a3 user: Kevin McCarthy date: Fri Nov 10 13:06:43 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/fbf01f1c87a3 Add message count to $move quadoption prompt. Display the number of messages that will be moved in the quadoption prompt, which

mutt: Make sure that fgets and fgetc are undefined before their ...

2017-11-09 Thread Brendan Cully
changeset: 7177:8fac73c931bc user: Vincent Lefevre date: Thu Nov 09 15:06:19 2017 +0100 link: http://dev.mutt.org/hg/mutt/rev/8fac73c931bc Make sure that fgets and fgetc are undefined before their redefinition. This fixes a potential issue from changeset

mutt: Use fgets_unlocked and fgetc_unlocked if available.

2017-11-08 Thread Brendan Cully
changeset: 7176:e0a103845344 user: David Wilson date: Wed Nov 08 13:40:34 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/e0a103845344 Use fgets_unlocked and fgetc_unlocked if available. Since mutt does not use threads, there is no reason it should use the

mutt: Note which ssl config vars are GnuTLS or OpenSSL only. (cl...

2017-11-08 Thread Brendan Cully
changeset: 7175:2999c308 user: Kevin McCarthy date: Wed Nov 08 12:57:50 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/2999c308 Note which ssl config vars are GnuTLS or OpenSSL only. (closes #3781) It was not obvious that the ssl_ca_certificates_file was

mutt: Add polling for the IDLE command. (closes #3957)

2017-10-15 Thread Brendan Cully
changeset: 7174:321805c70d99 user: Kevin McCarthy date: Sun Oct 15 15:13:18 2017 +0800 link: http://dev.mutt.org/hg/mutt/rev/321805c70d99 Add polling for the IDLE command. (closes #3957) Add $imap_poll_timeout poll for IDLE, since this is also a command that will

mutt: Enable $reply_self for group-reply, even with $metoo unset.

2017-09-28 Thread Brendan Cully
changeset: 7171:bc43a7e56a42 user: Roger Pau Monne date: Thu Sep 28 11:57:56 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/bc43a7e56a42 Enable $reply_self for group-reply, even with $metoo unset. For a (r)eply, the $metoo variable does not have any effect

mutt: Make cmd_parse_fetch() more precise about setting reopen/c...

2017-09-27 Thread Brendan Cully
changeset: 7170:e98ad5446640 user: Kevin McCarthy date: Wed Sep 27 13:45:36 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/e98ad5446640 Make cmd_parse_fetch() more precise about setting reopen/check flags. Previously any FETCH with FLAGS would result in either

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: 4 new changesets

2017-09-23 Thread Brendan Cully
changeset: 7163:869633ef393e user: Kevin McCarthy date: Sat Sep 23 11:39:45 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/869633ef393e automatic post-release commit for mutt-1.9.1 changeset: 7164:67d5b14a98f1 user: Kevin McCarthy date:

mutt: 4 new changesets

2017-09-22 Thread Brendan Cully
changeset: 7159:7155392ed28b user: Kevin McCarthy date: Fri Sep 22 11:07:27 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/7155392ed28b Fix imap sync segfault due to inactive headers during an expunge. (closes #3971) Mutt has several places where it turns off

mutt: Updated French translation.

2017-09-22 Thread Brendan Cully
changeset: 7158:b7ce40f3d750 user: Vincent Lefevre date: Fri Sep 22 17:52:16 2017 +0200 link: http://dev.mutt.org/hg/mutt/rev/b7ce40f3d750 Updated French translation. diffs (184 lines): diff -r 57a7f29e264a -r b7ce40f3d750 po/fr.po --- a/po/fr.po Wed Sep 20

mutt: Display an error message when delete mailbox fails. (see #...

2017-09-20 Thread Brendan Cully
changeset: 7157:57a7f29e264a user: Kevin McCarthy date: Wed Sep 20 10:43:33 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/57a7f29e264a Display an error message when delete mailbox fails. (see #3968) diffs (12 lines): diff -r 78d17700c165 -r 57a7f29e264a

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: 3 new changesets

2017-09-13 Thread Brendan Cully
changeset: 7152:19597bb7baa6 user: Kevin McCarthy date: Wed Sep 13 15:48:13 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/19597bb7baa6 Remove \Seen flag setting for imap trash. (see #3966) (see #3860) Commit 323e3d6e5e4c has a side effect where spurious FETCH

mutt: Add warning about using inline pgp with format=flowed. (cl...

2017-09-04 Thread Brendan Cully
changeset: 7148:8aa66268b665 user: Kevin McCarthy date: Mon Sep 04 13:26:55 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/8aa66268b665 Add warning about using inline pgp with format=flowed. (closes #3963) The reporter noted that when trying to use inline signing

mutt: 3 new changesets

2017-09-04 Thread Brendan Cully
changeset: 7145:f2298b3e6b93 user: Kevin McCarthy date: Mon Sep 04 09:20:53 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/f2298b3e6b93 Fix fp resource leak. (closes #3965) Thanks to dcb314 for reporting the issue. changeset: 7146:3c6f3ca07807 user: Kevin

mutt: 4 new changesets

2017-09-02 Thread Brendan Cully
<ke...@8t8.us> (c4e507003aa0) + + * regex.c: Decrease regex failure stack limit. (closes #3955) + + When using alloca(), the built-in regexp library limited the failure + stack to 20,000 entries. This value is too large, and causes + alloca() to segfault in the example provi

mutt: Fix the new certificate prompt translations.

2017-09-02 Thread Brendan Cully
changeset: 7140:3cd63d517453 user: Kevin McCarthy date: Sat Sep 02 09:36:52 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/3cd63d517453 Fix the new certificate prompt translations. The Esperanto, Dutch, and Czech po files weren't updated in time for 1.9. Fix the

mutt: Updated Japanese translation.

2017-08-29 Thread Brendan Cully
changeset: 7139:52ba6fd58607 user: TAKAHASHI Tamotsu date: Tue Aug 29 09:19:44 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/52ba6fd58607 Updated Japanese translation. diffs (truncated from 1200 to 950 lines): diff -r 2666f4de9eb8 -r 52ba6fd58607

mutt: Updated Catalan translation.

2017-08-27 Thread Brendan Cully
changeset: 7138:2666f4de9eb8 user: Ivan Vilata i Balaguer date: Sun Aug 27 09:28:44 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/2666f4de9eb8 Updated Catalan translation. diffs (truncated from 1429 to 950 lines): diff -r b506fa3e7aab -r 2666f4de9eb8

mutt: Add 1.9.0 entries to the UPDATING file.

2017-08-22 Thread Brendan Cully
changeset: 7137:b506fa3e7aab user: Kevin McCarthy date: Tue Aug 22 19:22:52 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/b506fa3e7aab Add 1.9.0 entries to the UPDATING file. diffs (48 lines): diff -r f1638434cb43 -r b506fa3e7aab UPDATING --- a/UPDATING Tue Aug

mutt: Updated Danish translation.

2017-08-22 Thread Brendan Cully
changeset: 7136:f1638434cb43 user: Morten Bo Johansen date: Tue Aug 22 13:51:18 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/f1638434cb43 Updated Danish translation. diffs (24 lines): diff -r cce15c0169af -r f1638434cb43 po/da.po --- a/po/da.po Tue Aug 22

mutt: Updated Danish translation.

2017-08-22 Thread Brendan Cully
changeset: 7135:cce15c0169af user: Morten Bo Johansen date: Tue Aug 22 10:59:51 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/cce15c0169af Updated Danish translation. diffs (truncated from 1271 to 950 lines): diff -r 3606d018ea75 -r cce15c0169af po/da.po ---

mutt: Updated German translation.

2017-08-22 Thread Brendan Cully
changeset: 7134:3606d018ea75 user: Olaf Hering date: Tue Aug 22 10:28:13 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/3606d018ea75 Updated German translation. diffs (truncated from 1266 to 950 lines): diff -r 584cc7ee5016 -r 3606d018ea75 po/de.po ---

mutt: Updated Russian translation.

2017-08-20 Thread Brendan Cully
changeset: 7133:584cc7ee5016 user: Vsevolod Volkov date: Sun Aug 20 09:39:04 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/584cc7ee5016 Updated Russian translation. diffs (truncated from 1353 to 950 lines): diff -r ed0fff2be143 -r 584cc7ee5016 po/ru.po ---

mutt: Updated Ukrainian translation.

2017-08-20 Thread Brendan Cully
changeset: 7132:ed0fff2be143 user: Vsevolod Volkov date: Sun Aug 20 09:31:25 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/ed0fff2be143 Updated Ukrainian translation. diffs (truncated from 1356 to 950 lines): diff -r 190e778db4d6 -r ed0fff2be143 po/uk.po ---

mutt: Add option to run command to query attachment mime type. (...

2017-08-19 Thread Brendan Cully
changeset: 7131:190e778db4d6 user: Kevin McCarthy date: Sat Aug 19 08:33:57 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/190e778db4d6 Add option to run command to query attachment mime type. (closes #2933) (closes #3959) Add $mime_type_query_command to specify

mutt: Updated French translation.

2017-08-12 Thread Brendan Cully
changeset: 7130:69e3bde9f83d user: Vincent Lefevre date: Sat Aug 12 22:17:16 2017 +0200 link: http://dev.mutt.org/hg/mutt/rev/69e3bde9f83d Updated French translation. diffs (887 lines): diff -r 1306ee5f4bf7 -r 69e3bde9f83d po/fr.po --- a/po/fr.po Fri Aug 11

mutt: Fix parent_hdr usage in mutt_attach_reply(). (see #3728)

2017-08-11 Thread Brendan Cully
changeset: 7129:1306ee5f4bf7 user: Kevin McCarthy date: Fri Aug 11 09:04:48 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/1306ee5f4bf7 Fix parent_hdr usage in mutt_attach_reply(). (see #3728) If the selected attachments are not messages and no (common) parent is

mutt: 9 new changesets

2017-08-10 Thread Brendan Cully
changeset: 7120:278b6efc6bba user: Kevin McCarthy date: Thu Aug 10 18:18:18 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/278b6efc6bba Create ATTACH_CONTEXT to hold attachment index. (see #3728) Move the idx and idxlen into ATTACH_CONTEXT. In subsequence

mutt: Updated Simplified Chinese translation.

2017-08-09 Thread Brendan Cully
changeset: 7119:5f034395e53d user: lilydjwg date: Wed Aug 09 08:08:24 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/5f034395e53d Updated Simplified Chinese translation. diffs (truncated from 5082 to 950 lines): diff -r 86f709e4be55 -r 5f034395e53d

mutt: Updated German translation.

2017-08-08 Thread Brendan Cully
changeset: 7118:86f709e4be55 user: Olaf Hering date: Tue Aug 08 09:13:13 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/86f709e4be55 Updated German translation. diffs (truncated from 4149 to 950 lines): diff -r f8df8c43e5c0 -r 86f709e4be55 po/de.po ---

mutt: Handle error if REGCOMP in pager fails when resizing.

2017-08-06 Thread Brendan Cully
changeset: 7117:f8df8c43e5c0 user: Kevin McCarthy date: Sun Aug 06 10:22:45 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/f8df8c43e5c0 Handle error if REGCOMP in pager fails when resizing. Thanks to JiaZhouyang for finding this issue and supplying the original

mutt: Updated German translation.

2017-08-04 Thread Brendan Cully
changeset: 7116:ac2fda8bc9c4 user: Olaf Hering date: Fri Aug 04 09:29:06 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/ac2fda8bc9c4 Updated German translation. diffs (491 lines): diff -r f83de1e03e08 -r ac2fda8bc9c4 po/de.po --- a/po/de.po Fri Jul 28 10:54:51

mutt: Convert raw_socket_poll() to use gettimeofday().

2017-07-28 Thread Brendan Cully
changeset: 7115:f83de1e03e08 user: Kevin McCarthy date: Fri Jul 28 10:54:51 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/f83de1e03e08 Convert raw_socket_poll() to use gettimeofday(). As long as gettimeofday() is supported, it's better to be consistent within

mutt: Updated French translation.

2017-07-26 Thread Brendan Cully
changeset: 7114:eeb5ff58ab14 user: Vincent Lefevre date: Thu Jul 27 00:20:00 2017 +0100 link: http://dev.mutt.org/hg/mutt/rev/eeb5ff58ab14 Updated French translation. diffs (651 lines): diff -r f94a97422cd0 -r eeb5ff58ab14 po/fr.po --- a/po/fr.po Mon Jul 24

mutt: Add autoconf search for clock_gettime.

2017-07-24 Thread Brendan Cully
changeset: 7113:f94a97422cd0 user: Kevin McCarthy date: Mon Jul 24 11:19:05 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/f94a97422cd0 Add autoconf search for clock_gettime. It appears to be specified in POSIX.1-2001, so just abort if it's not found. Add a

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: When guessing an attachment type, don't allow text/plain i...

2017-07-20 Thread Brendan Cully
changeset: 7110:a533c22715c8 user: Kevin McCarthy date: Thu Jul 20 17:30:05 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/a533c22715c8 When guessing an attachment type, don't allow text/plain if there is a null character. (see #2933) Type text/plain should not

mutt: 3 new changesets

2017-07-19 Thread Brendan Cully
changeset: 7107:cf98f5d606a3 user: Kevin McCarthy date: Wed Jul 19 14:04:32 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/cf98f5d606a3 Fix menu color calls to occur before positioning the cursor. (see #3956) It is possible for menu->color() to end up fetching an

mutt: Decrease regex failure stack limit. (closes #3955)

2017-07-14 Thread Brendan Cully
changeset: 7106:c4e507003aa0 user: Kevin McCarthy date: Fri Jul 14 15:19:57 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/c4e507003aa0 Decrease regex failure stack limit. (closes #3955) When using alloca(), the built-in regexp library limited the failure stack to

mutt: drop unused flags argument from imap_access

2017-07-13 Thread Brendan Cully
changeset: 7105:9430d2357bc2 user: Brendan Cully <bren...@kublai.com> date: Thu Jul 13 22:05:28 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/9430d2357bc2 drop unused flags argument from imap_access We are not using an actual interface so it is pointless. diffs (72

mutt: bcache: cast to avoid implicit signed/unsigned comparison ...

2017-07-12 Thread Brendan Cully
changeset: 7104:742c96078159 user: Brendan Cully <bren...@kublai.com> date: Wed Jul 12 21:20:24 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/742c96078159 bcache: cast to avoid implicit signed/unsigned comparison in bcache_path diffs (12 lines): diff -r 51d220251

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: fix signed/unsigned comparison in longest_common_prefix

2017-07-08 Thread Brendan Cully
changeset: 7101:952e4fcf1e2b user: Brendan Cully <bren...@kublai.com> date: Sat Jul 08 16:35:08 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/952e4fcf1e2b fix signed/unsigned comparison in longest_common_prefix diffs (36 lines): diff -r 428e36fb2262 -r 952e4fcf1e2b imap/

mutt: Add ~<() and ~>() immediate parent/children patterns. (clo...

2017-07-05 Thread Brendan Cully
changeset: 7100:428e36fb2262 user: Kevin McCarthy date: Wed Jul 05 19:09:51 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/428e36fb2262 Add ~<() and ~>() immediate parent/children patterns. (closes #3144) Thanks to Jeremie Le Hen for the original patch, and for

mutt: 3 new changesets

2017-07-03 Thread Brendan Cully
changeset: 7097:b90d818b768c user: Kevin McCarthy date: Mon Jul 03 19:22:18 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/b90d818b768c Add L10N comments to the GNUTLS certificate prompt. The prompts are shared with OpenSSL, and so the prompts end up being

mutt: Add more description for the %S and %Z $index_format chara...

2017-07-02 Thread Brendan Cully
changeset: 7096:680300397f3d user: Kevin McCarthy date: Sun Jul 02 17:53:32 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/680300397f3d Add more description for the %S and %Z $index_format characters. diffs (25 lines): diff -r c45291f87137 -r 680300397f3d init.h

mutt: Add config vars for forwarded message attribution intro/tr...

2017-07-01 Thread Brendan Cully
changeset: 7095:c45291f87137 user: Kevin McCarthy date: Sat Jul 01 19:32:05 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/c45291f87137 Add config vars for forwarded message attribution intro/trailer. Add $forward_attribution_intro and $forward_attribution_trailer

mutt: Fix typo in smime_self_encrypt_as documentation. (closes #...

2017-06-26 Thread Brendan Cully
changeset: 7094:88602d33a49a user: Antonio Radici date: Mon Jun 26 15:54:30 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/88602d33a49a Fix typo in smime_self_encrypt_as documentation. (closes #3953) diffs (12 lines): diff -r c50abea2ec80 -r 88602d33a49a

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: Block SIGWINCH during connect(). (closes #3941)

2017-06-20 Thread Brendan Cully
changeset: 7091:219b9064cf28 user: Kevin McCarthy date: Tue Jun 20 15:09:43 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/219b9064cf28 Block SIGWINCH during connect(). (closes #3941) FreeBSD's connect() does not respect SA_RESTART, so a SIGWINCH will end up

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: Enable all header fields in the compose menu to be transla...

2017-06-14 Thread Brendan Cully
changeset: 7086:e8368cedbd95 user: Kevin McCarthy date: Wed Jun 14 15:12:45 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/e8368cedbd95 Enable all header fields in the compose menu to be translated. While it is suggested they need not be, for some locales it might

mutt: Force hard redraw after $sendmail instead of calling mutt_...

2017-06-12 Thread Brendan Cully
changeset: 7085:0e3730ed2c3c user: Kevin McCarthy date: Mon Jun 12 18:29:48 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/0e3730ed2c3c Force hard redraw after $sendmail instead of calling mutt_endwin. (closes #3952) (see #3948) Adding a mutt_endwin() seemed like

Re: dev.mutt.org going down for the weekend

2017-06-12 Thread Brendan Cully
It's back up. On Friday, 09 June 2017 at 14:25, Brendan Cully wrote: > The "data center" hosting dev.mutt.org is undergoing power maintenance > over the weekend, so the VM will be going offline shortly. I'll bring > it back up as soon as I can. >

dev.mutt.org going down for the weekend

2017-06-09 Thread Brendan Cully
The "data center" hosting dev.mutt.org is undergoing power maintenance over the weekend, so the VM will be going offline shortly. I'll bring it back up as soon as I can.

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: Backout 02ff4277259e (see #3948)

2017-06-08 Thread Brendan Cully
changeset: 7081:966f08249216 user: Kevin McCarthy date: Thu Jun 08 13:26:35 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/966f08249216 Backout 02ff4277259e (see #3948) Vincent expressed some legitimate concerns about exporting this to all programs lauched by

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: Enable TEXTDOMAINDIR override to make translation testing ...

2017-06-01 Thread Brendan Cully
changeset: 7074:152d548c1bcf user: TAKAHASHI Tamotsu date: Thu Jun 01 13:55:07 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/152d548c1bcf Enable TEXTDOMAINDIR override to make translation testing easier. If set, TEXTDOMAINDIR will point to a

mutt: Fix "format string is not a string literal" warnings. (clo...

2017-06-01 Thread Brendan Cully
changeset: 7073:4e29b337e967 user: TAKAHASHI Tamotsu date: Thu Jun 01 13:33:21 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/4e29b337e967 Fix "format string is not a string literal" warnings. (closes #3949) Mutt calls msgfmt with '-c' to verify that

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: 4 new changesets

2017-05-30 Thread Brendan Cully
changeset: 7067:fe5275246e13 user: Kevin McCarthy date: Tue May 30 12:47:01 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/fe5275246e13 automatic post-release commit for mutt-1.8.3 changeset: 7068:6a54fbc38fa4 user: Kevin McCarthy date:

mutt: 3 new changesets

2017-05-29 Thread Brendan Cully
changeset: 7064:085fc55029d8 user: Kevin McCarthy date: Mon May 29 11:48:41 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/085fc55029d8 Convert classic s/mime to space delimit findKeys output. Unlike gpgme and classic pgp, smime used a "cert\ncert\n" pattern.

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: Don't clean up msn idata when closing an open-append mailb...

2017-05-22 Thread Brendan Cully
changeset: 7060:407100d15766 user: Kevin McCarthy date: Mon May 22 18:30:38 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/407100d15766 Don't clean up msn idata when closing an open-append mailbox. (see #3942) This is a continuation of commit 59a2125b49f2 with

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: Fix mfc overflow check and uninitialized variable.

2017-05-22 Thread Brendan Cully
changeset: 7055:4ab3a8a2e321 user: Kevin McCarthy date: Mon May 22 04:43:24 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/4ab3a8a2e321 Fix mfc overflow check and uninitialized variable. The check borrowed from mx_alloc_memory() works because it is incremented 25

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: Properly adjust fetch ranges when handling new mail. (see ...

2017-05-21 Thread Brendan Cully
changeset: 7052:f87c679e508f user: Kevin McCarthy date: Sun May 21 10:51:38 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/f87c679e508f Properly adjust fetch ranges when handling new mail. (see #3942) When pulling down headers, it is possible for expunge responses

mutt: 5 new changesets

2017-05-20 Thread Brendan Cully
changeset: 7047:27bb55faa024 user: Kevin McCarthy date: Sat May 20 18:52:12 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/27bb55faa024 Move the IMAP msn field to IMAP_HEADER_DATA. (see #3942) Ticket 3942 revealed that it is possible for a FETCH to have gaps in

mutt: Don't filter new entries when compacting history save file.

2017-05-13 Thread Brendan Cully
changeset: 7046:4bffaa6d189a user: Kevin McCarthy date: Sat May 13 09:48:28 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/4bffaa6d189a Don't filter new entries when compacting history save file. If new entries are added between the two passes, they won't be in

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: Add $header_color_partial to allow partial coloring of hea...

2017-05-08 Thread Brendan Cully
changeset: 7039:92d9db08a35e user: Kevin McCarthy date: Mon May 08 18:48:25 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/92d9db08a35e Add $header_color_partial to allow partial coloring of headers. When set, a regexp match will color only the matched text in the

mutt: Improve maildir and mh to report flag changes in mx_check_...

2017-05-07 Thread Brendan Cully
changeset: 7038:5006a0a36405 user: Kevin McCarthy date: Sun May 07 15:11:43 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/5006a0a36405 Improve maildir and mh to report flag changes in mx_check_mailbox() (closes #3865) mx_check_mailbox() would update the header

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: Change message modifying operations to additively set redr...

2017-05-05 Thread Brendan Cully
changeset: 7035:6d4ceb8c5b9e user: Kevin McCarthy date: Fri May 05 12:46:36 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/6d4ceb8c5b9e Change message modifying operations to additively set redraw flags. With the ability to set redraw flags with the menu stack

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

mutt: Remove glibc-specific execvpe() call in sendlib.c. (see #3...

2017-04-30 Thread Brendan Cully
changeset: 7031:7e1edf6a7ed7 user: Kevin McCarthy date: Sun Apr 30 15:56:15 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/7e1edf6a7ed7 Remove glibc-specific execvpe() call in sendlib.c. (see #3937) Changeset fa1192803257 converted all exec calls to use

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: Convert all exec calls to use mutt_envlist(), remove seten...

2017-04-30 Thread Brendan Cully
changeset: 7024:fa1192803257 user: Vincent Lefevre date: Sun Apr 30 12:25:08 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/fa1192803257 Convert all exec calls to use mutt_envlist(), remove setenv function. The documentation implies that all children

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

mutt: 4 new changesets

2017-04-18 Thread Brendan Cully
changeset: 7016:c6ea4aed6bec user: Kevin McCarthy date: Tue Apr 18 16:14:05 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/c6ea4aed6bec automatic post-release commit for mutt-1.8.2 changeset: 7017:455a698f274b user: Kevin McCarthy date:

mutt: Revert sort prompt labels. (see #3930)

2017-04-18 Thread Brendan Cully
changeset: 7015:385ba6449c30 user: Kevin McCarthy date: Tue Apr 18 13:13:00 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/385ba6449c30 Revert sort prompt labels. (see #3930) Using the (s)ort style may look a bit better, but it makes the prompt over 80 columns.

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: 3 new changesets

2017-04-15 Thread Brendan Cully
changeset: 7007:24e38e932693 user: Kevin McCarthy date: Sat Apr 15 12:56:42 2017 -0700 link: http://dev.mutt.org/hg/mutt/rev/24e38e932693 Add ifdefs around new mutt_resize_screen calls. Changeset 231fa2eff206 added sigwinch handling to _mutt_enter_string() but

  1   2   3   4   5   6   7   8   9   10   >