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 00010431FB6 for ; Mon, 10 Dec 2012 03:55:49 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] 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 MjedI4SYPTcW for ; Mon, 10 Dec 2012 03:55:49 -0800 (PST) Received: from homiemail-a63.g.dreamhost.com (caiajhbdcaib.dreamhost.com [208.97.132.81]) by olra.theworths.org (Postfix) with ESMTP id 57617431FAF for ; Mon, 10 Dec 2012 03:55:49 -0800 (PST) Received: from homiemail-a63.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a63.g.dreamhost.com (Postfix) with ESMTP id A0E4C2F4076 for ; Mon, 10 Dec 2012 03:55:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=invergo.net; h=from:to :subject:date:message-id:mime-version:content-type; s= invergo.net; bh=QptO8+QK16qEWZMBtpBUc55WGEc=; b=lAh0epIO7sqDiWI6 pcq3n5Rv3b1d/9g4gX8rsxhb5PcSpILdxXuraXCqpk0sn8vtyOaPX3KybauDKC8c +d4KY/WzFqDo22DK6LbU3mnjsXYa0tMfS5U6hlM4iO+GOrNtvx4AGwmc4aeR2c7D hL282zOV6+wvhwroshkx8aVIKHA= Received: from localhost (nat-cmprbb-upf.upf.edu [193.145.39.133]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: brandon@invergo.net) by homiemail-a63.g.dreamhost.com (Postfix) with ESMTPSA id 181EA2F4079 for ; Mon, 10 Dec 2012 03:55:47 -0800 (PST) From: Brandon Invergo To: notmuch@notmuchmail.org Subject: handling mail sent to a subscribed list User-Agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu) Date: Mon, 10 Dec 2012 12:49:17 +0100 Message-ID: <87txruqg8y.fsf@invergo.net> MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Mon, 10 Dec 2012 21:54:39 -0800 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: Mon, 10 Dec 2012 11:55:50 -0000 Hi everyone, This is probably a rather simplistic question but I haven't been able to find the proper settings to overcome it; I also wasn't able to find a similar question in the list archives. I am using the notmuch emacs client (0.14) on several different computers. I find that when I send an email to a mailing list to which I am subscribed, the copy of my message that I eventually receive from the list sits in the new/ subdirectory of the Maildir and never has the inbox tag added to it. When I use a different computer and download the message, it is added just fine. The result is that I have to frequently move mail manually from new/ to cur/. When I run notmuch new, it detects that a file was moved, so I guess the mail received is properly added to the database; it just never gets added to inbox and is therefore never read in the emacs client. I'm sure there's a simple way around this and it's not a bug, but I haven't figured it out. Can anyone give me a tip? I hope I've explained clearly enough. Thanks for your help, Brandon