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