Commit Graph

801 Commits

Author SHA1 Message Date
00d89fdac2 Patch from Michael Monreal <michael.monreal@gmx.net>: Fix for bug #492188 (Use the new Tangoized icons instead of the deprecated ones from gnome-icon-theme)
M    addressbook/gui/component/addressbook-view.c
M    addressbook/ChangeLog
AM   data/icons/hicolor_actions_16x16_mail-move.png
AM   data/icons/hicolor_actions_16x16_mail-copy.png
AM   data/icons/hicolor_actions_16x16_folder-move.png
M    data/icons/Makefile.am
AM   data/icons/hicolor_actions_16x16_folder-copy.png
M    mail/em-folder-browser.c
M    mail/ChangeLog
M    mail/em-folder-tree.c
M    mail/em-folder-view.c
M    mail/message-list.c
M    composer/ChangeLog
M    composer/e-msg-composer.c
M    ChangeLog
M    calendar/gui/dialogs/comp-editor.c
M    calendar/ChangeLog

svn path=/trunk/; revision=34769
2008-01-06 18:02:18 +00:00
89908f675c ** Fix for bug #364642
2008-01-02  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #364642

	* mail/em-composer-prefs.h: (struct _EMComposerPrefs):
	* mail/em-composer-prefs.c: (em_composer_prefs_construct):
	* mail/mail-config.glade:
	* mail/evolution-mail.schemas.in:
	(/apps/evolution/mail/composer/request_receipt):
	New option in Composer tab to preset Request Read Receipt in composer.

	* composer/e-msg-composer.c: (create_composer): Preset "Request Read Receipt"
	based on gconf key "/apps/evolution/mail/composer/request_receipt".


svn path=/trunk/; revision=34749
2008-01-02 12:23:07 +00:00
8266bb685a ** Fixes part of bug #495123
2007-12-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #495123

	* composer/e-msg-composer.c:
	* composer/e-msg-composer-hdrs.h:
	* composer/e-msg-composer-hdrs.c:
	Move signature handling to e-msg-composer-hdrs.c.
	Use an ESignatureComboBox.

	* composer/e-composer-from-header.h:
	* composer/e-composer-from-header.c:
	Clean up the GtkHBox hack.  The signature combo is now packed
	directly into the GtkTable.

	* composer/e-composer-name-header.c:
	* composer/e-composer-text-header.c:
	Code cleanup.

	* widgets/misc/Makefile.am:
	Add e-signature-combo-box.[ch].

	* widget/misc/e-account-combo-box.c (account_combo_box_refresh_cb):
	Make sure the EAccount isn't lost while swapping models.

	* widget/misc/e-signature-combo-box.c:
	* widget/misc/e-signature-combo-box.h:
	New widget renders an ESignatureList as a combo box.  Also listens
	for changes to the ESignatureList and updates itself accordingly.


svn path=/trunk/; revision=34620
2007-12-02 01:41:04 +00:00
462fdd3453 ** Part of fix for bug #271551
2007-11-29  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #271551

	* mail/evolution-mail.schemas.in:
	New key "/apps/evolution/mail/composer/current_folder".

	* composer/e-msg-composer.h: (e_msg_composer_set_attach_path),
	(e_msg_composer_get_attach_path):
	* composer/e-msg-composer.c: (e_msg_composer_set_attach_path),
	(e_msg_composer_get_attach_path):
	Functions to set/get attach path to both composer and editor.
	* composer/e-msg-composer.c: (prepare_engine):
	Set last used path right after creation of the engine.
	* composer/e-msg-composer-select-file.c: (get_selector), (select_file_response),
	(select_attach_response): Using new functions.
	* composer/listener.c: (impl_event): Store new file path when received event
	about its change.

	* composer/e-msg-composer.c: (set_signature_gui): Leak fix.

Note: update your GtkHtml to revision 8636 and above.


