Commit Graph

4074 Commits

Author SHA1 Message Date
b134b1aa68 ** Another fix for bug #467382
2007-08-21  Tobias Mueller  <tobiasmue@svn.gnome.org>

        ** Another fix for bug #467382

        * em-folder-view.c: Changing position of emfb_enable_map to 
        be able to compile with -pedantic

svn path=/trunk/; revision=34051
2007-08-21 09:56:13 +00:00
d5d075a734 ** Fix for bug #468734
svn path=/trunk/; revision=34049
2007-08-21 04:57:31 +00:00
dcd1c6ecdc Alternate fix for bug #467599 (also bug #467883).
2007-08-20  Matthew Barnes  <mbarnes@redhat.com>

	* mail/mail-component.c (enable_folder_tree):
	Alternate fix for bug #467599 (also bug #467883).


svn path=/trunk/; revision=34047
2007-08-20 14:56:27 +00:00
6401279979 ** Fix for bug #467382
2007-08-20  Tobias Mueller  <tobiasmue@svn.gnome.org>

        ** Fix for bug #467382

        * em-folder-browser.c: Changing position of emfb_enable_map to 
        be able to compile with -pedantic
                        
                        

svn path=/trunk/; revision=34044
2007-08-20 12:15:59 +00:00
e3bc9c8237 2007-08-20 mcrha Fix for bug #367760
svn path=/trunk/; revision=34042
2007-08-20 07:11:31 +00:00
3ea7bd690f Fix for bug #467599.
svn path=/trunk/; revision=34039
2007-08-20 02:14:38 +00:00
d445ec85e1 ** Fix for bug #467165
svn path=/trunk/; revision=34037
2007-08-19 19:40:48 +00:00
ca5d6d6a33 2007-08-16 mcrha Part of fix for bug #350539
svn path=/trunk/; revision=34017
2007-08-16 10:51:06 +00:00
6ee27498e1 ** Fix for bug #467198
svn path=/trunk/; revision=34016
2007-08-16 10:39:28 +00:00
d51a74a2ec Fix for #364431.
svn path=/trunk/; revision=34012
2007-08-16 08:08:17 +00:00
73f27c89bc 2007-08-16 mcrha Fix for bug #466548
svn path=/trunk/; revision=34010
2007-08-16 07:08:08 +00:00
7701d36a65 2007-08-13 mcrha Fix for bug #352346
svn path=/trunk/; revision=33995
2007-08-13 07:27:27 +00:00
db349053d4 Fix for #458498 from Lucky Wankhede <wlakke@novell.com>
svn path=/trunk/; revision=33992
2007-08-13 05:02:56 +00:00
0014b8c62e Added a command line option to disable preview/selection for crash on select.
svn path=/trunk/; revision=33967
2007-08-08 06:47:01 +00:00
9d8d0e8a3e ** Fix for bug #464312
svn path=/trunk/; revision=33965
2007-08-07 10:53:12 +00:00
478f23e3d0 ** Fix for bug #419690
svn path=/trunk/; revision=33964
2007-08-07 09:35:42 +00:00
6e57758712 ** Fix for bug #463061
svn path=/trunk/; revision=33939
2007-08-03 10:23:39 +00:00
8181f2e746 Removed dead if statement, fixes bug #387312
2007-08-02  Tobias Mueller <muelli@auftrags-killer.org>
        * message-list.c: (regen_list_regened) Removed dead if 
        statement, fixes bug #387312


svn path=/trunk/; revision=33930
2007-08-02 20:32:21 +00:00
0c7f584760 Fix from Lucky to expand newly created folder
svn path=/trunk/; revision=33926
2007-08-02 05:10:51 +00:00
c8315276d4 Do not show "on-behalf-of" band for all messages, instead check for
* Do not show "on-behalf-of" band for all messages, instead check for
* X-Evolution-Mail-From-Delegate header.

svn path=/trunk/; revision=33916
2007-07-31 20:08:58 +00:00
1105d21ac1 Marked a string for translation.
Marked a string for translation.


svn path=/trunk/; revision=33905
2007-07-30 15:16:10 +00:00
442fe9209a Display a information string if a from and sender are different.
svn path=/trunk/; revision=33903
2007-07-30 14:36:46 +00:00
67a110f6f9 ** Potential fix for: #453668
2007-07-29  Rob Bradford  <rob@robster.org.uk>

	** Potential fix for: #453668

	* mail-folder-cache.c: (folder_changed):
	Deal with the fact that camel_folder_get_message_info can return NULL
	and therefore don't try and dereference anything from that pointer.


