Remove useless debug code. Add copyright
[claws.git] / src / plugins / python /
2019-01-12 Andrej KacianRemove an unused path variable in python plugin
2018-12-24 wwpSet a proper copyright header to the files added to...
2018-12-24 wwpWindow sizes are now remembered for the Python console,
2018-11-24 Andrej KacianRemoved deprecated g_type_class_add_private() call...
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyRename claws_io to file-utils, and move file-related...
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyWrap file I/O to claws_* to benefit from custom locking...
2018-10-06 Colin LeroyRemove old files that shouldn't be there
2018-10-06 Colin LeroyFix build
2018-08-31 Andrej KacianAdded unit test framework, and some initial unit tests.
2018-08-24 Andrej KacianFix various plugins including generated .h files when...
2018-08-16 wwpFix/normalize product name in few places in UI and...
2018-05-28 Ricardo MonesFix warning: excess elements in struct initializer
2018-05-25 wwpFix missing initializers, taking for reference GLib...
2018-03-19 wwpFixed hook_id declarations to be gulong instead of...
2018-03-17 wwpSave us 35 warnings about hooks_register_hook() return...
2018-02-09 Andrej KacianFix few forgotten GDK_ to GDK_KEY_ renames in plugins.
2018-02-09 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-02-09 Andrej KacianDo not put enchant's CFLAGS into main CFLAGS make variable.
2017-05-04 Ricardo MonesFix bug #3819 “Duplicate definition of global pygtk...
2017-01-16 wwpFix bug 3571, 'recipient list lost and truncated'
2017-01-10 wwpFix Coverity CIDs: 1220274 and 1220377.
2016-04-05 Holger BerndtPython plugin: Add set_header_list() function for Compo...
2016-02-19 Ricardo MonesFix a couple of typos
2015-11-13 Colin LeroyWow. Such data, so leak, very unfreed
2015-11-13 Colin LeroyMore null pointer dereference fixes
2015-08-12 Holger BerndtPython plugin: Add Folder to MessageInfo objects
2015-07-07 Andrej KacianUse accessor for common preferences in all plugins.
2015-03-15 Holger BerndtPython plugin: Silence parasite glib warnings
2014-10-21 Paulfix some missing whitespace, and standardise the placem...
2014-08-14 Holger BerndtPython plugin: Make 'account' property of ComposeWindow...
2014-08-12 Holger BerndtPython plugin: Add flag attributes to MessageInfo object
2014-07-16 Paulfix some typos. patch by Andreas Rönnquist
2014-07-10 Holger BerndtPython plugin: Fix ComposeWindow.get_account_selection
2014-06-27 Ricardo MonesAdd license and copyright to 9b3fd2b5
2014-06-18 Pauladd configure option --enable-appdata and put all appda...
2014-06-16 Colin LeroyDistribute .in files too
2014-06-13 Paulfix this wonderful screw-up that broke `make dist`
2014-06-13 Paulinternationalise plugin appdata files
2014-06-13 Colin LeroyMerge branch 'i18n' of https://github.com/ignatenkobrai...
2014-06-13 Pauluse our own address as <updatecontact>
2014-06-12 Igor Gnatenkometainfo: add python plugin
2014-05-25 Ricardo MonesUpdate licensing for Makefile.am files
2014-04-27 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2014-04-25 Colin LeroyReplace deprecated INCLUDES with AM_CPPFLAGS; where...
2014-01-27 Holger BerndtPython plugin: Also check for _PyGtk_API being a PyCapsule
2013-11-17 Ricardo MonesClean all ‘… warning: "_POSIX_C_SOURCE" redefined’
2013-08-20 Holger BerndtPython plugin: Folder: Fix deprecation warning
2013-08-20 Holger BerndtPython plugin: Folder: Let path return the absolute...
2013-08-19 Holger BerndtPython plugin: Example: Make recursive-mark-as-read...
2013-08-19 Holger BerndtPython plugin: Folder: Add message counts as read-only...
2013-08-18 Holger BerndtPython plugin: Make it possible to select a mailbox...
2013-08-18 Holger BerndtPython plugin: Mailbox: Add type checking function
2013-08-18 Holger BerndtPython plugin: Make it possible to get folder tree...
2013-08-18 Holger BerndtPython pluging: Folder: Add accessor to Mailbox object
2013-08-18 Holger BerndtPython plugin: Add Mailbox type
2013-08-18 Holger BerndtPython plugin: Folder: Return None for folders without...
2013-08-08 Holger BerndtPython plugin: MessageInfo: Create Python objects for...
2013-08-08 Holger BerndtPython plugin: Account: Harden string representation
2013-08-08 Holger BerndtPython plugin: Folder: Add identifier property
2013-08-08 Holger BerndtPython plugin: Folder: Create Python objects for member...
2013-08-08 Holger BerndtPython plugin: Account: Create Python objects for membe...
2013-07-27 Holger BerndtPython plugin: Let Account objects compare equal if...
2013-07-27 Holger BerndtPython plugin: Add accessor to Account object for compo...
2013-07-27 Holger BerndtPython plugin: Make fwdinfo accessible in compose windo...
2013-07-27 Holger BerndtPython plugin: Make it possible to query current and...
2013-07-27 Holger BerndtPython plugin: Include information about default account
2013-07-27 Holger BerndtPython plugin: Add folder properties
2013-07-27 Holger BerndtPython plugin: Remove unused account methods
2013-07-27 Holger BerndtPython plugin: Make account name and address read-only...
2013-07-27 Holger BerndtPython plugin: Add account address
2013-07-27 Holger BerndtPython plugin: Add accessor to accounts, and an Account...
2013-07-27 Holger BerndtPython plugin: Indent fix
2013-07-27 Holger BerndtPython plugin: Const fix and better description of...
2013-07-27 Holger BerndtPython plugin: Fix typo
2013-06-11 Holger BerndtPython plugin: Extend plugin description
2013-06-11 Holger BerndtPython plugin: Improve error reporting during plugin...
2013-06-11 Holger BerndtPython plugin: Make some functions static
2013-06-11 Holger BerndtPython plugin: Better error reporting during directory...
2013-06-11 Holger BerndtPython plugin: Add explicit cast for function argument
2013-06-11 Paulclean up former extra-plugins Makefiles
2013-04-07 Holger BerndtPython plugin: const fix
2013-04-07 Holger BerndtPython plugin: Add function to get an arbitrary header...
2013-04-07 Holger BerndtPython plugin: Add examples
2013-04-07 Holger BerndtPython plugin: Add Cc field to messageinfo objects
2013-03-17 Ricardo MonesInitial setup for git
2013-02-20 Colin Leroy2013-02-20 [colin] 3.9.0cvs91
2013-02-20 Colin Leroy2013-02-20 [colin] 3.9.0cvs87
2013-02-20 Colin Leroy2013-02-20 [colin] 3.9.0cvs82
2013-02-18 Ricardo Mones2013-02-18 [mones] 3.9.0cvs80
2013-02-18 Tristan Chabredier2013-02-18 [wwp] 3.9.0cvs77
2013-02-17 Colin Leroy2013-02-17 [colin] 3.9.0cvs75
2013-02-13 Colin Leroy2013-02-13 [colin] 3.9.0cvs64