From: Franz Fellner Date: Sat, 18 Oct 2014 20:30:08 +0000 (+0200) Subject: Re: [PATCH] VIM: Improve moving between messages in a thread X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a77fd20404e960c0a523a36b8102f8d7d25240cf;p=notmuch-archives.git Re: [PATCH] VIM: Improve moving between messages in a thread --- diff --git a/58/325c2fa47eb47f341cbceca894157ec1b0a40f b/58/325c2fa47eb47f341cbceca894157ec1b0a40f new file mode 100644 index 000000000..331def405 --- /dev/null +++ b/58/325c2fa47eb47f341cbceca894157ec1b0a40f @@ -0,0 +1,91 @@ +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 4E4C7431FB6 + for ; Sat, 18 Oct 2014 13:30:04 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, 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 gC6wFoizKEDv for ; + Sat, 18 Oct 2014 13:29:58 -0700 (PDT) +Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com + [74.125.82.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 9879F431FAF for ; Sat, 18 Oct 2014 13:29:58 -0700 + (PDT) +Received: by mail-wg0-f49.google.com with SMTP id x12so2964196wgg.8 + for ; Sat, 18 Oct 2014 13:29:57 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=date:from:to:cc:message-id:in-reply-to:references:subject + :mime-version:content-type:content-transfer-encoding; + bh=z9IRKQnAZ1NdirojpttNd+elST65Y72RlJI2jPbO2J4=; + b=O3mbmcbo7ZRo0Xjt8pWqHw7HF6DXOHIUmUNLnM1B2SHB7vCp+VfULm5cURceTb6N1K + YAgcP+byzJbT+ac90uE6qmm0k8bJyaReRtjOGK7dPcbYQghLlytfwtPlq5DKZUPQeios + mbk5YdyeHnoMESsaDPONQ9mbVkCWrnRVDxDaD4nTs80CDsRfrCjpusQ8aNsb0nwdNE4o + +xmngUtW00tnAeoqorKQT2d5RNGyA73gO12vrRahSB0MWGyJVHwndmhyP6bVdz8M5HM3 + oBDjct7eQnlYCtcyTVp2SaOr0Fmfgf90woJBKEC9hvpgNJpIQ5CKjZmLKpyox3vHWzEH + zpkg== +X-Received: by 10.194.110.104 with SMTP id hz8mr20083289wjb.62.1413664197336; + Sat, 18 Oct 2014 13:29:57 -0700 (PDT) +Received: from localhost (p5B00C687.dip0.t-ipconnect.de. [91.0.198.135]) + by mx.google.com with ESMTPSA id ny6sm3912044wic.22.2014.10.18.13.29.55 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 18 Oct 2014 13:29:56 -0700 (PDT) +Date: Sat, 18 Oct 2014 22:30:08 +0200 +From: Franz Fellner +To: Ian Main , + Ian Main +Message-ID: <5442cdd02d5a0_255f136de940@TP_L520.notmuch> +In-Reply-To: <543823c57b0e9_46ad163fe8863@ovo.mains.priv.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> +Subject: Re: [PATCH] VIM: Improve moving between messages in a thread +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: Sat, 18 Oct 2014 20:30:04 -0000 + +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. + +Franz