Commit Graph

270 Commits

Author SHA1 Message Date
Tor Lillqvist 9a8004c207 Use THREADS_CFLAGS and _LIBS. Don't need CAMEL_LIBS.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Use THREADS_CFLAGS and _LIBS. Don't need	CAMEL_LIBS.

svn path=/trunk/; revision=30850
2005-12-18 04:36:04 +00:00
Not Zed dc1f5dfb26 ** See #312668.
2005-08-16  Not Zed  <NotZed@Ximian.com>

        ** See #312668.

        * mail-component.c (impl_setLineStatus): new offline interface.
        (setline_check, setline_done): and implementation.

        * mail-offline-handler.[ch]: destroyed, burnt, dissolved in acid.

svn path=/trunk/; revision=30155
2005-08-18 04:36:34 +00:00
Not Zed e3fea53621 ** See #313440.
2005-08-15  Not Zed  <NotZed@Ximian.com>

        ** See #313440.

        * Makefile.am (mailinclude_HEADERS): Include the idl generated
        headers.

svn path=/trunk/; revision=30127
2005-08-16 04:01:37 +00:00
Tor Lillqvist 729031934e Link with all needed libraries. Use -no-undefined on Win32. Work around
2005-08-10  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Link with all needed libraries. Use -no-undefined
	on Win32. Work around annoying MSYS feature on Win32 when
	installing the schemas: Echo the command to a temporary .bat file
	and run it with cmd.exe...

svn path=/trunk/; revision=30064
2005-08-10 00:14:04 +00:00
Harish Krishnaswamy ee9f341b5b Fix make distcheck issues.
2005-07-26  Harish Krishnaswamy  <kharish@novell.com>

* Makefile.am: Fix make distcheck issues.

svn path=/trunk/; revision=29891
2005-07-26 16:38:04 +00:00
Michael Zucci 9f12922bd8 Merge back eplugin-import-branch.
svn path=/trunk/; revision=29725
2005-07-12 04:04:14 +00:00
Vivek Jain 9c86f9ed98 moved to plugins/sa-junk-plugin updated to removed/add these files. assign
2005-07-06  Vivek Jain <jvivek@novell.com>

	* em-junk-filter.c : moved to plugins/sa-junk-plugin
	* Makefile.am :updated to removed/add these files.
	* mail-session.c: (mail_session_init):
	assign NULL to junk_plugin, remove included file
	"em-junk-filter.h"
	* mail-component-factory.c : (make_factory)
	register type for EMJunkHook

svn path=/trunk/; revision=29643
2005-07-06 04:54:32 +00:00
Not Zed 84dd2e3f79 change this to sub-class evolution-component, not bonobo-object.
2005-06-02  Not Zed  <NotZed@Ximian.com>

        * mail-component.c: change this to sub-class evolution-component,
        not bonobo-object.

        * Evolution-Mail.idl: Made the mail component sub-class
        Evolution.Component so it can add new interfaces for remote gui
        mail operations.

svn path=/trunk/; revision=29444
2005-06-02 04:30:16 +00:00
Not Zed 318fc604c1 forward-reference structures
2005-05-16  Not Zed  <NotZed@Ximian.com>

        * mail-vfolder.h:
        * mail-autofilter.h: forward-reference structures

        * *.h: Make installed headers includable from mail/

        * Makefile.am (mailinclude_HEADERS): install various mail headers
        as first cut at public plugin api.

