From 696824ee5e393905a5b8cd00334ff8cf38cbca59 Mon Sep 17 00:00:00 2001 From: Peter Salazar Date: Tue, 5 Jan 2016 05:11:33 +1900 Subject: [PATCH] Re: file-error "not a regular file" --- 17/d04eb32dc4ef58f3a3d495c31cb2c4c044b7b1 | 215 ++++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 17/d04eb32dc4ef58f3a3d495c31cb2c4c044b7b1 diff --git a/17/d04eb32dc4ef58f3a3d495c31cb2c4c044b7b1 b/17/d04eb32dc4ef58f3a3d495c31cb2c4c044b7b1 new file mode 100644 index 000000000..509c608ba --- /dev/null +++ b/17/d04eb32dc4ef58f3a3d495c31cb2c4c044b7b1 @@ -0,0 +1,215 @@ +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 3E1BC6DE1795 + for ; Mon, 4 Jan 2016 02:11:45 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.599 +X-Spam-Level: +X-Spam-Status: No, score=-0.599 tagged_above=-999 required=5 tests=[AWL=0.201, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, + HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, + 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 FYyq_TvUSORg for ; + Mon, 4 Jan 2016 02:11:42 -0800 (PST) +Received: from mail-pf0-f180.google.com (mail-pf0-f180.google.com + [209.85.192.180]) + by arlo.cworth.org (Postfix) with ESMTPS id 703ED6DE178A + for ; Mon, 4 Jan 2016 02:11:35 -0800 (PST) +Received: by mail-pf0-f180.google.com with SMTP id e65so147263734pfe.1 + for ; Mon, 04 Jan 2016 02:11:35 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:in-reply-to:references:date:message-id:subject:from:to + :cc:content-type; + bh=JkkY2u5kyl6KbMxZHMX6x6Jo/7oJCoSDf7OKbgSYnpM=; + b=IZu23f4mLbI+QhxT2UJ+ww62H4YSUo4Rp351q8+018P9sfpc2c1a9V63ULILGFKcos + 0O+1/JQHjDEKKkNVCWf5GzS0LM1VxomTUUSMhLbjAGG+Afnt+umszb1+Co7g272AL2CO + 9Ff7+04r0QxC43W+aOpe0p0lSur0V6Es7g3UOY48ERPkZ1Mnby+5TPslzJpDiL6UL64g + vtgXYlJzWXvnoqqFW21T3Ax+N7/bhDXXIhnxcMoo9+JSWSDjjwi8qtHapiijY93PlhWH + SPjWGwnC1CtMrQX5sr3oWLo6YWGMTTvfJ1Ko/y9n/yyeIgFRDKORwygGPheCC/WMxPwP + X9sg== +MIME-Version: 1.0 +X-Received: by 10.98.13.206 with SMTP id 75mr78469089pfn.101.1451902293891; + Mon, 04 Jan 2016 02:11:33 -0800 (PST) +Received: by 10.66.219.198 with HTTP; Mon, 4 Jan 2016 02:11:33 -0800 (PST) +In-Reply-To: +References: + + <87wprzb4sj.fsf@endefensadelsl.org> <87ege6d41j.fsf@zancas.localnet> + + <87poxpq91q.fsf@zancas.localnet> + + +Date: Mon, 4 Jan 2016 05:11:33 -0500 +Message-ID: + +Subject: Re: file-error "not a regular file" +From: Peter Salazar +To: David Edmondson +Cc: David Bremner , notmuch@notmuchmail.org +Content-Type: multipart/alternative; boundary=001a11495ab279df6405287f5854 +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, 04 Jan 2016 10:11:45 -0000 + +--001a11495ab279df6405287f5854 +Content-Type: text/plain; charset=UTF-8 + +This seems to have done the trick! Thank you so much! + +This is wrong for notmuch - you need to use `notmuch-mua-send' rather +> than calling `message-send' directly. + + + +On Tue, Dec 29, 2015 at 4:48 PM, David Edmondson wrote: + +> On Tue, Dec 29 2015, Peter Salazar wrote: +> > send-message-without-bullets simply turns off org-bullets-mode before +> doing +> > message-send, since org-bullets-mode seemed to be interfering with +> > org-mime-htmlize. +> > +> > (defun send-message-without-bullets () +> > (interactive) +> > (remove-hook 'org-mode-hook 'org-bullets-mode) +> > (message-send) +> +> This is wrong for notmuch - you need to use `notmuch-mua-send' rather +> than calling `message-send' directly. +> +> > (add-hook 'org-mode-hook 'org-bullets-mode)) +> > +> > I also have this: +> > +> > (setq message-send-hook (quote (org-mime-htmlize))) +> > +> > +> > On Tue, Dec 29, 2015 at 3:44 PM, David Bremner +> wrote: +> > +> >> Peter Salazar writes: +> >> +> >> +> >> > Yes, following your steps, emacs -q followed by "M-x load-library +> >> +> >> > notmuch", I was able to send an email without the error. It prompted +> me +> >> for +> >> > my smtp server, username, and password, then returned this: +> >> > +> >> +> >> [snip] +> >> > Does this give us any leads? +> >> +> >> It seems to be some interaction with your configuration. I'm not +> >> familiar with this "send-message-without-bullets" function. Perhaps you +> >> could point us to the source? +> >> +> >> d +> >> +> >> +> > _______________________________________________ +> > notmuch mailing list +> > notmuch@notmuchmail.org +> > https://notmuchmail.org/mailman/listinfo/notmuch +> + +--001a11495ab279df6405287f5854 +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +
This seems to have done the trick! Thank you so much!= +

This= + is wrong for=C2=A0notmu= +ch=C2=A0- you need to use `<= +span class=3D"" style=3D"font-size:19.2px">notmuch-mua-send' rather
than calling `message-send' directly.


On Tue, Dec 29, 2015 at 4:48 PM, David Edmondson = +<dme@dme.org> wrote:
On Tue, Dec = +29 2015, Peter Salazar <cycleof= +song@gmail.com> wrote:
+> send-message-without-bullets simply turns off org-bullets-mode before = +doing
+> message-send, since org-bullets-mode seemed to be interfering with
+> org-mime-htmlize.
+>
+> (defun send-message-without-bullets ()
+>=C2=A0 =C2=A0(interactive)
+>=C2=A0 =C2=A0(remove-hook 'org-mode-hook 'org-bullets-mode)
+>=C2=A0 =C2=A0(message-send)
+
+
This is wrong for notmuch - you need to use `notmuch-mua-send' r= +ather
+than calling `message-send' directly.
+
+>=C2=A0 =C2=A0(add-hook 'org-mode-hook 'org-bullets-mode))
+>
+> I also have this:
+>
+> (setq message-send-hook (quote (org-mime-htmlize)))
+>
+>
+> On Tue, Dec 29, 2015 at 3:44 PM, David Bremner <david@tethera.net> wrote:
+>
+>> Peter Salazar <cycleof= +song@gmail.com> writes:
+>>
+>>
+>> > Yes, following your steps, emacs -q followed by "M-x loa= +d-library
+>> <return>
+>> > notmuch", I was able to send an email without the error.= + It prompted me
+>> for
+>> > my smtp server, username, and password, then returned this: +>> >
+>>
+>> [snip]
+>> > Does this give us any leads?
+>>
+>> It seems to be some interaction with your configuration. I'm n= +ot
+>> familiar with this "send-message-without-bullets" functi= +on. Perhaps you
+>> could point us to the source?
+>>
+>> d
+>>
+>>
+
> _______________________________________________
+> notmuch mailing list
+> notmuch@notmuchmail.org= +
+> https://notmuchmail.org/mailman/listinfo/notmuc= +h
+

+ +--001a11495ab279df6405287f5854-- -- 2.26.2