Commit Graph

1852 Commits

Author SHA1 Message Date
1037643622 Bug #663615 - Saving calendar duplicates the first event 2011-11-21 18:38:26 +01:00
a8e8c46122 Bug #664018 - Cannot create task/memo from a mail 2011-11-21 17:53:17 +01:00
49e518ac2b Remove some unnecessary #includes. 2011-11-18 10:10:02 -05:00
bed7c0f05a EMAccountEditor: Start using CamelNetworkSettings.
Instead of stuffing host/port/user/etc into CamelURLs.

To enforce this in 3rd party extensions, remove EAccounts from
EMConfigTargetAccount and rename it EMConfigTargetSettings with
the following struct members:

    const gchar *email_address;

    const gchar *storage_protocol;
    CamelSettings *storage_settings;

    const gchar *transport_protocol;
    CamelSettings *transport_settings;
2011-11-06 20:10:57 -05:00
41f0d7117e Adapt to CamelOperation API changes. 2011-11-06 20:10:57 -05:00
bcf8dbb96f Bug #662589 - 'Retrieve List' for new Google calendar does not use proxy 2011-11-02 09:08:45 +01:00
8f5493140c Bug #660782 - [pst-import] Missing 'To' on message replies 2011-10-27 19:02:40 +02:00
56ebfe2f3f Adapt to CamelNetworkSettings changes. 2011-10-24 12:03:54 -04:00
5f439e5e62 Trivial little cleanups.
To synchronize with the "wip/gsettings" branch.

Mostly just removing unneeded "gconf-bridge.h" includes.
2011-10-18 12:27:13 -04:00
3b26bfc864 Fix typos in user visible strings 2011-10-13 08:29:50 +02:00
1c7c5557bf Require libgdata >= 0.10.
Drop all the backward-compatibility cruft.
2011-10-12 21:03:47 -04:00
23f7fa7570 Bug #660829 - Allow 'Mark as read' in right click menu on spam folder 2011-10-11 10:03:17 +02:00
7225739d7d Bug #660861 - Avoid mark-all-read on a non-folder selection 2011-10-10 22:30:48 +02:00
3c45eb1bdd Bug #660782 - [pst-import] Missing tasks after import 2011-10-10 20:27:45 +02:00
d79ca40b62 Adapt to CamelFolderSummary API changes 2011-10-06 16:59:04 +02:00
224f26b84d GtkApplication has some new EShell-like features.
I pushed a few EShell features up to GtkApplication for GTK+ 3.2,
so we can now trim off the redundancies in EShell.

1) GtkApplication has a new "window-added" signal which replaces
   EShell's own "window-created" signal.

2) GtkApplication has a new "window-removed" signal which replaces
   EShell's own "window-destroyed" signal.

3) gtk_application_get_windows() now returns a list of windows sorted
   by most recently focused, replacing e_shell_get_watched_windows().

4) GtkApplication now provides enough hooks to subclasses that we can
   remove e_shell_watch_window() and call gtk_application_add_window()
   directly.
2011-10-06 08:16:21 -04:00
19163c2b71 Oops, missed one. 2011-10-04 22:58:04 -04:00
1f38f4d92c Simplify library dependency flags.
We have a confusing array of nearly-identical CFLAGS/LIBS definitions in
configure.ac.  Time to simplify.  Instead let's just have one definition
that includes all the libraries provided by Evolution-Data-Server (incl.
Camel).  That, in combination with GNOME_PLATFORM, gives us most of what
we need for compliation and linking, and we can sprinkle definitions for
additional library dependencies in Makefile.am's as needed.
2011-10-04 22:27:14 -04:00
61d1bec48b publish-calendar: correct Secure FTP abbreviation to SFTP 2011-10-03 08:15:13 +11:00
8e3482788c itip-formatter: end some strings with colon instead of full stop 2011-10-03 08:15:11 +11:00
6b1663a63d backup-restore cleanups. 2011-09-30 11:24:24 -04:00
3d98af62e5 Require GLib 2.30.
Drop all GLIB_CHECK_VERSION macros.
2011-09-29 12:05:49 -04:00
e2b6ff7a6c Miscellaneous cleanups from the account-mgmt branch.
Reducing diff noise so I can see important changes easier when comparing
branches.  A few API changes, but nothing that affects functionality.
2011-09-27 09:31:13 -04:00
f615000f6c EMFolderTreeModel: Don't use parameters in "get_default" functions.
Drop EMFolderTreeModel's "session" property now that it has a "backend"
property and call em_folder_tree_model_set_backend() where we used to
call em_folder_tree_model_set_session().

