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 <d...@dme.org> wrote: > On Tue, Dec 29 2015, Peter Salaz

Re: file-error "not a regular file"

2015-12-29 Thread Peter Salazar
'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 <da...@tethera.net> wrote: > Peter Salazar <cycleofs...@gmail.com> writes: > > > > Yes, following your steps, ema

Re: file-error "not a regular file"

2015-12-28 Thread Peter Salazar
t contains: .DS_Store.mbsyncstate *.nnmaildir* .uidvalidity *cur* *new* *tmp* Does this give us any leads? Thanks again. On Mon, Dec 28, 2015 at 9:46 AM, David Bremner <da...@tethera.net> wrote: > fauno <fa...@kiwwwi.com.ar> writes: > > > Peter Sala

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: how to make return follow hyperlink?

2015-08-28 Thread Peter Salazar
Thanks for all the responses! Mark, where could we find the patch you mentioned? I wouldn't know how to test/update it, but maybe someone else on the list has the requisite hacking skills... On Fri, Aug 28, 2015 at 1:55 AM, Tomi Ollila tomi.oll...@iki.fi wrote: On Wed, Aug 26 2015, Peter

how to make return follow hyperlink?

2015-08-26 Thread Peter Salazar
How do I make it so that hitting RET on a hyperlink follows it? Is there a setting analogous to org-return-follows-link? I often have links in incoming emails, and I'd like to be able to open them in my browser with one keystroke. Thanks! ___ notmuch

Re: notmuch-mode very slow in emacs-mac-port (railwaycat)

2015-08-24 Thread Peter Salazar
Wow, that fixed it! Thanks! On Mon, Aug 24, 2015 at 1:44 PM, David Bremner da...@tethera.net wrote: Peter Salazar cycleofs...@gmail.com writes: I run Emacs on Mac OSX, and I'm trying to switch from Emacs for Mac OSX http://emacsformacosx.com/ to Emacs Mac Port https://github.com

notmuch-mode very slow in emacs-mac-port (railwaycat)

2015-08-20 Thread Peter Salazar
I run Emacs on Mac OSX, and I'm trying to switch from Emacs for Mac OSX http://emacsformacosx.com/ to Emacs Mac Port https://github.com/railwaycat/emacs-mac-port. I use (notmuch)[http://notmuchmail.org/emacstips/] for email. It works perfectly on Emacs for Mac OSX http://emacsformacosx.com/. But