Rocco Rutte --> mutt-dev (2009-04-16 17:36:27 +0200):
> Yes, see http://dev.mutt.org/doc/manual.html#url-syntax. For some
> protocols, it uses getservbyname() to determine the port if none is
> given in the URL. For using the submission port you'll have to specify
> the numeric port number as mu
#1267: mutt: mbox: From_ line inconsistent time
--+-
Reporter: Eduardo PĂ©rez Ureta | Owner: mutt-dev
Type: defect | Status: reopened
Priority: trivial
Hi,
* Jukka Salmi wrote:
[...]
> If this is done deliberately I think it should be documented. Or is it
> and I missed it?
Yes, see http://dev.mutt.org/doc/manual.html#url-syntax. For some
protocols, it uses getservbyname() to determine the port if none is
given in the URL. For using the sub
Hello,
I just noticed that Mutt seems not to accept service names (as opposed
to numbers) in smtp_url. Thus something like
set smtp_url="smtp://example.org:submission/"
doesn't work (and uses the default port instead), but
set smtp_url="smtp://example.org:587/"
does. Glancing