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 639096DE0130 for ; Wed, 6 Apr 2016 10:47:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.564 X-Spam-Level: X-Spam-Status: No, score=-0.564 tagged_above=-999 required=5 tests=[AWL=0.347, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.211] 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 esaVjkh6-_x0 for ; Wed, 6 Apr 2016 10:47:39 -0700 (PDT) Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by arlo.cworth.org (Postfix) with ESMTPS id E28406DE009B for ; Wed, 6 Apr 2016 10:47:38 -0700 (PDT) Received: by mail-oi0-f48.google.com with SMTP id w85so67921619oiw.0 for ; Wed, 06 Apr 2016 10:47:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dukefoo-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version; bh=yUSnaKWVN5d/TmnVLD6KOGF8P1SqyzTl8PyqV0RoDj8=; b=xTasKQKQa9sDoUjdep6JdrgSmku7jYeeKBhAO8o7YsxPhsD4Hg2vXLarZVGaMS7SUB RITvhQnibVlITWLYSNkKXz1y9acqmiY9OVrzpyqY11t6iBxOcPlBNnWPg0RXx4ygXAhy RtnfRpAueXK8fVvtn/LFkcldgEb/BM36Y/LsDHXWOvcve1sAZ0IqjpJ8Bzt1pTT6GIvn CDzTyBr3TgpQ9d23uUiB7KXYJtuHF71sgZr18OEF/Abg2INqR+yv+BA1hDbwkT9F3h8C MNxSKZivSblgAhRQj2ZOywq1eeL7RaCR1sFhM5t709/HX49+mPLtHY2hOehkdoU8+AYJ 0aFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version; bh=yUSnaKWVN5d/TmnVLD6KOGF8P1SqyzTl8PyqV0RoDj8=; b=Ui/OHSgGW7YAFVHYpylLrn6PNihD5fEC4wV6xudHDI8YWmalNxAiHhF2EXnkpzgcBT 84Oy2qmi/dfRbkBJJrr9aUGEvBK+QYwYpnMFoWmxfvz3nAqiSyxfrajswyod55oXgi3T cx2W59BdWgrVV0C0+LYomN0gZp9kx87V7rKCR4NeoFeNUgMiNtFCYaXfAYgBaA0/Hwre Pcr0tS9G5j63L2kPUBoTrTPI+3s6tAzUeBPeAOmH3gJiEmVDKgV7FQaX/dvGJWikFZMk pSkpY6p0bi+huCHF8EOeXDkjur9WxnJZ+STigQb2FzD/bv9tfip2Clfs9n32O4kQSdYS KhHg== X-Gm-Message-State: AD7BkJLkXfl4mj+oQFyjLzNNs2D2xkJwPLWIEVXkcA2vY84nqMKOUCHaTn8Yfc+SUv7LXQ== X-Received: by 10.157.39.193 with SMTP id c59mr19019404otb.111.1459964856747; Wed, 06 Apr 2016 10:47:36 -0700 (PDT) Received: from localhost (216-177-191-101.block0.gvtc.com. [216.177.191.101]) by smtp.gmail.com with ESMTPSA id m2sm1110880oia.1.2016.04.06.10.47.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 Apr 2016 10:47:35 -0700 (PDT) From: MaDhAt2r To: Laurence Rochfort , notmuch@notmuchmail.org Subject: Re: Tag sent messages as sent In-Reply-To: References: User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu) Date: Wed, 06 Apr 2016 12:47:34 -0500 Message-ID: <87shyy6349.fsf@ArchNemesis.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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, 06 Apr 2016 17:47:47 -0000 Check out afew, it helps handle that kind of thing. https://github.com/teythoon/afew But personally I just use the post-new hook and use something like this after my initial tagging: notmuch tag +sent -inbox -unread -- '(' from:email@test.com ... a long list of all the emails I send from ')' and not tag:sent and not '(' to:me@example.com ... a list of emails I sometimes send myself things to ')' On Apr 01 at 10:04 AM, Laurence Rochfort said thus: > [ text/plain ] > Hello, > > I'm trying notmuch via the emacs interface for the first time today. > > I've noticed that messages that I've sent are tagged with "inbox", rather > than "sent" as I'd expect. > > I've configured the notmuch-fcc-dirs as follows in my init.el. > > (setq notmuch-fcc-dirs "Sent") > > Should notmuch emacs client mark sent messages with a sent tag? If not how > can I do so and stop them appearing in my inbox search? > > Cheers, > Laurence. > [ text/plain ] > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch