Python plugin: Add accessor to accounts, and an Account object
authorHolger Berndt <hb@claws-mail.org>
Sun, 21 Jul 2013 12:10:46 +0000 (14:10 +0200)
committerHolger Berndt <hb@claws-mail.org>
Sat, 27 Jul 2013 14:50:09 +0000 (16:50 +0200)
commitc3da82f8aadef115aa11d22aaa5d9de1061589eb
tree5161b656a904fd641b5b488f533aa73b0ff1150d
parent7281a023775c5083bc39e20400d452aabdddcb39
Python plugin: Add accessor to accounts, and an Account object
src/plugins/python/Makefile.am
src/plugins/python/accounttype.c [new file with mode: 0644]
src/plugins/python/accounttype.h [new file with mode: 0644]
src/plugins/python/clawsmailmodule.c