evolution r35670 - branches/gnome-2-22/mail
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35670 - branches/gnome-2-22/mail
- Date: Sat, 21 Jun 2008 17:35:16 +0000 (UTC)
Author: msuman
Date: Sat Jun 21 17:35:16 2008
New Revision: 35670
URL: http://svn.gnome.org/viewvc/evolution?rev=35670&view=rev
Log:
Patch from Paul Bolle <pebolle tiscali nl>: Fix for bug #538741 (Strip preceding tabs from Date headers too)
Modified:
branches/gnome-2-22/mail/ChangeLog
branches/gnome-2-22/mail/em-format-html.c
Modified: branches/gnome-2-22/mail/em-format-html.c
==============================================================================
--- branches/gnome-2-22/mail/em-format-html.c (original)
+++ branches/gnome-2-22/mail/em-format-html.c Sat Jun 21 17:35:16 2008
@@ -1720,7 +1720,7 @@
struct tm local;
txt = header->value;
- while (*txt == ' ')
+ while (*txt == ' ' || *txt == '\t')
txt++;
/* Show the local timezone equivalent in brackets if the sender is remote */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]