Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id B1E7B40BFD3 for ; Sun, 19 Sep 2010 11:55:20 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.069 X-Spam-Level: X-Spam-Status: No, score=-0.069 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=1.929, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=no Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0Rut7BJ66nSI for ; Sun, 19 Sep 2010 11:55:10 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by olra.theworths.org (Postfix) with ESMTP id 3884E40BD93 for ; Sun, 19 Sep 2010 11:55:10 -0700 (PDT) Received: by wyf28 with SMTP id 28so3684342wyf.26 for ; Sun, 19 Sep 2010 11:55:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=wdWpow2TYqAzAohgzZFIwzbHw4LtjjEvaDbkqu4+qy4=; b=nR8OBOIOderIJ97vuKDvZ5mRl1h6JgwQ4wXdZkCOtnWlkdq61nOSd0tla4hG4XPpH8 1tXiupyLEArK10jU5fZ8BgUBLmfpgj3jP0/DV5qX/xjZKBV9P4XkREwiD0LusdfST9gs JNoDMZpK0ueYk4dnhlX+UZxw2qauBgCETpZyE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=F+2SXFtvUu/DxN3FveLv8zVySnSS4+d4otrg3S1jhLbpU80Ji39qcwVp/2W0vX+0LJ moQMb5z/43nJFvqYyfTcqIu9G1yOLzabzUJCYv58ploXOCqz2XPVLWtD30WlrcBLuRoQ GFJUDyGYC9k6AikGp6g6nCX0N2tN59NdILTJk= MIME-Version: 1.0 Received: by 10.216.22.5 with SMTP id s5mr3477186wes.79.1284922402491; Sun, 19 Sep 2010 11:53:22 -0700 (PDT) Received: by 10.216.133.12 with HTTP; Sun, 19 Sep 2010 11:53:22 -0700 (PDT) In-Reply-To: References: Date: Sun, 19 Sep 2010 11:53:22 -0700 Message-ID: Subject: Re: notmuch-haskell From: Daniel Goldin To: notmuch@notmuchmail.org Content-Type: multipart/alternative; boundary=0016364c7e515d62050490a14fc0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Sun, 19 Sep 2010 18:55:20 -0000 --0016364c7e515d62050490a14fc0 Content-Type: text/plain; charset=ISO-8859-1 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 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 --0016364c7e515d62050490a14fc0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Using emacs 23.1.1, notmuch 3.1-59. Here is relevant code from .emacs:
<= br>(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 BEFOR= E loading smtpmail
(setq smtpmail-auth-credentials (expand-file-name &qu= ot;~/.authinfo"))
(setq smtpmail-default-smtp-server "= smtp.gmail.com")
(setq smtpmail-smtp-server "smtp.gmail.com")
(setq smtpmail-smtp-servi= ce 587)
(setq smtpmail-debug-info t) ; change to nil once it works
(setq smtpmai= l-debug-verb t)


(require 'smtpmail)
(setq send-mail-funct= ion 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmai= l-send-it)
(require 'starttls)

On Sun, Sep 19, 2= 010 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&= #39;t how I might have broken things, When I send in message mode, I now ge= t this error. "wrong-type argument, listp, t"

Any help gra= tefully 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 pr= ovided with an option to save or open. Right now clicking on, say, a pdf at= tachment brings up a save command in the minibuffer.

Thanks.

d.

--
D= aniel Goldin
626.817.2462



--
Daniel Goldin626.817.2462
--0016364c7e515d62050490a14fc0--