svn path=/trunk/; revision=34613
2007-11-29 18:16:10 +00:00
f5bed9bf7b ** Fixes bug #495123
2007-11-27  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #495123

	* composer/Makefile.am:
	Add a bunch of files for managing composer headers.

	* composer/e-msg-composer.c (build_message), (from_changed_cb),
	(set_editor_signature), (e_msg_composer_set_body),
	(e_msg_composer_get_preferred_account):
	* plugins/exchange-operations/exchange-mail-send-options.c
	(append_to_header):
	Use e_msg_composer_hdrs_get_from_account() to obtain the EAccount.

	* composer/e-msg-composer-hdrs.c:
	* composer/e-msg-composer-hdrs.h:
	Massive refactoring to use new EComposerHeader classes.

	* composer/e-composer-header.c:
	* composer/e-composer-header.h:
	* composer/e-composer-from-header.c:
	* composer/e-composer-from-header.h:
	* composer/e-composer-name-header.c:
	* composer/e-composer-name-header.h:
	* composer/e-composer-post-header.c:
	* composer/e-composer-post-header.h:
	* composer/e-composer-text-header.c:
	* composer/e-composer-text-header.h:
	New GObject classes manage different types of composer headers.
	See bug #495123 for a more detailed description of each class.

	* mail/mail-session.c (mail_session_init):
	Pass the CamelSession to the EAccountComboBox class (ugly hack).

	* widgets/misc/Makefile.am:
	Add e-account-combo-box.[ch].

	* widgets/misc/e-account-combo-box.c:
	* widgets/misc/e-account-combo-box.h:
	New widget renders an EAccountList as a combo box.  Also listens
	for changes to the EAccountList and updates itself accordingly.


svn path=/trunk/; revision=34600
2007-11-27 20:24:44 +00:00
5a310a5c7f ** Fix for bug #318592
2007-11-01  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #318592

	* e-msg-composer.h: (e_msg_composer_link_clicked):
	* e-msg-composer.c: (e_msg_composer_link_clicked):
	Helper function to response on editor's "link_clicked" event.
	* listener.c: (impl_event): Call helper function on that event.


svn path=/trunk/; revision=34477
2007-11-01 13:35:45 +00:00
88a914e0e8 ** Miscellaneous compiler warning fixes.
2007-11-01  Matthew Barnes  <mbarnes@redhat.com>

        ** Miscellaneous compiler warning fixes.

	* composer/e-msg-composer.c (e_msg_composer_set_body_text):
	* shell/e-user-creatable-items-handler.c (ensure_menu_items):
	Don't compare a character pointer to a string literal.

	* widgets/table/e-table-click-to-add.c (etcta_add_message):
	Fix a const warning.


svn path=/trunk/; revision=34476
2007-11-01 11:26:50 +00:00
907d1861ab Remove one more unused header.
2007-10-31  Kjartan Maraas  <kmaraas@gnome.org>

	* e-msg-composer.c: Remove one more unused header.

svn path=/trunk/; revision=34465
2007-10-31 11:50:32 +00:00
c21840ff45 Remove unneeded include
2007-10-30  Kjartan Maraas  <kmaraas@gnome.org>

	* e-msg-composer-hdrs.c: Remove unneeded include

svn path=/trunk/; revision=34456
2007-10-30 22:17:42 +00:00
a1794552bd Warning fixes. - NULL vs. 0 - ANSIfication of declarations - mixing code
2007-10-25  Kjartan Maraas  <kmaraas@gnome.org>

	* e-msg-composer.c:
	* e-msg-composer.h:
	* listener.c: 
	Warning fixes.
	- NULL vs. 0
	- ANSIfication of declarations
	- mixing code and declarations

svn path=/trunk/; revision=34427
2007-10-26 07:50:39 +00:00
e20645bcc7 ** Fix for bug #412360
2007-10-11  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #412360

	* e-msg-composer-hdrs.c: (entry_query_tooltip):
	New callback to query tooltip over GtkEntry.
	* e-msg-composer-hdrs.c: (connect_entry_for_tooltip):
	New function to connect GtkEntry to previous function and let it works.
	* e-msg-composer-hdrs.c: (create_addressbook_entry), (create_headers):
	Connect entries for tooltips.


svn path=/trunk/; revision=34375
2007-10-11 14:09:51 +00:00
e30af5958d Remove the entry_pixcache array to silence the run-time warnings when
2007-10-03  Matthew Barnes  <mbarnes@redhat.com>

	* composer/e-msg-cmposer.c:
	Remove the entry_pixcache array to silence the run-time warnings
	when opening a new composer window.  The composer seems to work
	fine without them; not sure why it was needed in the first place.


