From: Tomi Ollila Date: Sun, 19 Oct 2014 09:51:36 +0000 (+0300) Subject: Re: [PATCH] VIM: Improve moving between messages in a thread X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a18f56a266fd25e7a74066be583879b8589e2a79;p=notmuch-archives.git Re: [PATCH] VIM: Improve moving between messages in a thread --- diff --git a/60/9e7689a1c98c456556bd47ba39b4f811f4f383 b/60/9e7689a1c98c456556bd47ba39b4f811f4f383 new file mode 100644 index 000000000..44f21a36f --- /dev/null +++ b/60/9e7689a1c98c456556bd47ba39b4f811f4f383 @@ -0,0 +1,85 @@ +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 95C8D431FBF + for ; Sun, 19 Oct 2014 02:52:00 -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=[none] + 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 B+-HWEU52utq for ; + Sun, 19 Oct 2014 02:51:55 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id B1786431FB6 + for ; Sun, 19 Oct 2014 02:51:55 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 57F5410008C; + Sun, 19 Oct 2014 12:51:36 +0300 (EEST) +From: Tomi Ollila +To: Franz Fellner , Ian Main , + Ian Main +Subject: Re: [PATCH] VIM: Improve moving between messages in a thread +In-Reply-To: <5442cdd02d5a0_255f136de940@TP_L520.notmuch> +References: <1412579537-7921-1-git-send-email-imain@stemwinder.org> + <1412618116-27586-1-git-send-email-imain@stemwinder.org> + <20141010112122.GB28601@TP_L520.localdomain> + <543823c57b0e9_46ad163fe8863@ovo.mains.priv.notmuch> + <5442cdd02d5a0_255f136de940@TP_L520.notmuch> +User-Agent: Notmuch/0.18.1+130~ga61922f (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +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: Sun, 19 Oct 2014 09:52:00 -0000 + +On Sat, Oct 18 2014, Franz Fellner wrote: + +> Ian Main wrote: +>> Franz Fellner wrote: +>> > Patch works fine for me. It also would be nice to have a "move to next +>> > unread message" function. +>> > Most beautiful would be a treeview of the thread structure. Currently +>> > threads are rendered as plain list, so you can't immediately see and +>> > jump to the quoted mail. Bower IMHO uses the best approach here. I tried +>> > emacs treeview but did not really like it (partly because I failed badly +>> > to implement a solution that shows treeview by default). Indent the +>> > whole large Message view IMHO also is not a good (at least to me) +>> > solution. +>> +>> Yeah I agree. This is a start anyway. As I use the vim client more my +>> plan is to just keep fixing things that get in my way. +> +> Great :) +> +> Just a LGTM to get this pushed. + +What was this 'vim_puts missed' comment in this thread -- I did not see any +followup patch that referred to it -- any potential reviewer may wonder the +same... + +> +> Franz + +Tomi