Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id E43B26DE0A4A for ; Mon, 28 Dec 2015 06:46:39 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.311 X-Spam-Level: X-Spam-Status: No, score=-0.311 tagged_above=-999 required=5 tests=[AWL=0.240, RP_MATCHES_RCVD=-0.55, 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 09WFJMXJtMV7 for ; Mon, 28 Dec 2015 06:46:38 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id C7BB26DE09ED for ; Mon, 28 Dec 2015 06:46:37 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1aDZ46-0006In-Q2; Mon, 28 Dec 2015 09:46:26 -0500 Received: (nullmailer pid 2839 invoked by uid 1000); Mon, 28 Dec 2015 14:46:32 -0000 From: David Bremner To: fauno , notmuch@notmuchmail.org, Peter Salazar Subject: Re: file-error "not a regular file" In-Reply-To: <87wprzb4sj.fsf@endefensadelsl.org> References: <87wprzb4sj.fsf@endefensadelsl.org> User-Agent: Notmuch/0.21+7~g55fb7da (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Mon, 28 Dec 2015 10:46:32 -0400 Message-ID: <87ege6d41j.fsf@zancas.localnet> 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: Mon, 28 Dec 2015 14:46:40 -0000 fauno writes: > Peter Salazar writes: > >> Hello, >> >> I'm using notmuch-mode from within Emacs to send email using async/mbsync >> through Gmail. However, every time I send email from within Emacs, I get >> this error: > > i got this message too for fcc with default values, i'm on emacs 24.5 > with notmuch 0.21 > Can either of you replicate the problem with a minimal configuration, ideally with "emacs -q", followed by "M-x load-library notmuch"? If so, does the path in the Fcc header exist? If so, what is it? a file, a directory, a symlink? For me, in emacs 24.5 / notmuch 0.21, with emacs -q, if that path is missing I am prompted to create it. If I refuse, then I later get a message about not being a maildir. I guess the tl;dr is that I can't duplicate this problem. Looking at the traceback Peter provided, it looks like he is using "send-message-without-bullets" to send the message. Since this isn't a notmuch function, it's likely bypassing the notmuch fcc setup that notmuch-mua-send and notmuch-mua-send-and-exit do. d