Re: RFC: Adding an attachment composition interface to notmuch
authorJesse Rosenthal <jrosenthal@jhu.edu>
Mon, 26 Apr 2010 03:00:54 +0000 (23:00 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:53 +0000 (09:36 -0800)
91/8ec22829445497d0a35159628f0e3f334e0c91 [new file with mode: 0644]

diff --git a/91/8ec22829445497d0a35159628f0e3f334e0c91 b/91/8ec22829445497d0a35159628f0e3f334e0c91
new file mode 100644 (file)
index 0000000..55fd4d6
--- /dev/null
@@ -0,0 +1,64 @@
+Return-Path: <prvs=jrosenthal=725142bc3@jhu.edu>\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 4F1C74196F0\r
+       for <notmuch@notmuchmail.org>; Sun, 25 Apr 2010 20:00:58 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -4.2\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham\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 esmbDJvbY1Eu for <notmuch@notmuchmail.org>;\r
+       Sun, 25 Apr 2010 20:00:57 -0700 (PDT)\r
+Received: from ipex2.johnshopkins.edu (ipex2.johnshopkins.edu [162.129.8.151])\r
+       by olra.theworths.org (Postfix) with ESMTP id 28833431FC1\r
+       for <notmuch@notmuchmail.org>; Sun, 25 Apr 2010 20:00:56 -0700 (PDT)\r
+X-IronPort-AV: E=Sophos;i="4.52,271,1270440000"; d="scan'208";a="324641372"\r
+Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky)\r
+       ([69.255.36.229])\r
+       by ipex2.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
+       25 Apr 2010 23:00:56 -0400\r
+Received: from jkr by lucky with local (Exim 4.69)\r
+       (envelope-from <jrosenthal@jhu.edu>)\r
+       id 1O6EZ4-0003h5-FD; Sun, 25 Apr 2010 23:00:54 -0400\r
+From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
+To: Dirk Hohndel <hohndel@infradead.org>, notmuch@notmuchmail.org\r
+Subject: Re: RFC: Adding an attachment composition interface to notmuch\r
+In-Reply-To: <m3y6ga3oxl.fsf@x200.gr8dns.org>\r
+References: <87sk8vz3hm.fsf@jhu.edu> <87tyqzja4m.fsf@jhu.edu>\r
+       <m3y6ga3oxl.fsf@x200.gr8dns.org>\r
+User-Agent: Notmuch/0.2-151-gec6d78a (http://notmuchmail.org) Emacs/23.1.1\r
+       (i486-pc-linux-gnu)\r
+Date: Sun, 25 Apr 2010 23:00:54 -0400\r
+Message-ID: <8739yidijd.fsf@jhu.edu>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\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: Mon, 26 Apr 2010 03:00:58 -0000\r
+\r
+On Sun, 25 Apr 2010 19:52:54 -0700, Dirk Hohndel <hohndel@infradead.org> wrote:\r
+> From your description I can't quite tell if tach is overkill,\r
+> though. When I just attach a file I'd like to be able to do this just\r
+> using the minibuffer to pick a file - not having to open another buffer,\r
+> press +, find the file, etc...\r
+\r
+I agree, for the most part -- but if you're attaching multiple files, or\r
+decide to change which file you're attaching, some sort of list view is\r
+necessary. Or at least, at is for me. Anyway, I tried to make it pretty\r
+unobtrusive and intuitive, so hopefully it won't *feel* too much like\r
+overkill.\r