From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id C5AD96DE014D for ; Wed, 25 Oct 2017 13:22:30 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.011, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9Db-fEcJHKYD for ; Wed, 25 Oct 2017 13:22:29 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 89B4B6DE0119 for ; Wed, 25 Oct 2017 13:22:29 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1e7S88-0007dL-AZ; Wed, 25 Oct 2017 16:18:24 -0400 Received: (nullmailer pid 10182 invoked by uid 1000); Wed, 25 Oct 2017 20:22:20 -0000 From: David Bremner To: Tomi Ollila , =?utf-8?Q?J=C3=BCrgen?= Beier , notmuch@notmuchmail.org Subject: Re: Newbie question defining deleted map In-Reply-To: References: <2f88b09d-902a-4ce3-2ce0-f25ca5434ecb@gmx.de> Date: Wed, 25 Oct 2017 13:22:20 -0700 Message-ID: <873767asg3.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Wed, 25 Oct 2017 20:22:30 -0000 Tomi Ollila writes: > On Wed, Oct 25 2017, J=C3=BCrgen Beier wrote: > >> Hi, >> >> I am trying to set up notmuch-emacs. >> >> I found the advice in the faq to define an key map "d" to add a "deleted= =20 >> tag" to the mail to be used in the notmuch message mode. >> >> I put according to the advice the following in my .emacs file: > > where is that advice? > > perhaps putting that to ~/.emacs.d/notmuch-config.el helps ? > > that file is loaded *after* notmuch is loaded so the keymap is defined It seems worth noting that recent versions of notmuch-emacs have a binding 'k d' that addes the deleted tag. This works at least in notmuch-search, notmuch-show and notmuch-tree mode.