svn path=/trunk/; revision=29371
2005-05-16 07:53:53 +00:00
Rodney Dawes d88e794ded Add profiler so that it gets disted properly
2005-05-13  Rodney Dawes  <dobey@novell.com>

	* plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
	disted properly

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add new em-folder-utils.[ch] abstraction

	* em-folder-browser.c: Update for new menu layout
	Add new methods to handle the actions that were previously only
	available from the context menu when right-clicking on a folder

	* em-folder-selector.c (emfs_response): Just call emfu_folder_create
	if the user wants to create a new folder in the selector dialog
	(em_folder_selector_get_selected_path): Clean up the code to fix a
	couple potential crashes

	* em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or
	CamelFolderInfo object for the selected item in the tree
	Add a method to get a pointer to an EMFolderTreeModelStoreInfo object
	for the selected store in the tree
	Move folder operations out into em-folder-utils.[ch] so that they
	are abstracted from the tree and can be used by methods other than
	the internal context menu

	* em-folder-utils.[ch]: Move the folder operations code to here

	* em-folder-view.c: Update for the new menu layout
	Fix Mark as Read/Unread in the context menu to only show up in the list

	* mail-component.c (create_item): Just call emfu_folder_create here
	when the user requests to create a new folder from the New toolbar item

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-mailing-list-actions.xml: Update for the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-plugin-manager.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-save-attachments.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-shell-window.c (setup_widgets): Update for the new menu layout by
	putting the "component" switching items under the "Tools" menu

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* *.xml: Update to the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-filter-bar.[ch]: Update for the new menu layout

svn path=/trunk/; revision=29354
2005-05-13 21:29:28 +00:00
Not Zed 581a7cd195 renamed from mail-errors.xml, add i18n tags, fix some whitespace issues.
2005-05-06  Not Zed  <NotZed@Ximian.com>

        * mail.error.xml: renamed from mail-errors.xml, add i18n tags, fix
        some whitespace issues.  Removed some unecessary translations.

svn path=/trunk/; revision=29307
2005-05-06 11:26:06 +00:00
Hans Petter Jansson 4fd7d8f14a Pull in the contact editors, so we can pass pointers to their creation
2005-01-24  Hans Petter Jansson  <hpj@novell.com>

	* Makefile.am (libevolution_mail_la_LIBADD): Pull in the contact
	editors, so we can pass pointers to their creation functions to
	ENameSelectorEntry.

svn path=/trunk/; revision=28541
2005-01-25 02:26:33 +00:00
JP Rosevear 690d25e36f install schemas properly
2005-01-06  JP Rosevear  <jpr@novell.com>

        * Makefile.am: install schemas properly

svn path=/trunk/; revision=28258
2005-01-06 23:23:16 +00:00
Not Zed 8652353f28 Moved various things from e-util to libedataserver.
2004-11-15  Not Zed  <NotZed@Ximian.com>

        * *.c: Moved various things from e-util to libedataserver.

        * GNOME_Evolution_Mail.server.in.in: remove the startup wizard stuff.

        * mail-config-druid.[ch]:
        * mail-account-editor.[ch]:
        * mail-account-gui.[ch]: removed & deleted.

        * mail-session.c (mail_session_init): and here too.
        * em-migrate.c (em_migrate_1_4): init camel-provider library too.
        (e_path_to_physical): copy from e-util/e-path.c.

        * Makefile.am (libevolution_mail_la_LIBADD): link to new libcamel
        provider too.

svn path=/trunk/; revision=28047
2004-12-03 03:38:03 +00:00
Not Zed d25f16e9ea ** Merge in notzed-messageinfo-branch.
2004-11-12  Not Zed  <NotZed@Ximian.com>

        ** Merge in notzed-messageinfo-branch.

svn path=/trunk/; revision=27899
2004-11-12 05:54:07 +00:00
Michael Zucci ef6a3af717 Merged notzed-eplugin-2-branch to head.
svn path=/trunk/; revision=27300
2004-09-20 05:59:55 +00:00
Frédéric Crozat defbf78488 tarball should ship .schemas.in.in files, not generated files.
* Makefile.am:
        tarball should ship .schemas.in.in files, not generated files.

svn path=/trunk/; revision=26602
2004-07-09 11:17:59 +00:00
JP Rosevear 8893f5137d bump version, requirements
2004-07-02  JP Rosevear  <jpr@novell.com>

	* configure.in: bump version, requirements

2004-07-02  JP Rosevaer  <jpr@novell.com>

	* Makefile.am (SUBDIRS): Revert previous error change

svn path=/trunk/; revision=26583
2004-07-05 15:08:43 +00:00
Rodney Dawes 82109a2cb1 Remove $(error_i18n) (CLEANFILES): Put $(error_i18n) in here
2004-07-01  Rodney Dawes  <dobey@novell.com>

	* Makefile.am (BUILT_SOURCES): Remove $(error_i18n)
	(CLEANFILES): Put $(error_i18n) in here

