Re: [PATCH] VIM: Add better attachment support
authorIan Main <imain@stemwinder.org>
Fri, 10 Oct 2014 18:15:48 +0000 (11:15 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:05:11 +0000 (10:05 -0800)
7c/1b4b0520c74f0f1cc8079b9952f4fa6f5621f9 [new file with mode: 0644]

diff --git a/7c/1b4b0520c74f0f1cc8079b9952f4fa6f5621f9 b/7c/1b4b0520c74f0f1cc8079b9952f4fa6f5621f9
new file mode 100644 (file)
index 0000000..d4991fe
--- /dev/null
@@ -0,0 +1,74 @@
+Return-Path: <imain@redhat.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 olra.theworths.org (Postfix) with ESMTP id F0700431FC7\r
+       for <notmuch@notmuchmail.org>; Fri, 10 Oct 2014 11:15:59 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 UCwMulSX2n7T for <notmuch@notmuchmail.org>;\r
+       Fri, 10 Oct 2014 11:15:54 -0700 (PDT)\r
+Received: from cmta12.telus.net (cmta12.telus.net [209.171.16.85])\r
+       by olra.theworths.org (Postfix) with ESMTP id 610E3431FBC\r
+       for <notmuch@notmuchmail.org>; Fri, 10 Oct 2014 11:15:54 -0700 (PDT)\r
+Received: from ovo.mains.priv ([207.102.88.62]) by cmta12.telus.net with TELUS\r
+       id 1WFs1p0051LiWEf01WFsJe; Fri, 10 Oct 2014 12:15:53 -0600\r
+X-Authority-Analysis: v=2.0 cv=f5eW8pOM c=1 sm=2\r
+       a=EcQDfIwDZEqJA1f7rVUV8Q==:17 a=S-IsBHyFrF4A:10 a=IkcTkHD0fZMA:10\r
+       a=tsa3CZZnAAAA:8 a=YwWlEtPGWg-4dOt6BFAA:9 a=QEXdDO2ut3YA:10\r
+       a=EcQDfIwDZEqJA1f7rVUV8Q==:117\r
+X-Telus-Outbound-IP: 207.102.88.62\r
+Received: from ovo.mains.priv (localhost.localdomain [127.0.0.1])\r
+       by ovo.mains.priv (8.14.8/8.14.8) with ESMTP id s9AIFn7n024872;\r
+       Fri, 10 Oct 2014 11:15:50 -0700\r
+Received: (from imain@localhost)\r
+       by ovo.mains.priv (8.14.8/8.14.8/Submit) id s9AIFmFe024871;\r
+       Fri, 10 Oct 2014 11:15:48 -0700\r
+X-Authentication-Warning: ovo.mains.priv: imain set sender to imain@redhat.com\r
+       using -f\r
+Date: Fri, 10 Oct 2014 11:15:48 -0700\r
+From: Ian Main <imain@stemwinder.org>\r
+To: Franz Fellner <alpine.art.de@gmail.com>\r
+Message-ID: <54382254ab62f_46ad163fe8831@ovo.mains.priv.notmuch>\r
+In-Reply-To: <20141010115717.GI28601@TP_L520.localdomain>\r
+References: <1412236132-9624-1-git-send-email-imain@stemwinder.org>\r
+       <20141010115717.GI28601@TP_L520.localdomain>\r
+Subject: Re: [PATCH] VIM: Add better attachment support\r
+Mime-Version: 1.0\r
+Content-Type: text/plain;\r
+ charset=utf-8\r
+Content-Transfer-Encoding: 7bit\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\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: Fri, 10 Oct 2014 18:16:00 -0000\r
+\r
+Franz Fellner wrote:\r
+> It works as described. But IMHO it would be better to prompt the user to\r
+> enter the location where he wants to save the attachment(s). This path\r
+> could be taken if s:notmuch_attachment_tmpdir_default is set to empty.\r
+> Or implement a different function for "save to".\r
+\r
+It would be easy to add a filename prompt for saving a specific attachment.\r
+I can preload it with the default value and it'll just mean one more keystroke\r
+if that location is ok with you.\r
+\r
+Sound good?\r
+\r
+    Ian\r