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 1C3BD40DEEC for ; Thu, 18 Nov 2010 23:25:01 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2 X-Spam-Level: X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham 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 C-Ch0AX2VgtR for ; Thu, 18 Nov 2010 23:24:50 -0800 (PST) Received: from homiemail-a18.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by olra.theworths.org (Postfix) with ESMTP id D3D1040DEEB for ; Thu, 18 Nov 2010 23:24:50 -0800 (PST) Received: from homiemail-a18.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTP id F2F4325006B for ; Thu, 18 Nov 2010 23:24:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=SSpaeth.de; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=sspaeth.de; b=cKmWY4qbEO5FbC6sKKFoWJ/HnZ9O4Vpg0ZxDgjqM2NmFJWWoPYC4Ftgj9dpj3 zHgr8CmQ3S3BPGdIeFbxFtQEJOF8V57om84t6dGuXgC4ajHok8Hr6BRtE0azxY1f 5xswBJ/oH2XgNLsyXq3qmxCNEJ6hZykZLWR4cm/kE2yjQ8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=SSpaeth.de; h=from:to :subject:date:message-id:mime-version:content-type; s=sspaeth.de ; bh=C7N7t5u2Ljdw3yITITPtGx/WN+o=; b=fJeDSRzPJxUV7ujxeK/zXru+37j rGOLeZRnIl6d8vwcDhacKjdckfcZM2p0r84Rtp3LzgEU392Dn7yvNGruSuoF9/r9 NVccFrb5pG5tHawvrLguzH4zDOBToRlUjQud6NjEalIpcebXEr0DpipZe7LoE7FL gqlq/Nsp1PhHgz9Y= Received: from spaetzbook.sspaeth.de (unknown [84.55.209.24]) (Authenticated sender: fax@sspaeth.de) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTPA id 7ADF2250069 for ; Thu, 18 Nov 2010 23:24:47 -0800 (PST) Received: by spaetzbook.sspaeth.de (sSMTP sendmail emulation); Fri, 19 Nov 2010 08:24:44 +0100 From: Sebastian Spaeth To: Notmuch developer list Subject: "empty" tag User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.1.1 (x86_64-pc-linux-gnu) Date: Fri, 19 Nov 2010 08:24:44 +0100 Message-ID: <878w0pai83.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 19 Nov 2010 07:25:01 -0000 Just some observation with respect to the mysterious "empty" tag. In notmuch-show, if I press +, you can see the tag line changing, so it has been adding something (a newline?). You can remove it again with -. IMHO we should protect against adding this from the emacs UI. I sometimes press accidentally +, and want to get out of the dialog by pressing return (rather than c-g). Sebastian