svn path=/trunk/; revision=26557
2004-07-01 19:27:11 +00:00
Not Zed b4d9b7e00b use mail dialogs.glade.
2004-06-18  Not Zed  <NotZed@Ximian.com>

        * em-vfolder-rule.c (get_widget): use mail dialogs.glade.

        * mail-dialogs.glade: move the vfolder-source window here from
        mail-config.glade.

        * Makefile.am (glade_DATA): fix the glade list.

        * mail-license.glade, subscribe-dialog.glade, mail-security.glade,
        * mail-search.glade: Merged into mail-dialogs.glade.  Should be
        easier to manage.

        * message-tag-followup.c (construct): use mail dialogs glade file.

        * mail-account-gui.c (display_license): use mail dialogs glade file.

        * em-subscribe-editor.c (em_subscribe_editor_new): use new glade
        file.

        * em-format-html-display.c (em_format_html_display_search): use
        merged glade file.
        (efhd_xpkcs7mime_validity_clicked): same.

        * mail-dialogs.glade: merge various glade files into here.

svn path=/trunk/; revision=26409
2004-06-18 04:43:59 +00:00
Not Zed a218c7d2f7 ** See #59885.
2004-06-17  Not Zed  <NotZed@Ximian.com>

        ** See #59885.

        ** Moved all of the mail specific filtering stuff from filter/* to
        here.  Renamed appropriately into em* space, etc.

        * em-filter-folder-element.c (emff_copy_value): implement for folders.

        * em-vfolder-rule.c (get_widget): read the vfolder glade from
        mail-config.glade.

        * mail-config.glade: moved the vfolder source selector here.

        * em-search-context.c: new mail search specific rule context.

        * mail-component.c (setup_search_context): use the new
        em_search_context.

        * vfolder-rule.c (validate): change error to mail context.

        * filter-folder.c (validate): change error to mail context.

        * Makefile.am (em-filter-i18n.h): added rule for i18n of mail
        filter type stuff.
        (libevolution_mail_la_SOURCES): added in the filter and vfolder
        rule stuff specific to mail.

        ** See #59885.

        * em-format-html-quote.[ch]: remove and remove from build, not
        used.

        * Makefile.am (libevolution_mail_la_LIBADD): add libeabutil and
        evolutionsmime.

        * mail-component-factory.c (factory): there is no mail_config
        anymore.

svn path=/trunk/; revision=26380
2004-06-17 07:34:50 +00:00
Not Zed 16c9d26176 ** See #59885.
2004-06-17  Not Zed  <NotZed@Ximian.com>

        ** See #59885.

        * em-format-html-quote.[ch]: remove and remove from build, not
        used.

        * Makefile.am (libevolution_mail_la_LIBADD): add libeabutil and
        evolution-smime.

        * mail-component-factory.c (factory): there is no mail_config
        anymore.

2004-06-16  Not Zed  <NotZed@Ximian.com>

        * em-utils.c (em_utils_selection_get_urilist): handle comments in
        the urilist.  Can't remember the rfc for it.

svn path=/trunk/; revision=26374
2004-06-17 03:32:04 +00:00
Rodney Dawes 59751421bd Require e-error-tool
2004-05-27  Rodney Dawes  <dobey@novell.com>

	* e-util/Makefile.am (dist-hook): Require e-error-tool

2004-05-27  Rodney Dawes  <dobey@novell.com>

	* */Makefile.am (EXTRA_DIST): Add $(error_i18n) for "make dist"

svn path=/trunk/; revision=26114
2004-05-27 18:23:57 +00:00
JP Rosevear 67d0c16f4e don't dist the error .h file
2004-05-19  JP Rosevear  <jpr@novell.com>

	* Makefile.am: don't dist the error .h file

