From: Erik Quaeghebeur Date: Wed, 13 Jan 2016 22:53:52 +0000 (+0100) Subject: Filesystem functionality used by notmuch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=618dc11ca631629bcb33dce9dada874d0065954f;p=notmuch-archives.git Filesystem functionality used by notmuch --- diff --git a/b5/c88aeb6527b7eb0bdbbd259bc49af10041a2fd b/b5/c88aeb6527b7eb0bdbbd259bc49af10041a2fd new file mode 100644 index 000000000..8e88bfbf2 --- /dev/null +++ b/b5/c88aeb6527b7eb0bdbbd259bc49af10041a2fd @@ -0,0 +1,80 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 1DFD96DE1607 + for ; Wed, 13 Jan 2016 14:53:56 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.668 +X-Spam-Level: +X-Spam-Status: No, score=-0.668 tagged_above=-999 required=5 tests=[AWL=0.053, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, + RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] + 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 IrZ3K-Iuu3pE for ; + Wed, 13 Jan 2016 14:53:54 -0800 (PST) +Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com + [66.111.4.27]) + by arlo.cworth.org (Postfix) with ESMTPS id 7AF4E6DE091E + for ; Wed, 13 Jan 2016 14:53:54 -0800 (PST) +Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) + by mailout.nyi.internal (Postfix) with ESMTP id 973BE20FE9 + for ; Wed, 13 Jan 2016 17:53:53 -0500 (EST) +Received: from frontend2 ([10.202.2.161]) + by compute4.internal (MEProxy); Wed, 13 Jan 2016 17:53:53 -0500 +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=nospammail.net; h= + content-transfer-encoding:content-type:date:from:message-id + :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=PCo + 0MZaDdTy7dIWAHyKOCX8WGqs=; b=PYvXpODP16VcOGOH5uP2G7HP9jL8rQd8uGK + ltEoFTBKG8VK+IkXg/L1ikrvaOiQu1Avc7pqo/LhJte3owgXQy+mgxszZXy68799 + 51jjVFpb3viu6yuDmMGlCrFUfsqd3Zkp+GZxJuUJUCMI5m/F3Yml0uH5Y4X623vI + 4ccJZUh4= +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= + messagingengine.com; h=content-transfer-encoding:content-type + :date:from:message-id:mime-version:subject:to:x-sasl-enc + :x-sasl-enc; s=smtpout; bh=PCo0MZaDdTy7dIWAHyKOCX8WGqs=; b=XB2ur + SfH0h4/tudoiOwE/BzkhgQJxfDtCqAh7Qaj5Y0Sd4yavjDEK69IC2rsoTH+tY/Yy + XCiaUy1ByDlKsJ6bmu4Mky0De9QfJ5f7MEQBhgHZkOlcFaxHu4wFks9tHDI6m37r + dF0WSmg/8lkWclqzKqSTnsnMnxSH3NaIOk5EHI= +X-Sasl-enc: wQJTEqnYsYkPdGPAz8AqSTJAEXAntZ3ZsIMQo0HlDChd 1452725633 +Received: from sysoppad.localnet (cust-5286ecc8.wba.access.stipte.nl + [82.134.236.200]) + by mail.messagingengine.com (Postfix) with ESMTPA id 45186680119 + for ; Wed, 13 Jan 2016 17:53:53 -0500 (EST) +From: Erik Quaeghebeur +To: notmuch@notmuchmail.org +Subject: Filesystem functionality used by notmuch +Date: Wed, 13 Jan 2016 23:53:52 +0100 +Message-ID: <10167591.o1RkUU4mKP@sysoppad> +User-Agent: KMail/4.14.8 (Linux/4.1.12-gentoo; KDE/4.14.8; x86_64; ; ) +MIME-Version: 1.0 +Content-Transfer-Encoding: 7Bit +Content-Type: text/plain; charset="us-ascii" +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Wed, 13 Jan 2016 22:53:56 -0000 + +Dear group, + + +Context: FUSE filesystem for accessing data in a database. + +I understand that notmuch needs to be able to read a file given a filename (including its path). Are there any more requirements on the filesystem. For example, I assume that filename modification is optional (maildir flag changes). But perhaps notmuch makes use of times stored with files or some other file property? + + +Best, + +Erik