33 Commits

Author SHA1 Message Date
sthen
ec65253752 update to neomutt-20200619, includes the IMAP TLS security
fixes as done recently in mutt, plus a bunch of other changes
(bugfixes, features, refactoring, changed config), see
https://github.com/neomutt/neomutt/releases/tag/20200619
2020-06-19 22:21:41 +00:00
sthen
475c5975ac update to neomutt-20200501 2020-05-14 11:42:22 +00:00
sthen
f7787a19b7 update to neomutt-20200313 2020-03-14 12:41:45 +00:00
kn
f59cd4e83c Cherry-pick segfault fix
From 0bc0337861351fca46df00c20afd51fd00750f18 Mon Sep 17 00:00:00 2001
From: Andreas Rammhold <andreas@rammhold.de>
Date: Fri, 14 Feb 2020 13:08:13 +0100
Subject: [PATCH] libmutt: fix segfault when alias lookup returns NULL

OK sthen
2020-02-16 01:10:53 +00:00
sthen
2854a9a337 cherrypick a couple of neomutt patches, one found by kn@ for a mutt_pager
segv, one to fix uncollapse_jump
2020-01-08 00:10:30 +00:00
sthen
e51a3d6229 update to neomutt-20191207
From upstream notes:

"Unfortunately, last week's release contained a few clumsy bugs.
Sorry about that.

With such complex code and only three developers, sometimes we miss things.
If you spot a problem with NeoMutt, please report it as soon as you can.

This release contains a couple of fixes for the IMAP behaviour.
They should make IMAP connections more reliable."

- for more details see https://github.com/neomutt/neomutt/releases/tag/20191207
2019-12-07 14:35:11 +00:00
sthen
58b3dbeeca update to neomutt-20191129 2019-11-30 11:58:04 +00:00
sthen
6656e20299 pull up neomutt to HEAD, fixes some more crashes/leaks. ok kn@
if you have problems with neomutt please first check if they have been
fixed upstream (https://github.com/neomutt/neomutt, copy the full commit
id from the URL in "Latest commit", update GH_COMMIT and rebuild), if the
problem still occurs then please report upstream with as much info to
reproduce as possible.
2019-11-10 10:59:49 +00:00
sthen
5bc5f60868 backport fix for https://github.com/neomutt/neomutt/issues/1943 2019-11-07 09:38:55 +00:00
sthen
cfa0c40593 update to neomutt-20191102 2019-11-03 00:23:09 +00:00
sthen
c5c5d16622 missed cvs add 2019-10-26 21:50:19 +00:00
sthen
bb8163416e update to neomutt-20191025, as upstream say this has a lot of changes
but should be ok for general use.

see https://github.com/neomutt/neomutt/releases/tag/2019-10-25 for more
information and help request.
2019-10-26 19:37:09 +00:00
sthen
63752ca74f remove ccache handling in neomutt's build script 2019-01-02 21:57:31 +00:00
sthen
b08512c680 Patch gpg.rc examples to use gpg2. The stronger checks used by default in newer
versions of mutt/neomutt (in response to https://gitlab.com/muttmua/mutt/issues/39)
don't work with old gpg.

(There's an alternative workaround, "unset pgp_check_gpg_decrypt_status_fd",
but this is still subject to the issue reported in the above gitlab ticket
where unencrypted messages may be reported as encrypted).

Prompted by a report from stsp@.
2018-10-29 17:55:11 +00:00
sthen
444f16b4e6 update to neomutt-20180716 2018-07-17 13:22:45 +00:00
sthen
e8d327d463 update to neomutt-20180622 2018-07-01 21:35:57 +00:00
sthen
8de3e230ca update to neomutt-20180512 2018-05-12 12:50:25 +00:00
sthen
cdf2badd2a update to neomutt-20180323 2018-04-04 22:35:58 +00:00
sthen
dc37fdb4b3 update to neomutt-20180223 2018-02-23 20:02:48 +00:00
sthen
e44fd4ab17 unbreak sasl build, autosetup does a test-compile of sasl.h which fails
because it doesn't include types.h
2017-12-15 20:51:22 +00:00
sthen
ca4c50cec1 update to neomutt-20171215
* moves from autoconf to the new Tcl-based "autosetup" build tool
2017-12-15 20:14:24 +00:00
sthen
5673650f68 update to neomutt-20171027 2017-10-29 19:51:31 +00:00
sthen
cabacbffb9 update to neomutt-20170907 2017-09-07 16:19:08 +00:00
sthen
930d304e95 update to neomutt-20170707 2017-07-10 10:17:27 +00:00
sthen
a07bc9e260 update to neomutt-20170609 2017-06-13 11:32:01 +00:00
sthen
a9eeb52a2b update to neomutt-20170602 2017-06-03 13:09:06 +00:00
sthen
90907c5a16 tweaks to neomutt:
- s/mutt/neomutt in doc/examples dirs

- running autoconf here requires autopoint from gettext-tools; found by tb@

- reinstate patch-mutt_sasl_h; found by tb@ (missing prototype; removed in
error while fixing patch-mutt_sasl_c).
2017-05-25 18:42:31 +00:00
sthen
044ef12554 update to neomutt-20170428 2017-05-25 17:06:26 +00:00
sthen
ccc6920533 update to neomutt-20170306 2017-03-07 09:12:48 +00:00
sthen
bc945b4011 update to neomutt-20170225 2017-03-02 17:42:28 +00:00
sthen
f3efb4d29e update to neomutt-20170128 2017-01-28 21:30:00 +00:00
sthen
a1a2bcec6b update to neomutt-20170113, based on mutt 1.7.2 2017-01-13 15:36:59 +00:00
sthen
90c25b3601 import ports/mail/neomutt, ok stsp@
This is the neomutt.org patched version of Mutt, currently based on 1.7.1,
and includes maintained versions of various third-party patches (sidebar,
compressed folders, etc).
2016-10-18 10:47:15 +00:00