svn path=/trunk/; revision=25979
2004-05-19 16:56:13 +00:00
Jeffrey Stedfast c22062eb58 Add a stripsig filter. Fixes bug #52767.
2004-05-13  Jeffrey Stedfast  <fejj@novell.com>

	* em-format-quote.c (emfq_text_plain): Add a stripsig
	filter. Fixes bug #52767.

	* em-stripsig-filter.[c,h]: New filter class to strip
	signatures. Useful when generating forwards/replies.

svn path=/trunk/; revision=25902
2004-05-13 15:37:54 +00:00
Not Zed 97926d706a add for translators.
2004-05-12  Not Zed  <NotZed@Ximian.com>

        * mail-errors.xml.h: add for translators.

        * Makefile.am (%.xml.h): fix for xml i18n stuff.

        * mail-errors.xml: moved from the .xml.in file.

2004-05-11  Not Zed  <NotZed@Ximian.com>

        * em-utils.c (em_uri_from_camel): pass an exception to
        provider_get, it relies on one.

        * em-migrate.c (em_migrate_1_4): fix some error messages, and fail
        with fatal errors properly.
        (em_migrate_local_folders_1_4): EEP!  Who cares if this fails!
        Well I do.  Setup exceptions and return codes.
        (em_migrate_dir): and here too.  Sloppy!
        (em_migrate_dir): change the code slightly, 1.4 would recurse all
        folders, even if the parent folder doesn't have a
        folder-metadata.xml.  Make sure we copy that mode.
        (get_local_store_uri): Make it copy the 1.4 behaviour properly.
        Any error -> use defaults.
        (em_migrate_dir): lots of changes.
        (mbox_build_filename): take the output string as an arg.
        (cp): add an argument to overwrite/append or require a unique
        empty file.
        (cp_r): add mode arg here too.
        (em_migrate_folder): split the folder copy stuff from em_migrate
        dir entirely.  blah.
        (em_upgrade_accounts_1_4): can't fail, remove return code, etc.
        (em_upgrade_xml_1_4): removed this rather redundant odd api.
        (upgrade_xml_uris): this can't fail, remove return codes etc.
        (em_upgrade_xml_1_0): another oddly redundant function.
        (em_migrate_pop_uid_caches_1_4): error messages, blah blah.
        (em_migrate_folder_expand_state_1_4): no fatal states here.
        (em_migrate_folder_view_settings_1_4): nor here.
        (emm_setup_initial): do i18n 'better', using
        gnome_i18n_get_language_list, rather than hacky code.

2004-05-10  Not Zed  <NotZed@Ximian.com>

        * mail-tools.c: remove e-meta.h, not used anymore.

svn path=/trunk/; revision=25870
2004-05-12 03:34:33 +00:00
Not Zed e23cf1ca36 ** Changed error messages to use EError.
2004-04-28  Not Zed  <NotZed@Ximian.com>

        ** Changed error messages to use EError.

svn path=/trunk/; revision=25653
2004-04-28 06:39:25 +00:00
Not Zed b787ac9181 REMOVED! And there was much rejoicing.
2004-03-31  Not Zed  <NotZed@Ximian.com>

        * mail.h: REMOVED!  And there was much rejoicing.

svn path=/trunk/; revision=25262
2004-03-31 10:20:56 +00:00
Sivaiah Nallagatla 61c49c3f7c remove local-config.glade form Makefile.am as it is removed form CVS
svn path=/trunk/; revision=25184
2004-03-25 13:02:14 +00:00
Not Zed 06b08adb25 Basically rewrote this, the import tasks run in another thread. It tells
2004-02-11  Not Zed  <NotZed@Ximian.com>

        * importers/pine-importer.c: Basically rewrote this, the import
        tasks run in another thread.  It tells you more about what's going
        on, and its cancellable.
        (pine_store_settings): changed the meaning of the settings
        slightly, if set it means we've processed them already.

        * mail-component-factory.c (factory): hook in importer factory
        callback.

