From: Tomi Ollila Date: Sat, 15 Nov 2014 13:35:43 +0000 (+0200) Subject: Re: [PATCH] VIM v2: Add a 'tag all' folder option. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31d8ad9b2c4d4810b3f5031c94ef2243fc7e9b45;p=notmuch-archives.git Re: [PATCH] VIM v2: Add a 'tag all' folder option. --- diff --git a/47/93797e0266d42cced9fe045fb96e1b267b5940 b/47/93797e0266d42cced9fe045fb96e1b267b5940 new file mode 100644 index 000000000..6a6b4bde1 --- /dev/null +++ b/47/93797e0266d42cced9fe045fb96e1b267b5940 @@ -0,0 +1,72 @@ +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 16956431FC2 + for ; Sat, 15 Nov 2014 05:36:36 -0800 (PST) +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 zT2-TMsEb7Zf for ; + Sat, 15 Nov 2014 05:36:00 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id A16AB431FBC + for ; Sat, 15 Nov 2014 05:36:00 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 35C0D10008D; + Sat, 15 Nov 2014 15:35:44 +0200 (EET) +From: Tomi Ollila +To: David Bremner , Ian Main , + notmuch@notmuchmail.org +Subject: Re: [PATCH] VIM v2: Add a 'tag all' folder option. +In-Reply-To: <877fywn8sw.fsf@maritornes.cs.unb.ca> +References: <1412208162-30436-1-git-send-email-imain@stemwinder.org> + <877fywn8sw.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.19~rc1+9~g3a71162 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +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, 15 Nov 2014 13:36:36 -0000 + +On Sat, Nov 15 2014, David Bremner wrote: + +> Ian Main writes: +> +>> This adds the ability to mark an entire folder as read (or any other +>> tags you like once you map it). +>> +>> This update adds documentation for the command. +> +> This seems to work. It also seems slightly dangerous as a keybinding, +> e.g. one key can remove thousands of tags. I'd like feedback from +> users about the "mapping". + +Maybe yes/no (or y/n) confirmation ? + + +> +> d + +Tomi