aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/exim/files/wishlist-suppress-received.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/mail/exim/files/wishlist-suppress-received.patch b/mail/exim/files/wishlist-suppress-received.patch
deleted file mode 100644
index cbd23c1bb8d4..000000000000
--- a/mail/exim/files/wishlist-suppress-received.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# (Exim 4 wish list #163) suppress the "Received:" header if
-# received_header_text is empty.
-#
---- src/receive.c.orig Mon May 12 15:39:21 2003
-+++ src/receive.c Fri Jun 13 03:17:26 2003
-@@ -1915,9 +1915,17 @@
- /* The first element on the header chain is reserved for the Received
- header, so all we have to do is fill in the text pointer. */
-
--header_list->text = string_sprintf("%s; %s\n", received, timestamp);
-+if (received[0] == 0)
-+ {
-+ header_list->text = string_sprintf("Received: ; %s\n", timestamp);
-+ header_list->type = htype_old;
-+ }
-+else
-+ {
-+ header_list->text = string_sprintf("%s; %s\n", received, timestamp);
-+ header_list->type = htype_received;
-+ }
- header_list->slen = Ustrlen(header_list->text);
--header_list->type = htype_received;
-
-
- /* If there is no From: header, generate one. If there is no sender address,
+677 * Fix to allow longer file names on 'make dist' using automake 1.9.Harish Krishnaswamy2006-01-192-1/+10 * fixes #327293Chenthill Palanisamy2006-01-192-0/+19 * Committed Chax's fix for double click of events in week/month view. Partly fi...Srinivasa Ragavan2006-01-182-5/+27 * Updated evo translation.Funda Wang2006-01-182-1437/+1656 * *** empty log message ***Ignacio Casal Quinteiro2006-01-182-1829/+2302 * Displaying the offline message for both Exchange personal and GAL folders.Sushma Rai2006-01-182-3/+11 * Translation updated by Ivar Smolin.Priit Laes2006-01-182-899/+960 * decode the date to local time **Fixes #314755 also fixed some stylingVivek Jain2006-01-182-5/+20 * Updated Serbian translationSlobodan D. Sredojevic2006-01-183-7189/+9649 * Updated TranslationAnkitkumar Rameshchandra Patel2006-01-172-605/+751 * vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-172-1327/+1401 * Release updates, version bump. ***** Release 2.5.5 *****Harish Krishnaswamy2006-01-173-1/+101 * i2006-01-17 Harish Krishnaswamy <kharish@novell.com>Harish Krishnaswamy2006-01-172-1/+8 * Initial commits. Plugin written and submitted by Johnny JacobHarish Krishnaswamy2006-01-174-0/+501 * Add some much needed ego to NCLUDES ;-)Harish Krishnaswamy2006-01-171-1/+1 * Updated Finnish translationIlkka Tuohela2006-01-172-1145/+1318 * Added missing files. Updated Canadian English translation.Adam Weinberger2006-01-173-236/+307 * Updated Spanish translation.Francisco Javier F. Serrador2006-01-172-492/+479 * Implements the edit buttonChenthill Palanisamy2006-01-174-3/+65 * remove shortcut keys (UI Hackfest - SeeHarish Krishnaswamy2006-01-162-1/+7 * remove shortcut keys (UI Hackfest - SeeHarish Krishnaswamy2006-01-164-5/+13 * i2006-01-16 Harish Krishnaswamy <kharish@novell.com>Harish Krishnaswamy2006-01-162-1/+8 * Enumerate files for BUILT_SOURCES macro as plugin_DATA now includes staticHarish Krishnaswamy2006-01-162-2/+8 * fixes #324739Chenthill Palanisamy2006-01-164-50/+117 * changed the version of libnotify from 0.30 to 0.3.0Chenthill Palanisamy2006-01-162-2/+2 * fixes #325629Chenthill Palanisamy2006-01-164-14/+18 * changes in alarm-queue.c to fix two bugs 324889 and 324816. The code thatChenthill Palanisamy2006-01-162-38/+51 * Add caldav to plugins_base_always and Makefile target.Harish Krishnaswamy2006-01-162-1/+7 * 'Import' the CalDAV eplugin implementation into evolution. Please referHarish Krishnaswamy2006-01-164-0/+369 * Small change to csv importer.Devashish Sharma2006-01-161-8/+4 * *** empty log message ***Devashish Sharma2006-01-161-8/+8 * ** Fixes bug #326877Srinivasa Ragavan2006-01-162-6/+7 * ** Fixes bug #218570Srinivasa Ragavan2006-01-164-2/+101 * Added functions to collapse/Expand allSrinivasa Ragavan2006-01-163-0/+52 * Adds two new menu items for collapse and expand of all threads.Srinivasa Ragavan2006-01-162-1/+15 * Fixed a minor typo in error string. (#327053).Harish Krishnaswamy2006-01-162-1/+6 * Fix a grammar error in translatable string. (#327155)Harish Krishnaswamy2006-01-162-1/+6 * ** Fixes bug #221270.Rohini S2006-01-162-15/+31 * CSV and TAB file importer for addressbook.Devashish Sharma2006-01-161-0/+749 * Added support for CSV and TAB file import.Devashish Sharma2006-01-164-0/+12 * Changed event to scroll_event in rajeev's patch.Srinivasa Ragavan2006-01-162-1/+7 * *** empty log message ***Devashish Sharma2006-01-161-3/+29 * Setting the default response for categories dialog.Devashish Sharma2006-01-161-0/+17 * ** Fixes bug #246257Rohini S2006-01-163-18/+33 * added code in gui/itip-utils.[ch], gui/e-cal-popup.[ch], gui/e-calendar-view.cChenthill Palanisamy2006-01-166-12/+427 * modified some code in alarm-queue.c that causes a crash while alarm-notificat...Chenthill Palanisamy2006-01-162-41/+33 * corrected the changelog.Chenthill Palanisamy2006-01-161-1/+1 * fixes #267402Chenthill Palanisamy2006-01-163-19/+99 * vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-162-103/+112 * Updated Canadian English translation.Adam Weinberger2006-01-163-454/+535 * ** Fixes bug #239929 (Committing Rajeev's patch)Srinivasa Ragavan2006-01-162-0/+28 * ** Fixes bug #220286Srinivasa Ragavan2006-01-162-1/+34 * 2006-1-15 Srinivasa Ragavan <sragavan@novell.comSrinivasa Ragavan2006-01-162-22/+72 * vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-152-7/+15 * Updated Japanese translation for HEAD.Takeshi AIHANA2006-01-152-909/+963 * Oops forgot to commit evolution-event-editor.xml, but commited theSrinivasa Ragavan2006-01-141-1/+1 * ** Fixes bug #326458Srinivasa Ragavan2006-01-142-1/+8 * ** Fixes bug #323011Srinivasa Ragavan2006-01-145-17/+85 * vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-142-336/+366 * Updated Spanish translation.Francisco Javier F. Serrador2006-01-142-439/+561 * ** Fixes bug #326264Srinivasa Ragavan2006-01-142-1/+8 * ** Fixes bug #326378Srinivasa Ragavan2006-01-142-2/+9 * ** Fixes bug #326268Srinivasa Ragavan2006-01-142-1/+8 * ** Fixes bug #326265Srinivasa Ragavan2006-01-142-1/+7 * ** Fixes bug #326265, #326266Srinivasa Ragavan2006-01-144-3/+13 * ** Fixes bug #326265Srinivasa Ragavan2006-01-142-1/+8 * Set the "save-passwd" parameter value EAccount. Fixes #326842.Sushma Rai2006-01-132-1/+15 * ** Fixes bug #326381Srinivasa Ragavan2006-01-133-2/+10 * vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-132-65/+91 * fixes #213660Chenthill Palanisamy2006-01-137-4/+49 * Added krb5 checks while invoking change_passwd_cb() andSushma Rai2006-01-132-0/+9 * fixes #320101Chenthill Palanisamy2006-01-132-28/+40 * fixes #311888Chenthill Palanisamy2006-01-132-0/+22 * edit menu implementationChenthill Palanisamy2006-01-136-10/+212 * fixes #271546Chenthill Palanisamy2006-01-132-4/+12 * fixes #313112Chenthill Palanisamy2006-01-132-4/+21 * fixes #259505Chenthill Palanisamy2006-01-131-0/+7 * fixes #271810Chenthill Palanisamy2006-01-134-0/+39 * ** Fixes bug #274234Srinivasa Ragavan2006-01-133-7/+36 * Fixes the scroll issue with e-tree.Srinivasa Ragavan2006-01-132-0/+17 * Fixes the scroll issue with the message list.Srinivasa Ragavan2006-01-133-0/+22 * fixes #271541Chenthill Palanisamy2006-01-133-0/+27 * fixes #326735Chenthill Palanisamy2006-01-132-0/+16 * Translation updated by Tino Meinen.Vincent van Adrighem2006-01-132-1098/+1260 * Updated Spanish translation.Francisco Javier F. Serrador2006-01-132-849/+916 * Changes accels for Calendar (C+F3 -> C+3), Tasks (C+F4 ->C+4) and MemoSrinivasa Ragavan2006-01-122-3/+10 * Changes Contacts View accel from Control+F2 to Control+2.Srinivasa Ragavan2006-01-122-1/+7 * Changes MailView accel from Control+F1 to Control+1.Srinivasa Ragavan2006-01-122-1/+7 * Changes accelerator assignment specified inSrinivasa Ragavan2006-01-125-12/+19 * Re-define keyboard shortcuts for switching between views. UI Hackfest -Harish Krishnaswamy2006-01-122-9/+15 * i2006-01-12 Harish Krishnaswamy <kharish@novell.com>Harish Krishnaswamy2006-01-123-3/+8 * Fix accelerators (UI Hackfest - seeHarish Krishnaswamy2006-01-123-3/+9 * Translation updated by Ivar Smolin.Priit Laes2006-01-122-2/+6 * Cheking for password expired error code, displaying the error message andSushma Rai2006-01-125-9/+244 * Fix #325110 Override cut, copy and paste commands defined in gtkhtmlShreyas Srinivasan2006-01-122-0/+12 * Updated Canadian English translation.Adam Weinberger2006-01-122-538/+546 * Fix code style cruft from the previous commitHarish Krishnaswamy2006-01-111-1/+1 * Add the width to the pango layout.Johnny Jacob2006-01-112-2/+9 * remove the pruned file from MakeFile.amChenthill Palanisamy2006-01-112-1/+5 * Changing strings to be more precise. Fixes bug 325132.Andre Klapper2006-01-112-2/+6 * removed.Harry Lu2006-01-112-52/+4 * Remove e-util-marshal.list in current directory, and use the copy inSimon Zheng2006-01-1111-66/+24 * Enlose the computed value of MOZILLA_NSS_LIB_DIR with quotes as this willHarish Krishnaswamy2006-01-112-1/+6 * Updated TranslationAnkitkumar Rameshchandra Patel2006-01-112-499/+504 * fixes a build break.Chenthill Palanisamy2006-01-112-1/+6 * vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-112-515/+526 * Add the macro MOZILLA_NSS_LIB_DIR to store mozilla nss library path.Simon Zheng2006-01-112-0/+7 * Fix for 325748. Add an search path which can be automatically retrievedSimon Zheng2006-01-112-0/+9 * added the bug id 325926`Chenthill Palanisamy2006-01-111-0/+1 * fixes appearance of the empty menu item in mail.Chenthill Palanisamy2006-01-112-2/+7 * ** Fixes bug #316100Srinivasa Ragavan2006-01-115-12/+10 * Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2006-01-112-627/+610 * Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-105-0/+26 * use e_utf8_strftime() in evolution-data-server/Simon Zheng2006-01-102-0/+7 * use e_utf8_strftime() in evolution-data-server/Simon Zheng2006-01-103-2/+10 * use e_utf8_strftime() in evolution-data-server/Simon Zheng2006-01-102-0/+7 * Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-1013-16/+62 * Delete e_mkdir_hier(), and use e_util_mkdir_hier() instead of it.Simon Zheng2006-01-105-200/+28 * Use e_util_mkdir_hier() instead of e_mkdir_hier().Simon Zheng2006-01-1010-5/+39 * use e_filename_make_safe() inSimon Zheng2006-01-102-0/+7 * use e_utf8_strftime() inSimon Zheng2006-01-102-1/+7 * Committing Rohini's patch.Srinivasa Ragavan2006-01-102-3/+12 * Updated Canadian English translation.Adam Weinberger2006-01-102-140/+127 * Updated Chinese Translation by Zhe Su <zsu@novell.com>Harish Krishnaswamy2006-01-092-2/+7 * changing old evo1.4 path to current path. Fixes bug 307513. Committing onAli Akcaagac / Andre Klapper2006-01-092-1/+6 * Fixed the issue of subscribe to other users folder being modal.Sushma Rai2006-01-092-17/+22 * Translation updated by Ivar Smolin.Priit Laes2006-01-092-2520/+2952 * Updated TranslationAnkitkumar Rameshchandra Patel2006-01-092-89/+73 * Updated Japanese translation for HEAD.Takeshi AIHANA2006-01-092-143/+133 * vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-092-6680/+6401 * Bypass most of this file on Win32, as there are no 1.x installations onTor Lillqvist2006-01-092-3/+24 * Srinivasa Ragavan <sragavan@novell.com>Srinivasa Ragavan2006-01-093-69/+76 * Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-01-083-790/+833 * Add whitespace before all line continuation backslashes. Fixes build onTor Lillqvist2006-01-072-3/+9 * added translator comments to several strings. Fixes bug 325612.Andre Klapper2006-01-072-91/+20 * Updated Spanish translation.Francisco Javier F. Serrador2006-01-072-224/+242 * Updated Traditional Chinese translation.Chao-Hsiung Liao2006-01-072-2120/+2234 * Updated Finnish translationIlkka Tuohela2006-01-072-457/+468 * fixed wrong plural forms and one string.Andre Klapper2006-01-061-6/+6 * changing "cancelled" (British English) to "canceled" (American English).Andre Klapper2006-01-0617-30/+60 * fixing two missing whitespaces. Fixes bug 325568.Andre Klapper2006-01-062-2/+6 * marked LDAP specific strings as not translatable. Fixes bug 273076.Andre Klapper2006-01-062-10/+14 * changed "RSVP" to "reply". Fixes bug 261071.Andre Klapper2006-01-062-1/+4 * Updated TranslationAnkitkumar Rameshchandra Patel2006-01-062-36/+45 * removed. Merged to evolution-data-server/libedataserver/. remove aboveSimon Zheng2006-01-066-1756/+6 * use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-063-2/+9 * use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-062-2/+8 * use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-063-2/+9 * use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-063-2/+9 * use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-067-7/+18 * use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-063-2/+9 * use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-065-4/+13 * use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-0614-13/+31 * use libedataserver/e-account.h instead of e-util/e-account.h. useSimon Zheng2006-01-063-2/+9 * use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-062-1/+6 * Reviewed/Committed by Harish <kharish@novell.com> : Fixed warnings.Johnny Jacob2006-01-062-16/+23 * Change the keys which need to be pressed to alter the end time of theBoby Wang2006-01-062-2/+10 * assign the data first before accessing it.Parthasarathi Susarla2006-01-062-1/+6 * Updated Norwegian Nynorsk translation.Åsmund Skjæveland2006-01-062-293/+420 * Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-01-062-36/+45 * Updated Lithuanian translation.Žygimantas Beručka2006-01-052-301/+308 * Translation updated by Tino Meinen.Vincent van Adrighem2006-01-052-2987/+3916 * Setting the username, authtype, auth-domain and auth properties on the esourceSushma Rai2006-01-053-8/+26 * make the alarm dialog modal.Chenthill Palanisamy2006-01-052-0/+6 * fixes #216535Chenthill Palanisamy2006-01-052-5/+27 * fixes a build break.Chenthill Palanisamy2006-01-052-2/+10 * fixes #258786Chenthill Palanisamy2006-01-053-2/+21 * fixes #303193Chenthill Palanisamy2006-01-052-2/+12 * modified the alarm-notify.glade file and some code in alarm-notify-dialog.cChenthill Palanisamy2006-01-053-26/+95 * add a not NULL-pointer check before using lud->scope.Shi Pu2006-01-052-11/+18 * e-plugin.c (epl_construct) [Win32] The interface ofTor Lillqvist2006-01-053-4/+14 * Updated Canadian English translation.Adam Weinberger2006-01-052-113/+132 * reverting the patch.Chenthill Palanisamy2006-01-042-33/+15 * See bug ** 325210Shi Pu2006-01-042-3/+58 * Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-01-042-3063/+3440 * Uncommented mail_tool_get_local_movemail_path for non-win32 builds sinceSrinivasa Ragavan2006-01-042