-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
518 lines (342 loc) · 9.45 KB
/
ChangeLog
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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
2010-10-26 [colin] 0.24.4cvs18
* src/maildir_gtk.c
Fix copy/paste error
2010-10-18 [colin] 0.24.4cvs17
* src/plugin.c
Fix warnings
2010-10-03 [colin] 0.24.4cvs16
* configure.ac
* src/maildir.c
* src/plugin.c
Adapt to folder API changes of 3.7.6cvs53
[fab] 0.24.4cvs15
* src/maildir.h
* src/maildir.c
Replace some magic numbers with macro definitions
[fab] 0.24.4cvs14
* AUTHORS
Update maintainer
2009-03-03 [colin] 0.24.4cvs13
* src/maildir.c
* src/maildir_gtk.c
Fix bug 1860, 'Permissions' (wrong permissions
when creating subfolders)
Fix bug 1861, 'Subfolders in INBOX'
Fix bug 1862, 'Create new mailbox with non-existant
parent directory'
All patches by Fabian <fk at dev.anterias.net>
2009-02-23 [colin] 0.24.4cvs12
* src/maildir_gtk.c
Fix bug 1856, 'Load, unload, load produces Gtk-WARNING'
Fix menu removal; patch by Fabian <fk at dev.anterias.net>
2008-08-17 [colin] 0.24.4cvs11
* src/maildir.c
* src/maildir_gtk.c
Warning fix
2008-08-07 [colin] 0.24.4cvs10
* src/maildir.c
* src/maildir_gtk.c
Undeprecate
2008-08-05 [colin] 0.24.4cvs9
* src/maildir_gtk.c
* src/plugin.c
Undeprecate GtkCTree
2008-07-31 [colin] 0.24.4cvs8
* src/maildir_gtk.c
Fix warning
2008-07-30 [colin] 0.24.4cvs7
* src/maildir_gtk.c
* src/plugin.c
Move the folderview popup menu to GtkUIManager
2008-07-29 [colin] 0.24.4cvs6
* src/maildir.c
* src/maildir_gtk.c
Switch the main menu to GtkUIManager
2008-02-12 [wwp] 0.24.4cvs5
* configure.ac
* src/maildir_gtk.c
Updated to match folder_sel API changes.
2007-08-27 [colin] 0.24.4cvs4
* src/maildir_gtk.c
Fix loss of subfolders properties when renaming folder
2007-07-11 [colin] 0.24.4cvs3
* src/plugin.c
Specify license better (GPL2+)
2007-06-21 [colin] 0.24.4cvs2
* src/plugin.c
Update plugin API
2007-05-05 [wwp] 0.24.4cvs1
* src/maildir.c
Fix "faild" typos everywhere and capitalization of
some g_warnings.
2007-01-09 [paul] 0.24.4
0.24.4 released
2006-12-27 [paul] 0.24.3cvs3
* src/maildir_gtk.c
Add Copy folder in the folder's contextual
menu
2006-12-26 [colin] 0.24.3cvs2
* src/maildir_gtk.c
* src/plugin.c
Follow 2.6.1cvs75 API change
2006-12-15 [ticho] 0.24.3cvs1
* configure.ac
* src/plugin.c
Use check_plugin_version() for version check.
2006-12-04 [paul] 0.24.3
0.24.3 released
2006-11-28 [paul] 0.24.2cvs6
* configure.ac
bump required version of Claws
following renaming
Thanks to Charles Edwards for the
reminder
2006-11-27 [paul] 0.24.2cvs5
* debian/README.Debian
* src/maildir_gtk.c
* src/plugin.c
renaming
2006-11-17 [hoa] 0.24.2cvs4
* src/maildir.c
fixed a double free (thanks to Jindrich Makovicka)
2006-11-17 [paul] 0.24.2cvs3
* src/maildir.c
better fix for bug 1058: get rid of ref count
Patch by Hoa
2006-11-14 [colin] 0.24.2cvs2
* src/maildir.c
Don't keep databases open. Fixes
bug 1059, 'maildir++ cannot handle
more than 249 folders'
2006-11-07 [paul] 0.24.2cvs1
* ChangeLog
* configure.ac
* debian/README.Debian
* debian/changelog
* debian/control
* debian/copyright
* debian/rules
* doc/README.xml
* src/Makefile.am
* src/maildir_gtk.h
* src/plugin.c
Name change
2006-09-25 [paul] 0.24.2
0.24.2 released
2006-09-24 [colin] 0.24.1cvs7
* src/maildir_gtk.c
* src/plugin.c
Include main.h for sylpheed_is_exiting()
2006-09-23 [colin] 0.24.1cvs6
* src/maildir_gtk.c
* src/plugin.c
Don't do gtk stuff on exit
2006-09-22 [ticho] 0.24.1cvs5
* configure.ac
Update required claws-mail version to 2.4.0.200.
2006-09-20 [colin] 0.24.1cvs4
* src/maildir.c
Fix bug #1021 (Mark all read changes the
current message)
2006-09-01 [wwp] 0.24.1cvs3
* commitHelper
sync w/ commitHelper in claws-mail module:
use CVSEDITOR env. var. if set.
2006-08-27 [colin] 0.24.1cvs2
* src/plugin.c
Implement plugin_provides()
2006-08-18 [paul] 0.24.1cvs1
* configure.ac
bump up GLib and GTK+ minimum required versions,
following Claws
2006-06-12 [paul] 0.24.1
0.24.1 released
2006-06-06 [wwp] 0.24.0cvs2
* configure.ac
* src/.cvsignore
* src/Makefile.am
* src/plugin.c
* src/plugin_version.h.in
fix/unify/simplify autostuff, get rid of src/plugin_version.h{,.in} (use pluginconfig.h instead),
removed extra linefeeds in plugin info text.
2006-06-03 [wwp] 0.24.0cvs1
* commitHelper
* PATCHSETS
* configure.ac
introducing commitHelper for plugins too.
2006-05-16 [colin] 0.24
* src/maildir.c
src/uiddb.c
Optimisation:
- adds GLOB_NOSORT to glob() calls to avoid
useless sorting of the results
- tracks the tail of the linked list when
appending new entries, instead of running
from the head to tail all the time
(O(n^2) -> O(n))
- uses binary search in
uiddb_delete_entries_not_in_list() instead of
linear lookup (O(n^2) -> O(n*log n))
Patch by Jindrich Makovicka <[email protected]>
2006-05-14 [colin] 0.23
* src/plugin.c
Fix segfault with bdb4.2 (db environment
closed before the databases). Patch by
Jindrich Makovicka <[email protected]>
2006-04-30 [wwp] 0.22
* configure.ac
check for new versions of BSD DB.
Patch by Pawel Pekala.
2006-04-07 [colin] 0.21
* configure.ac
Optionnaly handle --prefix.
Patch by Pawel Pekala.
2006-02-12 [colin] 0.20
* Check for mainwin before using it
2006-01-23 [paul] 0.19
* fix crash after unloading plugin
2006-01-14 [colin] 0.18
* Update default items when moving them
2006-01-14 [colin] 0.17
* HIGify buttons
2005-12-28 [colin] 0.15
* Fix libdb linking - closes #880
2005-12-28 [colin] 0.14
* Add null pointers checks
2005-12-15 [paul] 0.13
* Add plugin_version()
2005-12-13 [paul] 0.12
* src/Makefile.am
* src/plugin.c
* src/plugin_gtk.c ** REMOVED **
merge maildir and maildir_gtk plugins
2005-12-07 [colin] 0.11
* Add plugin_licence()
Fix bug #807 (mime parts not viewable after Flags changed)
2006-10-05 [colin] 0.10
* src/maildir.c
Convert filenames from/to utf8
patch by Klaus Flittner <[email protected]>
+ fix duplicates folders on rescan
2006-10-05 [colin] 0.9
* src/maildir_gtk.c
reflect API change
2005-07-17 [paul] 0.8
* src/maildir_gtk.c
update for alertpanel change
2004-12-06 [christoph]
* src/Makefile.am
update for changed dependencies in Sylpheed
Release Maildir Plugin 0.7
2004-11-21 [christoph]
* src/maildir.c
remove printfs
* src/maildir_gtk.c
update for changed function name in sylpheed
2004-09-24 [christoph]
* src/maildir.c
unset NEW flag when the message is not UNREAD
2004-09-22 [christoph]
* src/maildir.c
keep flags that don't exist in Maildir in maildir_get_flags()
2004-09-17 [christoph]
* src/maildir.c
Add maildir_get_flags()
Patch by Klaus Flittner <[email protected]>
2004-06-08 [christoph]
Release Maildir Plugin 0.6
2004-06-01 [christoph]
* src/maildir.c
* src/maildir_gtk.c
apply patch by Klaus Flittner <[email protected]>
adding support for FolderItem renaming
2004-05-29 [christoph]
* src/plugin_gtk.c
unregister FolderView-PopUp when unloading GTK plugin
2004-05-27 [christoph]
Release Maildir Plugin 0.5
2004-05-23 [christoph]
* src/maildir.c
* src/maildir_gtk.c
apply patch by Klaus Flittner <[email protected]>
adding folder item remove function
2004-05-21 [christoph]
* src/maildir.c
* src/maildir_gtk.c
apply patch by Klaus Flittner <[email protected]>
for improved Maildir++ scanning and creating new Maildir
folders
2004-05-18 [christoph]
* src/maildir.c
* src/maildir_gtk.c
implement new folder creation
2004-05-07 [christoph]
* src/maildir.c
fix segfault when adding mails to a maildir folder
2004-05-05 [christoph]
* src/maildir.c
fix rebuilding of folder tree
2004-05-02 [christoph]
* src/maildir.c
fix searching for messages when the file nas been renamed
2004-05-01 [christoph]
* src/maildir.c
o search in new and cur directories when scanning the folder
or searching for a message
o rename files on flag changes
2004-04-28 [christoph]
* configure.ac
* src/plugin.c
* src/plugin_gtk.c
add/update version checks
Release Maildir Plugin 0.4
2004-04-28 [christoph]
* src/maildir.c
o add microseconds to unique part of Maildir filenames
o replace all "/" with G_DIR_SEPARATOR
2004-04-27 [christoph]
* src/Makefile.am
* src/maildir_gtk.[ch] ** NEW **
* src/plugin_gtk.c
add FolderView popup menu
* src/maildir.c
set a path for Inbox because the folder indentifier functions
don't work correctly without a path
2004-04-26 [christoph]
* src/maildir.c
fix removing of messages
2004-04-26 [christoph]
* src/maildir.c
implement add, copy and remove functions for Maildir
2004-04-26 [christoph]
* src/uiddb.c
fix memory leak in uiddb_insert_entry()
* src/maildir.c
fix crash then info part in filenames is missing
2004-04-25 [christoph]
* src/Makefile.am
* src/maildir.c
* src/plugin.c
* src/uiddb.[ch] ** NEW **
restructure uid management
(old sylpheed_uid.db files in Maildir folders have to be
removed, because the content is no longer valid)
2004-01-13 [christoph]
* src/maildir.c
update maildir FolderClass
2004-01-12 [christoph]
* src/maildir.c
ignore folders without cur directory
2004-01-01 [christoph]
* src/maildir.c
fix building of folder's GNode
* src/maildir.c
unregister FolderClass when unloading
2003-12-03 [christoph]
* src/maildir.c
sync with changes in Sylpheed's FolderClass >= 0.9.7claws11
2003-12-02 [christoph]
* src/maildir.c
sync with changes in Sylpheed's FolderClass >= 0.9.7claws10
* src/plugin.c
add version checks