1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461
|
2010-05-01 [paul] 0.4
0.4 released
2010-04-30 [paul] 0.3cvs27
* po/cs.po
* po/fi.po
* po/hu.po
* po/pt_BR.po
* po/sk.po
updated by David Vachulka, Flammie Pirinen, Pader Rezso,
Frederico Goncalves Guimaraes, Slavko
2010-03-22 [holger] 0.3cvs26
* src/clawsmailmodule.c
Get rid of get_folder_from_identifier() member function
* src/foldertype.c
Add constructor arguments to Folder() init function:
clawsmail.Folder(folder_identifier [, create_if_not_existing])
2010-02-25 [holger] 0.3cvs25
* examples/main/Create Tomboy Note
Add "show note" toggle option
2010-02-24 [holger] 0.3cvs24
* examples/README.examples
* examples/main/Create Tomboy Note
* examples/main/Open Tomboy Notes
Add two examples implementing notes for
email messages including reminders
2010-02-24 [holger] 0.3cvs23
* src/messageinfotype.c
Fix previous fix
2010-02-24 [holger] 0.3cvs22
* src/messageinfotype.c
Fix previous commit
2010-02-24 [holger] 0.3cvs21
* src/messageinfotype.c
Add accessor for Message-ID
2010-02-08 [holger] 0.3cvs20
* examples/README.examples
Forgot to mention latest example
in the README
2010-01-27 [holger] 0.3cvs19
* examples/auto/startup
Add D-Bus interface example
2010-01-27 [holger] 0.3cvs18
* src/foldertype.c
Add function to get all messages in a folder
* src/messageinfotype.c
Start header names with capital letters
("from" is a reserved word in Python)
2010-01-19 [holger] 0.3cvs17
* configure.ac
* src/clawsmailmodule.c
* src/python_plugin.c
Add get_folder_from_identifier function
2010-01-17 [mones] 0.3cvs16
* po/es.po
Fix file encoding to match header
2010-01-16 [mones] 0.3cvs15
* configure.ac
* po/es.po
Added Spanish translation
2010-01-15 [holger] 0.3cvs14
* examples/auto/shutdown
* examples/auto/startup
* examples/compose/Macro
* examples/main/Mass
* examples/main/Print
* examples/main/Recusively
Add examples
* src/composewindowtype.c
Documentation fix
2010-01-15 [holger] 0.3cvs13
* examples/README.examples
Add readme file for examples section
2010-01-15 [holger] 0.3cvs12
* examples/README.examples
Add README to examples dir
2010-01-14 [holger] 0.3cvs11
* ChangeLog
* PATCHSETS
* configure.ac
* examples/README.examples
* examples/auto/shutdown
* examples/auto/startup
* examples/compose/Macro
* examples/main/Mass
* examples/main/Print
* examples/main/Recusively
Test if commiting works now
2010-01-13 [holger] 0.3cvs10
* examples/main/Mass mail
Add an example
2010-01-13 [holger] 0.3cvs9
* src/python-hooks.c
Fix warning
* src/nodetype.c
* src/messageinfotype.c
* src/foldertype.c
* src/composewindowtype.c
* src/clawsmailmodule.c
Improve inline documentation
2010-01-10 [holger] 0.3cvs8
* src/python_plugin.c
* examples/README.examples
* examples/auto/startup
* examples/compose/Macro
* examples/main/Mass
* examples/main/Print
* examples/main/Recusively
Trying again
2010-01-10 [holger] 0.3cvs7
* src/python_plugin.c
* examples/README.examples
* examples/auto/shutdown
* examples/auto/startup
* examples/compose/Macro
* examples/main/Mass
* examples/main/Print
* examples/main/Recusively
3rd try
2010-01-10 [holger] 0.3cvs6
* examples/README.examples
* examples/auto/shutdown
* examples/auto/startup
* examples/compose/Macro
* examples/main/Mass
* examples/main/Print
* examples/main/Recusively
* src/python_plugin.c
Last commit aborted, try it again
2010-01-10 [holger] 0.3cvs5
* README
* examples/README.examples
* examples/auto/shutdown
* examples/auto/startup
* examples/compose/Macro
* examples/main/Mass
* examples/main/Print
* examples/main/Recusively
* src/python_plugin.c
Add some examples
2010-01-10 [holger] 0.3cvs4
* src/clawsmailmodule.c
Add is_exiting function, for avoiding
unnecessary cleanups in the shutdown script
2010-01-10 [holger] 0.3cvs3
* src/clawsmailmodule.c
Add accessor for main window ui manager
2010-01-10 [holger] 0.3cvs2
* src/python_plugin.c
Post-freeze string updates
2010-01-10 [holger] 0.3cvs1
* src/nodetype.c
Make Node a new-style class
2010-01-08 [paul] 0.3
0.3 released
2010-01-08 [paul] 0.2cvs21
* configure.ac
* po/ca.po
* po/cs.po
* po/fi.po
* po/hu.po
* po/id.po
* po/ja.po
* po/nl.po
* po/pt_BR.po
* po/sk.po
added by Miquel Oliete, David Vachulka, Tommi Pirinen, Pader Rezso,
MSulchan Darmawan, kazken3, Marcel Pol, Frederico Goncalves Guimaraes,
and Slavko
2010-01-05 [holger] 0.2cvs20
* src/python_plugin.c
Make sure standard script directories exist,
and add a menu item to open the script root dir
in the default file browser
2010-01-02 [holger] 0.2cvs19
* src/foldertype.c
Add accessor for identifier
2009-12-30 [holger] 0.2cvs18
* src/composewindowtype.c
* src/foldertype.c
* src/foldertype.h
Add access to "save message to" setting of compose window
2009-12-30 [holger] 0.2cvs17
* src/composewindowtype.c
Add accessor to account selection combo box
2009-12-30 [holger] 0.2cvs16
* src/composewindowtype.c
Allow setting of custom headers in compose window
2009-12-29 [holger] 0.2cvs15
* src/composewindowtype.c
Add accessor for headers set in the compose window
2009-12-22 [holger] 0.2cvs14
* README
Update documentation
2009-12-22 [holger] 0.2cvs13
* src/composewindowtype.c
Add possibility to manipulate the "From" entry of
a compose window
2009-12-22 [holger] 0.2cvs12
* src/python_plugin.c
Add startup and shutdown scripts
2009-12-20 [holger] 0.2cvs11
* README
* src/python_plugin.c
Rename auto/compose to auto/compose_any.
Maybe there'll be an extension in the future
to have separate scripts for fresh composing,
reply, forward etc some day
2009-12-20 [holger] 0.2cvs10
* src/composewindowtype.c
Add accessor for subject
* README
* src/python_plugin.c
Add auto-triggered script for compose
2009-12-20 [holger] 0.2cvs9
* README
Update README
2009-12-20 [holger] 0.2cvs8
* src/python_plugin.c
Add menu items to compose window
2009-12-20 [holger] 0.2cvs7
* src/clawsmailmodule.c
* src/clawsmailmodule.h
* src/composewindowtype.c
* src/composewindowtype.h
* src/python_plugin.c
Python scripts for the compose window.
Toolbar buttons done, menu still left to do.
2009-12-19 [holger] 0.2cvs6
* src/python_plugin.c
Register mainwindow scripts for mainwindow toolbar
2009-12-19 [holger] 0.2cvs5
* .cvsignore
More files to ignore
* README
* src/python_plugin.c
Move scripts to "main" subdir
2009-11-17 [holger] 0.2cvs4
* configure.ac
* src/python_plugin.c
Bump required Claws Mail version to 3.7.3.14
2009-11-17 [holger] 0.2cvs3
* src/python_plugin.c
Register scripts as possible choices for
toolbar items
2009-11-12 [pawel] 0.2cvs2
* configure.ac
fix bashism
2009-11-11 [pawel] 0.2cvs1
* src/python_plugin.c
* src/composewindowtype.c
sync with core
2009-10-09 [paul] 0.2
0.2 released. (initial release)
2009-09-04 [holger] 0.1cvs15
* src/messageinfotype.c
Add access to message flags
2009-09-03 [holger] 0.1cvs14
* src/Makefile.am
* src/clawsmailmodule.c
* src/messageinfotype.c
* src/messageinfotype.h
Add message info class, and
provide access to selected messages as a list
of message info objects
2009-09-03 [holger] 0.1cvs13
* .cvsignore
More files to ignore
* README
Improvements
* src/nodetype.c
Add member function to convert a tree into a flat list
2009-08-20 [holger] 0.1cvs12
* ChangeLog
Fix typo
* src/composewindowtype.c
More robust statement order
2009-08-20 [holger] 0.1cvs11
* configure.ac
* src/python_plugin.c
Bump required Claws Mail version to 3.7.2.19
* src/composewindowtype.c
Add interface for attaching files to a compose window
2009-08-20 [holger] 0.1cvs10
* ChangeLog
* README
Fix README and ChangeLog
2009-08-19 [holger] 0.1cvs9
* README
Add some examples
2009-08-19 [holger] 0.1cvs8
* src/clawsmailmodule.c
* src/nodetype.c
Add basic interface to quicksearch
2009-08-19 [holger] 0.1cvs7
* .cvsignore
more files to ignore
* README
* src/Makefile.am
* src/clawsmailmodule.c
* src/foldertype.c
* src/foldertype.h
* src/nodetype.c
* src/nodetype.h
Implement a tree widget, and
provide access to the folderview
2009-08-19 [paul] 0.1cvs6
* Makefile.am
* configure.ac
* src/Makefile.am
reduce the minimum required python to 2.5
and other autofoo fixes
2009-08-10 [holger] 0.1cvs5
* README
Be a little more elaborate
* configure.ac
Make PyGTK mandatory
2009-08-09 [holger] 0.1cvs4
* .cvsignore
* config/.cvsignore
* po/.cvsignore
* src/.cvsignore
More files to ignore
2009-08-09 [holger] 0.1cvs3
* configure.ac
Increase version number to 0.1
2009-08-09 [holger] 0.0cvs2
* config/config.rpath
Add forgotten file
2009-08-09 [holger] 0.0cvs1
* Initial import
|