svn path=/trunk/; revision=34350
2007-10-03 21:08:53 +00:00
09d4af6fff ** Fixes bug #469657
2007-10-02  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #469657

	* addressbook/importers/evolution-ldif-importer.c:
	* calendar/gui/comp-editor-factory.c:
	* composer/e-msg-composer.c:
	* e-util/e-config-listener.c:
	* mail/em-composer-prefs.c:
	* mail/em-folder-tree-model.c:
	* mail/em-format.c:
	* mail/em-format-html.c:
	* mail/em-migrate.c:
	* mail/em-subscribe-editor.c:
	* mail/mail-component.c:
	* mail/mail-send-recv.c:
	* mail/message-list.c:
	* mail/importers/elm-importer.c:
	* plugins/exchange-operations/exchange-folder-size-display.c:
	* plugins/mono/mono-plugin.c:
	* shell/e-shell-settings-dialog.c:
	* tools/killev.c:
	* widgets/table/e-table-extras.c:
	* widgets/table/e-table-selection-model.c:
	Use destroy functions in GHashTables to simplify memory management.


svn path=/trunk/; revision=34344
2007-10-02 11:54:42 +00:00
54d4e5e5f8 ** Fixes bug #477045
2007-09-27  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #477045

	* addressbook/gui/component/addressbook-component.c:
	* addressbook/gui/component/addressbook-view.c:
	* addressbook/gui/contact-editor/e-contact-editor-address.c:
	* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
	* addressbook/gui/contact-editor/e-contact-editor-im.c:
	* addressbook/gui/widgets/e-addressbook-view.c:
	* addressbook/gui/widgets/eab-contact-display.c:
	* calendar/gui/calendar-commands.c:
	* calendar/gui/calendar-component.c:
	* calendar/gui/dialogs/cal-attachment-select-file.c:
	* calendar/gui/dialogs/comp-editor.c:
	* calendar/gui/dialogs/event-editor.c:
	* calendar/gui/dialogs/task-editor.c:
	* calendar/gui/e-cal-popup.c:
	* calendar/gui/e-calendar-table.c:
	* calendar/gui/e-calendar-view.c:
	* calendar/gui/e-day-view.c:
	* calendar/gui/e-memo-table.c:
	* calendar/gui/e-week-view.c:
	* calendar/gui/memos-component.c:
	* calendar/gui/memos-control.c:
	* calendar/gui/tasks-component.c:
	* calendar/gui/tasks-control.c:
	* composer/e-msg-composer-select-file.c:
	* composer/e-msg-composer.c:
	* mail/em-folder-tree.c:
	* mail/em-folder-view.c:
	* mail/em-popup.c:
	* mail/mail-component.c:
	* mail/mail-mt.c:
	* mail/mail-send-recv.c:
	* mail/message-list.c:
	* plugins/exchange-folder-permission.c:
	* plugins/exchange-folder.c:
	* plugins/groupwise-features/share-folder-common.c:
	* shell/e-shell-window-commands.c:
	* ui/evolution-addressbook.xml:
	* ui/evolution-calendar.xml:
	* ui/evolution-composer-entries.xml:
	* ui/evolution-editor.xml:
	* ui/evolution-event-editor.xml:
	* ui/evolution-mail-list.xml:
	* ui/evolution-mail-message.xml:
	* ui/evolution-memos.xml:
	* ui/evolution-message-composer.xml:
	* ui/evolution-subscribe.xml:
	* ui/evolution-task-editor.xml:
	* ui/evolution-tasks.xml:
	* ui/evolution.xml:
	Use standard icon names where applicable.


svn path=/trunk/; revision=34322
2007-09-27 17:48:23 +00:00
5ad1bf8506 Remove the --enable-file-chooser configure option.
GtkFileChooser has been around since 2004.

svn path=/trunk/; revision=34257
2007-09-14 15:29:05 +00:00
94344e1efa ** Fixes bug #476040
2007-09-12  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #476040

	* calendar/gui/e-day-view.c:
	* calendar/gui/e-week-view.c:
	* calendar/gui/dialogs/comp-editor.c:
	* composer/e-msg-composer.c:
	* composer/e-msg-composer-attachment-bar.c:
	* mail/em-folder-browser.c:
	* mail/message-list.c:
	* widgets/misc/e-attachment-bar.c:
	Use "mail-attachment" icon instead of "stock_attach".
	Use "mail-attachment" icon for unknown attachment types.


