Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1E5D9431FD0 for ; Sat, 11 Jan 2014 12:41:39 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UDGq8+++Tcqr for ; Sat, 11 Jan 2014 12:41:31 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 9167E431FC3 for ; Sat, 11 Jan 2014 12:41:30 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id D5C8B10005E; Sat, 11 Jan 2014 22:41:25 +0200 (EET) From: Tomi Ollila To: Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] emacs: tree remove comma separator tags In-Reply-To: <1387480344-14326-2-git-send-email-markwalters1009@gmail.com> References: <1387480344-14326-1-git-send-email-markwalters1009@gmail.com> <1387480344-14326-2-git-send-email-markwalters1009@gmail.com> User-Agent: Notmuch/0.17+23~ga575e35 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jan 2014 20:41:39 -0000 On Thu, Dec 19 2013, Mark Walters wrote: > Previously the tags on each line in tree view were separarted by ", " > not just " ". This is different from show and search views. > > This patch removes this comma. This is a large patch as essentially > every line of each of the expected outputs in the tree tests needs > updating. > > Apart from aesthetic reasons this simplifies the switch to > notmuch-tag-format-tags in the next patch. > --- This patch LGTM and is sensible change. Tests pass. Marking trivial and rea= dy. Tomi > emacs/notmuch-tree.el | 2 +- > .../notmuch-tree-single-thread | 8 +- > test/tree.expected-output/notmuch-tree-tag-inbox | 104 ++++++++++----= ------ > .../notmuch-tree-tag-inbox-tagged | 104 ++++++++++----= ------ > .../notmuch-tree-tag-inbox-thread-tagged | 104 ++++++++++----= ------ > 5 files changed, 161 insertions(+), 161 deletions(-) > > diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el > index 8d59e65..599f76e 100644 > --- a/emacs/notmuch-tree.el > +++ b/emacs/notmuch-tree.el > @@ -691,7 +691,7 @@ unchanged ADDRESS if parsing fails." > 'notmuch-tree-match-tag-face > 'notmuch-tree-no-match-tag-face))) > (propertize (format format-string > - (mapconcat #'identity tags ", ")) > + (mapconcat #'identity tags " ")) > 'face face)))))) >=20=20 >=20=20 > diff --git a/test/tree.expected-output/notmuch-tree-single-thread b/test/= tree.expected-output/notmuch-tree-single-thread > index c9e5ef8..2285d10 100644 > --- a/test/tree.expected-output/notmuch-tree-single-thread > +++ b/test/tree.expected-output/notmuch-tree-single-thread > @@ -1,6 +1,6 @@ > 2009-11-17 Mikhail Gusarov =E2=94=AC=E2=96=BA[notmuch] [PATCH 1= /2] Close message file after parsing message headers (inbox) > - 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=80=E2=96=BA[notmuch]= [PATCH 2/2] Include to get uint32_t in C++ file with gcc 4.4 (i= nbox, unread) > - 2009-11-17 Carl Worth =E2=95=B0=E2=94=AC=E2=96=BA[notmuch]= [PATCH 1/2] Close message file after parsing message headers (inbox, unrea= d) > - 2009-11-17 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > + 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=80=E2=96=BA[notmuch]= [PATCH 2/2] Include to get uint32_t in C++ file with gcc 4.4 (i= nbox unread) > + 2009-11-17 Carl Worth =E2=95=B0=E2=94=AC=E2=96=BA[notmuch]= [PATCH 1/2] Close message file after parsing message headers (inbox unread) > + 2009-11-17 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > End of search results. > diff --git a/test/tree.expected-output/notmuch-tree-tag-inbox b/test/tree= .expected-output/notmuch-tree-tag-inbox > index 484141e..f28d485 100644 > --- a/test/tree.expected-output/notmuch-tree-tag-inbox > +++ b/test/tree.expected-output/notmuch-tree-tag-inbox > @@ -1,53 +1,53 @@ > - 2010-12-29 Fran=C3=A7ois Boulogne =E2=94=80=E2=96=BA[aur-general]= Guidelines: cp, mkdir vs install (inbox, unread) > - 2010-12-16 Olivier Berger =E2=94=80=E2=96=BAEssai accentu=C3= =A9 (inbox, unread) > - 2009-11-18 Chris Wilson =E2=94=80=E2=96=BA[notmuch] [PATCH 1= /2] Makefile: evaluate pkg-config once (inbox, unread) > - 2009-11-18 Alex Botero-Lowry =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Error out if no query is supplied to search instead of going into an infini= te loop (attachment, inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Error out if no query is supplied to search instead of going into = an infinite loop (inbox, unread) > - 2009-11-17 Ingmar Vanhassel =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Typsos (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Adrian Perez de Cast =E2=94=AC=E2=96=BA[notmuch] Introduc= ing myself (inbox, signed, unread) > - 2009-11-18 Keith Packard =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Israel Herraiz =E2=94=AC=E2=96=BA[notmuch] New to t= he list (inbox, unread) > - 2009-11-18 Keith Packard =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Jan Janak =E2=94=AC=E2=96=BA[notmuch] What a g= reat idea! (inbox, unread) > - 2009-11-17 Jan Janak =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Jan Janak =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Older versions of install do not support -C. (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Aron Griffis =E2=94=AC=E2=96=BA[notmuch] archive = (inbox, unread) > - 2009-11-18 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Keith Packard =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (in= box, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread)= tags (inbox, unread) > - 2009-11-17 Lars Kellogg-Stedman =E2=94=AC=E2=96=BA[notmuch] Working = with Maildir storage? (inbox, signed, unread) > - 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=AC=E2=96=BA ... = (inbox, signed, unread) > - 2009-11-17 Lars Kellogg-Stedman =E2=94=82=E2=95=B0=E2=94=AC=E2=96=BA= ... (inbox, signed, unread) > - 2009-11-17 Mikhail Gusarov =E2=94=82 =E2=94=9C=E2=94=80=E2=96= =BA ... (inbox, unread) > - 2009-11-17 Keith Packard =E2=94=82 =E2=95=B0=E2=94=AC=E2=96= =BA ... (inbox, unread) > - 2009-11-18 Lars Kellogg-Stedman =E2=94=82 =E2=95=B0=E2=94=80=E2=96= =BA ... (inbox, signed, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Mikhail Gusarov =E2=94=AC=E2=96=BA[notmuch] [PATCH 1= /2] Close message file after parsing message headers (inbox, unread) > - 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=80=E2=96=BA[notmuch]= [PATCH 2/2] Include to get uint32_t in C++ file with gcc 4.4 (i= nbox, unread) > - 2009-11-17 Carl Worth =E2=95=B0=E2=94=AC=E2=96=BA[notmuch]= [PATCH 1/2] Close message file after parsing message headers (inbox, unrea= d) > - 2009-11-17 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Keith Packard =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Create a default notmuch-show-hook that highlights URLs and uses word-wrap = (inbox, unread) > - 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Create a default notmuch-show-hook that highlights URLs and uses w= ord-wrap (inbox, unread) > - 2009-11-18 Alexander Botero-Low =E2=94=80=E2=96=BA[notmuch] request = for pull (inbox, unread) > - 2009-11-18 Jjgod Jiang =E2=94=AC=E2=96=BA[notmuch] Mac OS X= /Darwin compatibility issues (inbox, unread) > - 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Jjgod Jiang =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Rolland Santimano =E2=94=80=E2=96=BA[notmuch] Link to = mailing list archives ? (inbox, unread) > - 2009-11-18 Jan Janak =E2=94=80=E2=96=BA[notmuch] [PATCH] = notmuch new: Support for conversion of spool subdirectories into tags (inbo= x, unread) > - 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH] = count_files: sort directory in inode order before statting (inbox, unread) > - 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH 2= /2] Read mail directory in inode number order (inbox, unread) > - 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH] = Fix linking with gcc to use g++ to link in C++ libs. (inbox, unread) > - 2009-11-18 Lars Kellogg-Stedman =E2=94=AC=E2=96=BA[notmuch] "notmuch= help" outputs to stderr? (attachment, inbox, signed, unread) > - 2009-11-18 Lars Kellogg-Stedman =E2=95=B0=E2=94=80=E2=96=BA ... = (attachment, inbox, signed, unrea= d) > - 2009-11-17 Mikhail Gusarov =E2=94=80=E2=96=BA[notmuch] [PATCH] = Handle rename of message file (inbox, unread) > - 2009-11-17 Alex Botero-Lowry =E2=94=AC=E2=96=BA[notmuch] prelimin= ary FreeBSD support (attachment, inbox, unread) > - 2009-11-17 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > + 2010-12-29 Fran=C3=A7ois Boulogne =E2=94=80=E2=96=BA[aur-general]= Guidelines: cp, mkdir vs install (inbox unread) > + 2010-12-16 Olivier Berger =E2=94=80=E2=96=BAEssai accentu=C3= =A9 (inbox unread) > + 2009-11-18 Chris Wilson =E2=94=80=E2=96=BA[notmuch] [PATCH 1= /2] Makefile: evaluate pkg-config once (inbox unread) > + 2009-11-18 Alex Botero-Lowry =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Error out if no query is supplied to search instead of going into an infini= te loop (attachment inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Error out if no query is supplied to search instead of going into = an infinite loop (inbox unread) > + 2009-11-17 Ingmar Vanhassel =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Typsos (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Adrian Perez de Cast =E2=94=AC=E2=96=BA[notmuch] Introduc= ing myself (inbox signed unread) > + 2009-11-18 Keith Packard =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Israel Herraiz =E2=94=AC=E2=96=BA[notmuch] New to t= he list (inbox unread) > + 2009-11-18 Keith Packard =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Jan Janak =E2=94=AC=E2=96=BA[notmuch] What a g= reat idea! (inbox unread) > + 2009-11-17 Jan Janak =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Jan Janak =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Older versions of install do not support -C. (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Aron Griffis =E2=94=AC=E2=96=BA[notmuch] archive = (inbox unread) > + 2009-11-18 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Keith Packard =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (in= box unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread)= tags (inbox unread) > + 2009-11-17 Lars Kellogg-Stedman =E2=94=AC=E2=96=BA[notmuch] Working = with Maildir storage? (inbox signed unread) > + 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=AC=E2=96=BA ... = (inbox signed unread) > + 2009-11-17 Lars Kellogg-Stedman =E2=94=82=E2=95=B0=E2=94=AC=E2=96=BA= ... (inbox signed unread) > + 2009-11-17 Mikhail Gusarov =E2=94=82 =E2=94=9C=E2=94=80=E2=96= =BA ... (inbox unread) > + 2009-11-17 Keith Packard =E2=94=82 =E2=95=B0=E2=94=AC=E2=96= =BA ... (inbox unread) > + 2009-11-18 Lars Kellogg-Stedman =E2=94=82 =E2=95=B0=E2=94=80=E2=96= =BA ... (inbox signed unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Mikhail Gusarov =E2=94=AC=E2=96=BA[notmuch] [PATCH 1= /2] Close message file after parsing message headers (inbox unread) > + 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=80=E2=96=BA[notmuch]= [PATCH 2/2] Include to get uint32_t in C++ file with gcc 4.4 (i= nbox unread) > + 2009-11-17 Carl Worth =E2=95=B0=E2=94=AC=E2=96=BA[notmuch]= [PATCH 1/2] Close message file after parsing message headers (inbox unread) > + 2009-11-17 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Keith Packard =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Create a default notmuch-show-hook that highlights URLs and uses word-wrap = (inbox unread) > + 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Create a default notmuch-show-hook that highlights URLs and uses w= ord-wrap (inbox unread) > + 2009-11-18 Alexander Botero-Low =E2=94=80=E2=96=BA[notmuch] request = for pull (inbox unread) > + 2009-11-18 Jjgod Jiang =E2=94=AC=E2=96=BA[notmuch] Mac OS X= /Darwin compatibility issues (inbox unread) > + 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Jjgod Jiang =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Rolland Santimano =E2=94=80=E2=96=BA[notmuch] Link to = mailing list archives ? (inbox unread) > + 2009-11-18 Jan Janak =E2=94=80=E2=96=BA[notmuch] [PATCH] = notmuch new: Support for conversion of spool subdirectories into tags (inbo= x unread) > + 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH] = count_files: sort directory in inode order before statting (inbox unread) > + 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH 2= /2] Read mail directory in inode number order (inbox unread) > + 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH] = Fix linking with gcc to use g++ to link in C++ libs. (inbox unread) > + 2009-11-18 Lars Kellogg-Stedman =E2=94=AC=E2=96=BA[notmuch] "notmuch= help" outputs to stderr? (attachment inbox signed unread) > + 2009-11-18 Lars Kellogg-Stedman =E2=95=B0=E2=94=80=E2=96=BA ... = (attachment inbox signed unread) > + 2009-11-17 Mikhail Gusarov =E2=94=80=E2=96=BA[notmuch] [PATCH] = Handle rename of message file (inbox unread) > + 2009-11-17 Alex Botero-Lowry =E2=94=AC=E2=96=BA[notmuch] prelimin= ary FreeBSD support (attachment inbox unread) > + 2009-11-17 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > End of search results. > diff --git a/test/tree.expected-output/notmuch-tree-tag-inbox-tagged b/te= st/tree.expected-output/notmuch-tree-tag-inbox-tagged > index 1f75a34..428c0ae 100644 > --- a/test/tree.expected-output/notmuch-tree-tag-inbox-tagged > +++ b/test/tree.expected-output/notmuch-tree-tag-inbox-tagged > @@ -1,53 +1,53 @@ > - 2010-12-29 Fran=C3=A7ois Boulogne =E2=94=80=E2=96=BA[aur-general]= Guidelines: cp, mkdir vs install (inbox, unread) > - 2010-12-16 Olivier Berger =E2=94=80=E2=96=BAEssai accentu=C3= =A9 (inbox, test_tag, unread) > - 2009-11-18 Chris Wilson =E2=94=80=E2=96=BA[notmuch] [PATCH 1= /2] Makefile: evaluate pkg-config once (inbox, unread) > - 2009-11-18 Alex Botero-Lowry =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Error out if no query is supplied to search instead of going into an infini= te loop (attachment, inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Error out if no query is supplied to search instead of going into = an infinite loop (inbox, unread) > - 2009-11-17 Ingmar Vanhassel =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Typsos (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Adrian Perez de Cast =E2=94=AC=E2=96=BA[notmuch] Introduc= ing myself (inbox, signed, unread) > - 2009-11-18 Keith Packard =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Israel Herraiz =E2=94=AC=E2=96=BA[notmuch] New to t= he list (inbox, unread) > - 2009-11-18 Keith Packard =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Jan Janak =E2=94=AC=E2=96=BA[notmuch] What a g= reat idea! (inbox, unread) > - 2009-11-17 Jan Janak =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Jan Janak =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Older versions of install do not support -C. (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Aron Griffis =E2=94=AC=E2=96=BA[notmuch] archive = (inbox, unread) > - 2009-11-18 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Keith Packard =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (in= box, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread)= tags (inbox, unread) > - 2009-11-17 Lars Kellogg-Stedman =E2=94=AC=E2=96=BA[notmuch] Working = with Maildir storage? (inbox, signed, unread) > - 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=AC=E2=96=BA ... = (inbox, signed, unread) > - 2009-11-17 Lars Kellogg-Stedman =E2=94=82=E2=95=B0=E2=94=AC=E2=96=BA= ... (inbox, signed, unread) > - 2009-11-17 Mikhail Gusarov =E2=94=82 =E2=94=9C=E2=94=80=E2=96= =BA ... (inbox, unread) > - 2009-11-17 Keith Packard =E2=94=82 =E2=95=B0=E2=94=AC=E2=96= =BA ... (inbox, unread) > - 2009-11-18 Lars Kellogg-Stedman =E2=94=82 =E2=95=B0=E2=94=80=E2=96= =BA ... (inbox, signed, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Mikhail Gusarov =E2=94=AC=E2=96=BA[notmuch] [PATCH 1= /2] Close message file after parsing message headers (inbox, unread) > - 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=80=E2=96=BA[notmuch]= [PATCH 2/2] Include to get uint32_t in C++ file with gcc 4.4 (i= nbox, unread) > - 2009-11-17 Carl Worth =E2=95=B0=E2=94=AC=E2=96=BA[notmuch]= [PATCH 1/2] Close message file after parsing message headers (inbox, unrea= d) > - 2009-11-17 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Keith Packard =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Create a default notmuch-show-hook that highlights URLs and uses word-wrap = (inbox, unread) > - 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Create a default notmuch-show-hook that highlights URLs and uses w= ord-wrap (inbox, unread) > - 2009-11-18 Alexander Botero-Low =E2=94=80=E2=96=BA[notmuch] request = for pull (inbox, unread) > - 2009-11-18 Jjgod Jiang =E2=94=AC=E2=96=BA[notmuch] Mac OS X= /Darwin compatibility issues (inbox, unread) > - 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Jjgod Jiang =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Rolland Santimano =E2=94=80=E2=96=BA[notmuch] Link to = mailing list archives ? (inbox, unread) > - 2009-11-18 Jan Janak =E2=94=80=E2=96=BA[notmuch] [PATCH] = notmuch new: Support for conversion of spool subdirectories into tags (inbo= x, unread) > - 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH] = count_files: sort directory in inode order before statting (inbox, unread) > - 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH 2= /2] Read mail directory in inode number order (inbox, unread) > - 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH] = Fix linking with gcc to use g++ to link in C++ libs. (inbox, unread) > - 2009-11-18 Lars Kellogg-Stedman =E2=94=AC=E2=96=BA[notmuch] "notmuch= help" outputs to stderr? (attachment, inbox, signed, unread) > - 2009-11-18 Lars Kellogg-Stedman =E2=95=B0=E2=94=80=E2=96=BA ... = (attachment, inbox, signed, unrea= d) > - 2009-11-17 Mikhail Gusarov =E2=94=80=E2=96=BA[notmuch] [PATCH] = Handle rename of message file (inbox, unread) > - 2009-11-17 Alex Botero-Lowry =E2=94=AC=E2=96=BA[notmuch] prelimin= ary FreeBSD support (attachment, inbox, unread) > - 2009-11-17 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > + 2010-12-29 Fran=C3=A7ois Boulogne =E2=94=80=E2=96=BA[aur-general]= Guidelines: cp, mkdir vs install (inbox unread) > + 2010-12-16 Olivier Berger =E2=94=80=E2=96=BAEssai accentu=C3= =A9 (inbox test_tag unread) > + 2009-11-18 Chris Wilson =E2=94=80=E2=96=BA[notmuch] [PATCH 1= /2] Makefile: evaluate pkg-config once (inbox unread) > + 2009-11-18 Alex Botero-Lowry =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Error out if no query is supplied to search instead of going into an infini= te loop (attachment inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Error out if no query is supplied to search instead of going into = an infinite loop (inbox unread) > + 2009-11-17 Ingmar Vanhassel =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Typsos (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Adrian Perez de Cast =E2=94=AC=E2=96=BA[notmuch] Introduc= ing myself (inbox signed unread) > + 2009-11-18 Keith Packard =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Israel Herraiz =E2=94=AC=E2=96=BA[notmuch] New to t= he list (inbox unread) > + 2009-11-18 Keith Packard =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Jan Janak =E2=94=AC=E2=96=BA[notmuch] What a g= reat idea! (inbox unread) > + 2009-11-17 Jan Janak =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Jan Janak =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Older versions of install do not support -C. (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Aron Griffis =E2=94=AC=E2=96=BA[notmuch] archive = (inbox unread) > + 2009-11-18 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Keith Packard =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (in= box unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread)= tags (inbox unread) > + 2009-11-17 Lars Kellogg-Stedman =E2=94=AC=E2=96=BA[notmuch] Working = with Maildir storage? (inbox signed unread) > + 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=AC=E2=96=BA ... = (inbox signed unread) > + 2009-11-17 Lars Kellogg-Stedman =E2=94=82=E2=95=B0=E2=94=AC=E2=96=BA= ... (inbox signed unread) > + 2009-11-17 Mikhail Gusarov =E2=94=82 =E2=94=9C=E2=94=80=E2=96= =BA ... (inbox unread) > + 2009-11-17 Keith Packard =E2=94=82 =E2=95=B0=E2=94=AC=E2=96= =BA ... (inbox unread) > + 2009-11-18 Lars Kellogg-Stedman =E2=94=82 =E2=95=B0=E2=94=80=E2=96= =BA ... (inbox signed unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Mikhail Gusarov =E2=94=AC=E2=96=BA[notmuch] [PATCH 1= /2] Close message file after parsing message headers (inbox unread) > + 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=80=E2=96=BA[notmuch]= [PATCH 2/2] Include to get uint32_t in C++ file with gcc 4.4 (i= nbox unread) > + 2009-11-17 Carl Worth =E2=95=B0=E2=94=AC=E2=96=BA[notmuch]= [PATCH 1/2] Close message file after parsing message headers (inbox unread) > + 2009-11-17 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Keith Packard =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Create a default notmuch-show-hook that highlights URLs and uses word-wrap = (inbox unread) > + 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Create a default notmuch-show-hook that highlights URLs and uses w= ord-wrap (inbox unread) > + 2009-11-18 Alexander Botero-Low =E2=94=80=E2=96=BA[notmuch] request = for pull (inbox unread) > + 2009-11-18 Jjgod Jiang =E2=94=AC=E2=96=BA[notmuch] Mac OS X= /Darwin compatibility issues (inbox unread) > + 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Jjgod Jiang =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Rolland Santimano =E2=94=80=E2=96=BA[notmuch] Link to = mailing list archives ? (inbox unread) > + 2009-11-18 Jan Janak =E2=94=80=E2=96=BA[notmuch] [PATCH] = notmuch new: Support for conversion of spool subdirectories into tags (inbo= x unread) > + 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH] = count_files: sort directory in inode order before statting (inbox unread) > + 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH 2= /2] Read mail directory in inode number order (inbox unread) > + 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH] = Fix linking with gcc to use g++ to link in C++ libs. (inbox unread) > + 2009-11-18 Lars Kellogg-Stedman =E2=94=AC=E2=96=BA[notmuch] "notmuch= help" outputs to stderr? (attachment inbox signed unread) > + 2009-11-18 Lars Kellogg-Stedman =E2=95=B0=E2=94=80=E2=96=BA ... = (attachment inbox signed unread) > + 2009-11-17 Mikhail Gusarov =E2=94=80=E2=96=BA[notmuch] [PATCH] = Handle rename of message file (inbox unread) > + 2009-11-17 Alex Botero-Lowry =E2=94=AC=E2=96=BA[notmuch] prelimin= ary FreeBSD support (attachment inbox unread) > + 2009-11-17 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > End of search results. > diff --git a/test/tree.expected-output/notmuch-tree-tag-inbox-thread-tagg= ed b/test/tree.expected-output/notmuch-tree-tag-inbox-thread-tagged > index a7aba6e..828c525 100644 > --- a/test/tree.expected-output/notmuch-tree-tag-inbox-thread-tagged > +++ b/test/tree.expected-output/notmuch-tree-tag-inbox-thread-tagged > @@ -1,53 +1,53 @@ > - 2010-12-29 Fran=C3=A7ois Boulogne =E2=94=80=E2=96=BA[aur-general]= Guidelines: cp, mkdir vs install (inbox, unread) > - 2010-12-16 Olivier Berger =E2=94=80=E2=96=BAEssai accentu=C3= =A9 (inbox, unread) > - 2009-11-18 Chris Wilson =E2=94=80=E2=96=BA[notmuch] [PATCH 1= /2] Makefile: evaluate pkg-config once (inbox, unread) > - 2009-11-18 Alex Botero-Lowry =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Error out if no query is supplied to search instead of going into an infini= te loop (attachment, inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Error out if no query is supplied to search instead of going into = an infinite loop (inbox, unread) > - 2009-11-17 Ingmar Vanhassel =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Typsos (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Adrian Perez de Cast =E2=94=AC=E2=96=BA[notmuch] Introduc= ing myself (inbox, signed, unread) > - 2009-11-18 Keith Packard =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Israel Herraiz =E2=94=AC=E2=96=BA[notmuch] New to t= he list (inbox, unread) > - 2009-11-18 Keith Packard =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Jan Janak =E2=94=AC=E2=96=BA[notmuch] What a g= reat idea! (inbox, unread) > - 2009-11-17 Jan Janak =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Jan Janak =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Older versions of install do not support -C. (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Aron Griffis =E2=94=AC=E2=96=BA[notmuch] archive = (inbox, unread) > - 2009-11-18 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-17 Keith Packard =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (in= box, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread)= tags (inbox, unread) > - 2009-11-17 Lars Kellogg-Stedman =E2=94=AC=E2=96=BA[notmuch] Working = with Maildir storage? (inbox, signed, test_thread_tag, unread) > - 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=AC=E2=96=BA ... = (inbox, signed, test_thread_tag, = unread) > - 2009-11-17 Lars Kellogg-Stedman =E2=94=82=E2=95=B0=E2=94=AC=E2=96=BA= ... (inbox, signed, test_thre= ad_tag, unread) > - 2009-11-17 Mikhail Gusarov =E2=94=82 =E2=94=9C=E2=94=80=E2=96= =BA ... (inbox, test_thread_tag= , unread) > - 2009-11-17 Keith Packard =E2=94=82 =E2=95=B0=E2=94=AC=E2=96= =BA ... (inbox, test_thread_tag= , unread) > - 2009-11-18 Lars Kellogg-Stedman =E2=94=82 =E2=95=B0=E2=94=80=E2=96= =BA ... (inbox, signed, test_thr= ead_tag, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, test_thread_tag, unread) > - 2009-11-17 Mikhail Gusarov =E2=94=AC=E2=96=BA[notmuch] [PATCH 1= /2] Close message file after parsing message headers (inbox, unread) > - 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=80=E2=96=BA[notmuch]= [PATCH 2/2] Include to get uint32_t in C++ file with gcc 4.4 (i= nbox, unread) > - 2009-11-17 Carl Worth =E2=95=B0=E2=94=AC=E2=96=BA[notmuch]= [PATCH 1/2] Close message file after parsing message headers (inbox, unrea= d) > - 2009-11-17 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Keith Packard =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Create a default notmuch-show-hook that highlights URLs and uses word-wrap = (inbox, unread) > - 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Create a default notmuch-show-hook that highlights URLs and uses w= ord-wrap (inbox, unread) > - 2009-11-18 Alexander Botero-Low =E2=94=80=E2=96=BA[notmuch] request = for pull (inbox, unread) > - 2009-11-18 Jjgod Jiang =E2=94=AC=E2=96=BA[notmuch] Mac OS X= /Darwin compatibility issues (inbox, unread) > - 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Jjgod Jiang =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > - 2009-11-18 Rolland Santimano =E2=94=80=E2=96=BA[notmuch] Link to = mailing list archives ? (inbox, unread) > - 2009-11-18 Jan Janak =E2=94=80=E2=96=BA[notmuch] [PATCH] = notmuch new: Support for conversion of spool subdirectories into tags (inbo= x, unread) > - 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH] = count_files: sort directory in inode order before statting (inbox, unread) > - 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH 2= /2] Read mail directory in inode number order (inbox, unread) > - 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH] = Fix linking with gcc to use g++ to link in C++ libs. (inbox, unread) > - 2009-11-18 Lars Kellogg-Stedman =E2=94=AC=E2=96=BA[notmuch] "notmuch= help" outputs to stderr? (attachment, inbox, signed, unread) > - 2009-11-18 Lars Kellogg-Stedman =E2=95=B0=E2=94=80=E2=96=BA ... = (attachment, inbox, signed, unrea= d) > - 2009-11-17 Mikhail Gusarov =E2=94=80=E2=96=BA[notmuch] [PATCH] = Handle rename of message file (inbox, unread) > - 2009-11-17 Alex Botero-Lowry =E2=94=AC=E2=96=BA[notmuch] prelimin= ary FreeBSD support (attachment, inbox, unread) > - 2009-11-17 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox, unread) > + 2010-12-29 Fran=C3=A7ois Boulogne =E2=94=80=E2=96=BA[aur-general]= Guidelines: cp, mkdir vs install (inbox unread) > + 2010-12-16 Olivier Berger =E2=94=80=E2=96=BAEssai accentu=C3= =A9 (inbox unread) > + 2009-11-18 Chris Wilson =E2=94=80=E2=96=BA[notmuch] [PATCH 1= /2] Makefile: evaluate pkg-config once (inbox unread) > + 2009-11-18 Alex Botero-Lowry =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Error out if no query is supplied to search instead of going into an infini= te loop (attachment inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Error out if no query is supplied to search instead of going into = an infinite loop (inbox unread) > + 2009-11-17 Ingmar Vanhassel =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Typsos (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Adrian Perez de Cast =E2=94=AC=E2=96=BA[notmuch] Introduc= ing myself (inbox signed unread) > + 2009-11-18 Keith Packard =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Israel Herraiz =E2=94=AC=E2=96=BA[notmuch] New to t= he list (inbox unread) > + 2009-11-18 Keith Packard =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Jan Janak =E2=94=AC=E2=96=BA[notmuch] What a g= reat idea! (inbox unread) > + 2009-11-17 Jan Janak =E2=94=9C=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Jan Janak =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Older versions of install do not support -C. (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Aron Griffis =E2=94=AC=E2=96=BA[notmuch] archive = (inbox unread) > + 2009-11-18 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-17 Keith Packard =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags (in= box unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread)= tags (inbox unread) > + 2009-11-17 Lars Kellogg-Stedman =E2=94=AC=E2=96=BA[notmuch] Working = with Maildir storage? (inbox signed test_thread_tag unread) > + 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=AC=E2=96=BA ... = (inbox signed test_thread_tag unr= ead) > + 2009-11-17 Lars Kellogg-Stedman =E2=94=82=E2=95=B0=E2=94=AC=E2=96=BA= ... (inbox signed test_thread= _tag unread) > + 2009-11-17 Mikhail Gusarov =E2=94=82 =E2=94=9C=E2=94=80=E2=96= =BA ... (inbox test_thread_tag = unread) > + 2009-11-17 Keith Packard =E2=94=82 =E2=95=B0=E2=94=AC=E2=96= =BA ... (inbox test_thread_tag = unread) > + 2009-11-18 Lars Kellogg-Stedman =E2=94=82 =E2=95=B0=E2=94=80=E2=96= =BA ... (inbox signed test_threa= d_tag unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox test_thread_tag unread) > + 2009-11-17 Mikhail Gusarov =E2=94=AC=E2=96=BA[notmuch] [PATCH 1= /2] Close message file after parsing message headers (inbox unread) > + 2009-11-17 Mikhail Gusarov =E2=94=9C=E2=94=80=E2=96=BA[notmuch]= [PATCH 2/2] Include to get uint32_t in C++ file with gcc 4.4 (i= nbox unread) > + 2009-11-17 Carl Worth =E2=95=B0=E2=94=AC=E2=96=BA[notmuch]= [PATCH 1/2] Close message file after parsing message headers (inbox unread) > + 2009-11-17 Keith Packard =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Keith Packard =E2=94=AC=E2=96=BA[notmuch] [PATCH] = Create a default notmuch-show-hook that highlights URLs and uses word-wrap = (inbox unread) > + 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=80=E2=96=BA[notmuch]= [PATCH] Create a default notmuch-show-hook that highlights URLs and uses w= ord-wrap (inbox unread) > + 2009-11-18 Alexander Botero-Low =E2=94=80=E2=96=BA[notmuch] request = for pull (inbox unread) > + 2009-11-18 Jjgod Jiang =E2=94=AC=E2=96=BA[notmuch] Mac OS X= /Darwin compatibility issues (inbox unread) > + 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Jjgod Jiang =E2=95=B0=E2=94=AC=E2=96=BA ... = (inbox unread) > + 2009-11-18 Alexander Botero-Low =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > + 2009-11-18 Rolland Santimano =E2=94=80=E2=96=BA[notmuch] Link to = mailing list archives ? (inbox unread) > + 2009-11-18 Jan Janak =E2=94=80=E2=96=BA[notmuch] [PATCH] = notmuch new: Support for conversion of spool subdirectories into tags (inbo= x unread) > + 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH] = count_files: sort directory in inode order before statting (inbox unread) > + 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH 2= /2] Read mail directory in inode number order (inbox unread) > + 2009-11-18 Stewart Smith =E2=94=80=E2=96=BA[notmuch] [PATCH] = Fix linking with gcc to use g++ to link in C++ libs. (inbox unread) > + 2009-11-18 Lars Kellogg-Stedman =E2=94=AC=E2=96=BA[notmuch] "notmuch= help" outputs to stderr? (attachment inbox signed unread) > + 2009-11-18 Lars Kellogg-Stedman =E2=95=B0=E2=94=80=E2=96=BA ... = (attachment inbox signed unread) > + 2009-11-17 Mikhail Gusarov =E2=94=80=E2=96=BA[notmuch] [PATCH] = Handle rename of message file (inbox unread) > + 2009-11-17 Alex Botero-Lowry =E2=94=AC=E2=96=BA[notmuch] prelimin= ary FreeBSD support (attachment inbox unread) > + 2009-11-17 Carl Worth =E2=95=B0=E2=94=80=E2=96=BA ... = (inbox unread) > End of search results. > --=20 > 1.7.9.1 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch