]> granicus.if.org Git - neomutt/commit
merge: keywords
authorRichard Russon <rich@flatcap.org>
Tue, 3 Oct 2017 12:47:51 +0000 (13:47 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 3 Oct 2017 12:47:51 +0000 (13:47 +0100)
commitd12c9ea24faa34abb0800faf4d73c0f9495b56b0
tree9360c9f56d96f9fd11810bef592a3405d69d2b46
parent504cd9cb65e33b4ae075587a5300a7564076b486
parent7ba1afabca208129436ed32650a1a3db7ed93dcc
merge: keywords

 * Make the notmuch tags generic
 * tags: Add index_format %J
 * Add IMAP keywords support
 * Share label editing between imap/notmuch
 * Tidying the code
 * tags: always pass correct buffer length
 * imap: fix memory leak
 * notmuch: remove unused methods declaration
 * tags: remove needs of HEADER_TAGS macro
 * tags: make private method private
 * tags: rename HeaderTag to TagList
 * tags: remove useless ifdef
 * tags: store transformed tags only if needed
 * imap: Don't use keywords terminology, but flags
 * tags: rename OP_MAIN_MODIFY_LABEL/TAGS
 * tags: rename modify-labels/modify-tags
 * tags: rename hdr_tags to driver_tags
 * tags: move tags_editor and tags_commit to mx
 * tags: don't depends on header.c
 * tags: Don't duplicate tags allocation
 * tags: fix notmuch editor return code
 * tags: rename DRIVER_LABEL to DRIVER_TAGS
 * always pass char to mutt_str_append_item