From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 28C436DE0318 for ; Fri, 20 Apr 2018 09:18:00 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.71 X-Spam-Level: X-Spam-Status: No, score=-0.71 tagged_above=-999 required=5 tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FHdZYxwC4HXE for ; Fri, 20 Apr 2018 09:17:58 -0700 (PDT) X-Greylist: delayed 306 seconds by postgrey-1.36 at arlo; Fri, 20 Apr 2018 09:17:58 PDT Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by arlo.cworth.org (Postfix) with ESMTPS id 375496DE02CB for ; Fri, 20 Apr 2018 09:17:58 -0700 (PDT) Received: from len.workgroup ([46.94.159.125]) by mail.gmx.com (mrgmx103 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MdK8t-1erkmi0WaB-00ISH3 for ; Fri, 20 Apr 2018 18:12:47 +0200 From: Gregor Zattler To: Notmuch Mail Subject: Bug? notmuch-emacs: "All tags" in notmuch-hello does not show all tags Mail-Followup-To: Notmuch Mail Date: Fri, 20 Apr 2018 18:12:00 +0200 Message-ID: <87wox1vovj.fsf@len.workgroup> MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:4CitEKfevSZ4Mspd+NVvwK0XhesJKcEIXRXuEuW1g4aUQyTJf3T RtBVb2Fsrr9VzjOAA9O/F10+e2un3WAor9DZoNOsARi9gruR9mGyZ18bIMMwgvodRHarOkh W1eiW79nMjh8MsLfLPow55Kip9/7Mbu15aFnxvtXH2Auc+Zr5xxfIxpEMCVBQgcHT3o8OiP cQztzxUxNDgkGj3PXRl1Q== X-UI-Out-Filterresults: notjunk:1;V01:K0:8w1enUVGwtI=:SDKxdKDcFZIQw2mQW3tLQY 7iav8uUHQl+3jTvj5wTaYzqAivfouQfeOTjbfMAQ6UQaO3Lzbs/QzsyJy+6lY2jZrE0tXUPBO nolRujFn6pfefEJoOckOJkWEe5VRqVGrfoAEtap0YjrMmU32PPMc36MqyrExmQ7QciHbALMZO yFMRgpPuldXnvC+mEJekdpOZrqBFeADPu6Icm6xi70O/3i795zh8YQO3rwBDmrAMOH3XFrRDw w7Syzdj5ZNfoypJaRwynKYxa+OEE3h0bPfraOlg5l9E/cbM5qqxsXUggpjBUzmF2QotFk5jU4 KNDzH1C+eUWRzkxHJ+7Stw2GUtw2tN8c1UrE505umS3npSMMYxR6Jyn8wEph1tUqal11yi2gf Qfnlh+NYmnIgiVf/6EctWHtN7rAyqTBQau0YHVCChPmVLN/BDxKqoJOtGKXe3IeVqZeEnalPF Y/++2yowIfYnoYNdeE6472jkcPi/4xKxJf26dgvFoUM4S6sk9NoA44n6ZhLq474cSTY1jZmSS GsRjm19Vperv5StQZB0unoLe+Y6ki1oQW7TSMP7zYW/y+Z+iYNC+2GBp+aLBkUxTsukfogKzL E3G0xNCXzM33a9xI4QHRUpDJMil7pcHxKj+bGignkocy6ILiETKDbGU0BLEMFbUXZdsGNyyJb uPHNTMA1dGsrqKkfz6/sf3su0LsGxScOdN37MfMSNkbSxfFxYIV3JGn62JNGcgpqtzndsO9Dk jo8nd6VvCr40NcH1fcaTTkAjPcr7zQwdNECE2XslioeK96yag5cRp1LaJF43PYonbCrB0CU+T rc9p5vlD+aSmXSiOhSCezVLAz1x4xqISYroMBQtxb54EElBDVs= X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 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: Fri, 20 Apr 2018 16:18:00 -0000 Dear notmuch-emacs developers, I use a certain tag which until now is only used with regards to one single message which is also tagged "spam". This certain tag is among the output of notmuch search --output=tags '*' The part of notmuch-hello which is supposed to show "All tags" does not show this certain tag. But it shows the certain tag with count = 1 if I remove the tag "spam" from this message. The same happens if this message is tagged "deleted" instead of "spam". My ~/.notmuch-config contains: [search] exclude_tags=deleted;spam; The relevant section of my customzation.el contains: '(notmuch-hello-sections '(notmuch-hello-insert-search notmuch-hello-insert-saved-searches notmuch-hello-insert-recent-searches (notmuch-hello-insert-tags-section "All tags" :initially-hidden t nil nil))) I can show the message in question with a search for (is:spam OR NOT is:spam OR is:deleted OR NOT is:deleted) AND is:certaintag notmuch-emacs then shows the single message and its tags. Among those is the certain tag. I expected the certain tag to be shown in the notmuch-hello section "All tags" and consider it a bug that this is not the case. My guess is that somewhere in the code notmuch count is called without --exclude=false. Ciao; Gregor -- -... --- .-. . -.. ..--.. ...-.-