From: Daniel Goldin <danielgoldin@gmail.com>
To: notmuch@notmuchmail.org
Subject: Re: notmuch-haskell
Date: Sun, 19 Sep 2010 11:53:22 -0700 [thread overview]
Message-ID: <AANLkTin1_H1G0xzgxasTxyNTE6_qx3ji9mjKVm6KEteJ@mail.gmail.com> (raw)
In-Reply-To: <AANLkTikvaG7-zBHHVqogkhXmk0eQC4t4RTbSwaGfWy8G@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1402 bytes --]
Using emacs 23.1.1, notmuch 3.1-59. Here is relevant code from .emacs:
(setq mail-host-address "gmail.com")
(setq user-full-name "Me")
(setq user-mail-address "me@gmail.com")
(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)))
;; Must be set BEFORE loading smtpmail
(setq smtpmail-auth-credentials (expand-file-name "~/.authinfo"))
(setq smtpmail-default-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-service 587)
(setq smtpmail-debug-info t) ; change to nil once it works
(setq smtpmail-debug-verb t)
(require 'smtpmail)
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(require 'starttls)
On Sun, Sep 19, 2010 at 11:50 AM, Daniel Goldin <danielgoldin@gmail.com>wrote:
> 1) Suddenly I am not longer able to send mail in emacs. Worked before.
> Don't how I might have broken things, When I send in message mode, I now get
> this error. "wrong-type argument, listp, t"
>
> Any help gratefully appreciate.
>
> 2) On a side note, anyone know how to enable opening attached files in
> emacs directly with an external program such as evince, or perhaps being
> provided with an option to save or open. Right now clicking on, say, a pdf
> attachment brings up a save command in the minibuffer.
>
> Thanks.
>
> d.
>
> --
> Daniel Goldin
> 626.817.2462
>
--
Daniel Goldin
626.817.2462
[-- Attachment #2: Type: text/html, Size: 2091 bytes --]
next prev parent reply other threads:[~2010-09-19 18:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-18 22:05 notmuch-haskell Bart Massey
2010-09-19 18:50 ` notmuch-haskell Daniel Goldin
2010-09-19 18:53 ` Daniel Goldin [this message]
2010-09-23 7:35 ` notmuch-haskell Xavier Maillard
2010-09-23 16:17 ` notmuch-haskell Daniel Goldin
2010-09-23 16:36 ` notmuch-haskell Thomas Jost
2010-10-02 13:13 ` notmuch-haskell Ali Polatel
[not found] ` <E1P4TnN-00044l-6R@po8.org>
2010-10-10 16:17 ` notmuch-haskell Ali Polatel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTin1_H1G0xzgxasTxyNTE6_qx3ji9mjKVm6KEteJ@mail.gmail.com \
--to=danielgoldin@gmail.com \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).