aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/prefer-plain
Commit message (Collapse)AuthorAgeFilesLines
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-063-457/+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
|
* Simplify library dependency flags.Matthew Barnes2011-10-051-3/+3
| | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed.
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-20/+44
|
* 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-12/+12
|
* Bug #643693 - Crash opening attached text/html mailMilan Crha2011-03-041-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
|
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-136/+0
| | | | Remove old ChangeLog files that predate our switch to git.
* 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
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+3
|
* 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
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-4/+8
|
* Bug 594284 - FTBFS: missing linksDiego Escalante Urrelo2009-09-061-0/+1
|
* 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.
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
|
* 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
|
* Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-221-5/+2
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* ** Fix for bug #567687Milan Crha2009-01-152-4/+9
| | | | | | | | | | | | 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-092-3/+10
| | | | | | | | | | | | 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-032-4/+27
| | | | | | More changes to come. svn path=/trunk/; revision=36247
* Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.Bharath Acharya2008-08-122-1/+9
| | | | | | | | | | 2008-08-12 Bharath Acharya <abharath@novell.com> * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows. svn path=/trunk/; revision=35960
* ** 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-272-4/+33
| | | | | | | | | | | | | 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-172-1/+27
| | | | | | | | | | | | 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-312-1/+6
| | | | svn path=/trunk/; revision=34458
* ** Fix for bug #487922 (Sometimes evolution does not recognizeMilan Crha2007-10-302-10/+55
| | | | | | | | | | | | | | | | 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-052-1/+6
| | | | | | | | | 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-032-2/+11
| | | | svn path=/trunk/; revision=34155
* 2007-08-16 mcrha Part of fix for bug #350539Milan Crha2007-08-162-1/+8
| | | | svn path=/trunk/; revision=34017
* Fix for bug #428125 Added mnemonic for "Plain Text Mode" in preferences.Johnny Jacob2007-08-102-2/+11
| | | | | | | | Fix for bug #428125 Added mnemonic for "Plain Text Mode" in preferences. svn path=/trunk/; revision=33978
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-5/+0
| | | | | | | | | | | | 2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #455799 Remove all .cvsignore and update svn:ignore porperty in whole directories. svn path=/trunk/; revision=33945
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>Sankar P2007-04-022-1/+9
| | | | | | | | | | | | | 2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> Code Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33354
* Don't leak the key.Kjartan Maraas2006-08-222-0/+5
| | | | | | | | 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
* cahnged "emails" to "messages". I learn American English day by day. Yeah.Andre Klapper2006-01-201-1/+1
| | | | | | | | | 2006-01-19 Andre Klapper <a9016009@gmx.de> * plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml: cahnged "emails" to "messages". I learn American English day by day. Yeah. svn path=/trunk/; revision=31245
* plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml changed "mails" toAndre Klapper2006-01-202-1/+6
| | | | | | | | | | | 2006-01-19 Andre Klapper <a9016009@gmx.de> * plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml: * plugins/exchange-operations/org-gnome-exchange-operations.error.xml: * plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml changed "mails" to "mail", "emails" or "messages". Fixes bug 325569. svn path=/trunk/; revision=31244
* make it clear this is a demonstratio n only.Not Zed2005-05-172-2/+8
| | | | | | | | | 2005-05-17 Not Zed <NotZed@Ximian.com> * org-gnome-prefer-plain.eplug.xml: make it clear this is a demonstratio n only. svn path=/trunk/; revision=29377
* add cleanfiles/built_sourcesMichael Zucci2005-05-122-0/+7
| | | | svn path=/trunk/; revision=29328
* fix names so that intltool will parse as xmlMichael Zucci2005-05-063-5/+10
| | | | | | | remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
* clean up author/descriptions for various plugins.Björn Torkelsson2005-02-252-2/+17
| | | | | | | | 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * clean up author/descriptions for various plugins. svn path=/trunk/; revision=28889
* Dist .eplug.in filesJP Rosevear2004-11-022-0/+6
| | | | svn path=/trunk/; revision=27781
* ShushJP Rosevear2004-10-211-0/+1
| | | | svn path=/trunk/; revision=27677
* setup the right plugin init function.Not Zed2004-10-212-2/+7
| | | | | | | | | 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
* *** empty log message ***Rodrigo Moya2004-10-211-0/+4
| | | | svn path=/trunk/; revision=27674
* Imported prefer-plain plugin.Not Zed2004-10-204-0/+239
2004-10-20 Not Zed <NotZed@Ximian.com> * Imported prefer-plain plugin. svn path=/trunk/; revision=27645