aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/prefer-plain/prefer-plain.c
Commit message (Collapse)AuthorAgeFilesLines
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-061-392/+0
| | | | | | | | | | audio-inline, itip-formatter, prefer-plain, tnef-attachments and vcard-inline plugins were converted to modules so that they can fit into concept of the new formatter. Every module still installs .eplug file, because there is no suitable API at the moment to register plugins to the plugins dialog and to extend the Preferences dialog.
* WebKit port - port pluginsDan Vrátil2012-03-291-49/+45
|
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-2/+6
|
* Remove some unnecessary GConf crud.Matthew Barnes2011-11-281-1/+0
|
* Tweak GSettings schemas.Matthew Barnes2011-11-231-1/+1
| | | | | | | | - Don't use the term "eplugin" for modules. - Use the term "plugin" instead of "eplugin" for plugins. - Split SpamAssassin settings into a separate schema.
* Migrate prefer-plain plugin to GSettingsRodrigo Moya2011-10-141-17/+10
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-141-20/+44
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-1/+1
|
* Coding style cleanups.Matthew Barnes2011-06-301-12/+12
|
* Bug #643693 - Crash opening attached text/html mailMilan Crha2011-06-301-1/+17
|
* Bug #630518 - Hides calendar parts from multipart/alternativeMilan Crha2010-10-181-4/+15
|
* Adapt to Camel API changes.Matthew Barnes2010-09-281-1/+1
|
* Pass GCancellable to Camel.Matthew Barnes2010-09-281-6/+22
|
* Coding style cleanups.Matthew Barnes2010-09-131-32/+32
|
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-2/+2
| | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613
* Adapt to Camel API changes.Matthew Barnes2010-04-041-2/+2
|
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-3/+0
|
* Stop relying on CamelObject meta-data.Matthew Barnes2010-04-011-2/+2
|
* Bug #583450 - [prefer-plain] Ability to hide html attachmentsMilan Crha2009-10-301-12/+38
|
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-2/+2
|
* Coding style and whitespace cleanups.Matthew Barnes2009-10-241-2/+2
|
* Bug #470291 - [prefer-plain] Be able to show HTML only messagesMilan Crha2009-10-161-34/+65
|
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-2/+2
| | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook.
* Get the "prefer-plain" plugin working again.Matthew Barnes2009-06-251-6/+6
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-17/+17
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
|
* ** Fix for bug #567687Milan Crha2009-01-151-4/+2
| | | | | | | | | | | | 2009-01-14 Milan Crha <mcrha@redhat.com> ** Fix for bug #567687 * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Force text/html part only when choosing between text/plain and it. svn path=/trunk/; revision=37071
* ** Fix for bug #551492Milan Crha2008-09-091-3/+3
| | | | | | | | | | | | 2008-09-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #551492 * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Initialize variable before using it. svn path=/trunk/; revision=36290
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-4/+21
| | | | | | More changes to come. svn path=/trunk/; revision=36247
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-6/+1
| | | | | | | | | | 2008-06-06 Matthew Barnes <mbarnes@redhat.com> ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (#536637) svn path=/trunk/; revision=35606
* ** Fix for bug #532384Milan Crha2008-05-271-4/+25
| | | | | | | | | | | | | 2008-05-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #532384 * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Choose the text/html part in normal mode only if the alrenative multipart contains also a text/plain part. svn path=/trunk/; revision=35554
* ** Fix for bug #451976Milan Crha2008-04-171-1/+20
| | | | | | | | | | | | 2008-04-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #451976 * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Try to find text/html part in multipart/alternative when in normal mode. svn path=/trunk/; revision=35374
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-2/+2
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Fix warnings from sparse and gccKjartan Maraas2007-10-311-1/+1
| | | | svn path=/trunk/; revision=34458
* ** Fix for bug #487922 (Sometimes evolution does not recognizeMilan Crha2007-10-301-10/+44
| | | | | | | | | | | | | | | | 2007-10-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #487922 (Sometimes evolution does not recognize attachments) * prefer-plain.c: (export_as_attachments): New helper function to export message parts as attachments. This will traverse whole hierarchy of message's parts in multipart message. * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Use this function to export other parts as attachments. svn path=/trunk/; revision=34452
* Fixes an invalid return type issue.Sankar P2007-09-051-1/+1
| | | | | | | | | 2007-09-05 Sankar P <psankar@novell.com> * prefer-plain.c: (e_plugin_lib_enable): Fixes an invalid return type issue. svn path=/trunk/; revision=34179
* ** Fix for bug #431459Srinivasa Ragavan2007-09-031-2/+5
| | | | svn path=/trunk/; revision=34155
* 2007-08-16 mcrha Part of fix for bug #350539Milan Crha2007-08-161-1/+1
| | | | svn path=/trunk/; revision=34017
* Fix for bug #428125 Added mnemonic for "Plain Text Mode" in preferences.Johnny Jacob2007-08-101-2/+2
| | | | | | | | Fix for bug #428125 Added mnemonic for "Plain Text Mode" in preferences. svn path=/trunk/; revision=33978
* Don't leak the key.Kjartan Maraas2006-08-221-0/+1
| | | | | | | | 2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * prefer-plain.c: (e_plugin_lib_enable): Don't leak the key. svn path=/trunk/; revision=32622
* setup the right plugin init function.Not Zed2004-10-211-2/+2
| | | | | | | | | 2004-10-21 Not Zed <NotZed@Ximian.com> * prefer-plain.c (e_plugin_lib_enable): setup the right plugin init function. svn path=/trunk/; revision=27676
* Imported prefer-plain plugin.Not Zed2004-10-201-0/+191
2004-10-20 Not Zed <NotZed@Ximian.com> * Imported prefer-plain plugin. svn path=/trunk/; revision=27645