b4d14fdbe5
groupwise-features: Avoid e_get_account_by_source_url().
...
Use e_get_account_by_uid() instead.
2011-05-03 15:18:15 -04:00
06411bdbbb
Remove 'from_uri' params from e-msg-composer-utils.c.
...
Pass CamelFolder objects instead, which are already available at almost
every call site.
2011-05-03 13:42:15 -04:00
b8a932ae1e
Fix compiler warnings.
...
Mostly dead assignments.
2011-05-03 10:45:46 -04:00
c3b983d6e1
Drop 'folder_uri' param from em_utils_folder_is_outbox().
2011-05-03 09:42:06 -04:00
b9f932b1b8
Drop 'folder_uri' param from em_utils_folder_is_sent().
2011-05-03 09:42:06 -04:00
9e0f0f529f
Drop 'folder_uri' param from em_utils_folder_is_drafts().
2011-05-03 09:42:06 -04:00
7b4a69edc4
EMConfigTargetAccount: Add original_account member.
...
Rename the existing 'account' member to 'modified_account' and add an
'original_account' member so plugins have direct access to both.
Mostly of benefit to the imap-features plugin.
2011-05-02 15:37:22 -04:00
5fcf41925b
EMEventTargetFolder: Add an EAccount member.
...
The mail-notification plugin can use the EAccount member directly
instead of searching for it by URI.
2011-05-02 15:12:55 -04:00
384f70e958
groupwise-features: Fix a compiler warning.
2011-04-30 10:19:40 -04:00
77397e699d
Adapt to extra arg in camel_session_get_service_by_url().
2011-04-29 09:49:38 -04:00
5fcaadbc9a
Bug #641845 - Add default expansion variables to templates plugin
...
Users can read values from original message in the template
by $ORIG[header] and with a special value $ORIG[body].
2011-04-27 17:10:14 +02:00
2594b0d00c
Add itip_address_is_user().
...
Convenience function that checks whether the given email address matches
a registered mail identity.
2011-04-26 11:21:38 -04:00
8cd2068215
Remove redundant EAccountList utilities.
...
Kill itip_addresses_get() and itip_addresses_get_default(), and use
e_get_account_list() and e_get_default_account() instead.
2011-04-26 09:20:50 -04:00
397aeade05
Adapt to CamelService changes.
2011-04-21 07:45:45 -04:00
dddda73fe4
Bug #646197 - Crash with VALARM without ACTION property
2011-04-18 16:29:29 +02:00
ea0fdf21ec
Adapt to sealed up CamelService.
2011-04-17 13:13:55 -04:00
88ae09989a
Fix translations being boken by removing calls to bindtextdomain() from plugins.
...
It shouldn't be needed for plugins that live in the evolution source tree anyway
since they should just use the translation domain they inherit from main().
2011-04-01 18:35:24 +02:00
ea8326df3a
Remove the profiler plugin.
...
This plugin was for developers, but no one uses it anymore. Plus the
only profiling hooks left in Evolution were in the MessageList widget,
which performs fine. There's better ways to collect profiling data
these days anyway (sysprof, systemtap, etc.).
2011-03-28 16:12:42 -04:00
a09a95559e
Fix alignment of extra widgets in EAlertDialogs.
...
Add e_alert_dialog_get_content_area(), which returns the GtkVBox
containing the primary and secondary labels. Use this instead of
gtk_dialog_get_content_area() to maintain the dialog's left margin
beneath the image.
2011-03-24 16:50:19 -04:00
d5d651cf78
Bug 645545 - Attachment reminder dialog uses wrong expand
2011-03-24 16:50:19 -04:00
40346a792f
Workaround for bug #644792 - [mail-notify] Crash when sending D-Bus message
2011-03-15 12:51:49 +01:00
3df6594023
Fix build break after recent eds changes
2011-03-14 08:02:05 +01:00
9a1d03400b
Bug #641939 - [publish-calendar] Doesn't read online state on start
2011-03-09 11:52:31 +01:00
c6fd77460f
Coding style and whitespace cleanup.
2011-03-05 12:34:28 -05:00
f1710c9a4a
Bug #643693 - Crash opening attached text/html mail
2011-03-04 14:01:03 +01:00
2533e52b8c
Do not leak attachments in a mail view
2011-03-02 15:13:40 +01:00
b22ac14482
Fix Gtk-Doc comment notation.
...
Seeing lots of what I assume to be doxygen syntax in comment blocks.
2011-03-01 13:09:11 -05:00
7cd21fa82a
Bug #642447 - Invalid reads while disabling groupwise account
2011-03-01 12:08:39 +01:00
a117ff9142
Bug #641456 - Crash in pst_process_appointment at pst-importer.c
2011-02-28 16:07:27 +01:00
fcb29478f6
Coding style and whitespace cleanup.
2011-02-18 20:44:24 -05:00
4b9ac3879d
Fix few memory leaks
2011-02-14 19:15:36 +01:00
7a1677520d
Remove NULL checks for GObject methods.
...
As of GLib 2.28 all GObject virtual methods, including constructed(),
are safe to chain up to unconditionally. Remove unnecessary checks.
2011-02-12 12:54:08 -05:00
4adc621fe0
Bug #641701 - Issues with pst-import plugin
2011-02-10 12:16:21 +01:00
2c31a5bc23
Bug 641756 - Fix warnings from GCC 4.6
...
GCC learned how to find dead assignments.
2011-02-08 11:57:50 -05:00
ba348cbed1
Bug #641451 - Crash in folder_selection_button_new
...
Crash when importing any pst file.
2011-02-07 10:05:22 +05:30
0478e01708
Bug #641011 - Ugly appointment editing windows
2011-02-03 10:45:03 +01:00
c49e3012a0
Bug 222423 - Support Face headers
...
The configuration section for the Face plugin now has a preview image.
Also promoting this plugin out of "experimental" status so more distros
will pick it up.
2011-02-02 17:21:24 -05:00
a10247b540
Bug #635144 - Using external editor duplicates signature
2011-02-01 18:09:00 +01:00
a9fb511ced
bug #641069 - tnef plugin vulnerabilities
...
Resolves directory traversal and buffer overflow vulnerabilities.
2011-02-01 12:17:05 +05:30
dc94b1067e
Add translator comment. See bug #641020 .
2011-01-31 14:05:28 +01:00
0109aa3a92
More whitespace cleanup.
2011-01-30 11:33:28 -05:00
21ab8044da
Coding style and whitespace cleanup.
2011-01-29 20:22:57 -05:00
ba05584de5
Dialogs no longer have separators.
2011-01-25 10:28:26 -05:00
753c60fc67
Drop backward-compatibility cruft.
2011-01-25 10:28:26 -05:00
dfc28aa9ce
Drop support for gtk+-2.0.
2011-01-25 10:28:25 -05:00
48cc23d33d
Bug 640025 - Silence debug output in spamassassin plugin
2011-01-22 10:56:17 -05:00
3cce94edcb
Bug #634403 - Mails Label popup menu is not updated properly
2011-01-19 14:56:35 +01:00
d6ce64dc19
Bug #633788 - Mail plugin's update-actions handler is never called
2011-01-18 18:02:03 +01:00
0af3ff804c
Fudge gtk_widget_get_preferred_size() for gtk2.
...
Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using
gtk_widget_size_request(). Reduces diff noise with gtk3 branch.
2011-01-14 14:58:29 -05:00
97a91ab8f7
Fix all back up that should be backup
2011-01-06 16:28:06 +01:00