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 299FC431FB6 for ; Wed, 4 Jul 2012 07:25:10 -0700 (PDT) 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 CcWVxvvWadwJ for ; Wed, 4 Jul 2012 07:25:06 -0700 (PDT) Received: from smtp.pobox.com (b-pb-sasl-quonix.pobox.com [208.72.237.35]) by olra.theworths.org (Postfix) with ESMTP id 67365431FAE for ; Wed, 4 Jul 2012 07:25:06 -0700 (PDT) Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id CD9476ECC for ; Wed, 4 Jul 2012 10:25:05 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from :content-type:content-transfer-encoding:subject:date:message-id :to:mime-version; s=sasl; bh=OQvXrbhz6Fnj23DEZIi5JoY1OGA=; b=PKc g8+HJ9rivPPo5be8Q00ho2GIMKtKZr8idXOlNPLye1afbVI577Xj8wUo8gIFLAVg 7T5tbGRW1Wz74LS5Nrx+S1cNRWVuYUFrrGlyCGX8+bpo3TSfZHINtJ9JzDG8u2JA wt2KSD54gw6iHMBfseJ0jC7hp3rQ960OtFJm5wxw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from :content-type:content-transfer-encoding:subject:date:message-id :to:mime-version; q=dns; s=sasl; b=Oax2EyhN88TCBZAcqe5yARFqO7hmp ds36CrdDPDnbwRXaNww7EV6Yw5CD4PPFxIjqie32NcskdJ7hdivQj1PH6jBO4irg 024mabFVPTqHU3OR4dxwNd7sxGyuPCgPLGbrhqOucGzAWLGTtJ1kUXJjYfL2x0dJ BGVXAob158Ggho= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id C3FF86ECB for ; Wed, 4 Jul 2012 10:25:05 -0400 (EDT) Received: from [192.168.1.248] (unknown [216.9.31.86]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 60B386EC5 for ; Wed, 4 Jul 2012 10:25:04 -0400 (EDT) From: "Edwin, Camber, and Astor" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: problem with outbound mail headers from Emacs Date: Wed, 4 Jul 2012 07:25:03 -0700 Message-Id: <29E3AFF3-000F-4831-9709-570B69239FB5@pobox.com> To: notmuch@notmuchmail.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Pobox-Relay-ID: 0C286DA8-C5E4-11E1-BB50-FC762E706CDE-08492954!b-pb-sasl-quonix.pobox.com X-Mailman-Approved-At: Wed, 04 Jul 2012 10:26:02 -0700 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: Wed, 04 Jul 2012 14:25:10 -0000 I've installed notmuch on my OS X computer and it seems to work fine. I = can search, filter, tag, etc. mail successfully. However, when notmuch = is loaded, sending mail doesn't work correctly any more. The headers I = see after C-x m are: ------------------------------------------------------------- From: /bin/bash: notmuch: command not found To:=20 Subject:=20 User-Agent: Notmuch/unknown (http://notmuchmail.org) Emacs/23.4.1 = (x86_64-apple-darwin) Fcc: /bin/bash: notmuch: command not found/sent --text follows this line-- -------------------------------------------------------- If I comment out the "(require 'notmuch)" line in my .emacs, the "From" = line is populated correctly and the "Fcc" line is omitted, which I think = is the normal behavior. It looks like there's a problem with the path. But notmuch seems to be = on the path since all the other notmuch operations work just fine. = notmuch is installed in /usr/local/bin and I have:=20 (add-to-list 'exec-path "/usr/local/bin") in my .emacs file, which I think is one of the recommended ways to set = the path on OS X. I poked around email archive and thought that setting notmuch-fcc-dirs = might help. I tried setting it, and it didn't seem to have any effect, = as the behavior was the same. I'm using notmuch compiled from source on 7/3/2012, OS X 10.6.8, and = Emacs.App 23.4.1. I have a very similar setup at work, which works = fine, so I'm perplexed about what is wrong here. Thanks, --Ed Tellman etellman@pobox.com