Commit Graph

60 Commits

Author SHA1 Message Date
sthen
44a244716e update to neomutt-20200925 2020-10-02 18:50:58 +00:00
sthen
1413c820a2 update to neomutt-20200821 2020-09-10 08:38:48 +00:00
sthen
2ca4dd06cf update to neomutt-20200814
add back the kyotocabinet hcache backend on arches where it's built,
rsadowski has a use case where (contrary to my own tests) it works better
than tdb
2020-09-01 10:50:55 +00:00
sthen
7848952239 neomutt tweaks, based on a diff from Olivier Taïbi
- add a notmuch flavour
- allow w3m or lynx for html->txt generation (Olivier just added w3m;
but it depends on quite a machine-dependent library so I prefer not to
force that)
2020-08-13 18:22:58 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
97b368c4a9 update to neomutt-20200626 2020-06-26 13:39:31 +00:00
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
cf2c54664a add --debug to neomutt CONFIGURE_ARGS to debug configure checks, which
also logs "ok" checks to config.log. investigating strange occurrence of
fgetc_unlocked being detected when we don't have it ...
2020-04-03 19:22:56 +00:00
sthen
cef096fe06 update to neomutt-20200320 2020-03-20 14:30:21 +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
01519cab78 build debug packages 2019-12-08 16:59:54 +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
d3e18dc81c enable neomutt's new support for autocrypt in the gpgme flavour. 2019-12-02 12:20:15 +00:00
sthen
58b3dbeeca update to neomutt-20191129 2019-11-30 11:58:04 +00:00
sthen
481cd5296d update to neomutt-20191111 2019-11-11 21:42:00 +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
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +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
5e07925c1a switch to libidn2 2018-05-19 22:00:01 +00:00
sthen
94b9b77817 upstream fixed out-of-tree builds, set SEPARATE_BUILD 2018-05-12 13:02:33 +00:00
sthen
8de3e230ca update to neomutt-20180512 2018-05-12 12:50:25 +00:00
sthen
c47e6fe167 update HOMEPAGE 2018-05-06 11:47:10 +00:00
rsadowski
90ef8ccd79 Bump after security/gpgme update 2018-04-14 10:14:04 +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
87ff72a6ac removed unused vars 2018-01-05 13:56:02 +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
jca
16768a0973 Repair arch tests and maybe unlock neomutt on powerpc
On powerpc, MACHINE_ARCH is "powerpc" and ARCH is "socppc" or "macppc",
the test fails and neomutt tries to use kyotocabinet, marked as BROKEN.
Fix test and use qdbm as intented.  On arm, where MACHINE_ARCH is "arm" and
ARCH is "armv7", the test fails thus neomutt is already using kyotocabinet
(which builds on arm now), so remove the test.  No need for a bump since
the build failed in both cases.

Reported by "gumnos", ok sthen@ (maintainer)
2017-12-15 01:32:22 +00:00
sthen
5673650f68 update to neomutt-20171027 2017-10-29 19:51:31 +00:00
sthen
7dc55a3e7b update to neomutt-20171013.
Note: this version renames the binary to "neomutt" (and various other files
where the name was shared with mutt) - so the packages are now de-conflicted
allowing both to be installed together. Users may wish to add a shell alias
or symlink for mutt->neomutt.
2017-10-13 16:27:13 +00:00
sthen
18c8db06f2 bugfix update to neomutt-20170912 2017-09-12 16:24:52 +00:00
sthen
cabacbffb9 update to neomutt-20170907 2017-09-07 16:19:08 +00:00
sthen
d753ee3450 update to neomutt-20170714 2017-07-14 21:16:20 +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