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