Re: Boomerang-like additions?
authorDavid Bremner <david@tethera.net>
Tue, 23 Feb 2016 15:25:08 +0000 (11:25 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:11 +0000 (16:21 -0700)
ca/8d6a3444d055b00caafab51c109a46c83dd407 [new file with mode: 0644]

diff --git a/ca/8d6a3444d055b00caafab51c109a46c83dd407 b/ca/8d6a3444d055b00caafab51c109a46c83dd407
new file mode 100644 (file)
index 0000000..fe60cef
--- /dev/null
@@ -0,0 +1,77 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 218816DE0B29\r
+ for <notmuch@notmuchmail.org>; Tue, 23 Feb 2016 07:25:20 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.037\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.037 tagged_above=-999 required=5\r
+ tests=[AWL=-0.026, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id LzJmrrPRvcmG for <notmuch@notmuchmail.org>;\r
+ Tue, 23 Feb 2016 07:25:16 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 3F0226DE0AC2\r
+ for <notmuch@notmuchmail.org>; Tue, 23 Feb 2016 07:25:16 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aYEqW-00066I-EN; Tue, 23 Feb 2016 10:25:52 -0500\r
+Received: (nullmailer pid 5000 invoked by uid 1000);\r
+ Tue, 23 Feb 2016 15:25:08 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Stanislav Ochotnicky <sochotnicky@redhat.com>, notmuch@notmuchmail.org\r
+Subject: Re: Boomerang-like additions?\r
+In-Reply-To: <87ziuwyb7f.fsf@sochotnicky.usersys.redhat.com>\r
+References: <87ziuwyb7f.fsf@sochotnicky.usersys.redhat.com>\r
+User-Agent: Notmuch/0.21+5~gca076ce (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Tue, 23 Feb 2016 11:25:08 -0400\r
+Message-ID: <87vb5fla97.fsf@tesseract.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 23 Feb 2016 15:25:20 -0000\r
+\r
+Stanislav Ochotnicky <sochotnicky@redhat.com> writes:\r
+\r
+> Heya folks,\r
+>\r
+> I recently stumbled on http://www.boomeranggmail.com/\r
+>\r
+> It does have some nifty features (like archiving email\r
+> until later point, or only if nobody replies until certain date). Some\r
+> of them seem like they should be fairly easy to script.\r
+>\r
+> What I could imagine without too much issues:\r
+>  * Decide on tag format\r
+>    * start with boom\r
+>    * optional "only if no replies": _NR\r
+>    * date in format: _YYYYMMDD\r
+>    * optional time: _MMHH\r
+>  * a cron job looking at all threads with "boom" and deciding if it's\r
+>    time to return\r
+>\r
+> I looked at archives and didn't find anything. Has anyone tried to do\r
+> this? I don't want to do NiH :-)\r
+\r
+It sounds related (although maybe not exactly the same as) "snoozing"\r
+mail. That has been discussed on list a bit; "nevermore" includes an\r
+implementation that could probably be borrowed, for example.\r
+\r
+d\r