Remove preceding whitespace

* mail-format.c (write_xmailer_header): Remove preceding whitespace

svn path=/trunk/; revision=21004
This commit is contained in:
Dan Winship
2003-04-29 17:00:08 +00:00
parent fa9dddd005
commit 9d4c20abb6
2 changed files with 6 additions and 0 deletions

View File

@ -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>
* mail-session.c (mail_session_forget_passwords): Forget all

View File

@ -953,6 +953,8 @@ write_xmailer_header (CamelMimeMessage *message, MailDisplay *md,
if (!xmailer)
return FALSE;
}
while (isspace ((unsigned char)*xmailer))
xmailer++;
evolution = strstr (xmailer, "Evolution");
if ((xmask & MAIL_CONFIG_XMAILER_OTHER) ||