2004-02-10  Not Zed  <NotZed@Ximian.com>

        * importers/*-importer.c: removed module init, just provide a new
        method.  Updates for api changes.

        * Makefile.am: link mail importers in directly.

        * mail-importer.c: changed to do stuff in-memory with linked
        stuff, moved to importers/.

        * importers/GNOME_Evolution_Mail_Importers.server.in.in: merge all
        importer .server info's here, point them all to the mailer
        factory.  Removed the others.

        * importers/Makefile.am: remove Mailer.idl stuff.  Move all
        importers to a single library.

svn path=/trunk/; revision=24701
2004-02-11 08:26:58 +00:00
Not Zed a8d1cfd503 ** See bug #52994.
2004-02-02  Not Zed  <NotZed@Ximian.com>

        ** See bug #52994.

        * em-folder-properties.c (em_folder_properties_show): redirect
        vFolder uri's to the vFolder editor.

        ** See bug #53502.

        * em-folder-browser.c (emfb_folder_properties): implement.

        * em-folder-tree.c (emft_popup_properties): fixed for change
        below.

        * em-folder-properties.[ch]: Moved the folder properties window
        from em-folder-tree.c to its own file.

svn path=/trunk/; revision=24564
2004-02-02 07:08:36 +00:00
Jeffrey Stedfast 3177b2e3cc removed evolution-mbox-upgrade.c from the build
svn path=/trunk/; revision=24282
2004-01-16 18:48:03 +00:00
Not Zed 0ff3f18cf4 Startup files/folders.
2004-01-16  Not Zed  <NotZed@Ximian.com>

        * default/C/Inbox:
        * default/C/Makefile.am:
        * default/Makefile.am: Startup files/folders.

        * em-migrate.c (emm_setup_initial): initial implementation of
        startup setup.
        (cp): Fix the test, we want exists AND size>0, not exists OR
        size>0.
        (cp): Fix the open, we can't use O_EXCL with empty, but present
        files.  Another hack fix for #52880.

        ** See bug #52896.

        * em-format-html-display.c (efhd_html_button_press_event): do this
        based on get_object_at rather than get_point_at, so we get the
        offset properly.

svn path=/trunk/; revision=24261
2004-01-15 23:16:21 +00:00
Chris Toshok e6f4f9dccf get the build moving again. add CERT_UI_CFLAGS here for the time being.
2003-12-11  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (INCLUDES): get the build moving again.  add
	CERT_UI_CFLAGS here for the time being.

svn path=/trunk/; revision=23929
2003-12-11 21:00:06 +00:00
Not Zed 7789fb9e66 use a POSITIVE value for the response value, gtk uses -ative ones. Bug
2003-12-10  Not Zed  <NotZed@Ximian.com>

        * em-folder-selector.h: use a POSITIVE value for the response
        value, gtk uses -ative ones.  Bug #51752.

        * Makefile.am (INCLUDES): added smime/lib and smime/gui to
        includes.

        * em-folder-tree.c (emft_popup_rename_folder): removed unused 'why',
        why not?

        * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked):
        setup a table of buttons to view any certs we have.

        * em-folder-browser.c (emfb_activate): separeate view_menu
        unreffing from view_instance.  fixes a runtime warning.

svn path=/trunk/; revision=23905
2003-12-10 05:29:06 +00:00
JP Rosevear 7c13868fae Remove hard coded disable deprecated flags
2003-12-06  JP Rosevear <jpr@ximian.com>

	* Makefile.am: Remove hard coded disable deprecated flags

svn path=/trunk/; revision=23662
2003-12-06 18:15:20 +00:00
Ettore Perazzoli 7d18bf233d Do not depend on e-folder-list.
* gui/component/addressbook-config.c: Do not depend on
e-folder-list.

* gui/component/select-names/e-select-names.c: Remove dependency
on evolution-folder-selector-button.
(e_addressbook_create_folder_selector): Just return a FIXME label
for now.
(folder_selected): #if 0 out.
(e_select_names_init): Do not connect.

* gui/component/select-names/e-select-names-manager.c
(e_select_names_manager_activate_dialog): Don't get a shell_client
arg anymore.
(load_completion_books): Stub out.

* gui/component/select-names/e-select-names.c
(e_select_names_new): Don't get an EvolutionShellClient anymore.
Don't create the folder selector button for now.

* gui/component/select-names/e-select-names.h: Remove dependency
on evolution-shell-client.

* gui/component/select-names/e-select-names-bonobo.c: Remove
dependency on evolution-shell-client.
(impl_SelectNames_activate_dialog): Stub out.

* gui/widgets/eab-gui-util.c: Remove dependency on
evolution-shell-client.
(eab_transfer_contacts): Stub out.

* importers/icalendar-importer.c: Do not #include shell stuff.

* gui/main.c: Do not #include <evolution-shell-client.h>.

* gui/e-itip-control.c: Do not #include
<e-folder-selector-button.h> nor <evolution-shell-client.h>.
(start_default_server): Return FALSE.
(default_server_started_cb): Do not connect the "selected" signal
on the button since it's now NULL.
(button_selected_cb): #if 0 out.

* gui/e-cal-list-view.h: Do not #include
"evolution-activity-client.h".

* gui/tasks-component.c (impl_createControls): Give an empty label
for the status bar.

* gui/e-day-view.h: Remove all deps on evolution-activity-client.

* e-msg-composer-hdrs.c: Do not #include
<evolution-folder-selector-button.h>.
(e_msg_composer_hdrs_set_post_to): #if 0 out for now.
(e_msg_composer_hdrs_get_post_to): Likewise.

* mail-vfolder.c: Do not #include "evolution-shell-component.h".

* Makefile.am (libevolution_mail_la_SOURCES): Don't compile
mail-importer.[ch] for now.

* mail-component-factory.c: Do not #include
<evolution-shell-client.h>.
* mail-config.c: Likewise.

* mail-vfolder.h: Do not #include <evolution-storage.h> or
<evolution-shell-component.h>.

* mail.h: Do not #include <evolution-storage.h>.

* mail-ops.h: Do not #include <evolution-storage.h>.
(mail_scan_subfolders): Remove prototype.
(mail_update_subfolders): Likewise.

svn path=/trunk/; revision=23595
2003-12-03 15:37:56 +00:00
Rodney Dawes 8dd5d1de36 Version the schemas Removed Added
2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* gui/component/Makefile.am: Version the schemas
	* gui/component/apps_evolution_addressbook.schemas: Removed
	* gui/component/apps_evolution_addressbook.schemas.in.in: Added

2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* gui/Makefile.am: Version the schemas
	* gui/apps_evolution_calendar.schemas: Removed
	* gui/apps_evolution_calendar.schemas.in.in: Added

2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am: Version the schemas
	* evolution-mail.schemas: Removed
	* evolution-mail.schemas.in.in: Added

2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am: Version the schemas
	* apps_evolution_shell.schemas: Removed
	* apps_evolution_shell.schemas.in.in: Added

svn path=/trunk/; revision=23579
2003-12-02 15:55:48 +00:00
JP Rosevear a191b2d860 turn on deprecated Gtk stuff
2003-11-26  JP Rosevear  <jpr@ximian.com>

	* Makefile.am: turn on deprecated Gtk stuff

svn path=/trunk/; revision=23489
2003-11-26 15:26:13 +00:00
JP Rosevear 66d47badff use the server.mk file to get rules for building versioned .server files
2003-11-17  JP Rosevear <jpr@ximian.com>

	* configure.in: use the server.mk file to get rules for building
	versioned .server files

	* */Makefile.am: use simplified rule subst