svn path=/trunk/; revision=34240
2007-09-12 16:10:25 +00:00
e0965ab239 2007-09-07 mcrha Fix for bug #473903
svn path=/trunk/; revision=34192
2007-09-07 07:51:47 +00:00
19e564f320 ** Fix for bug #471791 (Move away from asserts to g_ret*)
svn path=/trunk/; revision=34158
2007-09-02 18:54:06 +00:00
67c9a151f7 ** Fixes bug #355766
2007-08-24  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #355766

	* plugins/print-message/print-message.c (org_gnome_print_preview):
	Call e_msg_composer_get_message_print().

	* composer/e-msg-composer.[ch] (e_msg_composer_get_message_print):
	New function overrides composer flags for printing.

	Patch by Mayank Jain.


svn path=/trunk/; revision=34099
2007-08-24 17:10:58 +00:00
559de8bd1b Committed on behalf of Raghavendran <raghavguru7@gmail.com>
2007-08-23  Sankar P  <psankar@novell.com>

	* Committed on behalf of Raghavendran <raghavguru7@gmail.com>

	** Fix for bug #328405

	* e-msg-composer.c: (e_msg_composer_show_sig_file):
	A signature will be attached when redirecting an email.
	Fixes that issue.



svn path=/trunk/; revision=34071
2007-08-23 10:09:53 +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
12612097ba Fix for Bug 462138 – Signature on top doesn't work... Committed on behalf of P
Sankar <psankar@novell.com>


svn path=/trunk/; revision=33977
2007-08-10 10:08:45 +00:00
6700c0d335 ** Fix for bug #462332
2007-08-02  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	** Fix for bug #462332

	* e-msg-composer.c: Handle _NETSCAPE_URL correctly.
	Suppress many warnings.
	Remove unused e_msg_composer_show_attachments().


