From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 4DD22431FD0 for ; Fri, 16 Sep 2011 19:28:12 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 66H7u7K+cfCo for ; Fri, 16 Sep 2011 19:28:11 -0700 (PDT) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A2AF6431FB6 for ; Fri, 16 Sep 2011 19:28:11 -0700 (PDT) Received: by ywt2 with SMTP id 2so4327118ywt.26 for ; Fri, 16 Sep 2011 19:28:10 -0700 (PDT) Received: by 10.101.88.17 with SMTP id q17mr68100anl.93.1316226489891; Fri, 16 Sep 2011 19:28:09 -0700 (PDT) Received: from localhost.localdomain (r74-193-78-30.pfvlcmta01.grtntx.tl.dh.suddenlink.net [74.193.78.30]) by mx.google.com with ESMTPS id u13sm27862929anf.14.2011.09.16.19.28.07 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Sep 2011 19:28:08 -0700 (PDT) From: Ryan Harper To: notmuch@notmuchmail.org Subject: [PATCH 0/2] vim plugin: implement viewing/saving attachments Date: Fri, 16 Sep 2011 21:27:48 -0500 Message-Id: <1316226470-30001-1-git-send-email-rharper@shake.ath.cx> X-Mailer: git-send-email 1.7.1 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: Sat, 17 Sep 2011 02:28:12 -0000 I've just started using notmuch and the vim plugin. I'm almost ready to ditch my mutt config, but I really needed attachment viewing/saving. I've got something functional, but I've never hacked on vimscript before so looking for feedback on how to clean up the patches. Ryan --- 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.