-
Notifications
You must be signed in to change notification settings - Fork 51
/
UPDATING.kz
68 lines (55 loc) · 2.91 KB
/
UPDATING.kz
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
1.6.0.1:
+ rebase to mutt upstream 1.6.0
+ update to the new sidebar implementation. Note that all .muttrc options
are prefixed by "sidebar_" now.
+ rebase is based on neomutt project (see https://github.com/neomutt) where are
maintained all non-upstream mutt changes, so it's easy to merge another
features like "trash", "ifdef", ... to mutt-kz.
+ the stable mutt-kz releases and tags are maintained in stable/v<version> branches,
the master branch is going to be *rebased*. This development model help us to be
up to date with mutt upstream.
1.5.23.1:
+ integrated color status patch (original from Thomas Glanzmann)
https://thomas.glanzmann.de//mutt/#cstatus
+ integrated TLS Server Name Indication support patch (original from Phil Pennock)
+ improved sidebar functionality to optinaly show only folders with new emails
(sidebar-new, sitebar-next, ...)
+ fix notmuch DB usage
+ use unlocked libc IO in improve performance
+ security bug fix from original mutt
+ sync with the original mutt upstream
+ add sidebar_whitelist option
+ oppenc & pgp upstream sync and improvements
1.5.22.1:
+ use git and github rather than hg to maintain source code
+ virtual folders based on notmuch queries
+ merge sidebar patch
+ merge index-color patch
+ <change-vfolder> command
+ <vfolder-from-query> command
+ <modify-labels> command to set/unset notmuch tags
+ <modify-labels-then-hide> command to set/unset notmuch tags and hide email
from the current view
+ <quasi-delete> command to delete message from mutt, but don't touch message
on the disk
+ <entire-thread> command to add to the current list of the messages all
messages that belongs to the same thread as the current message
+ ~Y EXPR pattern modifier for notmuch labels for limit, tag-pattern,
delete-pattern, color etc.
+ virtual-mailboxes <desc> <uri> [...] to specify list of the virtual mailboxes
+ virtual_spoolfile = <boolean> to use the first virtual mailbox as a spoolfile
+ tag-transforms <tag> <transform> to transform tag name to another name
+ tag-formats <tag> <format sequence> [ ...] to define tag specific formatting
sequence for $index_format
+ nm_record = <boolean> to add sent emails (mutt record) to notmuch DB
+ nm_record_tags = <comma delimited list> to specify tags for nm_record
+ nm_open_timeout = <seconds> to specify timeout for notmuch database
+ nm_default_uri = <uri> the default URI to connect notmuch
+ nm_hidden_tags = <comma delimited list> to make some tags invisible for mutt user
+ nm_exclude_tags = <comma delimited list> - messages tagged with these tags
are excluded and not loaded from notmuch DB to mutt unless specified explicitly
+ nm_unread_tag = <name> to specify unread messages
+ nm_db_limit = <num> to specify notmuch query limit
+ nm_query_type = <threads|messages> to specify what to load from DB
+ vfolder_format = <string> to specify vfolders browser entry format
+ %g and %Gx index_format and pager_format formatting sequences