Remove preceding whitespace
* mail-format.c (write_xmailer_header): Remove preceding whitespace svn path=/trunk/; revision=21004
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-04-29 Dan Winship <danw@ximian.com>
|
||||||
|
|
||||||
|
* mail-format.c (write_xmailer_header): Remove preceding whitespace
|
||||||
|
|
||||||
2003-04-28 Ettore Perazzoli <ettore@ximian.com>
|
2003-04-28 Ettore Perazzoli <ettore@ximian.com>
|
||||||
|
|
||||||
* mail-session.c (mail_session_forget_passwords): Forget all
|
* mail-session.c (mail_session_forget_passwords): Forget all
|
||||||
|
@ -953,6 +953,8 @@ write_xmailer_header (CamelMimeMessage *message, MailDisplay *md,
|
|||||||
if (!xmailer)
|
if (!xmailer)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
while (isspace ((unsigned char)*xmailer))
|
||||||
|
xmailer++;
|
||||||
|
|
||||||
evolution = strstr (xmailer, "Evolution");
|
evolution = strstr (xmailer, "Evolution");
|
||||||
if ((xmask & MAIL_CONFIG_XMAILER_OTHER) ||
|
if ((xmask & MAIL_CONFIG_XMAILER_OTHER) ||
|
||||||
|
Reference in New Issue
Block a user