svn path=/trunk/; revision=33929
2007-08-02 11:55:36 +00:00
8d7c41d839 ** Fix for downstream bug from openSUSE (bnc #271045)
svn path=/trunk/; revision=33921
2007-08-01 08:08:43 +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
09d322fde5 Fix for build break
* e-msg-composer.h: Fix for build break


svn path=/trunk/; revision=33789
2007-07-09 11:28:57 +00:00
3a4e7f76f3 Added prototypes for e_msg_composer_get_raw_message_text and
2007-07-09  Johnny Jacob  <jjohnny@novell.com>

        * e-msg-composer.h : Added prototypes for
        e_msg_composer_get_raw_message_text and
        e_msg_composer_get_attachment_bar


svn path=/trunk/; revision=33779
2007-07-09 09:19:20 +00:00
301528d84b Commit for tnef attachment and attachment reminder
svn path=/trunk/; revision=33769
2007-07-08 20:06:54 +00:00
46d8a6320e ** Fix for bug #444107
svn path=/trunk/; revision=33691
2007-06-18 04:59:42 +00:00
2763090eb3 Use the proper object to send the signal on (Closes: #442631)
2007-06-13  Bastien Nocera  <hadess@hadess.net>

	* e-msg-composer.c: (composer_key_pressed): Use the
	proper object to send the signal on (Closes: #442631)


svn path=/trunk/; revision=33673
2007-06-13 10:50:57 +00:00
eb2fe82d41 M composer/ChangeLog M composer/e-msg-composer.c M mail/ChangeLog M
2007-06-13  Sankar P  <psankar@novell.com>

M    composer/ChangeLog
M    composer/e-msg-composer.c
M    mail/ChangeLog
M    mail/em-folder-view.c
	
Fixes build break by including missing headers.
See #442631

svn path=/trunk/; revision=33670
2007-06-13 05:55:25 +00:00
d31f48d6db Add support for the XF86Reply and XF86MailForward multimedia keys (Closes:
2007-06-12  Bastien Nocera  <hadess@hadess.net>

	* em-folder-view.c: (emfv_list_key_press):
	Add support for the XF86Reply and XF86MailForward multimedia
	keys (Closes: #442631)

2007-06-12  Bastien Nocera  <hadess@hadess.net>

	* e-msg-composer.c: (composer_key_pressed):
	Add support for the XF86Send multimedia key
	(Closes: #442631)

2007-06-12  Bastien Nocera  <hadess@hadess.net>

	* configure.in: Detect the X11/XF86keysym.h header, and
	enable multimedia keys if available (Closes: #442631)


svn path=/trunk/; revision=33668
2007-06-12 15:02:29 +00:00
8bebb05056 ** Fix for bug #386503 from Matthew Barnes
svn path=/trunk/; revision=33647
2007-06-03 15:07:55 +00:00
4823916613 ** Fix for bug #315012 from Pascal Terjan
svn path=/trunk/; revision=33611
2007-06-01 18:21:13 +00:00
64977cb1bc Massive code cleanup (bug #429422)
svn path=/trunk/; revision=33432
2007-04-19 18:53:33 +00:00
97c166f97e Fix for bug #356523 from Martin Olsson
svn path=/trunk/; revision=33405
2007-04-09 06:26:03 +00:00
bab13ad62c Patch committed on behalf of Paul Iadonisi <pri.gnome-bz@iadonisi.to>
2007-04-05  Sankar P  <psankar@novell.com>

	* Patch committed on behalf of Paul Iadonisi <pri.gnome-bz@iadonisi.to>

	* e-msg-composer-hdrs.c: (create_from_optionmenu):
	Show only enabled accounts on composer.
	Look at bug #243241



svn path=/trunk/; revision=33384
2007-04-05 08:12:44 +00:00
72f0d0c000 Fix "incompatible pointer type" warnings (#360619).
2007-03-29  Matthew Barnes  <mbarnes@redhat.com>

	* calendar/gui/e-day-view.c:
	* calendar/gui/e-week-view.c:
	* calendar/gui/tasks-control.c:
	* composer/e-msg-composer-select-file.c:
	* mail/em-account-editor.c:
	* mail/em-folder-view.c:
	* mail/em-format-html-display.c:
	* mail/em-format-html.c:
	* mail/em-format.h:
	* mail/em-mailer-prefs.c:
	* mail/em-vfolder-rule.c:
	* mail/mail-ops.c:
	* mail/mail-send-recv.c:
	* mail/message-list.c:
	* plugins/bbdb/gaimbuddies.c:
	* plugins/itip-formatter/itip-formatter.c:
	* plugins/save-calendar/save-calendar.c:
	* shell/e-shell-window.c:
	* widgets/misc/e-icon-entry.c:
	* widgets/table/e-table-header-utils.c:
	* widgets/table/e-table-item.c:
	* widgets/table/e-tree-header-item.c:
	* widgets/table/e-tree-table-adapter.c:
	Fix "incompatible pointer type" warnings (#360619).


svn path=/trunk/; revision=33339
2007-03-29 17:29:46 +00:00
c8d411ce2b Don't mix declarations and code (#405495).
2007-03-27  Matthew Barnes  <mbarnes@redhat.com>

	* a11y/e-table/gal-a11y-e-cell-text.c:
	* a11y/e-table/gal-a11y-e-cell-vbox.c:
	* addressbook/gui/component/addressbook-component.c:
	* addressbook/gui/component/addressbook-view.c:
	* addressbook/gui/contact-editor/e-contact-editor.c:
	* addressbook/gui/contact-editor/e-contact-quick-add.c:
	* addressbook/gui/widgets/e-addressbook-view.c:
	* addressbook/gui/widgets/eab-contact-display.c:
	* addressbook/gui/widgets/gal-view-minicard.c:
	* calendar/gui/alarm-notify/alarm-queue.c:
	* calendar/gui/dialogs/comp-editor.c:
	* calendar/gui/dialogs/event-page.c:
	* calendar/gui/dialogs/memo-page.c:
	* calendar/gui/dialogs/task-page.c:
	* calendar/gui/e-cal-popup.c:
	* calendar/gui/e-meeting-list-view.c:
	* calendar/gui/e-tasks.c:
	* calendar/gui/gnome-cal.c:
	* composer/e-msg-composer.c:
	* mail/em-folder-browser.c:
	* mail/em-format.c:
	* mail/em-popup.c:
	* plugins/exchange-operations/exchange-account-setup.c:
	* plugins/exchange-operations/exchange-calendar.c:
	* plugins/exchange-operations/exchange-config-listener.c:
	* plugins/exchange-operations/exchange-contacts.c:
	* plugins/import-ics-attachments/icsimporter.c:
	* widgets/misc/e-filter-bar.c:
	* widgets/misc/e-multi-config-dialog.c:
	* widgets/table/e-cell-checkbox.c:
	* widgets/table/e-table-header-item.c:
	Don't mix declarations and code (#405495).


svn path=/trunk/; revision=33324
2007-03-27 11:28:14 +00:00
cba3097cad ** Fixes bug #419524
2007-03-20  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #419524

	* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.

	* e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list):
	* mail/em-migrate.c (emm_setup_initial):
	* shell/e-component-registry.c (query_components):
	* shell/e-shell-settings-dialog.c (load_pages):
	* shell/e-shell-window-commands.c (command_quick_reference):
	* tools/killev.c (main):
	Use g_get_language_names() instead of gnome_i18n_get_language_list().

	* e-util/e-util.c: Remove e_gettext().

	* e-util/Makefile.am: Remove e-i18n.h.


svn path=/trunk/; revision=33319
2007-03-20 17:23:58 +00:00
27cf0a5283 ** Fixes bug #360240
2007-03-16  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #360240

	* addressbook/gui/widgets/e-addressbook-view.c
	(e_contact_print_button):
	* addressbook/printing/e-contact-print.c (complete_sequence),
	(e_contact_build_style), (e_contact_print_response),
	(e_contact_print_contact_list_dialog_new):
	* shell/e-shell-importer.c (importer_file_page_new):
	* plugins/startup-wizard/startup-wizard.c
	(startup_wizard_timezone_page):
	* mail/em-vfolder-rule.c (select_source_with_changed), (get_widget):
	* mail/em-format-quote.c (emfq_format_source):
	* mail/mail-ops.c (save_messages_save):
	* mail/em-format.c (emf_init):
	* mail/em-format-html-display (em_format_html_get_search_dialog),
	(em_format_html_display_seearch_with), (ehhd_resize),
	(efhd_attachment_optional), (efhd_format_optional):
	* mail/em-folder-view.c (emfv_init):
	* mail/message-list.c (ml_tree_value_at):
	* composer/e-msg-composer-hdrs (header_new_recipient):
	* composer/e-msg-composer.c (e_msg_composer_show_help), (drop_action):
	* widgets/table/e-cell-text.c (ect_free_color):
	* widgets/misc/e-calendar-item.c (e_calendar_item_unrealize):
	* widgets/misc/e-icon-entry.c (e_icon_entry_pack_widget):
	Remove unused variables.


svn path=/trunk/; revision=33315
2007-03-16 21:13:06 +00:00
b3554a5cca ** Fixes #401546 - Commit the missing error string and remove the button
from the toolbar and also dis-associate the accelarator key.


svn path=/trunk/; revision=33256
2007-02-26 14:42:44 +00:00
dd4681234b Use ~/.evolution as the auto-save location.
2007-02-26  Sankar P  <psankar@novell.com>

	* e-msg-composer.c: (autosave_manager_query_load_orphans),
	(autosave_init_file): 
	Use ~/.evolution as the auto-save location.
	
	* Patch pushed upstream from Red Hat 
	by Matthew Barnes <mbarnes@redhat.com>	

	* Fixes #336612



svn path=/trunk/; revision=33252
2007-02-26 10:45:01 +00:00
54e7f2a59e Fix for bug #343943
svn path=/trunk/; revision=33249
2007-02-26 07:04:56 +00:00
fcfe102b0c **Fixes bug #343943 Added code for tab sequence to go from BCC into Body.
2007-01-25 Raghavendran <raghavguru7@gmail.com>

	**Fixes bug #343943
	* e-msg-composer.c:Added code for tab sequence to go from
	  BCC into Body.

svn path=/trunk/; revision=33149
2007-01-25 16:04:19 +00:00
7f17eb8d4d , (e_msg_composer_remove_header): Added code for modifying and removing
2007-01-18  Raghavendran R<raghavguru7@gmail.com>
        * e-msg-composer.[c,h]:
          (e_msg_composer_modify_header): ,
          (e_msg_composer_remove_header):
          Added code for modifying and removing camel
          mime message header .
          (menu_send_options_cb):Creates and emits the event
           when send options is clicked .


svn path=/trunk/; revision=33136
2007-01-22 18:57:16 +00:00
1ba2383270 ** Fixes bug #261062
svn path=/trunk/; revision=32827
2006-09-29 08:18:34 +00:00
b67fa40029 Fixes #351332
2006-09-18  Matthew Barnes  <mbarnes@redhat.com>

	Fixes #351332

	* e-msg-composer.c: Fix implicit function declarations.

svn path=/trunk/; revision=32790
2006-09-18 17:21:36 +00:00
fb9d18611d close an html tag properly. Fixes bug #350154.
2006-08-06  Andre Klapper <a9016009@gmx.de>

	* e-msg-composer.c: close an html tag properly. Fixes bug #350154.

svn path=/trunk/; revision=32480
2006-08-06 13:59:04 +00:00
a4922ca221 Fix for Bug 273921
svn path=/trunk/; revision=32364
2006-07-21 05:41:16 +00:00