Commit Graph

1755 Commits

Author SHA1 Message Date
Matthew Barnes 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
Matthew Barnes 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
Matthew Barnes 384f70e958 groupwise-features: Fix a compiler warning. 2011-04-30 10:19:40 -04:00
Matthew Barnes 77397e699d Adapt to extra arg in camel_session_get_service_by_url(). 2011-04-29 09:49:38 -04:00
Dan Vrátil 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
Matthew Barnes 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
Matthew Barnes 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
Matthew Barnes 397aeade05 Adapt to CamelService changes. 2011-04-21 07:45:45 -04:00
Milan Crha dddda73fe4 Bug #646197 - Crash with VALARM without ACTION property 2011-04-18 16:29:29 +02:00
Matthew Barnes ea0fdf21ec Adapt to sealed up CamelService. 2011-04-17 13:13:55 -04:00
Kjartan Maraas 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
Matthew Barnes 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
Matthew Barnes 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
Matthew Barnes d5d651cf78 Bug 645545 - Attachment reminder dialog uses wrong expand 2011-03-24 16:50:19 -04:00
Milan Crha 40346a792f Workaround for bug #644792 - [mail-notify] Crash when sending D-Bus message 2011-03-15 12:51:49 +01:00
Milan Crha 3df6594023 Fix build break after recent eds changes 2011-03-14 08:02:05 +01:00
Milan Crha 9a1d03400b Bug #641939 - [publish-calendar] Doesn't read online state on start 2011-03-09 11:52:31 +01:00
Matthew Barnes c6fd77460f Coding style and whitespace cleanup. 2011-03-05 12:34:28 -05:00
Milan Crha f1710c9a4a Bug #643693 - Crash opening attached text/html mail 2011-03-04 14:01:03 +01:00
Milan Crha 2533e52b8c Do not leak attachments in a mail view 2011-03-02 15:13:40 +01:00
Matthew Barnes 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
Milan Crha 7cd21fa82a Bug #642447 - Invalid reads while disabling groupwise account 2011-03-01 12:08:39 +01:00
Milan Crha a117ff9142 Bug #641456 - Crash in pst_process_appointment at pst-importer.c 2011-02-28 16:07:27 +01:00
Matthew Barnes fcb29478f6 Coding style and whitespace cleanup. 2011-02-18 20:44:24 -05:00
Milan Crha 4b9ac3879d Fix few memory leaks 2011-02-14 19:15:36 +01:00
Matthew Barnes 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
Milan Crha 4adc621fe0 Bug #641701 - Issues with pst-import plugin 2011-02-10 12:16:21 +01:00
Kjartan Maraas 2c31a5bc23 Bug 641756 - Fix warnings from GCC 4.6
GCC learned how to find dead assignments.
2011-02-08 11:57:50 -05:00
Bharath Acharya ba348cbed1 Bug #641451 - Crash in folder_selection_button_new
Crash when importing any pst file.
2011-02-07 10:05:22 +05:30
Milan Crha 0478e01708 Bug #641011 - Ugly appointment editing windows 2011-02-03 10:45:03 +01:00
Dan Vrátil 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
Milan Crha a10247b540 Bug #635144 - Using external editor duplicates signature 2011-02-01 18:09:00 +01:00
Punit Jain a9fb511ced bug #641069 - tnef plugin vulnerabilities
Resolves directory traversal and buffer overflow vulnerabilities.
2011-02-01 12:17:05 +05:30
Andre Klapper dc94b1067e Add translator comment. See bug #641020. 2011-01-31 14:05:28 +01:00
Matthew Barnes 0109aa3a92 More whitespace cleanup. 2011-01-30 11:33:28 -05:00
Matthew Barnes 21ab8044da Coding style and whitespace cleanup. 2011-01-29 20:22:57 -05:00
Matthew Barnes ba05584de5 Dialogs no longer have separators. 2011-01-25 10:28:26 -05:00
Matthew Barnes 753c60fc67 Drop backward-compatibility cruft. 2011-01-25 10:28:26 -05:00
Matthew Barnes dfc28aa9ce Drop support for gtk+-2.0. 2011-01-25 10:28:25 -05:00
Matthew Barnes 48cc23d33d Bug 640025 - Silence debug output in spamassassin plugin 2011-01-22 10:56:17 -05:00
Milan Crha 3cce94edcb Bug #634403 - Mails Label popup menu is not updated properly 2011-01-19 14:56:35 +01:00
Milan Crha d6ce64dc19 Bug #633788 - Mail plugin's update-actions handler is never called 2011-01-18 18:02:03 +01:00
Matthew Barnes 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
Andre Klapper 97a91ab8f7 Fix all back up that should be backup 2011-01-06 16:28:06 +01:00
Milan Crha d61a48b9d9 Bug #633854 - [templates] Crash in build_template_menus_recurse 2011-01-06 15:52:23 +01:00
Milan Crha bbd5f80d88 Properly translate NC_ messages 2010-12-10 18:44:21 +01:00
Milan Crha fb18743067 Bug #633332 - Preserve port number in WebDAV address book 2010-12-08 15:59:01 +01:00
Milan Crha 320c4ce807 Bug #631568 - Scheduling Meetings with CalDAV calendars 2010-12-08 14:31:58 +01:00
Matthew Barnes ffd6e52808 Avoid a crash when building templates menu. 2010-12-03 15:36:40 -06:00
Milan Crha a63688f4e7 CalDAV plugin - use saved password, if available, for server browsing 2010-12-03 20:03:29 +01:00