Re: file-error "not a regular file"

2016-01-04 Thread Peter Salazar
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

Re: notmuch-mua and jl-encrypt (was: file-error "not a regular file")

2016-01-02 Thread Michal Sojka
Hi fauno, On Wed, Dec 30 2015, fauno wrote: > Michal Sojka writes: >> 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 >>

Re: file-error "not a regular file"

2015-12-30 Thread Michal Sojka
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-mua and jl-encrypt (was: file-error "not a regular file")

2015-12-30 Thread fauno
Michal Sojka writes: > 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

Re: file-error "not a regular file"

2015-12-29 Thread Peter Salazar
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) (add-hook

Re: file-error "not a regular file"

2015-12-29 Thread David Bremner
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?

Re: file-error "not a regular file"

2015-12-28 Thread David Bremner
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

Re: file-error "not a regular file"

2015-12-28 Thread Peter Salazar
Hi David, Thanks for looking into this. Much appreciated. 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: Sending email Sending email done

Re: file-error "not a regular file"

2015-12-28 Thread fauno
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

file-error "not a regular file"

2015-12-27 Thread Peter Salazar
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")

Re: file-error "not a regular file"

2015-12-27 Thread fauno
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