]> granicus.if.org Git - neomutt/commit
Add IMAP keywords support
authorMehdi Abaakouk <sileht@sileht.net>
Mon, 20 Feb 2017 19:49:23 +0000 (20:49 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 3 Oct 2017 12:47:30 +0000 (13:47 +0100)
commitc9996d04845f163d394cef715724ea33e983a420
treea23fe36d1bc2432f56c40c07f59dc368112b496f
parent99ae00de65af59a949c667d016798e2e1670aa4d
Add IMAP keywords support

This change introduces IMAP keyword support.

* index_format gets %g, %G, %J and %Gx to display them
* pattern gets g to search/match imap keywords
* colors.c gets index_tag/index_tags to color them
* OPS gets modify-labels to edit them
* tag-transforms/tag-formats/hidden_tags can be display them in more sexy manner

Most of the code is shared with the notmuch backend.

Upstream: https://dev.mutt.org/trac/ticket/3210
Closes neomutt/neomutt#225
curs_main.c
hdrline.c
imap/imap.c
imap/imap.h
imap/imap_private.h
imap/message.c
imap/message.h