./mail/neomutt, Fork of mutt with integrated community patches

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q3, Version: 20201120, Package name: neomutt-20201120, Maintainer: wiz

What is NeoMutt?

* NeoMutt is a project of projects.
* A place to gather all the patches against Mutt.
* A place for all the developers to gather.

Hopefully this will build the community and reduce duplicated effort.



Package options: gpgme, gssapi, idn, ncursesw, notmuch, sasl, smime, ssl, tokyocabinet

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2020-12-11 09:50:44 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #6372 - requested by wiz
mail/neomutt: security fix

Revisions pulled up:
- mail/neomutt/Makefile                                         1.64-1.65
- mail/neomutt/PLIST                                            1.22
- mail/neomutt/distinfo                                         1.47-1.48

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Sep 27 14:58:46 UTC 2020

   Modified Files:
   	pkgsrc/mail/neomutt: Makefile distinfo

   Log message:
   neomutt: update to 20200925.

   2020-09-25  Richard Russon  <rich@flatcap.org>
   * Features
     - Compose: display user-defined headers
     - Address Book / Query: live sorting
     - Address Book / Query: patterns for searching
     - Config: Add '+=' and '-=' operators for String Lists
     - Config: Add '+=' operator for Strings
     - Allow postfix query ':setenv NAME?' for env vars
   * Bug Fixes
     - Fix crash when searching with invalid regexes
     - Compose: Prevent infinite loop of `send2-hook`s
     - Fix sidebar on new/removed mailboxes
     - Restore indentation for named mailboxes
     - Prevent half-parsing an alias
     - Remove folder creation prompt for POP path
     - Show error if `$message_cachedir` doesn't point to a valid directory
     - Fix tracking LastDir in case of IMAP paths with Unicode characters
     - Make sure all mail gets applied the index limit
     - Add warnings to -Q query CLI option
     - Fix index tracking functionality
   * Changed Config
     - Add `$compose_show_user_headers` (yes)
   * Translations
     - 100% Czech
     - 100% Lithuanian
     - Split up usage strings
   * Build
     - Run shellcheck on hcachever.sh
     - Add the Address Sanitizer
     - Move compose files to lib under compose/
     - Move address config into libaddress
     - Update to latest acutest - fixes a memory leak in the unit tests
   * Code
     - Implement ARRAY API
     - Deglobalised the Config Sort functions
     - Refactor the Sidebar to be Event-Driven
     - Refactor the Color Event
     - Refactor the Commands list
     - Make ctx_update_tables private
     - Reduce the scope/deps of some Validator functions
     - Use the Email's IMAP UID instead of an increasing number as index
     - debug: log window focus

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Fri Nov 20 16:34:53 UTC 2020

   Modified Files:
   	pkgsrc/mail/neomutt: Makefile PLIST distinfo

   Log message:
   neomutt: update to 20201120.

   2020-11-20  Richard Russon  <rich@flatcap.org>
   * Security
     - imap: close connection on all failures
   * Features
     - alias: add <limit> function to Alias/Query dialogs
     - config: add validators for {imap,smtp,pop}_authenticators
     - config: warn when signature file is missing or not readable
     - smtp: support for native SMTP LOGIN auth mech
     - notmuch: show originating folder in index
   * Bug Fixes
     - sidebar: prevent the divider colour bleeding out
     - sidebar: fix <sidebar-{next,prev}-new>
     - notmuch: fix <entire-thread> query for current email
     - restore shutdown-hook functionality
     - crash in reply-to
     - user-after-free in folder-hook
     - fix some leaks
     - fix application of limits to modified mailboxes
     - write Date header when postponing
   * Translations
     - 100% Lithuanian
     - 100% Czech
     - 70% Turkish
   * Docs
     - Document that $sort_alias affects the query menu
   * Build
     - improve ASAN flags
     - add SASL and S/MIME to --everything
     - fix contrib (un)install
   * Code
     - my_hdr compose screen notifications
     - add contracts to the MXAPI
     - maildir refactoring
     - further reduce the use of global variables
   * Upstream
     - Add $count_alternatives to count attachments inside alternatives