The session can still be obtained through e_mail_backend_get_session().
2011-09-26 11:45:11 -04:00
8c42644692 itip-formatter: Adapt to CamelDB API changes.
I didn't realize CamelDB was used outside of Camel, yikes!
2011-09-26 09:45:55 -04:00
e0548d2570 Bug #351025 - Make the order of the mail accounts configurable 2011-09-26 11:45:59 +02:00
8a309aef81 Bug #655252 - Need to escape the comp_uid part of a path 2011-09-26 11:02:47 +02:00
e3d6dc913b Bug #657386 - Changing default source doesn't unmark previous one 2011-09-07 13:35:44 +02:00
fcbbdfbd18 Coding style and whitespace cleanup. 2011-09-04 07:34:32 -04:00
4cabd2c247 [mail-to-task] Uses incorrect function to free array of message uids 2011-08-26 14:56:12 +02:00
df385fa05b Changing source in CompEditor blocks UI 2011-08-26 14:24:15 +02:00
857505c202 Bug #655551 - [mail-to-task] Pick organizer based on selected folder's store 2011-08-26 11:24:49 +02:00
4c7a93d9fd Bug #655549 - [mail-to-task] Ignores cancel of source select dialog 2011-08-26 10:56:37 +02:00
2ff0386d60 Bug #655490 - Location chooser dialog for Weather calendar is too small 2011-08-25 18:14:14 +02:00
a7840ef0ef Bug #655666 - Split task preferences into its own tab 2011-08-23 16:57:26 +02:00
279722df7c Bug #652092 - 'Mark messages as read' doesn't work with search folder 2011-08-22 17:02:58 +02:00
54b7c198c3 Capitalize tab header as all others are capitalized too 2011-08-19 15:30:50 +02:00
dd57574c04 Use new CamelService:display-name property.
Simplify, simplify...
2011-08-17 22:27:46 -04:00
31d1aa0441 imap-headers: Adapt to CamelSettings.
Write values to CamelSettings instead of URL parameters.
2011-08-15 11:56:26 -04:00
f59681796d Coding style and whitespace cleanup. 2011-08-13 11:27:51 -04:00
c2b6fbabc2 Bug #655944 - Import dialog is not showing operation progress 2011-08-10 13:48:00 +02:00
a58ded4357 EMFolderSelectionButton: Add a "folder-uri" property.
And rename a couple get/set functions to match the property name.
2011-08-10 00:14:32 -04:00
fe67798104 Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' part 2011-08-09 17:18:42 +02:00
9ceea10bca Bug #655494 - Move 'Calendar and Tasks' tab out of Mail Preferences 2011-08-09 14:42:22 +02:00
1dd6dce98e Bug #655872 - [pst-import] Fails to properly open remote client 2011-08-09 13:12:17 +02:00
d996be6d9b Bug #655943 - Meeting request mails are not imported properly 2011-08-04 19:30:39 +02:00
5397851156 Bug #655870 - Uses incorrect pointer as string in error message 2011-08-04 17:05:28 +02:00
f2c3401183 Avoid crashes when moving between messages quickly
The itip-formatter part is clean, but the one for attachment_button
can still introduce runtime warnings, which requires more changes and
rethinking of this all, which I prefer to postpone, the best after
WebKit work will land, because it also may change most of the mail
formatting code (I guess). It doesn't crash, at least.
2011-08-03 17:04:31 +02:00
976df5871e Bug #655893 - Crash on pst folder hierarchy import 2011-08-03 14:06:58 +02:00
1000762b67 Bug #646646 - Incomplete and folder-incorrect import of pst file 2011-08-03 11:48:53 +02:00