Commit Graph

34768 Commits

Author SHA1 Message Date
362cacfa2d Updated Spanish translation 2011-06-29 18:42:26 +02:00
ce62390010 Replace G_CONST_RETURN with 'const'.
GLib is finally dropping this hack.
2011-06-29 18:42:26 +02:00
2229ecda96 Fix some uninitialized variable usage. 2011-06-29 18:42:26 +02:00
e7954c3f25 Coding style and whitespace cleanups. 2011-06-29 18:42:26 +02:00
dcaf6c5208 Miscellaneous mail cleanups. 2011-06-29 18:42:26 +02:00
8df5f49851 Fixes a crash while creating VeeFolders at the root level. 2011-06-29 18:42:26 +02:00
739b0b34f1 Updated Norwegian bokmål translation 2011-06-29 18:42:26 +02:00
e68165697e Bug #643526 - Crash in et_get_n_children 2011-06-29 18:42:26 +02:00
7339bac110 Updated Czech translation 2011-06-29 18:42:26 +02:00
829a76866d Bug #608203 - Left pane of mailer window is narrow at startup 2011-06-29 18:42:25 +02:00
2e95d4297c Bug #651976 - Reply/Forward setting isn't respected in message window 2011-06-29 18:42:25 +02:00
293f525e16 Updated Galician translations 2011-06-29 18:42:25 +02:00
0dc934530b Updated Russian translation 2011-06-29 18:42:25 +02:00
0db37facb2 Updated Spanish translation 2011-06-29 18:42:25 +02:00
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