[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 29 / 1fad88b70c85c681babc127d8f6d986a03f8c5
1 Return-Path: <sebastian.fischmeister@uwaterloo.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 14839431FCB\r
6         for <notmuch@notmuchmail.org>; Tue,  9 Dec 2014 17:03:11 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id S3j6wda0vYNH for <notmuch@notmuchmail.org>;\r
16         Tue,  9 Dec 2014 17:03:07 -0800 (PST)\r
17 Received: from connect.uwaterloo.ca (connhub2.connect.uwaterloo.ca\r
18         [129.97.149.119]) (using TLSv1 with cipher AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 47EB7431FC3\r
21         for <notmuch@notmuchmail.org>; Tue,  9 Dec 2014 17:03:07 -0800 (PST)\r
22 Received: from uwaterloo.ca (188.193.124.11) by connhub2.connect.uwaterloo.ca\r
23         (129.97.149.119) with Microsoft SMTP Server (TLS) id 14.3.195.1;\r
24         Tue, 9 Dec 2014 20:03:03 -0500\r
25 From: Sebastian Fischmeister <sfischme@uwaterloo.ca>\r
26 To: <notmuch@notmuchmail.org>\r
27 Subject: email snoozing in notmuch\r
28 User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.4.1\r
29         (x86_64-unknown-linux-gnu)\r
30 X-Homepage: http://esg.uwaterloo.ca\r
31 Date: Tue, 9 Dec 2014 20:03:03 -0500\r
32 Message-ID: <87wq60e2q5.fsf@uwaterloo.ca>\r
33 MIME-Version: 1.0\r
34 Content-Type: text/plain\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 Reply-To: sfischme@uwaterloo.ca\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Wed, 10 Dec 2014 01:03:11 -0000\r
49 \r
50 Hi,\r
51 \r
52 I'm thinking of how to realize the mail snoozing feature with notmuch,\r
53 so that certain emails won't become visible (in the search) until a\r
54 certain day/time (e.g., 10 days from now).\r
55 \r
56 Using the tag as an absolute date when the mail should become visible\r
57 again, tags should be searchable and interpretable as dates. The search\r
58 would then be something like: notmuch search tag-as-date < now and\r
59 tag:inbox\r
60 \r
61 Using the receive date as base and encoding the delay as relative time\r
62 from that, would still need the ability to interpret tag values as\r
63 numbers:\r
64 \r
65 notmuch search date:01012011..15days and tag-as-number < 10 and tag:inbox\r
66 \r
67 Any ideas how the snoozing feature can be implemented with what is\r
68 already present in notmuch?\r
69 \r
70 Thanks,\r
71   Sebastian\r