diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-09-13 02:41:35 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-09-13 02:41:35 +0800 |
commit | 70fdd8fd48fba8b5b73e3934397dc1e5000c7eee (patch) | |
tree | 31f360c79b7f696ce0ad6e612b89922cebdf9206 | |
parent | 431f07549f530553a778f61d8cd376c21fd8093f (diff) | |
download | gsoc2013-evolution-70fdd8fd48fba8b5b73e3934397dc1e5000c7eee.tar gsoc2013-evolution-70fdd8fd48fba8b5b73e3934397dc1e5000c7eee.tar.gz gsoc2013-evolution-70fdd8fd48fba8b5b73e3934397dc1e5000c7eee.tar.bz2 gsoc2013-evolution-70fdd8fd48fba8b5b73e3934397dc1e5000c7eee.tar.lz gsoc2013-evolution-70fdd8fd48fba8b5b73e3934397dc1e5000c7eee.tar.xz gsoc2013-evolution-70fdd8fd48fba8b5b73e3934397dc1e5000c7eee.tar.zst gsoc2013-evolution-70fdd8fd48fba8b5b73e3934397dc1e5000c7eee.zip |
updated warning to mention the proper rfc
svn path=/trunk/; revision=22555
-rw-r--r-- | camel/providers/smtp/camel-smtp-transport.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/smtp/camel-smtp-transport.c b/camel/providers/smtp/camel-smtp-transport.c index 504cbfa2b6..0cb9594c25 100644 --- a/camel/providers/smtp/camel-smtp-transport.c +++ b/camel/providers/smtp/camel-smtp-transport.c @@ -1063,8 +1063,8 @@ smtp_auth (CamelSmtpTransport *transport, const char *mech, CamelException *ex) broken_smtp_server: d(fprintf (stderr, "Your SMTP server's implementation of the %s SASL\n" "authentication mechanism is broken. Please report this to the\n" - "appropriate vendor and suggest that they re-read rfc2222 again\n" - "for the first time (specifically Section 4, paragraph 2).\n", + "appropriate vendor and suggest that they re-read rfc2554 again\n" + "for the first time (specifically Section 4).\n", mech)); } |