Re: Emacs: postponing messages
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 2 Jun 2016 20:36:39 +0000 (16:36 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:56 +0000 (16:21 -0700)
02/5e4df2e442549504e5799da488b92d6c6c3ae1 [new file with mode: 0644]

diff --git a/02/5e4df2e442549504e5799da488b92d6c6c3ae1 b/02/5e4df2e442549504e5799da488b92d6c6c3ae1
new file mode 100644 (file)
index 0000000..6a80887
--- /dev/null
@@ -0,0 +1,131 @@
+Return-Path: <dkg@fifthhorseman.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 67D966DE01D0\r
+ for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 13:36:56 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.02\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.02 tagged_above=-999 required=5 tests=[AWL=-0.020]\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 f7JhOxjx-uFk for <notmuch@notmuchmail.org>;\r
+ Thu,  2 Jun 2016 13:36:48 -0700 (PDT)\r
+Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118])\r
+ by arlo.cworth.org (Postfix) with ESMTP id C30216DE00DB\r
+ for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 13:36:47 -0700 (PDT)\r
+Received: from fifthhorseman.net (unknown [38.109.115.130])\r
+ by che.mayfirst.org (Postfix) with ESMTPSA id 6BFC1F98B;\r
+ Thu,  2 Jun 2016 16:36:43 -0400 (EDT)\r
+Received: by fifthhorseman.net (Postfix, from userid 1000)\r
+ id 34943201E6; Thu,  2 Jun 2016 16:36:43 -0400 (EDT)\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: Emacs: postponing messages\r
+In-Reply-To: <87mvn330zr.fsf@qmul.ac.uk>\r
+References: <87mvn330zr.fsf@qmul.ac.uk>\r
+User-Agent: Notmuch/0.22+16~g87b7bd4 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Thu, 02 Jun 2016 16:36:39 -0400\r
+Message-ID: <8760trqqeg.fsf@alice.fifthhorseman.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+ micalg=pgp-sha512; protocol="application/pgp-signature"\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: Thu, 02 Jun 2016 20:36:56 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+On Thu 2016-06-02 14:21:44 -0400, Mark Walters wrote:\r
+> My broad idea for postpone is to take the partial message, use notmuch\r
+> insert to put it in the database with a "postponed" tag, and then on\r
+> resume fetch the raw message and go into notmuch-message-mode, and also\r
+> either add a deleted tag to the resumed message, or better actually\r
+> delete the resumed message. Finally, we would add postponed to the\r
+> excluded tags list, so that postponed messages only show up when\r
+> searched for.\r
+\r
+I'd love to see this happen.  The terminology many other mail user\r
+agents use for this workflow is often "draft" or "drafts" so we might do\r
+well to adopt that term, instead of using "postpone", which i don't\r
+think is as widely-used.\r
+\r
+> An alternative would be to attach the attachments with the postponed\r
+> message. This is probably doable by writing the message (as if being\r
+> fcc'd) to notmuch insert, and then using the mime-to-mml function to\r
+> reverse the process. The downside here is that now the attached file is\r
+> not the current file in the filesystem when you send -- ie its different\r
+> from the normal case.\r
+\r
+I like this approach, and i don't think that the caveat you're\r
+describing is a particuarly bad one, though it depends on how\r
+mime-to-mml works.\r
+\r
+I just tested it, and mime-to-mml actually produced something that was\r
+not directly sendable in notmuch-message-mode, because it didn't include\r
+the "--text follows this line--" break between headers and body :/  But\r
+this is probably fixable ;)\r
+\r
+However, mime-to-mml actually embedded the content of the included\r
+sub-part upon reconstruction and the filename was only the leaf filename\r
+(i'd included /home/dkg/tmp/test.txt, and in the reconstructed #part it\r
+said filename="test.txt" nofile=yes)\r
+\r
+Since this doesn't include the original path of the file (and it said\r
+"nofile=yes"), then i don't think it's a problem.\r
+\r
+One thing i should note is that if there's a message-id assigned during\r
+saving of the draft, then we need to think carefully about how a draft\r
+that gets saved multiple times gets indexed.  it'll have the same\r
+message-id, which is good, but there will likely be multiple files\r
+referencing it, each with different content.  ideally, there would only\r
+be one copy indexed, and it would be the latest one.  Also, the\r
+actually-sent mail should be indexed in preference over a previous\r
+draft.\r
+\r
+The above pieces would all be really great to have!  In addition, if\r
+they were in place, it'd be good to have an variant notmuch-search view\r
+that lists the recipients instead of the senders, so that i can do a\r
+search for tag:draft and actually see who the messages were sent to,\r
+instead of my own name (as the sender) on each item :)\r
+\r
+        --dkg\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature; name="signature.asc"\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v2\r
+\r
+iQJ8BAEBCgBmBQJXUJjYXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w\r
+ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFREIyRTc0RjU2RkNGMkI2NzI5N0I3MzUy\r
+NEVDRkY1QUZGNjgzNzBBAAoJECTs/1r/aDcKPjoQAJnoQA3FDsZ+GMDu7hbfh0gD\r
+QepjocxPX1ER1SEOUVgy7fFUE4chHbG/mKyKyVYF40DHMEJvri3GMyavw0fFvEA+\r
+NHL2mrDZqDC2MbhlqZps13tvD3RVUPkhiaZjVavVXIEgoqQzQOA00pCbRrj7iRQ/\r
+Aadkx5ra4RmeGKWqvNDsPEy4oZPR5Gig9nQEUrwdVD/YXkMjU849/tq4ZfqP9Qec\r
+RuL6YKDz9PgOIDGZb86ePrwcFq6ekHoeI6u/EPIG1ov7fIGchVWRlbatEOeF09Xq\r
+REyGDtsnGfW0axFUPsBbJVSPz+B2hQpRfqn53Di3+8j2+R/l/kCGrRsN8eKJQbKe\r
+sANY3KRpY1sq/GkhTRERgXQPD9MTeCZBeerIUrwIECbOfe6QFutN7yxlX54QO/kj\r
+k1zvMurLWW+b7E/MJ1jL96CUc0AVjFdMdz9Pjs2510+5PEgXJxRAHDTg++tw2U3S\r
+yzTj1rsREmkdf/78H38lDK1zhZcxtAYlCl4cNduGsAaB6tJG+rsPuJgtqUynDDtA\r
+fNClsCcXLUgGjBFIlNBA95G/PK40u/qKfrSCVyrFy87STtJvwxNX1FaYqMQ7YNiV\r
+gQHi0f9wE+kNjI5GoudsCmAmLc17iyMZG5d++XhskvSFk4xNqsPNYEKTpOs+FaTm\r
+SRcDSU4waEF3ayWV8geb\r
+=5ZYr\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r