svn path=/trunk/; revision=23387
2003-11-17 15:13:35 +00:00
Jeffrey Stedfast 151829030a Removed.
2003-11-14  Jeffrey Stedfast  <fejj@ximian.com>

	* folder-browser-factory.[c,h]: Removed.

	* mail-component.c (folder_selected_cb): Don't create a new view
	anymore, simply set the new folder uri on the folder browser. This
	makes the mailer use a lot less memory than in 1.x
	(view_control_activate_cb): Moved here from
	folder-browser-factory.c
	(impl_createControls): Connect to the activate signal on the view
	control.

svn path=/trunk/; revision=23360
2003-11-14 19:54:48 +00:00
Jeffrey Stedfast fd244132ad New folder-tree widget that replaces the shell's folder-tree widget.
2003-11-13  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree.[c,h]: New folder-tree widget that replaces the
	shell's folder-tree widget.

	* em-folder-tree-model.[c,h]: New source files subclassing
	GtkTreeStore for handling the mess that is drag&drop.

	* em-folder-selection-button.c: Ported to use EMFolderTree.

	* em-folder-selection.c: Ported to use EMFolderTree.

	* em-folder-selector.c: Ported to use EMFolderTree.

	* mail-component.c: Ported to use EMFolderTree.

	* mail-offline-handler.c (storage_go_online): Updated to not pass
	a storage argument.

	* mail-folder-cache.c: Removed storage stuff.

	* mail-send-recv.c (receive_update_got_store): Don't do EStorage*
	stuff anymore.

