72725007fb
Fix compiler warnings
2011-06-29 18:42:25 +02:00
e146d67bad
Bug #633948 - Try harder to use -lresolv in LDAP_LIBS
2011-06-29 18:42:25 +02:00
ef4a4446d0
Bug #651316 - Crash with Outgoing mail filters
2011-06-29 18:42:25 +02:00
2dc0a29c7a
Bug #332907 - Contact editor duplication alert misleading
2011-06-29 18:42:25 +02:00
fcc3aff7d6
Bug #651761 - Message window doesn't mark message seen
2011-06-29 18:42:25 +02:00
4f9f9222e2
Bug #614274 - Labeling many messages is very slow
2011-06-29 18:42:25 +02:00
7b4910d636
Bug #636809 - Address labels formatting improvements
...
Address labels should be formated according to country specific standards.
2011-06-29 18:42:25 +02:00
f36331f1a7
Little text typo fix
2011-06-29 18:42:25 +02:00
3ce4960632
Bug #642557 - Display maps in contact preview
2011-06-29 18:42:25 +02:00
e529198d32
Bug #649310 - Calendar only shows midnight to noon
2011-06-29 18:42:23 +02:00
4016bcbc47
Bug #651684 - Creates a copy of message in Outbox instead of replacing
2011-06-29 18:42:23 +02:00
db4375c307
Bug #640083 - Cannot configure LDAPS on port 636
2011-06-29 18:42:22 +02:00
8600672a91
Do not add 'Local delivery' accounts into folder tree
...
And make folder_tree_get_folder_info_cb() always finish properly,
because evolution doesn't want to quit otherwise.
2011-06-29 18:42:22 +02:00
de29fdc572
Bug #649757 - 'Local delivery' accounts stopped working
2011-06-29 18:42:22 +02:00
dc65d0dfeb
vfolder_adduri(): Take an EMailBackend instead of EMailSession.
...
Needed for the account-mgmt branch.
2011-06-29 18:42:22 +02:00
58f0ae7566
EMVFolderRule: Track folder URIs in a GQueue instead of GList.
...
Makes the logic a little cleaner. Do this also in mail-vfolder.c.
2011-06-29 18:42:22 +02:00
4c7f465696
Bug #578245 - View settings for threads getting lost
2011-06-29 18:42:22 +02:00
f8ebb73085
Embed e_hsv_tweak() directly in e-table-item.c.
...
ETableItem is the last user of e_hsv_tweak().
This allows us to remove widgets/misc/e-hsv-utils.[ch].
2011-06-29 18:42:22 +02:00
d6a1733667
Move EPopupMenu to /widgets/table.
...
ETableHeaderItem is the last user of EPopupMenu. Move it to
/widgets/table to discourage further use and strip out unused features.
The functionality it provides has long since been superseded by
GtkUIManager and GtkAction.
2011-06-29 18:42:22 +02:00
8154b46b3f
e-mail-folder-utils.c cleanups.
2011-06-29 18:42:22 +02:00
3be9f1c96a
Fix build breaks.
2011-06-29 18:42:22 +02:00
56314d75e2
mail_vfolder_add_folder(): Change parameters.
...
Take an EMailBackend instead of an EMailSession.
2011-06-29 18:42:22 +02:00
37fa42f72f
Replace deprecated g_atomic_int_exchange_and_add()
2011-06-29 18:42:22 +02:00
c728cc2d96
EMFilterFolderElement cleanups.
2011-06-29 18:42:22 +02:00
1eb782e310
EMFolderSourceElement: Store UIDs instead of URIs.
...
For backward-compatibility we can still decode <uri> elements, but new
source rules will store the account UID, which is easier to deal with.
2011-06-29 18:42:22 +02:00
584486a915
EMFilterSourceElement: Add an EMailBackend constructor property.
2011-06-29 18:42:22 +02:00
74b64d63f6
EMFilterSourceElement cleanups.
2011-06-29 18:42:22 +02:00
80e3a3ad4b
Fix more places where old-style folder URIs are used.
2011-06-29 18:42:22 +02:00
cf2877c49a
Bug #649939 - Cann't create new folder
2011-06-29 18:42:22 +02:00
7b0c569148
Bug #651062 - Emit operation progress on the correct cancellable
2011-06-29 18:42:22 +02:00
5f7fff5065
e_mail_store_add_by_account(): Fix a potential use-before-set.
2011-06-29 18:42:22 +02:00
8055965328
Remove em_utils_folder_name_from_uri().
2011-06-29 18:42:21 +02:00
96947a0bcf
Change EMEventTargetFolder contents.
...
Give it a CamelStore and folder name instead of an EAccount and folder
URI. Both the EAccount and folder URI can be easily retrieved from the
CamelStore and folder name.
2011-06-29 18:42:21 +02:00
084298cae5
[l10n]Updated Catalan (Valencian) translation
2011-06-29 18:42:21 +02:00
ebdaad049d
Remove e_get_subscribable_accounts().
...
Another EAccount utility function down...
2011-06-29 18:42:21 +02:00
b7a86ea957
EMSubscriptionEditor: Manage stores, not accounts.
...
We'll query the accounts to get display names for the combo box,
but that's it. Use CamelStores instead.
2011-06-29 18:42:21 +02:00
0c205a55ed
EMailShellView: Avoid e_get_subscribable_accounts().
...
Use em_folder_tree_model_list_stores() to determine whether to enable
the folder subscription editor.
2011-06-29 18:42:21 +02:00
4abf3ae25f
Add em_folder_tree_model_list_stores().
...
Lists all the CamelStores added to EMFolderTreeModel. Note that
CamelStores with a corresponding EAccount are only added if the EAccount
is enabled, so it's safe to assume all returned CamelStores are enabled.
2011-06-29 18:42:21 +02:00
6606589fa8
EMFolderTreeModel: Miscellaneous cleanups.
2011-06-29 18:42:21 +02:00
f043e3c748
Including <glib-object.h> directly is rarely needed.
2011-06-29 18:42:21 +02:00
7132d0f0c2
Including <glib.h> directly is rarely needed.
2011-06-29 18:42:21 +02:00
63d86c794e
Remove account from EMFolderTreeModelStoreInfo.
...
The struct already has a CamelStore, and the CamelStore UID is the same
as the EAccount UID, so it's easy to lookup the corresponding EAccount.
2011-06-29 18:42:21 +02:00
0fdaf826c2
EMFolderTreeModel: Remove internal account_index.
...
The store_index is sufficient.
2011-06-29 18:42:21 +02:00
8afd0b13ad
Remove display_name from EMFolderTreeModelStoreInfo.
...
It was only being used to look up an EAccount UID, but we already had
the CamelStore, and the CamelStore UID is the same as the EAccount UID.
2011-06-29 18:42:21 +02:00
3f67582bbd
Bug #229244 - Re-ordering email addresses in contact list editor
2011-06-29 18:42:21 +02:00
c24038c4f6
Bug #646109 - Fix use of include <config.h> to make sure translations work
2011-06-29 18:42:20 +02:00
bb204a16ea
Bug #651135 - Crash using saved search with an empty expression
2011-06-29 18:42:20 +02:00
7d94ff7913
Bug 651062 - refresh_folders_exec() reports progress incorrectly.
2011-06-29 18:42:20 +02:00
f38ba5f59d
Updated Spanish translation
2011-06-29 18:42:20 +02:00
2c5c883e00
Bug 651001 - Cannot send message from accounts not having a provider
2011-06-29 18:42:20 +02:00