aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task/mail-to-task.c
Commit message (Collapse)AuthorAgeFilesLines
* WebKit port - port pluginsDan Vrátil2012-03-291-7/+4
|
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-6/+10
|
* Bug #659396 - Missing plural handling for "You have selected %d mails to..."Milan Crha2012-02-161-5/+15
|
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-9/+14
| | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service.
* Miscellaneous cleanups.Matthew Barnes2011-11-231-2/+6
|
* Bug #664018 - Cannot create task/memo from a mailMilan Crha2011-11-221-6/+3
|
* Trivial little cleanups.Matthew Barnes2011-10-191-1/+0
| | | | | | To synchronize with the "wip/gsettings" branch. Mostly just removing unneeded "gconf-bridge.h" includes.
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-2/+4
| | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality.
* Bug #655252 - Need to escape the comp_uid part of a pathMilan Crha2011-09-261-7/+14
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-18/+29
|
* [mail-to-task] Uses incorrect function to free array of message uidsMilan Crha2011-08-261-5/+5
|
* Changing source in CompEditor blocks UIMilan Crha2011-08-261-0/+14
|
* Bug #655551 - [mail-to-task] Pick organizer based on selected folder's storeMilan Crha2011-08-261-4/+11
|
* Bug #655549 - [mail-to-task] Ignores cancel of source select dialogMilan Crha2011-08-261-0/+2
|
* Bug #646442 - [mail-to-task] Edit event details before adding to calendarDan Vrátil2011-06-231-212/+327
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-46/+52
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-1/+1
|
* Coding style cleanups.Matthew Barnes2011-05-091-2/+2
|
* Do not leak attachments in a mail viewMilan Crha2011-03-021-0/+1
|
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-1/+0
|
* Coding style and whitespace cleanup.Matthew Barnes2010-10-041-1/+1
|
* Adapt to Camel API changes.Matthew Barnes2010-09-281-2/+2
|
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-1/+4
|
* Bug #629132 - set_attachments: assertion failed.Punit Jain2010-09-131-4/+5
| | | | | [mail-to-task] CRITICAL **: set_attachments: assertion `status.uris != NULL' failed Uri was actually a path.
* Bug 624128 - Folder -> Subscriptions is always enabledMatthew Barnes2010-07-121-6/+2
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-1/+1
|
* Add translator comments in mail-to-task pluginMilan Crha2010-06-031-0/+18
|
* Keep chipping away at direct GtkHTML usage.Matthew Barnes2010-06-011-6/+6
| | | | | | | | | | EMFormatHTML now holds a sealed EWebView instead of a public GtkHTML, accessible through em_format_html_get_web_view(). Rename e_mail_reader_get_html_display() to e_mail_reader_get_formatter() and have it return an EMFormatHTML instead of an EMFormatHTMLDisplay, since that's usually the type you want (or else an EMFormat, but never an EMFormatHTMLDisplay).
* Camel is now GObject-based.Matthew Barnes2010-04-241-1/+1
|
* Adapt to Camel API changes.Matthew Barnes2010-04-131-6/+7
|
* Adapt to Camel API changes.Matthew Barnes2010-04-041-5/+5
|
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-8/+0
|
* Make authentication functionality availableGustavo Noronha Silva2010-01-271-1/+1
| | | | | | | This involves renaming the calendar auth-related functions to have a prefix, and shipping the headers. Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
* Expand the EMailReader interface so it's easier to use.Matthew Barnes2009-12-021-7/+5
| | | | | | | | Adds the following methods: CamelFolder * (*get_folder) (EMailReader *reader); const gchar * (*get_folder_uri) (EMailReader *reader); GPtrArray * (*get_selected_uids) (EMailReader *reader);
* Merge bits and pieces of the anjal-evo-2-30 branch.Matthew Barnes2009-12-011-3/+4
|
* Add e_attachment_store_load_async().Matthew Barnes2009-11-201-19/+22
| | | | | | | This is a convenience function for adding multiple attachments to a store and loading them concurrently. Also included: e_attachment_store_load_finish()
* Kill more redundant save functions.Matthew Barnes2009-11-081-54/+107
|
* Bug #523335 - [mail-to-task] EnhancementsMilan Crha2009-10-151-6/+54
|
* Fix crashes in mail-to-task plugin.Matthew Barnes2009-09-131-14/+9
|
* Get the mailing-list-actions plugin working.Matthew Barnes2009-09-051-54/+81
| | | | | | | Also get mail-to-task working for the message browser window. Came up with a new technique for managing actions and action groups in the process. Also gave the EMailReader interface an "update-actions" signal for plugins to connect to.
* Coding style and whitespace cleanup.Matthew Barnes2009-08-301-3/+3
|
* Bug #584030 - [Mail-To-Task] improve duplicate handling and suchMilan Crha2009-08-121-18/+295
|
* Kill EMMenu and EMPopup.Matthew Barnes2009-08-101-2/+0
| | | | | Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup.
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+0
|
* Get the "mail-to-task" plugin working again.Matthew Barnes2009-06-261-85/+166
| | | | | This one was more challenging. It exposed some flaws in the new shell design and in EPluginUI, which is good because they're fixed now.
* Stop abusing forward declarations.Matthew Barnes2009-06-191-2/+2
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-44/+44
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-3/+3
|
* Be able to save mail to event, meeting, task or memoMilan Crha2009-04-251-93/+235
| | | | ** Fix for bug #342296
* ** Fix for bug #576696Milan Crha2009-03-261-1/+9
| | | | | | | | | | | | | 2009-03-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #576696 * plugins/mail-to-task/mail-to-task.c: (set_attendees): * plugins/mail-to-meeting/mail-to-meeting.c: (add_attendee_cb): Set mandatory properties. svn path=/trunk/; revision=37477
* ** Fixes bug #558726 (patch by Frederic van Starbmann)Matthew Barnes2008-11-011-1/+1
| | | | | | | | | | | | | | 2008-10-31 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #558726 (patch by Frederic van Starbmann) * mail/em-format-html.c (emfh_multipart_related_check): * plugins/mail-to-task/mail-to-task.c (do_mail_to_task): * plugins/plugin-manager/plugin-manager.c (eppm_enable_toggled): Fix several potential format string crashes. svn path=/trunk/; revision=36709
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-6/+23
| | | | svn path=/trunk/; revision=36116
* ** Fix for bug #318089Milan Crha2008-06-191-39/+63
| | | | | | | | | | | | 2008-06-18 Milan Crha <mcrha@redhat.com> ** Fix for bug #318089 * mail-to-task.c: (convert_to_task): Ask for destination source only when have more than one writable source defined. svn path=/trunk/; revision=35646
* ** Fix for bug #353807Milan Crha2007-11-231-2/+21
| | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #353807 * mail-to-task.c: (do_mail_to_task): Notice user if any error occur during opening calendar, calendar is readonly or when add fails. svn path=/trunk/; revision=34576
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-21/+21
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* ** Fix for bug #334675Milan Crha2007-11-051-4/+71
| | | | | | | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #334675 * plugins/mail-to-task/mail-to-task.c: (do_mail_to_task), (text_contains_nonwhitespace), (get_selected_text), (convert_to_task), (org_gnome_mail_to_task), (org_gnome_mail_to_task_menu): When selected only one message, then try to use selected text in preview as description, instead of whole message body. * Requires newer GthHtml (API extended, since revision 8614). * mail/em-folder-view.c: (emfv_message_reply): Leak fix. svn path=/trunk/; revision=34497
* 2007-09-07 mcrha Fix for bug #473903Milan Crha2007-09-071-1/+1
| | | | svn path=/trunk/; revision=34192
* ** Fix for bug #468804Wang Xin2007-08-221-1/+5
| | | | | | | | | | | 2007-08-22 Wang Xin <jedy.wang@sun.com> ** Fix for bug #468804 * plugins/mail-to-task/mail-to-task.c: Handle NUll pointer. svn path=/trunk/; revision=34063
* 2007-08-16 mcrha Part of fix for bug #350539Milan Crha2007-08-161-0/+3
| | | | svn path=/trunk/; revision=34017
* Fixes #310489Chenthill Palanisamy2006-07-311-4/+25
| | | | svn path=/trunk/; revision=32448
* Fixes #332605. Multipart message handling. (set_attachments): NewHiroyuki Ikezoe2006-06-061-2/+99
| | | | | | | | | | | | | | 2006-06-06 Hiroyuki Ikezoe <poincare@ikezoe.net> Fixes #332605. * mail-to-task.c: (set_description): Multipart message handling. (set_attachments): New function. Set attachment files to a task. (clean_name): New function. from plugins/save-attachments/save-attachments.c. svn path=/trunk/; revision=32083
* included the header file, authentication.hChenthill Palanisamy2006-03-041-0/+1
| | | | svn path=/trunk/; revision=31638
* fixes #330974.Chenthill Palanisamy2006-03-041-2/+2
| | | | svn path=/trunk/; revision=31637
* ** Fixes bug #323011Srinivasa Ragavan2006-01-141-15/+42
| | | | | | | | | | | | | | | 2006-01-14 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #323011 * Makefile.am: Added org-gnome-mail-to-task.xml to build * mail-to-task.c (convert_to_task), (org_gnome_mail_to_task), (org_gnome_mail_to_task_menu): Added Code to handle menu. * org-gnome-mail-to-task.eplug.xml: Added plug to show Convert to Task menu item under Message menu. * org-gnome-mail-to-task.xml: Added UI files for menu item. svn path=/trunk/; revision=31179
* fixes #274433Chenthill Palanisamy2005-12-211-2/+16
| | | | svn path=/trunk/; revision=30920
* Re-implemented this funciton. (add_attendee_cb): Removed this callbackMubeen Jukaku2005-11-111-16/+24
| | | | | | | | | | | 2005-10-11 Mubeen Jukaku <jmubeen@novell.com> * mail-to-task.c (set_attendees): Re-implemented this funciton. (add_attendee_cb): Removed this callback because of above change. Fixes bug #301081 svn path=/trunk/; revision=30600
* fixes 315752.Chenthill Palanisamy2005-10-031-13/+73
| | | | svn path=/trunk/; revision=30475
* use the right type for attendees.Not Zed2005-08-241-1/+1
| | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * mail-to-task.c (add_attendee_cb): use the right type for attendees. svn path=/trunk/; revision=30229
* new function to correctly retrieve the body of the message.Rodrigo Moya2005-01-151-18/+40
| | | | | | | | | | 2005-01-14 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c (set_description): new function to correctly retrieve the body of the message. (do_mail_to_task): call set_description. svn path=/trunk/; revision=28406
* new functions. (do_mail_to_task): set attendees and organizer on the taskRodrigo Moya2004-10-221-1/+59
| | | | | | | | | | 2004-10-21 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c (set_attendees, set_organizer): new functions. (do_mail_to_task): set attendees and organizer on the task from the recipients in the mail message. svn path=/trunk/; revision=27686
* implemented plugin for converting selected mails to tasks.Rodrigo Moya2004-10-221-0/+110
2004-10-21 Rodrigo Moya <rodrigo@novell.com> * mail-to-task.c: implemented plugin for converting selected mails to tasks. svn path=/trunk/; revision=27682