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 391EA431FAF for ; Thu, 26 Jan 2012 09:36:03 -0800 (PST) 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 gpVZMFYmNDw0 for ; Thu, 26 Jan 2012 09:36:02 -0800 (PST) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A678D431FAE for ; Thu, 26 Jan 2012 09:36:02 -0800 (PST) Received: by bkbzt19 with SMTP id zt19so779472bkb.26 for ; Thu, 26 Jan 2012 09:36:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer:in-reply-to:references; bh=lpfU4zeSHDfz9mi8ONIv6MXlxY5heNV/UdcBidzIU6Y=; b=O6hxRugxW/LS7N01CZ89mgBYMijMHMZCA+M7gkrKEU3n8JNuYWPyWg+HJgnIMbpa+2 YF7oc4FjSQtKEtagUau+dtCgmwN3LY4wwHC+gkZMt6/y0DbczWRPDY0KSs0yxWo0gHt7 jWKgZsKemgYEnT70ynbB6F8+xKBld061BdaSE= Received: by 10.204.152.145 with SMTP id g17mr1404136bkw.97.1327599361404; Thu, 26 Jan 2012 09:36:01 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id ez5sm10267997bkc.15.2012.01.26.09.36.00 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jan 2012 09:36:00 -0800 (PST) From: Dmitry Kurochkin To: notmuch@notmuchmail.org Subject: [PATCH v5 0/2] emacs: add completion to "tag all" operation Date: Thu, 26 Jan 2012 21:34:47 +0400 Message-Id: <1327599289-16865-1-git-send-email-dmitry.kurochkin@gmail.com> X-Mailer: git-send-email 1.7.8.3 In-Reply-To: <1327540351-5249-1-git-send-email-dmitry.kurochkin@gmail.com> References: <1327540351-5249-1-git-send-email-dmitry.kurochkin@gmail.com> 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, 26 Jan 2012 17:36:03 -0000 Changes: v5: * fixed comments from Austin's review [2] * add a second patch with `notmuch-search-operate-all' code cleanup suggested by Austin [1] v4: * do not change `notmuch-select-tag-with-completion' API, revert related changes v3: * fixed comments from Austin's review [1] v2: * s/thistag/this_tag/ for consistency with "that_tag", since we touch the line anyway Regards, Dmitry [1] id:"20120126013727.GB1176@mit.edu" [2] id:"20120126070439.GC1940@mit.edu"