From: Ian Main Date: Thu, 16 Oct 2014 22:30:11 +0000 (+1700) Subject: Re: notmuch vim patches X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=14074667aedbf56e9a512dbea766f2b23874a86f;p=notmuch-archives.git Re: notmuch vim patches --- diff --git a/a0/ee729ae0b25014c4cdd4a4eb540bde8ec28567 b/a0/ee729ae0b25014c4cdd4a4eb540bde8ec28567 new file mode 100644 index 000000000..a2f8b35bd --- /dev/null +++ b/a0/ee729ae0b25014c4cdd4a4eb540bde8ec28567 @@ -0,0 +1,98 @@ +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 94111431FBC + for ; Thu, 16 Oct 2014 15:30:22 -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 H+oOrbPRP7dq for ; + Thu, 16 Oct 2014 15:30:15 -0700 (PDT) +Received: from cmta2.telus.net (cmta2.telus.net [209.171.16.75]) + by olra.theworths.org (Postfix) with ESMTP id 3F004431FAF + for ; Thu, 16 Oct 2014 15:30:15 -0700 (PDT) +Received: from ovo.mains.priv ([207.102.88.62]) by cmta2.telus.net with TELUS + id 3yWD1p00S1LiWEf01yWDNS; Thu, 16 Oct 2014 16:30:14 -0600 +X-Authority-Analysis: v=2.0 cv=ErcMW1gA c=1 sm=2 + a=EcQDfIwDZEqJA1f7rVUV8Q==:17 a=K_0WnIvp2iAA:10 a=IkcTkHD0fZMA:10 + a=20KFwNOVAAAA:8 a=7343-z1_AAAA:8 a=Axa7K9yXPhYPdZkdM5MA:9 + a=QEXdDO2ut3YA:10 + a=0c-eHkXYtrgA: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 s9GMUC7P030571; + Thu, 16 Oct 2014 15:30:12 -0700 +Received: (from imain@localhost) + by ovo.mains.priv (8.14.8/8.14.8/Submit) id s9GMUBme030570; + Thu, 16 Oct 2014 15:30:11 -0700 +X-Authentication-Warning: ovo.mains.priv: imain set sender to imain@redhat.com + using -f +Date: Thu, 16 Oct 2014 15:30:11 -0700 +From: Ian Main +To: Franz Fellner +Message-ID: <544046f358233_2c291569e8c76@ovo.mains.priv.notmuch> +In-Reply-To: <20141016144109.GB3471@TP_L520.localdomain> +References: <543ecf59e21b8_2c291569e8c7e@ovo.mains.priv.notmuch> + <20141016144109.GB3471@TP_L520.localdomain> +Subject: Re: notmuch vim patches +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: Thu, 16 Oct 2014 22:30:22 -0000 + +Franz Fellner wrote: +> +> +> > I'm starting to realize that I could default to using 'enter' to both +> > open URI's and view attachments. Any other ideas welcome. +> +> - make some of the functions public so users can bind them to keys they +> want +> - introduce show_[prev,next]_unread_msg, probably factor out +> "show_scroll_to_msg()" and implement prev/next msg with that? + +You know I was just reading a thread and hit 'a' to archive a message +within the thread and for some reason it hung for a few seconds.. but it +made me think we should be able to press 'a' (or whatever archive key) +and have it archive and move to next unread. That seems to me to be a +good behavior with a natural flow. + + Ian + +> - use proper buffers instead of Scratch buffers, so BufExplorer also +> shows notmuch-vim buffers +> - folding of messages; add option to fold read messages by default. +> +> I think I can implement the second point (if you not already did +> that). +> I also looked into folding, but my knowledge of all the possiblities is +> not that good (manual folding markers look ugly, don't know if/how 'syntax' +> will work; and IMHO the user's shortcuts for folding should still work). +> +> Franz +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch + +