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 C882D6DE143D for ; Mon, 3 Jun 2019 08:21:14 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.044 X-Spam-Level: X-Spam-Status: No, score=-0.044 tagged_above=-999 required=5 tests=[AWL=-0.043, SPF_PASS=-0.001] 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 R41FiRNTzAcs for ; Mon, 3 Jun 2019 08:21:12 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id BD5226DE1417 for ; Mon, 3 Jun 2019 08:21:12 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1hXolo-0004Yr-Rr; Mon, 03 Jun 2019 11:21:08 -0400 Received: (nullmailer pid 6559 invoked by uid 1000); Mon, 03 Jun 2019 15:21:07 -0000 From: David Bremner To: "Rollins, Jameson" , =?utf-8?Q?=C3=96rjan?= Ekeberg , "notmuch@notmuchmail.org" Subject: Re: notmuch-message-mark-replied In-Reply-To: <87d0jusnr4.fsf@caltech.edu> References: <87r28e40m6.fsf@tethera.net> <87sgsrt4at.fsf@swing.csc.kth.se> <875zpnota5.fsf@tethera.net> <87d0jusnr4.fsf@caltech.edu> Date: Mon, 03 Jun 2019 12:21:07 -0300 Message-ID: <87lfyibspo.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Mon, 03 Jun 2019 15:21:14 -0000 "Rollins, Jameson" writes: > I have the following in my emacs config: > > '(message-send-hook > (quote > (notmuch-message-mark-replied notmuch-fcc-header-setup))) As far as I know it can be deleted. At least both marking as replied and fcc headers work OK for me without it. d