pkgsrc/mail/neomutt
wiz 0668933e51 Apply patch from upstream:
fix: crash handling keywords/labels

When an email is read by NeoMutt the labels are stored in linked list of
strings.  These strings are used as keys in a hash table of all labels.

If NeoMutt reads another email with the same label, it's given a
reference to the same hash.

Now imagine that the first email is deleted -- the list of labels is
also deleted, so that hash now has invalid keys.

This commit maintains a linked list of all labels and uses that for the
hash table keys.  It's not very efficient, but it avoids having to
change the hash table code.

Note: dgc (the keywords author) has created a new version which will
supplant this one, soon.

f8160285f2

Bump PKGREVISION.
2016-10-06 16:27:15 +00:00
..
patches Apply patch from upstream: 2016-10-06 16:27:15 +00:00
DESCR
distinfo Apply patch from upstream: 2016-10-06 16:27:15 +00:00
Makefile Apply patch from upstream: 2016-10-06 16:27:15 +00:00
options.mk Option was renamed, follow suit. 2016-10-04 21:52:36 +00:00
PLIST Updated neomutt to 20161003. 2016-10-04 11:05:06 +00:00