be rebuilt in the install stage if variables were overridden. This resulted
in the finished binary trying to load /usr/local/share/examples/mutt/Muttrc
rather than /etc/mutt/Muttrc, most visible by a change in 'header weeding'
for people who didn't have ignore/unignore set in their own config, reported
by Anthony Campbell and tb@.
Tidy up some patch/subst mess while there.
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
"This release contains an important fix for IMAP users, mostly affecting
Gmail with the $trash folder set. If you use this, you are strongly
encouraged to update."
regenerating the (already-pregenerated) message catalogue files
if msgfmt was present at configure time.
Found by naddy@, fixes a dpb build failure if junking occurs.
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@.
- termlib and ncurses are now both "soname curses" from bsd.lib.mk 1.92,
rename and shift into common WANTLIB block, similar to Bjorn's diff
- use SEPARATE_BUILD, from Bjorn
(open|libre)ssl, which didn't handle alt chains. Backport an upstream
commit which changes to using SSL_set_verify + callback. Neomutt already
has the newer code so wasn't affected.
Problem connecting to imap.gmail.com reported by krw.
sidebar - now in the main release (if you use this and your old configuration
doesn't work, review /usr/local/share/examples/mutt/sample.muttrc-sidebar)
compressed folders - use mail/neomutt if you want this
It looks README.notmuch isn't installed anymore, maybe a change in the
handling of --disable-notmuch. Quick fix for now.
Spotted by Markus Lude, PLIST diff from Rafael Sadowski.