svn path=/trunk/; revision=33897
2007-07-30 09:54:09 +00:00
bb2092ac42 ** Fix for bug #459030
svn path=/trunk/; revision=33881
2007-07-29 09:52:07 +00:00
b0070ae43a Fix for build break
svn path=/trunk/; revision=33880
2007-07-29 09:34:58 +00:00
2a18e6c616 ** Fix for bug #458894
svn path=/trunk/; revision=33876
2007-07-28 20:16:57 +00:00
1e9e4c8e6c ** Fix for bug #453544 from hggdh
svn path=/trunk/; revision=33874
2007-07-28 20:09:42 +00:00
d1596cd050 ** Fix for bug #428123 from Lucky
svn path=/trunk/; revision=33872
2007-07-28 20:05:32 +00:00
63511f7632 ** Fix for bug #332112 from Lucky
svn path=/trunk/; revision=33871
2007-07-28 19:57:37 +00:00
7bd256d976 ** Fix for bug #237989
svn path=/trunk/; revision=33870
2007-07-28 19:54:35 +00:00
8a28b5d241 ** Fix for bug #458820 from Cosimo Cecchi
svn path=/trunk/; revision=33868
2007-07-28 19:27:47 +00:00
4f5134afda 2007-07-27 mcrha Fix for bug #303937
svn path=/trunk/; revision=33859
2007-07-27 06:38:20 +00:00
2821b99a0b Do not free const pointer. Plugged memory leak.
2007-07-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	* em-utils.c: (em_utils_save_parts): Do not free const pointer.
	Plugged memory leak.


svn path=/trunk/; revision=33856
2007-07-27 05:56:56 +00:00
c1a6b6f8d3 2007-07-26 mcrha Fix for bug #273386
svn path=/trunk/; revision=33846
2007-07-26 09:37:39 +00:00
b6a3c9824e Committed on behalf of Atos Origin Communication Systems
2007-07-26  Sankar P  <psankar@novell.com>

	* Committed on behalf of  Atos Origin Communication Systems 
	<support-syscom@osorigin.com>
	* em-composer-utils.c: (em_utils_send_receipt):
	- Fixes malformed body part headers for a MDN
	See bug #458275

svn path=/trunk/; revision=33844
2007-07-26 09:32:30 +00:00
00d8a19871 Plugged memory leak.
2007-07-26  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	* em-folder-browser.c: (emfb_search_search_activated): Plugged memory
	leak.


svn path=/trunk/; revision=33840
2007-07-26 09:04:54 +00:00
aa91270269 Decodes Face header and displays the image.
2007-07-17  Sankar P  <psankar@novell.com>

	* em-format-html.c: (efh_format_headers):
	Decodes Face header and displays the image.

svn path=/trunk/; revision=33814
2007-07-17 11:50:23 +00:00
d79a01ea94 Provide support for keeping your signature on top while replying.
2007-07-16  Sankar P  <psankar@novell.com>

	Provide support for keeping your signature on top while replying.


svn path=/trunk/; revision=33808
2007-07-16 10:46:42 +00:00
1dd6ea1de2 Fix the date. See comments in bug #353752.
Fix the date.
See comments in bug #353752.

svn path=/trunk/; revision=33800
2007-07-12 05:23:54 +00:00
553e4ff5af Take warning softly instead of a crash
svn path=/trunk/; revision=33799
2007-07-11 07:11:39 +00:00
b7a6288013 reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>
2007-07-09  Chenthill Palanisamy  <pchenthill@novell.com>

        reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>

        * em-composer-utils.c: (em_utils_send_receipt): Added some flags
        * so that
        the receipts work fine even if the account configured is not the
        default one.

        Committing on behalf of Bharath Acharya <abharath@novell.com>


svn path=/trunk/; revision=33785
2007-07-09 11:17:08 +00:00
c5d5b30780 Fix for bug #353752
svn path=/trunk/; revision=33777
2007-07-09 03:25:31 +00:00
0885119ef7 ** Fix for bug #307410
svn path=/trunk/; revision=33776
2007-07-09 03:10:13 +00:00
58af720ebb ** Fix for bug #271864 from Hiroyuki Ikezoe
svn path=/trunk/; revision=33775
2007-07-09 03:04:39 +00:00
0006ecd245 ** Fix for bug #347782 from hggdh
svn path=/trunk/; revision=33773
2007-07-09 02:50:39 +00:00
301528d84b Commit for tnef attachment and attachment reminder
svn path=/trunk/; revision=33769
2007-07-08 20:06:54 +00:00
5d21488b98 ** Fix for bug #317281 from Michael P. Lepore
svn path=/trunk/; revision=33765
2007-07-06 20:05:07 +00:00
2f301d1096 ** Fix for bug #312370 from B S Srinidhi
svn path=/trunk/; revision=33764
2007-07-06 19:54:19 +00:00
4e4d7e38f1 ** Fixes bug #446894
2007-07-06  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #446894

	* ui/evolution.xml:
	Add a filepagesetup command, and a corresponding menu item within
	the print place holder.  net result is to add a "file -> page setup"
	menu item to all components, just above the print menu items.

	* shell/e-shell-window-commands.c (command_page_setup):
	Callback for new FilePageSetup verb.

	* mail/em-format-html-print.c:
	Use new gtk_html_print_operation_run() function in GtkHTML.

	* e-util/e-print.c (load_page_setup):
	Extract GtkPageSetup properties from a GtkPrintSettings object.

	* e-util/e-print.c (save_page_setup):
	Merge GtkPageSetup properties into a GtkPrintSettings object.

	* e-util/e-print.[ch] (e_print_run_page_setup_dialog):
	New function runs a preconfigured Page Setup dialog and saves
	the configuration to GConf (/apps/evolution/shell/printing).


svn path=/trunk/; revision=33762
2007-07-06 14:19:16 +00:00
2a1f72d400 ** Added the hook for plugging into Send/Receive dialog for the
Evolution RSS plugin.


svn path=/trunk/; revision=33749
2007-07-03 19:08:03 +00:00