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 59F766DE1795 for ; Wed, 30 Dec 2015 01:38:31 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -1.567 X-Spam-Level: X-Spam-Status: No, score=-1.567 tagged_above=-999 required=5 tests=[AWL=1.283, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55] 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 6TemQrDmzMQT for ; Wed, 30 Dec 2015 01:38:29 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by arlo.cworth.org (Postfix) with ESMTP id 0B38E6DE178D for ; Wed, 30 Dec 2015 01:38:28 -0800 (PST) Received: from localhost (unknown [192.168.200.7]) by max.feld.cvut.cz (Postfix) with ESMTP id B123919F485D; Wed, 30 Dec 2015 10:38:26 +0100 (CET) X-Virus-Scanned: IMAP STYX AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044) with ESMTP id t-LnQ3dSucyb; Wed, 30 Dec 2015 10:38:25 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 3D85D19F3998; Wed, 30 Dec 2015 10:38:24 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.86) (envelope-from ) id 1aEDD4-00056F-Im; Wed, 30 Dec 2015 10:38:22 +0100 From: Michal Sojka To: fauno , notmuch@notmuchmail.org Subject: Re: file-error "not a regular file" In-Reply-To: <878u4e9jkx.fsf@endefensadelsl.org> References: <87wprzb4sj.fsf@endefensadelsl.org> <87ege6d41j.fsf@zancas.localnet> <878u4e9jkx.fsf@endefensadelsl.org> User-Agent: Notmuch/0.21+30~g55c056a (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Wed, 30 Dec 2015 10:38:22 +0100 Message-ID: <8737ukcm41.fsf@steelpick.2x.cz> 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, 30 Dec 2015 09:38:31 -0000 Hi fauno, On Tue, Dec 29 2015, fauno wrote: > David Bremner writes: > >> 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. > > i've found the issue. i'm using jl-encrypt that expects email written > in message-mode, and since notmuch is now a minor mode some functions > that were expected to be there didn't work anymore. can you share more details about how do you use jl-encrypt and which functions do not work? Recently, I posted a few patches that fix some problems related to the replacing message-mode with notmuch-message-mode. Maybe, there is more what we can do to not break user's setups. >From a brief look at jl-encrypt, it seems it is tightly bound to gnus, because it uses gnus-message-setup-hook. Maybe it will work again with notmuch if you use my patch [1] and run (add-hook 'message-setup-hook 'jl-encrypt-if-possible) -Michal [1] id:1450690875-2111-2-git-send-email-sojkam1@fel.cvut.cz