Re: Emacs: postponing messages
authorBrian Sniffen <bts@evenmere.org>
Wed, 10 Aug 2016 16:59:11 +0000 (12:59 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:22:22 +0000 (16:22 -0700)
3d/1669888565f50dc7b01652361af671ea7dd63e [new file with mode: 0644]

diff --git a/3d/1669888565f50dc7b01652361af671ea7dd63e b/3d/1669888565f50dc7b01652361af671ea7dd63e
new file mode 100644 (file)
index 0000000..82899fa
--- /dev/null
@@ -0,0 +1,78 @@
+Return-Path: <bsniffen@akamai.com>\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 EDDDA6DE01C2\r
+ for <notmuch@notmuchmail.org>; Wed, 10 Aug 2016 10:05:32 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.873\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.873 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ HEADER_FROM_DIFFERENT_DOMAINS=0.001, SPF_SOFTFAIL=0.972]\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 HCdViS4CR1uD for <notmuch@notmuchmail.org>;\r
+ Wed, 10 Aug 2016 10:05:23 -0700 (PDT)\r
+X-Greylist: delayed 370 seconds by postgrey-1.35 at arlo;\r
+ Wed, 10 Aug 2016 10:05:23 PDT\r
+Received: from istari.evenmere.org (istari.evenmere.org [136.248.125.194])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 92F086DE00DA\r
+ for <notmuch@notmuchmail.org>; Wed, 10 Aug 2016 10:05:23 -0700 (PDT)\r
+Received: by istari.evenmere.org (Postfix, from userid 1000)\r
+ id 49DB21E05B5; Wed, 10 Aug 2016 12:59:11 -0400 (EDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=evenmere.org;\r
+ s=default; t=1470848351;\r
+ bh=Cy5HP0oqTY6iTmw/+RLnK2DF4CKJej1M1HiKdHXBcqg=;\r
+ h=From:To:Subject:Date:From;\r
+ b=FvourBn+tnCcgviH8eXT4nV8yhu4DnAogVrw2+vLz7u7BZSwuujU1m+x9KlisWq0G\r
+ Y1gkMKru54cqaLw2oNb94P9VbQh3830RoO/Rt8nV+EPWSsNQ+B0dZtp/MgJjc+GQTh\r
+ 52AcR/CraB7FUMh9bmf5htcaS/hhtSSNEVv9v2IQ=\r
+From: Brian Sniffen <bts@evenmere.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: Emacs: postponing messages\r
+User-Agent: Notmuch/0.22+28~gb9bf3f4 (https://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Wed, 10 Aug 2016 12:59:11 -0400\r
+Message-ID: <87h9asef1c.fsf@istari.evenmere.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-Mailman-Approved-At: Thu, 11 Aug 2016 09:22:00 -0700\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: Wed, 10 Aug 2016 17:05:33 -0000\r
+\r
+I just found this thread from June while looking to resume a draft saved\r
+from another program (dovecot) and which was given the 'draft' tag by\r
+synchronization from Maildir flags.  Mark, thanks!\r
+\r
+I *think* all I have to do to deal with other clients accessing the\r
+Maildir through IMAP is to remove 'Message-ID from message-deletable\r
+headers, because other clients may be watching for that---though this\r
+only matters if the draft is resumed and postponed again, rather than\r
+deleted.\r
+\r
+Does that sound right?\r
+\r
+      (when draft\r
+       (notmuch-message-unquote-some-mml))\r
+\r
+One comment here: anyone using maildir flag synchronization will have\r
+items with tag:draft but no quoted MML.  To help them reasonably\r
+*discuss* quoted MML, even when working from a mix of notmuch and other\r
+MUAs, can this use a distinct tag?  For example, tag:quoted-mml?\r
+\r
+Thanks,\r
+Brian\r