From b57041deb41af1821f2a21e8316376d46aa304f4 Mon Sep 17 00:00:00 2001 From: Peter Salazar Date: Mon, 28 Dec 2015 22:07:46 +1900 Subject: [PATCH] file-error "not a regular file" --- d0/7541967bd82807d6cd94b09fa98a219e4d908a | 105 ++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 d0/7541967bd82807d6cd94b09fa98a219e4d908a diff --git a/d0/7541967bd82807d6cd94b09fa98a219e4d908a b/d0/7541967bd82807d6cd94b09fa98a219e4d908a new file mode 100644 index 000000000..fd7322790 --- /dev/null +++ b/d0/7541967bd82807d6cd94b09fa98a219e4d908a @@ -0,0 +1,105 @@ +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 1BC746DE0FFA + for ; Sun, 27 Dec 2015 19:07:49 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.529 +X-Spam-Level: +X-Spam-Status: No, score=-0.529 tagged_above=-999 required=5 tests=[AWL=0.290, + 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_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, 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 d4DiWhf-tIVo for ; + Sun, 27 Dec 2015 19:07:47 -0800 (PST) +Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com + [209.85.220.50]) + by arlo.cworth.org (Postfix) with ESMTPS id 3CE646DE01FF + for ; Sun, 27 Dec 2015 19:07:47 -0800 (PST) +Received: by mail-pa0-f50.google.com with SMTP id yy13so11135216pab.3 + for ; Sun, 27 Dec 2015 19:07:47 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:date:message-id:subject:from:to:content-type; + bh=SZhCMSjdLYhstL7tOS7CRUXsIAFamoiN5CQcc33o3fw=; + b=f56BTOj/bldZHBmEFZs6e/U+yS5fj0EHGIGDyHa3tUxl649PeYvNyKNoNx2V3N1T19 + ++jepqknwwYGBlGaYn/6InmMKMlS6gG1EqD4KqUIQA7vTWDeb2Om9db0ZFVMHZep7Kye + vPGtr6grOZXuM0yEeVJWOIIr6X/qEIEL3d9sojUSCMGHhil2Si0vVjtzL38ldf26PBU7 + PEZ2sNgpiyh2ybcAhWroGSKs5utTiA5oCYlC6j13j1oKDf4q1Oj03QOtQgWmyvmjzFiL + BQt51oGI5JHEsz54DIwjwE07v6AqTnfnpZtFuhz4BtuFll1vJd3Q97wToNmYB9owZTxm + 3XOA== +MIME-Version: 1.0 +X-Received: by 10.66.190.66 with SMTP id go2mr76535391pac.114.1451272066753; + Sun, 27 Dec 2015 19:07:46 -0800 (PST) +Received: by 10.66.219.198 with HTTP; Sun, 27 Dec 2015 19:07:46 -0800 (PST) +Date: Sun, 27 Dec 2015 22:07:46 -0500 +Message-ID: + +Subject: file-error "not a regular file" +From: Peter Salazar +To: notmuch@notmuchmail.org +Content-Type: multipart/alternative; boundary=047d7bf0e44c02eaa60527ec9c08 +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 03:07:49 -0000 + +--047d7bf0e44c02eaa60527ec9c08 +Content-Type: text/plain; charset=UTF-8 + +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: + +Debugger entered--Lisp error: (file-error "not a regular file" +"/Users/peter/Dropbox/mail/gmail/sent") + insert-file-contents("/Users/peter/Dropbox/mail/gmail/sent" nil 0 100) + mail-file-babyl-p("/Users/peter/Dropbox/mail/gmail/sent") + message-output("/Users/peter/Dropbox/mail/gmail/sent") + message-do-fcc() + message-send() + send-message-without-bullets() + call-interactively(send-message-without-bullets nil nil) + command-execute(send-message-without-bullets) + +Does anyone know how to fix this? + +I can share relevant details from my .mbsyncrc if that would be helpful. + +Thanks! + +--047d7bf0e44c02eaa60527ec9c08 +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +
Hello,

I'm using notmuch= +-mode from within Emacs to send email using async/mbsync through Gmail. How= +ever, every time I send email from within Emacs, I get this error:

Debugger entered--Lisp error: (file-error "not a regu= +lar file" "/Users/peter/Dropbox/mail/gmail/sent")
= +=C2=A0 insert-file-contents("/Users/peter/Dropbox/mail/gmail/sent"= +; nil 0 100)
=C2=A0 mail-file-babyl-p("/Users/peter/Dropbox/= +mail/gmail/sent")
=C2=A0 message-output("/Users/peter/D= +ropbox/mail/gmail/sent")
=C2=A0 message-do-fcc()
= +=C2=A0 message-send()
=C2=A0 send-message-without-bullets()
= +
=C2=A0 call-interactively(send-message-without-bullets nil nil)
<= +div>=C2=A0 command-execute(send-message-without-bullets)

Does anyone know how to fix this?

I can sha= +re relevant details from my .mbsyncrc if that would be helpful.=C2=A0
= +

Thanks!=C2=A0
+ +--047d7bf0e44c02eaa60527ec9c08-- -- 2.26.2