diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-18 18:39:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-18 18:39:37 +0000 |
commit | 576a3ac950f39c48cbe45e482b64b81f9e35d648 (patch) | |
tree | b61d7e2e5351222565ed397d601e460f8b2291a1 /mail/neomutt/PLIST | |
parent | 6050613971c75ca0098d68f8c6c2ca7acdd60cba (diff) | |
download | pkgsrc-576a3ac950f39c48cbe45e482b64b81f9e35d648.tar.gz |
Updated neomutt to 20170714.
2017-07-14 Richard Russon <rich@flatcap.org>
* Translations
- Update German translation
* Docs
- compile-time output: use two lists
- doxygen: add config file
- doxygen: tidy existing comments
* Build
- fix hcachever.sh script
* Upstream
- Fix crash when $postponed is on another server.
2017-07-07 Richard Russon <rich@flatcap.org>
* Features
- Support Gmail's X-GM-RAW server-side search
- Include pattern for broken threads
- Allow sourcing of multiple files
* Contrib
- vombatidae colorscheme
- zenburn colorscheme
- black 256 solarized colorscheme
- neonwolf colorscheme
- Mutt logos
* Bug Fixes
- flags: update the hdr message last
- gpgme S/MIME non-detached signature handling
- menu: the thread tree color
- Uses CurrentFolder to populate LastDir with IMAP
- stabilise sidebar sort order
- colour emails with a '+' in them
- the padding expando '%>'
- Do not set old flag if mark_old is false
- maildir creation
- Decode CRLF line endings to LF when copying headers
- score address pattern do not match personal name
- open attachments in read-only mode
- Add Cc, In-Reply-To, and References to default mailto_allow
- Improve search for mime.types
* Translations
- Update Chinese (Simplified) translation
* Coverity defects
- dodgy buffers
- leaks in lua get/set options
- some resource leaks
* Docs
- update credits
- limitations of new-mail %f expando
- escape <>'s in nested conditions
- add code of conduct
- fix ifdef examples
- update mailmap
- Update modify-labels-then-hide
- fix mailmap
- drop UPDATING files
* Website
- Changes pages (diff)
- Update Arch distro page
- Update NixOS distro page
- Add new Exherbo distro page
- Update translation hi-score table
- Update code of conduct
- Update Newbies page
- Add page about Rebuilding the Documentation
- Add page of hard problems
* Build
- remove unnecessary steps
- drop instdoc script
- move smime_keys into contrib
- fixes for Solaris
- don't delete non-existent files
- remove another reference to devel-notes.txt
- Handle native Solaris GSSAPI.
- drop configure options --enable-exact-address
- drop configure option --with-exec-shell
- drop configure option --enable-nfs-fix
- drop configure option --disable-warnings
- Completely remove dotlock
- More sophisticated check for BDB version + support for DB6 (non default)
* Tidy
- drop VirtIncoming
- split mutt_parse_mailboxes into mutt_parse_unmailboxes
- tidy some buffy code
- tidy the version strings
* Upstream
- Add ~<() and ~>() immediate parent/children patterns
- Add L10N comments to the GNUTLS certificate prompt
- Add more description for the %S and %Z $index_format characters
- Add config vars for forwarded message attribution intro/trailer
- Block SIGWINCH during connect()
- Improve the L10N comment about Sign as
- Auto-pad translation for the GPGME key selection "verify key" headers
- Enable all header fields in the compose menu to be translated
- Force hard redraw after $sendmail instead of calling mutt_endwin
- Make GPGME key selection behavior the same as classic-PGP
- Rename 'sign as' to 'Sign as'; makes compose menu more consistent
- Change the compose menu fields to be dynamically padded
Diffstat (limited to 'mail/neomutt/PLIST')
-rw-r--r-- | mail/neomutt/PLIST | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/mail/neomutt/PLIST b/mail/neomutt/PLIST index 66181ef33c2..d20a0049a58 100644 --- a/mail/neomutt/PLIST +++ b/mail/neomutt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2017/06/24 21:17:44 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2017/07/18 18:39:37 wiz Exp $ bin/mutt bin/pgpewrap bin/pgpring @@ -10,14 +10,18 @@ man/man1/smime_keys.1 man/man5/mbox.5 man/man5/mmdf.5 man/man5/muttrc.5 +share/doc/mutt/CODE_OF_CONDUCT.md share/doc/mutt/COPYRIGHT -share/doc/mutt/ChangeLog -share/doc/mutt/ChangeLog.neomutt +share/doc/mutt/ChangeLog.md share/doc/mutt/INSTALL share/doc/mutt/LICENSE.md share/doc/mutt/PGP-Notes.txt share/doc/mutt/README.SSL share/doc/mutt/README.md +share/doc/mutt/colorschemes/neonwolf-256.muttrc +share/doc/mutt/colorschemes/solarized-dark-256.muttrc +share/doc/mutt/colorschemes/vombatidae.mutt +share/doc/mutt/colorschemes/zenburn.muttrc share/doc/mutt/hcache-bench/README.md share/doc/mutt/hcache-bench/muttrc share/doc/mutt/hcache-bench/neomutt-hcache-bench.sh @@ -32,6 +36,11 @@ share/doc/mutt/keybase/pagerMode.png share/doc/mutt/keybase/pgpdecrypt.sh share/doc/mutt/keybase/pgpverify.sh share/doc/mutt/keybase/verify.sh +share/doc/mutt/logo/mutt-128.png +share/doc/mutt/logo/mutt-256.png +share/doc/mutt/logo/mutt-32.png +share/doc/mutt/logo/mutt-64.png +share/doc/mutt/logo/mutt.svg share/doc/mutt/lua/test_lua-api_runner.muttrc share/doc/mutt/lua/test_lua-api_spec.lua share/doc/mutt/manual.txt |