Path to this page:
./
mail/neomutt,
Fork of mutt with integrated community patches
Branch: CURRENT,
Version: 20231103,
Package name: neomutt-20231103,
Maintainer: pkgsrc-usersWhat 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.
Required to run:[
lang/perl5] [
security/cyrus-sasl] [
security/gnupg2] [
security/gpgme] [
devel/libidn] [
devel/ncursesw] [
databases/tokyocabinet] [
mail/notmuch] [
misc/mime-types]
Required to build:[
textproc/docbook-xsl] [
textproc/libxslt] [
www/w3m] [
devel/gettext-tools]
Package options: gpgme, gssapi, ncursesw, notmuch, sasl, smime, ssl, tokyocabinet
Master sites:
Version history: (Expand)
- (2023-11-04) Updated to version: neomutt-20231103
- (2023-10-25) Updated to version: neomutt-20231023
- (2023-10-19) Updated to version: neomutt-20231006
- (2023-08-14) Updated to version: neomutt-20230517nb1
- (2023-05-17) Updated to version: neomutt-20230517
- (2023-04-08) Updated to version: neomutt-20230407
CVS history: (Expand)
2023-11-04 01:21:04 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
neomutt: update to 20231103.
2023-11-03 Richard Russon \<rich@flatcap.org\>
* Features
- #4080 - info screen: enable \<save-message\>
- #4075 - add color command
- color: add ANSI RGB support
- color: Support ANSI 2x clear sequences
* Bug Fixes
- #4074 - color: fix palette conversion
- #4081 - fix logging on error
- #4081 - log: vim-style
- #4082 - fix file auto-completion
- #4090 - improve logic for growing mailbox memory
* Build
- #4085 - fix CFLAGS/LDFLAGS for ncurses
- #4085 - configure --with-iconv
* Code
- #4067 - remove unused count of new mails from index private data
- #4086 - smtp: Simplify the API of `smtp_code()`
- #4091 - simplify CLAMP by expressing it with MIN/MAX
- color: introduce ColorElement
- color: log gui info on startup
- color: move business logic out of parsers
- color: tidy OptNoCurses cases
- log: add `log_multiline()`
- test: increase coverage
|
2023-10-25 00:38:54 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
neomutt: update to 20231023.
Bug Fixes
#4060 fix crash on exit
#4061 fix header colour
#4064 fix 32-bit date overflow
#4078 fix new mail in limited view
nntp: fix use-after-free
color: fix ansi colours
color: add +truecolor to version string
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-10-19 16:43:41 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
neomutt: update to 20231006.
2023-10-06 Richard Russon \<rich@flatcap.org\>
* Features
- #3870 - color: allow 'alert', 'bright', 'light' prefix for colorNNN
- #3871 - color: refactor parsing code
- #3895 - imap: truncate large UIDVALIDITYs to support non-conforming IMAP servers
- #3898 - hcache: shrink Email and Body caches
- #3900 - prompt: treat complete-query as complete where it makes sense
- #3925 - help: add message flags to help screen
- #3932 - help: add alternating colors
- #3982 - mailboxes: add `-label`, `-notify` and `-poll` options
- #4046 - color_directcolor: Also set the default/initial value on startup
* Bug Fixes
- #3897 - maildir: fix sync when a deleted file disappears
- #3878 - gnutls: fix "certificate saved" message
- #3895 - imap: truncate large UIDVALIDITYs to support non-conforming servers
- #3897 - maildir: fix fix error with `<sync-mailbox>` on mbsync
- #3901 - address: parse comments after address
- #3915 - bind: fix truncated binding strings
- #3956 - fix 'from' address when real name isn't set
- #3962 - Fix crash on `<next-thread>` when the `<limit>`ed view \
is empty
- #3985 - browser: fix autocompletion
- #3988 - pager: fix search crash
- #3999 - help: fix search highlight
- #4049 - force mail check on current mailbox after `<shell-escape>`
- #4051 - openssl: continue if a signal interrupts an SSL read/write
* Config
- #3881 - Rename `$imap_keepalive` to `$imap_keep_alive`
- #3889 - Change defaults to use `%<...>` conditional syntax
`$attach_format`, `$index_format`, `$mailbox_folder_format`,
`$status_format`, `$ts_icon_format`, `$ts_status_format`
- #3949 - Add `browser_sort_dirs_first` to always list directories first
* Code
- #3877 - imap: factor out tagged emails
- #3799 - address: use struct Buffer instead of plain char pointers
- #3868 - drop notifications relay
- #3869 - move `$delete_untag` out of the backend
- #3873 - respect `--[disable-]fmemopen` in tests
- hcache: optimize storage requirements, reduce config
- logging: catch format string errors
- colour: refactor colour parsing
- refactoring, cleanup
- fixed coverity defects
- convert many functions to use a `Buffer`
* Translations
- 100% :tr: Turkish
- 100% :serbia: Serbian
- 100% :lithuania: Lithuanian
- 100% :de: German
- 99% :czech_republic: Czech
- 99% :poland: Polish
- 98% :slovakia: Slovak
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-17 15:29:30 by Thomas Klausner | Files touched by this commit (1) |
Log message:
neomutt: remove idn option, now unsupported and idn2 is used by default
|
2023-05-17 15:24:32 by nikita | Files touched by this commit (2) |  |
Log message:
neomutt: update to version 20230517
Changelog:
2023-05-17 Richard Russon \<rich@flatcap.org\>
* Features
- #3699 - Support 24bit colors, aka truecolor
- #3738 - Show complete MIME structure in attachments
- #3842 - Allow percentages to be localized
* Bug Fixes
- #3813 - Fix crash in op_browser_subscribe
- #3844 - Select the first email when coming from an empty limit
- #3848 - Fix counting new mails in maildir
- #3864 - Fix handling of bright colours
- #3759 - bind: fix incorrect conflict report
- #3781 - index: only refresh the menu on non-focus window changes
- #3856 - tunnel: fix reconnection with `ssl_force=true`
- #3860 - maildir: stop parsing headers at the end of the headers section
- Fix sorting of labels
* Translations
- 100% :serbia: Serbian
- 100% :tr: Turkish
- 100% :lithuania: Lithuanian
- 100% :hungary: Hungarian
- 100% :de: German
- 99% :norway: Norwegian (Bokmål)
- 99% :slovakia: Slovak
- 99% :brazil: Portuguese (Brazil)
- 99% :czech_republic: Czech
- 99% :poland: Polish
- 95% :fr: French
* Build
- #3798 - Build with libidn2 by default, remove support for libidn1
* Code
- config: dynamically create/delete variables
- config: unify handling of NeoMutt and user (my_) variables
- config: cache config variables used often
- speed: various speedups in parsing emails
- cleanups: lots of code cleanups
- Huge refactoring towards a separation of Mailbox/MailboxView
2023-05-12 Richard Russon \<rich@flatcap.org\>
* BROKEN - Please use 2023-05-17 instead
|