Re: [PATCH 0/2] vim plugin: implement viewing/saving attachments
authorRyan Harper <rharper@shake.ath.cx>
Mon, 19 Sep 2011 18:15:32 +0000 (13:15 +1900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:28 +0000 (09:39 -0800)
18/3dd63284eeccf226da7704c5237a0c81a29473 [new file with mode: 0644]

diff --git a/18/3dd63284eeccf226da7704c5237a0c81a29473 b/18/3dd63284eeccf226da7704c5237a0c81a29473
new file mode 100644 (file)
index 0000000..19fbdbc
--- /dev/null
@@ -0,0 +1,77 @@
+Return-Path: <rharper@shake.ath.cx>\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 71AC2431FD0\r
+       for <notmuch@notmuchmail.org>; Mon, 19 Sep 2011 11:16:16 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 k96+3J6OfAaG for <notmuch@notmuchmail.org>;\r
+       Mon, 19 Sep 2011 11:16:15 -0700 (PDT)\r
+Received: from mail-ew0-f51.google.com (mail-ew0-f51.google.com\r
+       [209.85.215.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id ABCEA431FB6\r
+       for <notmuch@notmuchmail.org>; Mon, 19 Sep 2011 11:16:15 -0700 (PDT)\r
+Received: by ewy5 with SMTP id 5so1199975ewy.38\r
+       for <notmuch@notmuchmail.org>; Mon, 19 Sep 2011 11:16:14 -0700 (PDT)\r
+Received: by 10.52.21.3 with SMTP id r3mr2375612vde.437.1316456173925;\r
+       Mon, 19 Sep 2011 11:16:13 -0700 (PDT)\r
+Received: from localhost\r
+ (r74-193-78-30.pfvlcmta01.grtntx.tl.dh.suddenlink.net.        [74.193.78.30]) by\r
+ mx.google.com with ESMTPS id ch2sm15568795vdc.19.2011.09.19.11.16.09\r
+       (version=TLSv1/SSLv3 cipher=OTHER);     Mon, 19 Sep 2011 11:16:10 -0700 (PDT)\r
+Message-ID: <4e7786ea.62b0340a.101a.ffffd05f@mx.google.com>\r
+From: Ryan Harper <rharper@shake.ath.cx>\r
+Subject: Re: [PATCH 0/2] vim plugin: implement viewing/saving attachments\r
+To: Blake Sweeney <blakes.85@gmail.com>, notmuch@notmuchmail.org\r
+In-Reply-To: <4e768a72.2888ec0a.1eb5.29f3@mx.google.com>\r
+References: <1316226470-30001-1-git-send-email-rharper@shake.ath.cx>\r
+       <4e768a72.2888ec0a.1eb5.29f3@mx.google.com>\r
+Date: Mon, 19 Sep 2011 13:15:32 -0500\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, 19 Sep 2011 18:16:16 -0000\r
+\r
+On Sun, 18 Sep 2011 20:18:56 -0400, Blake Sweeney <blakes.85@gmail.com> wrote:\r
+> On Fri, 16 Sep 2011 21:27:48 -0500, Ryan Harper <rharper@shake.ath.cx> wrote:\r
+> > I've just started using notmuch and the vim plugin.  I'm almost ready to ditch\r
+> > my mutt config, but I really needed attachment viewing/saving.\r
+> > \r
+> > I've got something functional, but I've never hacked on vimscript before so\r
+> > looking for feedback on how to clean up the patches.\r
+> > \r
+> > \r
+> > Ryan --- Give a man a beer, he'll drink for the day. Teach a man to brew,\r
+> > he'll be drunk the rest of his life.\r
+> > \r
+> \r
+> In the second patch you have a typo, the function is called\r
+> NM_show_save_mime_part in the config but should be called\r
+> NM_show_save_mime_parts. Other than that, I tried it and like it. \r
+\r
+Blake,\r
+\r
+thanks for testing and catching that.  I did the patches out of repository and\r
+was transplanting back to the git repo.  I'll fixup and resubmit.\r
+\r
+\r
+Ryan\r
+-- \r
+Give a man a beer, he'll drink for the day. Teach a man to brew, he'll be drunk the rest of his life.\r