email snoozing in notmuch
authorSebastian Fischmeister <sfischme@uwaterloo.ca>
Wed, 10 Dec 2014 01:03:03 +0000 (20:03 +1900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:46:57 +0000 (14:46 -0700)
29/1fad88b70c85c681babc127d8f6d986a03f8c5 [new file with mode: 0644]

diff --git a/29/1fad88b70c85c681babc127d8f6d986a03f8c5 b/29/1fad88b70c85c681babc127d8f6d986a03f8c5
new file mode 100644 (file)
index 0000000..8995ba6
--- /dev/null
@@ -0,0 +1,71 @@
+Return-Path: <sebastian.fischmeister@uwaterloo.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 14839431FCB\r
+       for <notmuch@notmuchmail.org>; Tue,  9 Dec 2014 17:03:11 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id S3j6wda0vYNH for <notmuch@notmuchmail.org>;\r
+       Tue,  9 Dec 2014 17:03:07 -0800 (PST)\r
+Received: from connect.uwaterloo.ca (connhub2.connect.uwaterloo.ca\r
+       [129.97.149.119]) (using TLSv1 with cipher AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 47EB7431FC3\r
+       for <notmuch@notmuchmail.org>; Tue,  9 Dec 2014 17:03:07 -0800 (PST)\r
+Received: from uwaterloo.ca (188.193.124.11) by connhub2.connect.uwaterloo.ca\r
+       (129.97.149.119) with Microsoft SMTP Server (TLS) id 14.3.195.1;\r
+       Tue, 9 Dec 2014 20:03:03 -0500\r
+From: Sebastian Fischmeister <sfischme@uwaterloo.ca>\r
+To: <notmuch@notmuchmail.org>\r
+Subject: email snoozing in notmuch\r
+User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.4.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Homepage: http://esg.uwaterloo.ca\r
+Date: Tue, 9 Dec 2014 20:03:03 -0500\r
+Message-ID: <87wq60e2q5.fsf@uwaterloo.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+Reply-To: sfischme@uwaterloo.ca\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 10 Dec 2014 01:03:11 -0000\r
+\r
+Hi,\r
+\r
+I'm thinking of how to realize the mail snoozing feature with notmuch,\r
+so that certain emails won't become visible (in the search) until a\r
+certain day/time (e.g., 10 days from now).\r
+\r
+Using the tag as an absolute date when the mail should become visible\r
+again, tags should be searchable and interpretable as dates. The search\r
+would then be something like: notmuch search tag-as-date < now and\r
+tag:inbox\r
+\r
+Using the receive date as base and encoding the delay as relative time\r
+from that, would still need the ability to interpret tag values as\r
+numbers:\r
+\r
+notmuch search date:01012011..15days and tag-as-number < 10 and tag:inbox\r
+\r
+Any ideas how the snoozing feature can be implemented with what is\r
+already present in notmuch?\r
+\r
+Thanks,\r
+  Sebastian\r