From: Sebastian Fischmeister Date: Fri, 6 Feb 2015 21:43:00 +0000 (+1900) Subject: Undo function or history log X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d59e5649eb591fcbbc46d4430868497ffa548ccb;p=notmuch-archives.git Undo function or history log --- diff --git a/55/e278cc98fc43e277c56d681e5647ee6a92092e b/55/e278cc98fc43e277c56d681e5647ee6a92092e new file mode 100644 index 000000000..accd37615 --- /dev/null +++ b/55/e278cc98fc43e277c56d681e5647ee6a92092e @@ -0,0 +1,58 @@ +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 023B8431FBF + for ; Fri, 6 Feb 2015 13:43:06 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 aoqY0inqsJAL for ; + Fri, 6 Feb 2015 13:43:03 -0800 (PST) +Received: from connect.uwaterloo.ca (connhub1.connect.uwaterloo.ca + [129.97.149.113]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id C18FC431FAE + for ; Fri, 6 Feb 2015 13:43:03 -0800 (PST) +Received: from uwaterloo.ca (129.97.68.117) by connhub1.connect.uwaterloo.ca + (129.97.149.113) with Microsoft SMTP Server (TLS) id 14.3.195.1; + Fri, 6 Feb 2015 16:43:00 -0500 +From: Sebastian Fischmeister +To: notmuch +Subject: Undo function or history log +X-Homepage: http://esg.uwaterloo.ca +Date: Fri, 6 Feb 2015 16:43:00 -0500 +Message-ID: <87twyywwcp.fsf@uwaterloo.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +Reply-To: sfischme@uwaterloo.ca +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 06 Feb 2015 21:43:07 -0000 + +Hi, + +I very much appreciate the ability to have simple shortcuts set tags, +refresh the view, etc. Unfortunately, sometimes, things happen +accidentally --- think of the cat walking on the keyboard --- and +consequently somethings might get lost due to wrong tags. + +Does anyone have a good solution for an undo function for setting or +deleting tags? + + Sebastian