svn path=/trunk/; revision=23331
2003-11-13 19:02:07 +00:00
Radek Doulik 8e1251fa17 merged spam filtering branch
svn path=/trunk/; revision=23302
2003-11-12 21:13:05 +00:00
Not Zed 1c69704f65 new glade file for security related stuff.
2003-11-11  Not Zed  <NotZed@Ximian.com>

        * mail-security.glade: new glade file for security related stuff.

        * mail-config.glade: removed the message security dialogue, it
        gets opened automatically by the config code :(

svn path=/trunk/; revision=23277
2003-11-11 02:38:01 +00:00
JP Rosevear 71d8e4b5ae build the marshall files right at the beginning
2003-11-07  JP Rosevear <jpr@ximian.com>

	* Makefile.am: build the marshall files right at the beginning

svn path=/trunk/; revision=23222
2003-11-07 09:46:31 +00:00
JP Rosevear 200606f928 Various changes to merge in evolution-data-server reliance.
svn path=/trunk/; revision=23206
2003-11-07 05:52:24 +00:00
Jeffrey Stedfast 20a1f88f75 New source files to migrate from the old mail directory to the new mail
2003-11-05  Jeffrey Stedfast  <fejj@ximian.com>

	* em-migrate.[c,h]: New source files to migrate from the old mail
	directory to the new mail directory.

	* mail-component.c (mail_component_init): Changed to use
	~/.evolution and added code to migrate the old mail folders over
	if ~/.evolution/mail does not yet exist.

svn path=/trunk/; revision=23193
2003-11-05 22:07:31 +00:00
JP Rosevear bdf19d3204 set up vars and rules for versioning the .server files
2003-10-31  JP Rosevear <jpr@ximian.com>

	* configure.in: set up vars and rules for versioning the .server
	files

	* Makefile.am's: use rules for versioning .server file, ensure
	built files are removed before disting

svn path=/trunk/; revision=23149
2003-10-31 13:28:44 +00:00
Jeffrey Stedfast 5843bd83e7 Nuked the MailConfig interface stuff.
2003-10-29  Jeffrey Stedfast  <fejj@ximian.com>

	* GNOME_Evolution_Mail.server.in.in: Nuked the MailConfig
	interface stuff.

	* Mailer.idl: Removed. None of the interfaces are needed/used
	anymore.

	* folder-info.[c,h]: Removed. The summary was the only thing that
	needed/used this code and it has been nuked into oblivion, so
	these interfaces are no longer needed.

	* mail-config.c: Removed old crufty CORBA interface snot that is
	no longer needed or used.

svn path=/trunk/; revision=23118
2003-10-29 16:56:45 +00:00
Jeffrey Stedfast 5ae78b362f Re-Namespaced mail-accounts.c
2003-10-24  Jeffrey Stedfast  <fejj@ximian.com>

	* em-account-prefs.[c,h]: Re-Namespaced mail-accounts.c

	* em-composer-prefs.[c,h]: Re-Namespaced mail-composer-prefs.c

	* em-mailer-prefs.[c,h]: Re-Namespaced mail-preferences.c

	* mail-accounts.[c,h]: Removed.

	* mail-composer-prefs.[c,h]: Removed.

	* mail-preferences.[c,h]: Removed.

	* mail-account-editor.c: Updated.

	* mail-account-gui.c: Updated.

	* mail-config-factory.c: Updated.

	* mail-component-factory.c: Updated.

svn path=/trunk/; revision=23066
2003-10-24 19:31:22 +00:00