From: Rob Browning Date: Sun, 23 Feb 2014 02:16:49 +0000 (+1800) Subject: [BUG] notmuch excludes .notmuch anywhere in the tree X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e54fad5daae0996fda6da9c579b32f207d270bc5;p=notmuch-archives.git [BUG] notmuch excludes .notmuch anywhere in the tree --- diff --git a/1f/11e90fcd84d3f5a828e230c8f9e7e628992415 b/1f/11e90fcd84d3f5a828e230c8f9e7e628992415 new file mode 100644 index 000000000..628c494e3 --- /dev/null +++ b/1f/11e90fcd84d3f5a828e230c8f9e7e628992415 @@ -0,0 +1,74 @@ +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 770EB431FCF + for ; Sat, 22 Feb 2014 18:17:01 -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 QWSWkO+9-yKZ for ; + Sat, 22 Feb 2014 18:16:55 -0800 (PST) +Received: from defaultvalue.org (defaultvalue.org [70.85.129.156]) + by olra.theworths.org (Postfix) with ESMTP id 65F0A431FBF + for ; Sat, 22 Feb 2014 18:16:55 -0800 (PST) +Received: from trouble.defaultvalue.org (localhost [127.0.0.1]) + (Authenticated sender: rlb@defaultvalue.org) + by defaultvalue.org (Postfix) with ESMTPSA id 4760E90D2B + for ; Sat, 22 Feb 2014 20:16:50 -0600 (CST) +Received: by trouble.defaultvalue.org (Postfix, from userid 1000) + id ECC2114E14E; Sat, 22 Feb 2014 20:16:49 -0600 (CST) +From: Rob Browning +To: notmuch@notmuchmail.org +Subject: [BUG] notmuch excludes .notmuch anywhere in the tree +User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 22 Feb 2014 20:16:49 -0600 +Message-ID: <87mwhifu9a.fsf@trouble.defaultvalue.org> +MIME-Version: 1.0 +Content-Type: text/plain +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: Sun, 23 Feb 2014 02:17:01 -0000 + + +This might or might not be considered a bug, or at least it might just +be wishlist severity, but in my case, I have + + path=/home/rlb/notmuch + +and notmuch contained: + + /home/rlb/notmuch/.notmuch + /home/rlb/notmuch/Maildir -> /home/Maildir + +I arranged things like that so I could easily drop other mail-ish trees +into notmuch/ if I liked, and also so that I wouldn't have to worry +about the fact that maildir++ is going to name the directory for the +notmuch list's folder ".notmuch". However, I outsmarted myself because +notmuch ignored both "[path]/.notmuch", and "[path]/Maildir/.notmuch". + +Though this isn't a critical problem for me. For now, I just rewrote my +procmail rules and renamed the directory to .notmuchmail. + +Hope this helps +-- +Rob Browning +rlb @defaultvalue.org and @debian.org +GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A +GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4