all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: emacs-devel@gnu.org
Subject: Re: Problems with new smtpmail
Date: Wed, 06 Jul 2011 20:15:17 +0200	[thread overview]
Message-ID: <87mxgrs2bu.fsf@wanadoo.es> (raw)
In-Reply-To: m31uy35p33.fsf@quimbies.gnus.org

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Óscar Fuentes <ofv@wanadoo.es> writes:
>
>> Maybe another good candidate for a NEWS mention. There is no immediate
>> relation among gnutls and STARTTLS for me. It is the first time that I
>> see gnutls-cli mentioned. It is not in NEWS.
>
> Ok, but I'm not sure what to say.

Maybe listing the requirements for STARTTLS to work? Something like "You
need to build Emacs with gnutls support and have gnutls-cli on your
PATH". Saying that the gnutls-cli is often contained in the gnutls-bin
package on GNU systems would also be nice :-)

>> So why is it mentioned in NEWS?
>
> It's mentioned that it, like `smtpmail-auth-credentials', it no longer
> exists.  I've now clarified further.

Ah, my English parser is buggy.

>> That was one half of the problem. My previous setup is now not
>> functional because it used variables that are not obeyed by smtpmail as
>> it used to (smtpmail-default-smtp-server ignored when in
>> custom-set-variables,
>
> `smtpmail-default-smtp-server' was always ignored if you loaded smtpmail
> before setting the variable.

Yes, but now it is ignored if listed on custom-set-variables even when
smtpmail is loaded later:

(custom-set-variables
  '(smtpmail-default-smtp-server "foo"))

(load "smtpmail")

fails here (smtpmail asks for a smtp server while sending email).

But

(custom-set-variables
  '(smtpmail-smtp-server "foo"))

(load "smtpmail")

works.

[snip]




  parent reply	other threads:[~2011-07-06 18:15 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-06  1:46 Problems with new smtpmail Óscar Fuentes
2011-07-06 15:03 ` Lars Magne Ingebrigtsen
2011-07-06 15:10   ` Lars Magne Ingebrigtsen
2011-07-06 15:52     ` Óscar Fuentes
2011-07-06 16:25       ` Lars Magne Ingebrigtsen
2011-07-06 16:01     ` Óscar Fuentes
2011-07-06 15:46   ` Óscar Fuentes
2011-07-06 16:00     ` Lars Magne Ingebrigtsen
2011-07-06 16:30       ` Óscar Fuentes
2011-07-06 16:52         ` Lars Magne Ingebrigtsen
2011-07-06 17:55           ` Eli Zaretskii
2011-07-06 18:08             ` Lars Magne Ingebrigtsen
2011-07-07  3:13               ` Eli Zaretskii
2011-07-06 18:15           ` Óscar Fuentes [this message]
2011-07-06 19:48             ` Lars Magne Ingebrigtsen
2011-07-06 20:34               ` Óscar Fuentes
2011-07-06 20:38               ` Sam Steingold
2011-07-06 21:34                 ` Lars Magne Ingebrigtsen
2011-07-06 22:19                   ` Sam Steingold
2011-07-06 22:25                     ` Lars Magne Ingebrigtsen
2011-07-06 20:41   ` Sam Steingold
2011-07-06 21:38     ` Lars Magne Ingebrigtsen

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mxgrs2bu.fsf@wanadoo.es \
    --to=ofv@wanadoo.es \
    --cc=emacs-devel@gnu.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.