From 9b2c2b8e53b624b86de29be021a7d126868dff61 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Sat, 24 Feb 2007 06:39:16 +0000 Subject: [PATCH] # changelog commit --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index b293afed..0112894b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2007-02-24 06:37:32 Brendan Cully (brendan) + + * globals.h, init.h, main.c, mutt_sasl.c, protos.h, send.c, + sendlib.c, smtp.c, url.c, url.h, Makefile.am, account.c, + account.h, configure.in: This patch adds ESMTP relay support to + mutt. To use, set $smtp_url to the address of your smtp relay, + in the form: + + smtp[s]://[user[:password]@]host[:port]/ + + where port defaults to 25 for smtp and 465 for smtps. + + You can also set $smtp_authenticators to control which + methods mutt will attempt to use during authentication. See + $imap_authenticators for details. + 2007-02-24 06:12:20 Moritz Schulte (brendan) * UPDATING, configure.in, crypt-gpgme.c, crypt-gpgme.h, -- 2.40.0