1 2001-12-23 [alfons] 0.6.6claws11
4 fix bug introduced by submission included in 0.6.5claws52.
5 ideally this submission should clean the trash if any trash
6 folder has a message. however, the hasTrash variable was
7 set to false whenever a trash folder was empty (discarding
8 a previously found *filled* trash folder.)
10 also edited the code a little bit and made it more safe.
12 2001-12-22 [alfons] 0.6.6claws10
15 quick fix for Martin Pool's omission of an account
18 2001-12-22 [alfons] 0.6.6claws9
25 better support for multipart/digest (submitted
26 by Fredrik <e98fo@efd.lth.se>)
28 2001-12-22 [alfons] 0.6.6claws8
31 correct function signature
34 * src/prefs_account.[ch]
35 allow IMAP over SSH tunnel (patch submitted by
36 Martin Pool <mbp@samba.org>)
38 2001-12-21 [alfons] 0.6.6claws7
40 * sync with sylpheed 0.6.6cvs4-9
41 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
43 2001-12-21 [christoph] 0.6.6claws6
46 * src/prefs_folder_item.[ch]
47 implement saving of outgoing messages to current folder.
48 fix segfault when no default outbox is available
51 2001-12-21 [carsten] 0.6.6claws5
54 pressing CTRL while DND does now the expected thing and
55 copies the mail (moving is still the default, as this
56 seam more appropriate for handling mails by DND)
58 2001-12-18 [paul] 0.6.6claws4
60 * sync with sylpheed 0.6.6cvs3
61 see ChangeLog entries 2001-12-18
63 2001-12-18 [hiro] 0.6.6claws3
66 fix for multibyte characters (obtain the number of letters
69 2001-12-17 [paul] 0.6.6claws2
71 * sync with sylpheed 0.6.6cvs1
72 see ChangeLog entry 2001-12-16
74 2000-12-17 [alfons] 0.6.6claws1
79 2001-12-16 [paul] 0.6.6claws
82 * Release version 0.6.6claws, cvs tag: rel_0_6_6
85 last minute sync with main 0.6.6
88 updated by Ricardo Mones Lastra
89 update for last minute sync
92 update for last minute sync
94 updated by Jens Oberender
96 updated by Fabio Junior Beneditto
98 * src/prefs_common.[ch]
100 number of undo levels is user configurable
101 (squeeze it into the release in the dying
102 moments) Submitted by Jens Oberender
107 updated french translation
109 2001-12-15 [paul] 0.6.5claws92
111 * sync with sylpheed 0.6.5cvs28
112 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
115 update to allow for sync
120 update dutch translation
122 2001-12-14 [carsten] 0.6.5claws91
124 fixed bug #473785; also after changing the column order
125 the same message will be selected and displayed as before
128 2001-12-14 [carsten] 0.6.5claws90
130 probably found the bug reported by wwb opening or closing
131 a folder tree just before dnd (found the solution in the
132 balsa source -- thanks to them)
134 2001-12-14 [carsten] 0.6.5claws89
137 moved gtk_clist_moveto to the right place, so that
138 only the accounts dialog is effected on opening
140 2001-12-14 [carsten] 0.6.5claws88
142 gtkut_clist_set_focus_row does a gtk_clist_moveto
143 now, so that the focused row will be seen in any case
144 (reported by wwp on sf-claws-user)
146 2001-12-14 [darko] 0.6.5claws87
149 remove unnecessary line
151 2001-12-14 [paul] 0.6.5claws86
153 * sync with sylpheed 0.6.5cvs27
154 see ChangeLog entries 2001-12-14
156 2001-12-14 [carsten] 0.6.5claws85
158 following a suggestion of Melvin the rcoabm pops up
159 right under the button now and the button is reliefed
160 while the popup is open
162 2001-12-14 [darko] 0.6.5claws84
165 fix crash when wrapping long lines if linewrap quotation
166 is disabled and wrapper encounters a word spanning more
169 2001-12-13 [paul] 0.6.5claws83
172 prefer 'Reply-To' header over mailing list header when
173 replying to a message. Finally prevent all those confirmation
174 messages being sent to the list itself.
177 remove unused summary_set_menu_sensitive() entry
179 2001-12-13 [paul] 0.6.5claws82
182 * src/pixmaps/inbox-hrm.xpm ** NEW FILE **
183 * src/pixmaps/outbox-hrm.xpm ** NEW FILE **
184 * src/pixmaps/trash-hrm.xpm ** NEW FILE **
185 improvements to 'Hide read messages': Inbox, Outbox,
186 Trash, Queue, and Draft icons now reveal presence of hidden
189 2001-12-12 [alfons] 0.6.5claws81
191 0.6.5claws80 was tagged as LAST_STABLE
195 * src/matcher_parser_lex.c
196 fix the filtering; my last attempt to get it right,
197 if it does not work, it's Hoa's turn. ;-)
199 for my honourable peers:
201 the code now makes a clear distinction between
202 rules as they are displayed (probably escaped),
203 and as they are executed (probably unescaped). the
204 parser does *NOT* do any unescaping, this is
205 the task of the matcher.c (which breaks up a
206 rule into condition) and the filtering.c (which
207 breaks up the rule's action). to make this
208 run happily we provide an unescaped copy of
209 crucial strings to the MatcherProp and
210 FilteringAction structures. note that the only
211 exception to this is any REGEXP string. those
212 are directly passed to regcomp() and regexp()
213 (who have much more powerful unescape functions).
217 you can escape tab (\t), carriage return (\r),
218 linefeed (\n), form feed (\f), quote (\"),
219 single quote (\'), bell (\b) in all the entry
220 lines in the scoring & filtering dialogs.
221 as an added bonus this should not affect
222 existing filtering rules.
224 2001-12-12 [carsten] 0.6.5claws80
228 "item(s) selected" is now sensitive to 1 or more
229 than one selected (nice for language where simple
230 adding of a "s" is not possible as German (Eintrag
233 the "forward as attachment" entry from the right
234 click menu removed, "forward" acts following the
238 reverted my former changes; so compiler warning again
239 but there's more GTK_TEXT/GTK_STEXT mixing on other places
243 "search in message" does now *not* only work in MVIEW_TEXT
244 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
248 removed "/File/_Close" as it was the same as "/File/E_xit"
249 and we don't need it two times
251 the separate folder view and message view now get a distinct
252 WMCLASS, just in case someone is using sawfish ;-)
254 as the menu entries "/View/Message view" and "/View/Folder tree"
255 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
256 make them sensitive accordingly and as these two are "shown"
257 after startup anytime check this menuitem at startup
259 2001-12-12 [paul] 0.6.5claws79
262 fix sensitivity of 'Search folder...', broken in
268 2001-12-11 [carsten] 0.6.5claws78
270 fixed two typos returning a wrong FALSE/TRUE
271 * src/mainwindow.[ch]
272 extra menu for email/news button removed
274 2001-12-11 [alfons] 0.6.5claws77
276 * src/matcher.c (1.3)
277 * src/matcher_parser_lex.l (1.28)
278 revert for another attempt
279 mark 0.6.5claws77 as LAST_STABLE
281 2001-12-11 [christoph] 0.6.5claws76
284 fixed wrong translation for prev. unread msg
286 2001-12-11 [paul] 0.6.5claws75
291 * src/summaryview.[ch]
292 * src/pixmaps/dir-open-hrm.xpm ** NEW FILE **
293 enable ability to hide read messages on per folder basis via
294 '/Summary/Hide read messages'; when selected, a folder will
295 have a red open folder icon, instead of a blue icon, if the
296 folder contains hidden messges
297 submitted by Thomas Link <t.link.tmp200101.gmx.net>
300 remove '/Message/Forward as attachment' from
301 main_window_set_menu_sensitive() to prevent debug warning
305 Clean up some of the English
307 * tools/newscache_clean.pl
308 allow for new 'hidereadmsgs' entry in folderlist.xml
311 updated translation, submitted by Ricardo Mones Lastra
313 2001-12-11 [paul] 0.6.5claws74
315 * sync with sylpheed 0.6.5cvs25
316 see ChangeLog entry 2001-12-11
318 2001-12-10 [alfons] 0.6.5claws73
321 add more control characters
322 * src/matcher_parser_lex.l
323 make escaping / unescaping work again
325 2001-12-10 [alfons] 0.6.5claws72
328 clean up warnings "returning value for void function"
329 * src/prefs_filtering.c
330 make info button for execute action sensitive
332 2001-12-10 [paul] 0.6.5claws71
337 fix: imap server now gets informed of MARKED, UNMARKED
338 and REPLY events. Now people can use different IMAP-Mail
339 clients and have the exact same information about MARKED,
340 UNMARKED and REPLY status with all of them. Especially
341 useful for imap servers with a web-frontend.
342 submitted by Tobias Sandhaas <medlor@web.de>
344 2001-12-09 [melvin] 0.6.5claws70
347 fixed bug #490076 (hunted down by Alfons who implemented
348 a workaround in 0.6.5claws65)
350 2001-12-09 [christoph] 0.6.5claws69
353 set pointer to string in LOCKED column to NULL
354 (might fix bug #490800)
356 2001-12-09 [carsten] 0.6.5claws68
359 resolved some cluttered menu shortcuts
360 ('creating new email' and 'creating news message'
363 wmclass now distinc from main window
366 email/news and forward button functionality similar
367 to the reply buttons; removed the ugly dropdown arrows
368 and use instead the right mouse button
370 2001-12-09 [paul] 0.6.5claws67
374 allow spaces in imap folder names
375 submitted by Willem van Engen <wvengen@stack.nl>
377 2001-12-09 [paul] 0.6.5claws66
379 * sync with sylpheed 0.6.5cvs24
380 see ChangeLog entry 2001-12-09
382 2001-12-08 [alfons] 0.6.5claws65
385 prevent secondary selection claim after "add to sender" dialog
386 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
387 we trick GTK by simulating a click at (0, 0) in the textview.
389 2001-12-08 [hoa] 0.6.5claws64
392 fixed a bug about the .processing folder name while filtering
394 2001-12-08 [alfons] 0.6.5claws63
397 work around problem of not correctly updating folder stats
398 when deleting messages. there's some folder scanning evil
399 going so the folderview_update_msg_num() does not work
400 correctly. need to investigate this.
402 2001-12-08 [paul] 0.6.5claws62
404 * sync with sylpheed 0.6.5cvs23
405 see ChangeLog entry 2001-12-08
407 2001-12-07 [christoph] 0.6.5claws61
410 fix another header translation problem
412 2001-12-07 [alfons] 0.6.5claws60
415 make filtering also work on local spool mbox
417 2001-12-07 [carsten] 0.6.5claws59
419 addressbook window gets a wmclass distinct from the main
422 * src/mainwindow.[ch]
423 forward menu item will use mode selected in prefs, forward
424 as attatchment in menu removed (will be substituted in the
425 toolbar similar to reply buttons)
426 create news message menu entry and news button is now
427 sensitive to the existance of a news account
428 * src/pixmaps/stock_mail_reply_quote.xpm ** REMOVED **
429 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** REMOVED **
430 * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
431 these are removed because the toolbar buttons don't show
432 the quoting modus any longer
436 * tools/newscache_clean.pl ** NEW FILE **
437 perl script to do some tidying up in the newscache directory
439 * tools/sylpheed-switcher ** NEW FILE **
440 perl script to enable easy switching between main and claws
443 added descriptions of the two new perl scripts
446 2001-12-07 [melvin] 0.6.5claws58
449 fixed a warning during compilation introduced in 0.6.5claws56
451 2001-12-07 [paul] 0.6.5claws57
453 * src/mainwindow.[ch]
455 further usability enhancements to replying with or without
456 quoting via the toolbar, use of Ctrl key is replaced by
458 Submitted by Carsten Schurig
460 2001-12-07 [melvin] 0.6.5claws56
463 hack to fix bug that prevented to make/paste selections
464 after switching between MVIEW_TEXT and MVIEW_MIME views
465 without deselecting the selection first.
467 2001-12-06 [alfons] 0.6.5claws55
471 revise filtering a little bit more, and make sure
472 messages are delivered to the appropriate inbox
473 (perhaps set per account)
475 2001-12-06 [paul] 0.6.5claws54
477 * sync with sylpheed 0.6.5cvs22
478 see ChangeLog entry 2001-12-06
480 2001-12-05 [alfons] 0.6.5claws53
486 more revisions of filtering system
487 (last stable version is marked as LAST_STABLE)
489 | NOTE 1): the filtering system now uses a local folder called
490 | .processing. if filtering fails, check this directory
491 | for missing messages.
493 | NOTE 2): help us find the filtering actions still missing
495 2001-12-05 [paul] 0.6.5claws52
498 fix bug where 'Empty Trash?' pop-up window appears even
499 when Trash is empty, submitted by Jesse Skinner
501 2001-12-05 [melvin] 0.6.5claws51
504 fixed bug #486106 to select correct account when reediting
507 2001-12-04 [alfons] 0.6.5claws50
510 declare markfile in appropriate functions when
511 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
514 2001-12-04 [paul] 0.6.5claws49
516 * sync with sylpheed 0.6.5cvs21
517 see ChangeLog entry 2001-12-04
519 2001-12-03 [christoph] 0.6.5claws48
522 changed translation of undo
525 don't reinvent the wheel to traverse a GNode
527 seperate code to create the compose gui into functions
528 add "Others" page with folder selection for saving copy
530 the folder identifier is saved to queue header
532 save message to folder in queue header
534 2001-12-03 [paul] 0.6.5claws47
536 * sync with sylpheed 0.6.5cvs20
537 see ChangeLog entry 2001-12-03
541 * more sync with sylpheed 0.6.5cvs19
542 see ChangeLog entry 2001-11-29
544 2001-11-30 [paul] 0.6.5claws46
547 remove conflicts introduced by Hoa's last commit
550 make 'Message/Bounce' sensitive
552 2001-11-30 [hoa] 0.6.5claws45
555 slightly change bounce function to add
556 information about the user that bounced the mail
557 in the From header line.
560 permit the use of processing in outbox folder.
562 2001-11-29 [paul] 0.6.5claws44
564 * src/mainwindow.[ch]
566 * src/pixmaps/stock_mail_reply_quote.xpm ** NEW FILE **
567 * src/pixmaps/stock_mail_reply_to_all_quote.xpm ** NEW FILE **
568 * src/pixmaps/stock_mail_reply_to_author_quote.xpm ** NEW FILE **
569 usability enhancements to the quoting, implements
570 use of Ctrl key to toggle quoting settings
571 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
573 2001-11-29 [paul] 0.6.5claws43
575 * sync with sylpheed 0.6.5cvs19
576 see ChangeLog entry 2001-11-28
578 2001-11-29 [melvin] 0.6.5claws42
580 added enriched.[ch] to the list of files
586 added support to view text/enriched
587 added support to show headers in message view for text/enriched and text/html
588 in non multipart messages
590 2001-11-28 [paul] 0.6.5claws41
592 * more sync with sylpheed 0.6.5cvs18
593 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
595 2001-11-27 [paul] 0.6.5claws40
598 updated translation, submitted by Fabio Junior Beneditto
600 * sync with sylpheed 0.6.5cvs18
601 see ChangeLog entries 2001-11-26 (src/textview.c) and
608 updated translation, submitted by Ricardo Mones Lastra
613 add more translatable strings
615 2001-11-26 [christoph] 0.6.5claws39
618 fixed one more umlaut
620 fix translated header when it should not be translated
622 2001-11-26 [paul] 0.6.5claws38
625 remove '/Message/Add Sender to address book' from
626 main_window_set_menu_sensitive(), prevent debug warning
627 add 'Message/Mark/Mark all read' to mainwin_entries[]
629 2001-11-26 [paul] 0.6.5claws37
632 fix 'recurring unread state' bug
635 * tools/filter_conv.pl
636 read name of top level mailbox from folderlist.xml
637 and presume nothing about its name
639 2001-11-26 [darko] 0.6.5claws36
642 removed functions that are now in gtkutils.c
643 use gtkut_text_is_uri_string() from gtkutils.c
644 * fix my comment on 2001-11-23 (missing gtkutils.[ch])
646 2001-11-26 [paul] 0.6.5claws35
648 * sync with sylpheed 0.6.5cvs16
649 see ChangeLog entries 2001-11-25 and 2001-11-26
651 2001-11-25 [alfons] 0.6.5claws34
653 EXPERIMENTAL!!! Please checkout the last stable version using:
655 % cvs update -r LAST_STABLE -dRAP
657 (Or help us testing this stuff.)
659 * src/filtering.c (1.14)
660 * src/filtering.h (1.6)
662 * src/matcher.c (1.20)
664 * src/procmsg.h (1.14)
665 * src/summaryview.c (1.59)
666 * src/summaryview.h (dunno)
667 revert/merge/sync to as it was before commit
668 on Thu, 19 Jul 2001 10:15:51 -0700.
670 2001-11-25 [hoa] 0.6.5claws33
673 processing mails at startup
676 * src/summaryview.[ch]
677 processing mails when entering folder
679 * src/prefs_filtering.c
682 2001-11-24 [alfons] 0.6.5claws32
684 * src/summaryview.[ch]
685 make summary sort headers work, and also make
686 sure the sort type is stored
688 2001-11-23 [alfons] 0.6.5claws31
690 * src/summaryview.[ch]
691 make lock work like mark
692 disallow deleting messages marked as locked
694 2001-11-23 [alfons] 0.6.5claws30
700 merge undo patch submitted by Jens
702 2001-11-23 [christoph] 0.6.5claws29
707 fixed gpg signing and encoding
710 added --status option to get new, unread and total
711 message count from a running sylpheed
713 temporary fix for reply_with_quote problem
714 (don't call functions for non existing widget)
716 one more check for ignored threads but still not
717 always working correctly. probably a recursive
718 check for all parents is needed
720 2001-11-23 [darko] 0.6.5claws28
723 wrapping on send improvements
725 fix for GtkSText after last sync with main branch
726 GTK_TEXT -> GTK_STEXT
728 2001-11-23 [paul] 0.6.5claws27
730 * sync with sylpheed 0.6.5cvs14
731 see ChangeLog entries 2001-11-22 and 2001-11-23
734 fixed the scrambled umlauts
735 submitted by Carsten Schurig <Carsten.Schurig@web.de>
737 2001-11-21 [paul] 0.6.5claws26
739 * sync with sylpheed 0.6.5cvs12
740 see 2nd ChangeLog entry dated 2001-11-20
742 2001-11-20 [paul] 0.6.5claws25
744 * sync with sylpheed 0.6.5cvs11
745 see ChangeLog entry 2001-11-19 (src/utils.c)
750 GTK_TEXT -> GTK_STEXT
751 fix for wrong comment
753 2001-11-20 [hiro] 0.6.5claws24
756 more merges from main branch
757 removed fatal warnings (uninitialized variables etc.)
758 some coding style fix
765 2001-11-19 [hoa] 0.6.5claws23
768 * src/prefs_scoring.c
773 * src/matcher_parser_parse.y
774 * src/prefs_filtering.c
777 2001-11-19 [alfons] 0.6.5claws22
779 more of my old things into claws
784 * src/summaryview.[ch]
785 * src/prefs_summary_column.c
786 * src/pixmaps/locked.xpm
787 add indicators for locking of message in summary view
788 (does not work yet, only visual indicator)
790 2001-11-19 [paul] 0.6.5claws21
792 * sync with sylpheed 0.6.5cvs10
793 see ChangeLog entry 2001-11-19
795 2001-11-18 [alfons] 0.6.5claws20
798 remove an inadvertent free I forgot in previous clean up
800 2001-11-18 [alfons] 0.6.5claws19
803 clean up & plug leaks
805 2001-11-18 [paul] 0.6.5claws18
807 * sync with sylpheed 0.6.5cvs9
808 see ChangeLog entries 2001-11-17 and 2001-11-18
810 2001-11-16 [paul] 0.6.5claws17
812 * sync with sylpheed 0.6.5cvs8
813 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
815 2001-11-16 [paul] 0.6.5claws16
817 * sync with sylpheed 0.6.5cvs7
818 see ChangeLog entries 2001-11-15 and 2001-11-16
820 2001-11-15 [hoa] 0.6.5claws15
823 fix bounce, mails we received couln't be bounced to ourself.
828 * src/matcher_parser.h
829 * src/matcher_parser_lex.l
830 * src/matcher_parser_parse.y
834 * src/prefs_filtering.[ch]
836 * src/prefs_matcher.c
837 * src/prefs_scoring.c
840 new matcher/filter/score configuration file parser
841 one unique configuration file => ~/.sylpheed/matcherrc
842 import in currently automatic, then save are made
844 one filter per folder and one global filter
845 (filter of a folder will be used as folder processing)
848 fix a bug in folder_item_get_identifier
851 receive receipt return are fixed.
853 2001-11-14 [alfons] 0.6.5claws14
856 add things from main branch to make claws compile
858 2001-11-14 [paul] 0.6.5claws13
860 * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
861 see ChangeLog entries 2001-11-08 to 2001-11-14
863 2001-11-14 [hoa] 0.6.5claws12
868 add "bounce mail" option
870 2001-11-13 [christoph] 0.6.5claws11
873 Cleanup a mess i add before commiting
875 2001-11-13 [hoa] 0.6.5claws10
878 some fixes when mail are sent or
881 2001-11-13 [christoph] 0.6.5claws9
884 Changed two string with the same translation
888 New mailsending process:
889 - Always queue message before sending
890 (message will be saved if sylpheed crashed or
891 freezes while sending)
892 - Allow queuing of newspostings
893 - No copy in outbox before sending
895 - No more redundant code for send and send_later
897 Applied wwp <subscript@free.fr>'s patch that fixes
898 marks for multiple forwarded messages (+compose.c)
903 remove things that are now in main branch
906 update Dutch translation
908 2001-11-12 [mhadasht] 0.6.5.claws8
911 re-enabled account autoselection feature for forward
912 and reedit lost during the branch point for SYNC-B4-REL
914 gtkpspell_get_dict(): more readable code (even if function is
917 added version number info to 2001-11-12 [hiro] comment.
919 2001-11-12 [hiro] 0.6.5.claws7
922 compose_forward(): fixed a bug that forward quote mark
924 removed unnecessary code.
925 * src/template_select.[ch]: removed.
930 :%s/GTK_TEXT/GTK_STEXT/g
935 revert the undo stuff (this is 0.6.6claws stuff)
937 2001-11-11 [hoa] 0.6.5.claws6
940 Insert signature at the end of the text.
941 Added undo patch but currently disabled
944 Threading by subject improved.
946 * added src/undo.[ch]
947 Undo module for compose dialog box.
949 2001-11-11 [alfons] 0.6.5.claws5
952 prevent threading by subject on nodes that have already been
953 threaded by in-reply-to (as in "circular references in a tree
954 result in a dead branch")
956 2001-11-09 [hoa] 0.6.5.claws4
959 allows creation of mbox folder item from any files.
961 2001-11-09 [alfons] 0.6.5.claws3
965 do what I mean and correct threading by subject so it really
966 ignores attracting lines without "Re: "
968 2001-11-07 [alfons] 0.6.5.claws2
972 only attract by subject if a subject line starts with a "Re: "
976 2001-11-07 [paul] 0.6.5claws1
978 * sync with sylpheed 0.6.5. release
979 see ChangeLog entry 2001-11-07
981 2001-11-07 [paul] 0.6.4claws31
983 * sync with sylpheed 0.6.4cvs18
984 see ChangeLog entries 2001-10-30 to 2001-11-07
985 prefs_templates.[ch] renamed prefs_template.[ch]
990 add semicolon Hoa forgot ;-)
993 2001-11-06 [hoa] 0.6.4claws30
999 threading by subject - empty subject are ignored
1001 2001-11-06 [christoph] 0.6.4claws29
1004 use SSL_peek for sock_gets
1006 removed unneeded pointer in extracting quoted
1007 names implementation
1009 2001-11-06 [melvin] 0.6.4claws28
1012 fixed bug #476792 Selection overtyping with spell checker
1013 fixed bug which could cause a buffer overflow
1016 2001-11-06 [hoa] 0.6.4claws27
1020 threading by subject
1022 2001-11-05 [alfons] 0.6.4claws26
1025 Claws -> Sylpheed (vice versa)
1028 :%s/gtk_text/gtk_stext/g
1029 :%s/GTK_TEXT/GTK_STEXT/g
1030 (thanks to Jonathan Ware for spotting this)
1032 2001-11-04 [christoph] 0.6.4claws25
1035 replace Xalloca + strdup with Xstrdup_a
1037 better implementation of extracting quoted names
1038 from addresses (remove backlashes and ignore
1041 2001-11-04 [alfons] 0.6.4claws24
1044 edit to comply more with coding style
1047 fix bug reported by Kim Schulz. introduced by the patch integrated
1048 in 0.6.4claws15. the code did not check the return value of
1052 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
1054 2001-11-04 [christoph] 0.6.4claws23
1057 * src/prefs_common.[ch]
1058 init some pointers that possibly caused a segfault
1059 reported in the claws-users ML
1061 2001-11-04 [hoa] 0.6.4claws22
1063 * src/grouplistdialog.c
1064 change the names of the nodes in the tree
1067 enhanced mailto syntax as described in
1068 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
1069 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
1072 encode and decode URI (useful when opening URL into
1075 2001-11-03 [hoa] 0.6.4claws21
1077 * src/grouplistdialog.c
1078 a new newsgroups list selection dialog box
1079 with a CTree instead of a CList
1081 2001-11-03 [hoa] 0.6.4claws20
1084 enable property and scoring options when right
1088 fixed bug when nickname were displayed using
1091 2001-11-02 [darko] 0.6.4claws19
1094 new wrap quotation and URL/long words wrapping implementation
1095 * src/compose.c src/gtkstext.[ch]
1096 move gtkstext_strncmp() to gtkstext.c
1098 2001-11-01 [christoph] 0.6.4claws18
1100 * src/prefs_account.c
1101 fixed mess in account settings dialog
1102 * src/prefs_folder_item.c
1103 added label with folder path to dialog
1105 2001-10-31 [match] 0.6.4claws17
1110 fix generation of spurious address book file names.
1111 remove redundant functions.
1113 added missing file names.
1115 2001-10-30 [paul] 0.6.4claws16
1117 * sync with sylpheed 0.6.4cvs6
1118 see ChangeLog entries 2001-10-26 to 2001-10-30
1120 * tools/filter_conv.pl
1121 read folderlist.xml to discover whether the top-level
1122 folder is called 'Mailbox' or 'Mail'
1124 2001-10-29 [paul] 0.6.4claws15
1126 * src/html.c, src/textview.c
1127 activate links in html mail and fix clickable parts
1128 Submitted by Matthieu Dazy <dazy@t-surf.com>
1132 * po/de.po, po/es.po, po/pt_BR/po
1133 updated translations, submitted by Jens Oberender,
1134 Ricardo Mones Lastra, and Fabio Junior Beneditto
1136 2001-10-29 [darko] 0.6.4claws14
1139 fix wrapping for good
1144 undo previous change as it broke the smart wrapping
1146 2001-10-29 [darko] 0.6.4claws13
1149 fix infinite loop when long URL is quoted
1150 (closes bug #475122.
1154 * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
1155 import Mutt address book
1156 * src/ldif.[ch] src/importldif.h
1157 modified import LDIF handle user attributes
1159 2001-10-28 [christoph] 0.6.4claws12
1162 fixed that filtering did not work if there
1163 were no filter rules
1164 (closes bug #472003 and better implementation
1167 2001-10-27 [christoph] 0.6.4claws11
1170 make the folder's default account to be used when
1171 replying. (patch by wwp <subscript@free.fr>)
1173 code cleanup, nearly killed all of wwp's patch
1174 for folder's default account in compose
1176 error panel when a folder could not be created
1177 (closes bug #471080 new folder name & already
1183 change prototype of strstr2() that Christoph forgot about
1185 2001-10-26 [christoph] 0.6.4claws10
1188 made search for accounts by email address not case
1191 fixed memory leak in folder_item_get_identifier
1194 fixed wrong strstr2 (should work like strstr)
1196 2001-10-26 [darko] 0.6.4claws9
1198 * src/compose.c src/gtkstext.[ch]
1200 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
1202 2001-10-26 [paul] 0.6.4claws8
1205 ignore css and javascript tags in html mail
1206 case-insensitive, with or without double-quoted
1209 2001-10-26 [paul] 0.6.4claws7
1211 * sync with sylpheed 0.6.4cvs1
1212 see ChangeLog entry 2001-10-26
1214 * src/prefs_account.c, src/prefs_common.c,
1215 src/prefs_summary_column.c
1216 minor improvements to the English
1218 2001-10-25 [alfons] 0.6.4claws6
1222 make GtkSText follow style of GtkText (closes bug
1223 #469211 "text selection while writing message")
1225 do sync with GTK 1.2.10
1227 2001-10-25 [paul] 0.6.4claws5
1230 ignore css tags in html mail
1232 2001-10-25 [darko] 0.6.4claws4
1235 don't declare is_url_string as static function since
1236 we need it in gtkstext.c
1238 remove unused variable
1239 don't wrap long URLs while composing a message
1241 2001-10-24 [christoph] 0.6.4claws3
1244 fix ssl deadlock, when peer closes connection
1246 2001-10-24 [paul] 0.6.4claws2
1248 * src/prefs_common.c
1249 gettextize the gpg ascii-armored warning message
1252 insert a DOS/MAC file into the composed message
1255 * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
1257 2001-10-22 [paul] 0.6.4claws1
1259 * sync with sylpheed 0.6.4 release
1260 see ChangeLog entries 2001-10-21
1262 * po/fr.po, po/pt_BR.po
1263 updated by Melvin Hadasht and Fabio Junior Beneditto
1265 2001-10-21 [paul] 0.6.3claws30
1268 insert a DOS text file from the compose window
1269 into the composed message text (removes CRs characters)
1270 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
1272 * tools/filter_conv.pl, tools/README
1273 automatically use ~/.sylpheed as working directory
1274 print out confirmation message on completion
1276 * correct Hoa's last ChangeLog.claws entry
1278 2001-10-20 [hoa] 0.6.3claws29
1280 * src/grouplistdialog.c
1281 bugfix (another ?) to give the right
1282 newsgroups list for each news server.
1286 improve the newsgroups list cache
1288 2001-10-20 [paul] 0.6.3claws28
1290 * sync with sylpheed 0.6.3cvs9
1291 see ChangeLog entry 2001-10-19
1293 * correct Alfons' last ChangeLog.claws entry
1298 fix compilation problems (part of bug #472895)
1300 2001-10-18 [hoa] 0.6.3claws27
1302 * src/grouplistdialog.c
1303 bugfix when we refresh was clicked (bug 472701)
1305 2001-10-19 [christoph] 0.6.3claws26
1308 last header entry should default to "To:" or
1309 "Newsgroups:" and not copy the last entry line
1310 in a new compose window
1311 (closes bug #472686, #470792)
1313 2001-10-19 [paul] 0.6.3claws25
1315 * sync with Sylpheed 0.6.3cvs8
1316 see ChangeLog entries 2001-10-18 and 2001-10-19
1318 2001-10-18 [christoph] 0.6.3claws24
1321 reimplement ignore thread
1323 2001-10-18 [hoa] 0.6.3claws23
1326 * src/grouplistdialog.[ch]
1327 enhanced news subscription interface (feature 469113)
1331 enchanced newsgroup listing,
1332 now, we can get groups informations
1335 2001-10-18 [paul] 0.6.3claws22
1338 remove comment (sync with main branch)
1340 fix 'Re-edit' bug in 'Message' menu
1342 2001-10-17 [christoph] 0.6.3claws21
1345 ignore empty or whitespace only header lines
1347 2001-10-17 [paul] 0.6.3claws20
1349 * sync with sylpheed 0.6.3cvs7
1350 see ChangeLog entries 2001-10-14, 2001-10-16, and
1356 wrap long lines without spaces
1361 * po/es.po, po/nl.po, po/pt_BR.po
1362 updated by Ricardo Mones Lastra, Alfons,
1363 and Fabio Junior Beneditto
1365 * sylpheed-0.6.3claws released
1367 2001-10-15 [melvin] 0.6.3claws18
1370 added summary and detailed installation instructions
1373 Updated, corrected and completed french translation
1375 2001-10-15 [hoa] 0.6.3claws17
1376 * src/grouplistdialog.c
1377 we can choose the newsgroups to display with wildcards
1379 2001-10-15 [christoph] 0.6.3claws16
1383 * src/prefs_folder_item.[ch]
1384 applied wwp <subscript@free.fr>'s folder
1385 default account patch
1387 Fixed wrong translation
1389 2001-10-13 [alfons, christoph, melvin]
1392 solution #2 to solve MT-safety problems defers all GUI related calls
1393 to the main thread using a gtk_idle_add() callback. discussed on
1394 ircnet #sylpheed, with christoph spotting some issues with the
1395 original code, and melvin allowing us to lobotomize his sylpheed.
1397 * src/syldap.[ch], src/main.c
1398 fix race problem in ldap search thread by deferring GUI
1399 stuff to main thread using gtk_idle_add()
1401 2001-10-13 [paul] 0.6.3claws14
1403 * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
1404 add Sergey's smtpcred.patch
1405 adds separate username/password setting for SMTP Auth
1406 needed by some servers
1407 (closes feature request #471659)
1409 2001-10-13 [paul] 0.6.3claws13
1411 * src/pgptext.[ch] **NEW FILES**
1412 * src/Makefile.am, src/messageview.c, src/mimeview.c
1413 decrypt ascii-armored gpg text embedded in
1415 Submitted by Jens Jahnke <jan0sch@gmx.net>
1417 2001-10-13 [christoph] 0.6.3claws12
1420 some more details on default to and
1423 init glib threading when ldap is used
1429 2001-10-12 [paul] 0.6.3claws11
1431 * src/prefs_common.[ch], src/rfc2015.c
1432 enable ascii-armored gpg text to be embedded in the
1433 message body, selectable through the 'Privacy'
1434 preferences. Supports encrypting only.
1435 Submitted by Ravemax <ravemax@dextrose.com>
1437 2001-10-12 [paul] 0.6.3claws10
1439 * sync with sylpheed 0.6.3cvs6
1440 see ChangeLog entries 2001-10-11 and 2001-11-12
1443 incorporated mbox folders, scoring, and folder
1444 properties into the sync
1446 2001-10-12 [darko] 0.6.3claws9
1449 describe quotation wrapping
1451 don't treat tab as space to calculate line length properly
1456 correct description of how to make new filtering system work,
1457 add some other things
1460 remove sched_yield() (not necessary / unportable)
1462 2001-10-11 [paul] 0.6.3claws8
1464 * sync with sylpheed 0.6.3cvs3
1465 see ChangeLog entry 2001-10-10
1467 2001-10-10 [christoph] 0.6.3claws7
1470 ignore 2 files created by newer autotools
1471 * src/prefs_folder_item.c
1472 using table for widget alignment
1473 fixed memory leak and broken octal display
1475 fixed segfault caused by lost filename
1476 workaround (closes bug #469551)
1478 2001-10-10 [paul] 0.6.3claws6
1480 * sync with sylpheed 0.6.3cvs2
1481 see ChangeLog entries 2001-10-09 and 2001-10-10
1483 2001-10-10 [darko] 0.6.3.claws5
1486 proper calculation of right margin if smart wrapping is enabled
1488 automatically wrap long lines if wrap quotation is enabled
1490 2001-10-09 [alfons] 0.6.3.claws4
1493 select correct row when deleting last row in the summary view (and
1494 close bug "[ #469104 ] select second last in list when deleting")
1496 2001-10-09 [paul] 0.6.3claws3
1498 * sync with sylpheed 0.6.3cvs1
1499 updated some autotool scripts
1501 2001-10-09 [darko] 0.6.3claws2
1504 new name and mark with Sylpheed comment
1506 smart quotation wrapping a-la VIM
1508 2001-10-08 [paul] 0.6.3claws1
1510 * sync with sylpheed 0.6.3 release
1511 see ChangeLog entry 2001-10-08
1513 2001-10-08 [paul] 0.6.2claws24
1516 more sync with sylpheed 0.6.2cvs12
1517 Fixed the bug that didn't select the last row correctly
1520 2001-10-07 [paul] 0.6.2claws23
1522 * sync with sylpheed 0.6.2cvs12
1523 see ChangeLog entry 2001-10-07
1527 enable jpilot to read unsynch'ed addresses.
1529 * src/editldap_basedn.c
1530 fix segfault when opening dialog.
1532 2001-10-06 [alfons] 0.6.2.claws22
1535 fix bug with summary view selecting last *inserted*
1536 node instead of last *visible* node. remember we
1539 2001-10-06 [paul] 0.6.2claws21
1542 updated translation, contains some fixes and new
1543 translations, submitted by Gustavo Noronha Silva
1546 * src/prefs_common.c
1547 change 'each' to 'every' - fix dubious English
1549 * sync with sylpheed 0.6.2cvs11
1551 2001-10-05 [alfons] 0.6.2claws20
1553 * src/mainwindow.[ch], src/folderview.c
1554 make composite tool button switch between "Compose News"
1555 and "Compose Mail" depending on selected folder
1556 (nifty idea by Kim Schulz <kim@schulz.dk>)
1558 2001-10-05 [paul] 0.6.2claws19
1560 * src/mainwindow.c, src/summaryview.c
1561 fix 'Message/Reply to all', broken in last commit
1564 fix X_BEENTHERE seg fault, thanks to Alfons
1566 2001-10-04 [paul] 0.6.2claws18
1568 * src/compose.[ch], src/mainwindow.c
1569 make "Message/Reply" reply to mailing lists; matches
1570 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
1571 based on portions of the patch submitted by
1572 Junichi Uekawa <dancer@netfort.gr.jp>
1574 2001-10-04 [darko] 0.6.2claws17
1577 better smart wrapping
1579 a function to make text buffer contiguous
1581 2001-10-03 [paul] 0.6.2claws16
1583 * sync with sylpheed 0.6.2cvs10
1588 * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
1589 close bug "[ #466566 ] compile error on mdk 8.0" by removing
1590 references to chinese translations (hope someone picks up
1593 2001-10-02 [christoph] 0.6.2claws15
1596 fixed non translated header bug
1598 fixed wrong date in alfons last entry ;)
1600 2001-10-02 [alfons] 0.6.2claws14
1602 * src/compose.c, src/prefs_common.[ch]
1603 add block cursor option
1605 2001-10-02 [paul] 0.6.2claws13
1607 * sync with sylpheed 0.6.2cvs9
1609 2001-09-30 [paul] 0.6.2claws12
1611 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
1612 updated translations
1615 add 'src/importldif.c'
1617 * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
1618 added eudora-to-vCard conversion tool
1619 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
1621 * sync with sylpheed 0.6.2cvs8
1625 * sylpheed-0.6.2claws released
1627 2001-09-27 [melvin] 0.6.2claws11
1630 fixed crash when using default path (introduced
1632 fixed tiny bug for initial suggestion mode
1634 2001-09-27 [melvin] 0.6.2claws10
1637 fixed bug where gtkpspell didn't set the path correctly
1640 added a paragraph about spell checking
1644 2001-09-27 [paul] 0.6.2claws9
1646 * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
1647 replace '// comments' with '/* comments */' to prevent
1648 some compiler warnings
1650 * sync with sylpheed 0.6.2cvs6
1652 2001-09-26 [alfons] 0.6.2claws8
1655 introduce return receipt request notification again,
1656 which was lost because of other semantics in
1657 procheader_parse() (???)
1659 2001-09-26 [christoph] 0.6.2claws7
1662 replace comments for old code with #if 0
1663 readded auto cc, bcc and reply-to
1664 * src/prefs_matcher.c
1665 * src/prefs_scoring.c
1666 removed some definition (was moved to
1669 2001-09-26 [paul] 0.6.2claws6
1672 make 'Follow-up and reply to' sensitive
1674 * more sync with sylpheed 0.6.2cvs5
1681 fixed bug for "US-ASCII" introduced by the encoding code
1687 * src/prefs_common.[ch], src/summaryview.c
1688 'next unread msg' 'go to next folder?' dialog can be
1689 given default behaviour, either always show dialog,
1690 or assume 'yes', or assume 'no'
1691 Submitted by wwp <subscript@free.fr>
1695 * src/compose.c src/gtkspell.[ch]
1696 added support for different encodings
1700 * more sync with sylpheed 0.6.2cvs5
1704 * src/prefs_folder_item.c
1705 add check for item->prefs->default_to string is NULL and
1706 add another check when freeing this string
1711 change to version 0.6.2claws3
1713 * sync with sylpheed 0.6.2cvs5
1716 * src/ldif.[ch], src/importldif.[ch], addressbook.c
1718 * src/addrcache.[ch], addrindex.[ch]
1719 small update for future
1725 added 'Learn from mistakes' option
1726 better handling of quotes in checked words
1729 small update for spell checking stuff
1734 edit a little bit so it complies more with main coding style
1738 * src/folder.[ch], prefs_folder_item.c, compose.c
1739 migrate "request return receipt" folder property
1744 * README.claws **NEW**
1745 (add things of interest for users of main branch
1748 * src/folder.[ch], src/mainwindow.c, src/summaryview.c
1749 re-implement threading per folder option, but store
1750 the setting in folderlist.xml (where it belongs)
1755 fixed bug when compose window is under another window
1756 * src/prefs_common.[ch] src/compose.c
1757 changed 'dictionary_path' to 'dictionary' to be consistent
1758 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
1759 * ac/pspell.m4 src/Makefile.am
1760 dropped PSPELL_PATH macro
1762 updated translations
1764 2001-09-21 [christoph]
1767 added border around header fields
1768 keep header type when new field is added
1770 2001-09-20 [christoph]
1773 more portable debug_print with source filename
1776 more newlines after debug messages
1781 change to version 0.6.2claws2
1783 * sync with sylpheed 0.6.2cvs3
1788 fixed the post-right-click focus pb
1789 fixed crash when 'Spell check all' after dict change
1790 and when cursor is at the end of the text
1791 shift-right-click pops up config menu even on misspelled words.
1798 added pspell to compiled-in features list
1802 * switched to pspell and dropped ispell
1804 new file. autoconf macro for pspell
1806 * configure.in acconfig.h
1807 added pspell support
1809 * src/main.c src/compose.[ch] src/gtkspell.[ch]
1810 * src/prefs_common.[ch]
1811 added pspell support
1813 2001-09-18 [christoph]
1817 replace LOG_MESSAGE with debug_print
1821 added newline after debug message
1823 using __VA_ARGS__ for debug_print macro
1825 ignore Makefile and Makefile.in
1830 change to version 0.6.2claws1
1831 * sync with sylpheed 0.6.2cvs1
1834 * src/prefs_matcher.c
1835 add 'score equal to' option, submitted by
1836 Paul Evans <nerd@freeuk.com>
1838 2001-09-15 [christoph]
1841 comment out menu entry not existing in claws
1843 add debug output for non existing menu entries
1845 fix next/prev unread message for ignored threads
1847 add sourcefile and line number to debug output
1848 otherwise it is sometimes hard to find the
1849 source code part if debug messages are translated
1854 refresh target folder style after colour is changed
1859 change to version 0.6.1claws3
1861 * sync with sylpheed 0.6.1cvs6
1866 fix target folder colourization to use user selected colour
1871 fix crash when message that is marked for copy/move is unmarked
1876 change to version 0.6.1claws2
1878 * sync with sylpheed 0.6.1cvs3
1883 fix bug with default font used for trash folder text
1887 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
1888 updated translations
1891 change to version 0.6.1claws1
1893 * sync with sylpheed 0.6.1cvs2
1898 add Match's new addressbook
1901 updated translation submitted by Jens Oberender
1906 change to 0.6.1claws
1907 * sync with sylpheed 0.6.1 release
1912 change to 0.6.0claws2
1914 * sync with sylpheed 0.6.0cvs4
1917 updated translation submitted by Fabio Junior Beneditto
1931 change to version 0.6.0claws1
1933 * sync with sylpheed 0.6.0cvs1
1936 updated translation submitted by Ricardo Mones Lastra
1939 add 'src/prefs_templates.c'
1941 * src/compose.c, src/summaryview.c
1942 fix segfault on 'Re_edit'
1946 * configure.in, Makefile.am
1948 add tools directory to source distribution
1953 change to version 0.6.0claws
1955 * sync with sylpheed 0.6.0 release
1957 2001-08-30 [christoph]
1960 removed autoconf version check
1964 * src/account.c, src/compose.c, src/prefs_common.[ch]
1965 * src/procheader.[ch] src/utils.[ch]
1966 Enhanced automatic account selection on replies
1967 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
1970 add LDAP and JPilot to the configuration results output.
1972 2001-08-29 [christoph]
1975 no bold font for ignored threads
1980 change to version 0.5.3claws6
1982 * sync with sylpheed 0.5.3cvs10
1983 src/stringtable.[ch]: New Files
1985 * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
1986 * src/pixmaps/sylpheed.xpm
1987 add mini-icons to windows (by Alfons)
1992 new functions: next_labeled_cb(), prev_labeled_cb()
1995 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
1996 summary_select_next_labeled(), summary_select_prev_labeled()
1998 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
1999 give claws blue folders and a blue trash can
2004 change to version 0.5.3claws5
2006 * sync with sylpheed 0.5.3cvs9
2007 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
2009 2001-08-24 [christoph]
2012 keep filename when browsing directories
2013 (not working for user entered filename, but
2014 for default name and selected filename from
2017 fixed wrong spelling "Folllow-up"
2021 fixed new/unread message count with ignored
2022 threads (2 commits, first didn't notice no
2023 longer needed decreasing)
2025 readded scrolling of progress dialog
2031 change to 0.5.3claws4
2033 * sync with sylpheed 0.5.3cvs7
2035 2001-08-24 [christoph]
2038 set request return receipt when replying
2039 if it is set is the folder prefs of the
2042 disable final error popup if popups are
2043 disabled in config (again)
2048 Change version number to 0.5.3claws3
2050 * sync with sylpheed 0.5.3cvs5
2053 double quote '%s' in 'gedit %s' to fix bug when
2054 opening attachment with spaces in the name
2057 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
2058 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
2059 initial message templates support
2065 change version number to 0.5.3claws2
2067 * sync with sylpheed 0.5.3cvs4
2069 * src/procmsg.h src/summaryview.c
2070 re-implement (un)ignore thread
2075 remove unnecessary code
2077 enable 'dynamic' signatures (submitted by
2078 Eric Limpens <eric@hscg-internet.nl>)
2082 clean up after sync with sylpheed 0.5.3 release
2085 fix re-introduced font mess, see Christoph's
2090 use sylpheed's small font instead of
2091 gtk default font for summary view
2097 add pl to ALL_LINGUAS - sync with main branch
2099 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
2100 Updated. Translations by Jens Oberender, Ricardo Mones
2101 Lastra, Alfons, and Fabio Junior Beneditto respectively.
2103 * po/pl.po ** NEW FILE **
2104 sync with the main branch
2107 fix target folder colorizing and refresh problem
2110 2001-08-17 [christoph]
2113 claws uses 4 colors for target folder coloring.
2114 arrays were not long enough and destroyed the
2115 stack causing a segfault.
2116 target folder colorizing does not work anymore
2122 change to version 0.5.3claws1
2124 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
2125 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
2126 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
2128 sync with sylpheed 0.5.3 release, but keep claws method of
2129 configuring/saving fonts
2131 * src/addressbook.[ch]
2132 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
2133 in line with a similar change in Hiroyuki's branch
2135 * src/mainwindow.[ch]
2136 disable main_window_set_thread_option()
2137 * src/prefs_folder_item.c
2138 comment out &tmps_prefs.enable_thread,
2139 * src/mbox_folder.c, src/procmsg.[ch]
2140 comment out MSG_IS_IGNORE_THREAD
2142 comment out summary_ignore_thread() and summary_unignore_thread()
2143 comment out MSG_IS_IGNORE_THREAD
2145 use Hiroyuki's threading instead.
2152 use Hiroyuki's 0.5.3 column scheme but also
2153 include the enable/disable button.
2154 * src/pixmaps/mark.xpm
2155 add Hiroyuki's amended pixmap
2157 2001-08-13 [christoph]
2160 receive at get all column showed wrong state for APOP
2161 button should only work for POP3 and APOP accounts
2162 * src/prefs_account.c
2163 added missing preprocessor statement for SSL
2168 add 'receive at get all' column and enable/disable
2171 2001-08-06 [christoph]
2174 show usage of SSL in protocol column
2180 * src/prefs_account.[ch]
2181 moved ssl options to a new page
2187 added support for SMTP STARTTLS command
2189 2001-08-05 [christoph]
2192 debian autoconf needs version check to find
2193 correct autoconf version. if the file is
2194 named configure.in 2.13 is used, which does
2195 not work with this configure.in script.
2196 other solution would be to rename the script
2197 to configure.ac as suggested in the autoconf
2201 disable final error popup if popups are
2206 fixes IMAP over SSL problem
2211 change to 0.5.2claws1
2213 * sync with sylpheed 0.5.2cvs1
2218 quick fix for ispell detection...
2223 change to 0.5.1claws4
2225 * sync with sylpheed 0.5.1cvs7
2229 * src/prefs_common.c, src/prefs_common.h,
2230 src/gtkspell.c, src/gtkspell.h
2231 add global spelling checker settings (compose tab) +
2232 selection of dictionary
2235 guess valid ispell location
2240 removal of 'src/quote_fmt_parse.c'
2243 (submitted by Jens Oberender <didge@suse.de>)
2248 * src/folderview.[ch]
2251 * src/prefs_common.[ch]
2253 target folder colourization
2257 more sync with Sylpheed 0.5.1cvs6
2262 * src/prefs_folder_item.[hc]
2264 shared folders support with a GUI
2270 * sync with Sylpheed 0.5.1cvs6
2276 (submitted by Fabio Junior Beneditto)
2282 patch to correct bad image mime headers
2283 (submitted by Don Quijote <dq@searchlores.org>)
2287 * tools/gif2xface.pl **NEW FILE**
2289 script to convert file.gif to file.xface for
2290 use in a custom header.
2291 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
2296 change macros for detecting JPilot and LDAP
2298 2001-07-27 [christoph]
2301 code cleanup (MIN / MAX warning, needed casting)
2306 disallow setting flags when detecting certain headers
2307 (X-Status, Status, Seen, X-Seen).
2309 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
2311 2001-07-27 [christoph]
2313 * src/prefs_filter.c
2314 * src/prefs_filtering.c
2315 * src/prefs_matcher.c
2316 * src/prefs_scoring.c
2317 scroll list when moving rows up or down
2321 * src/prefs_account.c
2322 * src/prefs_account.h
2324 SMTP over SSL (untested, feedback requested)
2332 * configure.in, acconfig.h
2333 define CLAWS (need this for main / claws detection)
2338 Sylpheed 0.5.1claws2
2340 * sync with Sylpheed 0.5.1cvs4
2342 2001-07-25 [christoph]
2346 item->prefs == NULL (don't know why)
2351 Sylpheed 0.5.1claws1
2353 * sync with Sylpheed 0.5.1cvs1-3
2355 2001-07-24 [christoph]
2358 * src/prefs_folder_item.[ch]
2359 added folderitem preferences dialog with
2360 default To: and auto request return receipt
2364 changes to handle new folderitem preferences
2368 call compose new mail with current folderitem
2372 Release Sylpheed 0.5.1claws
2375 change to release version 0.5.1claws
2377 2001-07-24 [christoph]
2380 fixed segfault that happend when the selected
2381 message was removed while retrieving new messages.
2385 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
2389 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
2390 this is a work in progress, for more information: http://nlpagan.net/sylman
2392 * configure.in, src/mainwindow.c, manual/Makefile.am
2393 add support for English manual
2396 add authors of user manuals
2398 * manual/en/sylpheed*.html
2399 add English documentation
2401 2001-07-22 [christoph]
2406 changed a wrong debug message
2411 update Dutch translation
2413 * src/prefs_filtering.c,
2415 add more translatable strings
2424 * src/inc.c, src/summaryview.[ch]
2425 prevent update of mark file when filtering has done, by
2426 using a variable; this affects two functions:
2427 inc.c::inc_finished()
2428 summaryview.c::summary_show()
2432 * src/filtering.[ch], src/prefs_filtering.c,
2434 add filtering action for label coloring
2439 * added src/labelcolors.c
2440 * added src/labelcolors.h
2441 * src/Makefile.am, src/summaryview.c
2442 rearrange label coloring code
2445 add more parentheses so label colouring works correctly
2448 don't really delete message, but move it to Trash
2450 * src/prefs_matcher.c
2451 add quote options to info dialog
2453 2001-07-20 [christoph]
2459 * src/ssl.[ch] (new)
2460 moved ssl stuff to a seperate file
2465 fix show sender using address book with no e-mail
2466 address in From: field
2470 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
2471 fix messy handling of escaping... now at least the
2472 execute command is useful. escape char is '\', we
2473 accept \n and \r too.
2477 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
2478 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
2487 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
2489 revise filtering; currently move, copy, marking have
2490 been tested. if you like bleeding edge stuff, you
2491 should definitely go for this version :)
2493 * mark old working stuff as VERSION_0_5_0_CLAWS5
2495 2001-07-17 [christoph]
2504 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
2505 bits in the mark file, without affecting either branch. Lots of
2506 files changed, also in claws branch.
2508 UNTESTED: use of mbox folders
2511 added mark all read; however this was a quick hack used for
2512 cleaning up mess after initial merge with Hiroyuki
2515 change claws version number back to 0.5.0claws5 to clear up
2516 confusion & pretension (recent release was technically
2517 0.5.0claws4, so we neatly align with Hiroyuki :-)
2521 sync with Hiroyuki's 0.5.0cvs4
2527 * src/filtering.[ch]
2528 remove invalid updating of mark files for
2529 filter actions MATCHING_ACTION_MOVE and
2530 MATCHING_ACTION_DELETE; this should fix the
2534 revert Christoph's stab at fixing the folder
2538 add missing files with translatable strings
2545 * src/addr_compl.[ch], src/prefs_filtering.c
2546 make "filtering pref dialog's destination entry" an
2547 "address completable entry", if filter destination is
2552 sync with Hiroyuki's 0.5.0cvs2-3
2554 2001-07-15 [christoph]
2557 fixed folder stats update after incorporation
2562 * finish label colouring stuff (for now)
2563 * fix incorrect colour bug (off by one)
2568 change text labels for news and mail message so there's
2569 plenty of toolbar estate left
2576 sync with Hiroyuki's 0.5.0cvs1
2579 more rewrite label colouring
2583 * src/summaryview.[ch]
2584 * start rewrite label colouring
2585 * fix proper location "Add Sender To Addressbook" menu item
2589 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
2590 (actually this is 0.5.0claws4)
2595 * fix duplicate message
2596 * add updated Portugese / Brazilian translation
2597 submitted by Fabio Junior Beneditto
2605 add updated Dutch translation
2608 add updated German translation submitted by Jens
2612 Prerelease before 0.5.0claws. Please test.
2613 This version is temporarily tagged as VERSION_0_5_0_TEST
2615 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
2616 src/prefs_scoring.c, src/prefs_matcher.c,
2617 src/prefs_filtering.c, src/mbox.c,
2618 src/main.c, src/inc.c, src/filtering.[ch]
2619 revert new Hoa's new matcher (does not work yet)
2626 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
2632 add ChangeLog.claws to EXTRA_DIST
2634 add matcher_parser_parse.h to EXTRA_DIST
2636 2001-07-10 [christoph]
2639 add destination folder to table of
2640 folders that need to be updated after
2647 make collapse state of folders and folder items persistent, i.e.
2648 if you collapse a folder tree, the next time sylpheed-claws starts
2649 up the folder tree remains collapsed.
2651 2001-07-10 [christoph]
2657 renamed MD5_CTX to MD5_CTX_syl
2658 conflicts with a struct in openssl
2661 * src/prefs_account.[ch]
2665 fixed compose with current account
2666 broken by new compose button stuff
2671 changed my email address
2673 * src/matcher_parser_parse.y
2674 clean the parser to remove conflicts
2682 fix incorrect description of --enable-ldap parameter
2684 * src/prefs_common.[ch]
2686 add experimental option "smart wrapping" which makes the
2687 compose editor auto wrap.
2689 | TODO: the problem with the buggy cursor handling is caused |
2690 | by the GtkText. when deleting / backspacing text its |
2691 | wrapping algorithm does not take in account the previous |
2692 | line. should find a way to hack this in. |
2693 | or should perhaps combine this with the word wrapping |
2694 | patch i wrote in january. |
2697 show build parameters for LDAP and JPilot
2700 revert Christoph's bugfix for selecting next unread message,
2701 because folder stats aren't updated correctly
2708 * src/matcher_parser_lex.l
2709 * src/matcher_parser_parse.y
2710 * src/prefs_filtering.c
2711 * src/prefs_scoring.c
2713 bugfix of the config file parser
2718 added generated matcher sources to BUILT_SOURCES
2724 added new config file parser
2727 * src/filtering.[ch]
2729 * src/prefs_filtering.c
2730 * src/prefs_matcher.c
2731 * src/prefs_scoring.c
2732 * added src/matcher_parser.h
2733 * added src/matcher_parser_lex.h
2734 * added src/matcher_parser_lex.l
2735 * added src/matcher_parser_parse.y
2736 lex & yacc config file parser
2741 changes prefs_filtering into global_filtering
2744 build threads with subjects only if "Re: " is at the
2745 beginning of the subject
2751 sync with sylpheed 0.5.0
2752 change of version number only
2758 sync with sylpheed 0.5.0pre5
2762 sync with sylpheed 0.5.0pre4 release
2763 /po and /manual/ja not sync'ed
2767 more sync with sylpheed 0.5.0pre4
2769 2001-07-03 [christoph]
2772 fixed address book broken by address book
2773 for VCard, JPilot, LDAP
2779 stopped memory leaks
2783 more sync with sylpheed 0.5.0pre4
2787 * included address book patch for VCard, JPilot, LDAP
2788 * pref_common.c - fixed Font options on Display tab (cosmetic)
2789 * alertpanel.c - fixed truncated message
2791 2001-07-02 [christoph]
2796 mark threads for ignoring
2802 * sync with sylpheed 0.5.0pre4
2803 updated gettext to 0.10.38.
2809 * src/summaryview.[ch]
2810 new right-click option: Label.
2811 substitute for 'Mark-->Mark/Unmark', colours the line.
2812 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
2814 2001-07-01 [christoph]
2817 fixed font for trash
2819 move ctree to unread message
2823 * sync with sylpheed 0.5.0pre3 release
2829 allow inserting / attaching multiple files in
2835 small change to Alfons' previous stuff so that it
2840 * lots of files changed; first attempt to merge the changes
2841 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
2846 updated and completed, translations by Fabio
2847 Junior Beneditto <fjbeneditto@yahoo.com.br>
2853 allow selecting an attached files' mime type from a
2858 * more sync with sylpheed 0.5.0pre3
2863 merge with sylpheed.pot and pt_BR.po provided by
2864 Fabio Junior Beneditto.
2869 make MIME types case insensitive
2874 merge with sylpheed.pot and old nl.po; translations added.
2878 * more sync with sylpheed 0.5.0pre3
2883 don't crash when removing parent node of messages
2884 attracted by subject. this was caused by not deleting
2885 the parent node from the subject line hash table.
2892 if there are multiple messages selected, allow forwarding
2893 them as attachments.
2897 * more sync with sylpheed 0.5.0pre3
2903 * sync with sylpheed 0.5.0pre3
2908 fixed 'compose news article' bug
2909 from icon-and-text toolbar
2913 * sync with sylpheed 0.5.0pre2 release
2915 2001-06-24 [christoph]
2917 * src/prefs_common.c
2918 bug fix in font selection
2920 use sylpheed's normal font instead of
2921 gtk default font for folders without
2926 * src/mainwindow.[ch]
2927 added composite compose mail / news button (an idea by Leandro
2928 Pereira <leandro@linuxmag.com.br>)
2932 Added instructions for ldif-to-xml.py
2940 * src/pixmaps/stock_news_compose.xpm
2941 added pixmap by Leandro
2942 * src/prefs_common.c
2943 tested built-in spelling checker of GCC 3.0 :)
2945 merged dutch translation of sylpheed-main with
2950 Added tools directory and files.
2952 * tools/filter_conv.pl
2953 converts old filter system to new filtering system
2954 * tools/ldif-to-xml.py
2955 converts netscape addressbook to sylpheed addressbook
2957 descriptions/instructions for above two files
2959 2001-06-23 [christoph]
2962 * src/manage_window.[ch]
2963 * src/prefs_common.[ch]
2964 mail retrieval dialog can be enabled, disabled
2965 or hidden if non of sylpheed's windows is active
2971 * sync with sylpheed 0.5.0pre2
2973 2001-06-21 [christoph]
2976 show recipient on 'from' for all accounts
2979 * src/prefs_common.[ch]
2980 disable error popup on mail receive errors
2985 made the ruler correctly appear and disappear.
2988 removed Hoa's work-in-progress-stuff (interesting!) so
2991 2001-06-20 [christoph]
2994 * src/progressdialog.c
2995 added scrolled window for list in progressdialog
2999 sync with sylpheed 0.5.0pre1 release
3001 2001-06-20 [christoph]
3004 make building threads by subject work when
3005 thread view is enabled
3008 * src/prefs_common.[ch]
3009 automatically select account for mail replys
3013 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
3014 they are filled in from the account settings.
3018 * more sync with sylpheed 0.5.0pre1
3024 added --sysconfdir to CPPFLAGS for pointing to the correct
3025 location of mime.types.
3027 NOTE: make sure you use --sysconfdir when running ./autogen.sh
3033 fixed some bug when building threads
3037 * src/prefs_account.c
3038 UI stuff: More changes to the English
3042 * src/pixmaps/stock_news_compose.xpm: new file
3046 Added new icon for Hoa's 'compose a news
3047 message', plus minor improvements to the
3053 more sync with sylpheed 0.5.0pre1
3059 Follow-up and reply to
3061 * src/summaryview.[ch]
3062 Build threads also with subjects
3067 forwarding use the current account.
3070 the "compose message" button has been replaced with
3071 "new mail" and "new news" buttons
3073 * src/prefs_common.[ch]
3074 added a configuration option to use the forward button
3075 as "forward as attachment"
3076 changed reply and forward format description
3078 * src/quote_fmt_lex.l
3079 * src/quote_fmt_parse.y
3080 added message with no signature in format for reply
3089 Improvements to the English
3091 * src/prefs_common.c
3092 Improvements to the English and some
3093 clarity/continuity improvements in the
3094 description of Quote symbols.
3100 * sync with sylpheed 0.5.0pre1
3105 Better interface for compose, displayed fields
3106 are updated whenever we change account.
3107 Newsgroups field is automatically filled.
3110 Newsgroups field is automatically filled.
3112 * src/prefs_account.c
3113 Some interface stuff when fields appear and
3120 * sync with sylpheed 0.4.99
3124 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
3125 base64_decoder_free, base64_decoder_decode): new object and
3126 functions for decoding base64 streams.
3127 * src/procmime.c (procmime_decode_content): modified to use the
3134 * sync with sylpheed 0.4.99cvs11
3140 * sync with sylpheed 0.4.99cvs9
3145 * src/prefs_account.c
3147 SMTP server can be defined in the news account
3148 mime type of attachment are kept.
3152 now choose the highest important score between default
3153 and important score of folder.
3157 * src/prefs_common.c:
3159 (prefs_quote_description_create): corrected description of
3160 quote format characters
3166 * sync with sylpheed 0.4.99cvs8
3170 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
3171 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
3177 * sync with sylpheed 0.4.99cvs7
3181 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
3182 clashes with autogenerated header).
3183 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
3184 * src/Makefile.am: added quote_fmt.h.
3185 * src/.cvsignore: added lex/yacc autogenerated files
3186 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
3192 * sync with sylpheed 0.4.99cvs6
3196 * added src/quote_fmt_parse.h
3201 don't modify readonly configuration files
3203 * src/prefs_account.c
3204 * src/prefs_common.c
3205 * src/prefs_customheader.c
3206 * src/prefs_display_header.c
3207 * src/prefs_filter.c
3208 * src/prefs_filtering.c
3209 * src/prefs_scoring.c
3210 don't open dialog box when configuration files
3215 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
3217 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
3218 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
3219 BUILT_SOURCES to make all files rebuild properly.
3221 * src/compose.c: removed #include "quote_fmt.tab.h".
3223 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
3224 CHARACTER value in yylval.
3226 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
3227 receive CHARACTER value by documented means (yylval).
3229 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
3234 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
3239 * src/prefs_filtering.c
3240 now keep the configuration for execute action
3247 * sync with sylpheed 0.4.99cvs5
3252 added quote_fmt.[ch]
3254 * added src/quote_fmt.y
3255 * added src/quote_fmt.l
3256 * added src/quote_fmt.tab.h
3257 * added src/quote_fmt.tab.c
3258 * added src/lex.quote_fmt.c
3259 parsing configuration for replying
3262 * src/prefs_common.[ch]
3263 added configuration UI for replying
3267 using configuration for replying
3275 * src/prefs_filtering.c
3276 * src/prefs_matcher.c
3277 * src/prefs_matcher.h
3278 action "run a command" for filtering
3279 and matching with a command.
3280 fixed the "whole message" matching
3283 changed temporary filename for security
3286 queue the notification if it fails to send.
3288 * src/prefs_common.c
3289 * src/prefs_folder_item.c
3290 changed the default important score
3292 * src/prefs_scoring.c
3294 hide kill score input when the folder is not
3299 * src/prefs_common.c:
3301 (prefs_font_select): pass font name in font entry box to font
3306 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
3310 * sync with sylpheed 0.4.99cvs4
3314 * src/headerwindow.c:
3316 (headerwindow_show_cb): use the selected summary view item, not
3321 * src/headerwindow.c:
3323 (headerwindow_show_cb): always try to show msginfo
3328 keep attached parts when reediting or forwarding.
3333 * src/prefs_folder_item.[ch]
3334 * src/prefs_scoring.[ch]
3336 * src/summaryview.[ch]
3339 * src/prefs_common.[ch]
3340 support for folder scoring
3341 kill score and important score for messages
3343 * src/prefs_account.c
3344 some display bug fixed for local account
3349 * src/summaryview.c:
3351 (add_sender_to_cb): don't crash when no or invalid sender; the add
3352 sender to address book menu item is disabled.
3356 * src/filtering.[ch]
3358 handling summary menu / filter messages
3364 imap folders now appears in list
3367 doesn't crash if destination mail is not writeable
3372 removed some warnings
3376 * src/prefs_filtering.c
3377 global string to identify any folders
3378 removed some debug info
3379 filtering to mbox folders is now possible
3382 removed some warnings
3385 permission on files are changed to read/write for user only,
3387 creation of subfolder is handled better.
3391 Verified the sync for src/prefs_common.[ch] and
3392 src/prefs_account.[ch]. I believe there were some
3393 minor indentation differences.
3399 * sync with 0.4.99cvs3
3404 handling flags for mbox format
3407 use of mark file only for MH format
3408 handling flags for mbox format
3409 filtering cannot yet move or copy mails to mbox folders.
3412 changed move_msg, copy_msg,
3413 move_msgs_with_dest, copy_msgs_with_dest functions
3414 uses only folder->copy_msg() function
3415 uses folder->finished_copy() to handle the destination
3416 folder at the end of the copy or move operation.
3419 included mbox directories.
3421 * src/folderview.[ch]
3423 handle folders operation for mbox format
3426 disable conversion of "From " header
3428 * src/mbox_folder.[ch]
3429 completion of mbox format handling
3432 changed mh_copy_msg() function and
3433 removed mh_move_msg(), mh_move_msgs_with_dest(),
3434 mh_copy_msgs_with_dest()
3436 * src/prefs_filtering.c
3437 removed some warnings
3439 * src/prefs_matcher.c
3440 default boolean operation is AND
3443 handling flags for mbox format
3444 handling of "From " header
3448 added MSG_REALLY_DELETED flags to handle deletion of
3449 messages in mbox format.
3452 handling flags for mbox format
3453 disable the MSG_DELETED flags when messages
3454 are deleted in mbox format
3457 "From " headers display fixed.
3463 (get_email_part): skip quoted email addresses, like in e.g.
3464 "'alfons@proteus.demon.nl'".
3468 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
3469 and fixing the persistence troubles when using separate windows.
3473 Added #define SEPARATE_ACTION used in the gtk item factory for
3474 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
3475 use gtk_item_factory_get_widget_by_action() to get the items.
3477 Removed separate_widget_cb from the gtk item factory data
3479 (mainwindow_create): connect separate_widget_cb() to check
3480 menu item "toggled" signal. also passing a MainWindow pointer
3481 as object data for both check menu items.
3483 (separate_widget_cb): definition of separate_widget_cb() to match
3484 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
3485 window using gtk_object_get_data(). The type of window separation
3486 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
3488 * src/prefs_filtering.c,
3489 src/prefs_matcher.c: added horizontal scrollbars
3494 fix segfault with invalid bold font
3496 correctly display summary stats after row is marked
3500 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
3501 encodings with libjconv.
3506 added mbox_folder.[ch]
3508 mbox temporary folder
3510 * added src/mbox_folder.[ch]
3512 * src/procheader.[ch]
3515 bugfix for file incorporation filtering
3517 enable creation of MBOX
3518 * src/prefs_display_header.c
3519 enable use of headers like "From "
3520 something that should be fixed :
3521 displaying of such headers add an extra space
3522 * src/prefs_folder_item.c
3523 don't create folders because it is not necessary
3525 added data field to MsgInfo for mbox internal use
3527 added some support for mbox
3529 added get_mbox_cache_dir() function
3531 2001-05-23 [hiroyuki]
3533 * src/headerwindow.c
3544 src/folderview.c: more sync with 0.4.99cvs2.
3546 * src/headerwindow.c: reverted.
3552 * sync with sylpheed 0.4.99cvs2
3560 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
3566 * configure.in: if gnome-config not found, "no" is displayed
3568 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
3570 * src/textview.c: now also possible to add mail addresses by right
3571 clicking in the text view
3573 * src/codeconv.c: merged patch which fixes endless loop when encountering
3574 invalid wide characters; from Alte <010@imis.ru>
3578 Added installation of gnome specific things:
3580 * Makefile.am: gnome conditional
3582 * configure.in: check for installed gnome
3584 * added sylpheed.png, sylpheed.desktop
3588 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
3590 * src/mainwindow.h (main_window_toolbar_create): created a button
3592 (main_window_set_toolbar_sensitive): enable/disable the new button
3594 (toolbar_reply_to_author_cb): handle the new button.
3596 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
3597 send_progress_dialog_destroy() on failure (fixes hang on SMTP
3602 * src/compose.h (ComposeReplyMode): new modes
3603 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
3604 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
3607 (compose_send): move some code into a new function:
3608 (compose_current_mail_account): new function.
3609 (compose_reply): new argument to_author, all callers changed; if
3610 to_author==TRUE and account->protocol==A_NNTP, find and use an
3611 appropriate mail account for replying.
3612 (compose_reply_set_entry): new argument to_author; ignore
3613 compose->replyto if to_author==TRUE.
3615 * src/mainwindow.c: new command "Message/Reply to author".
3616 (main_window_set_menu_sensitive): enable/disable it.
3617 (reply_cb): handle it.
3619 * src/summaryview.c: new command "Reply to author".
3620 (summary_set_menu_sensitive): enable/disable it.
3621 (summary_reply_cb): handle it.
3623 * src/account.c (account_find_mail_from_address): new function.
3629 * sync with sylpheed 0.4.99cvs1
3636 new filtering action : forward and forward as attachment
3639 no need for $DISPLAY when we run sylpheed --help
3640 call to parse_cmd_opt() is moved
3642 * src/mainwindow.[ch]
3643 execute button is hidden when immediate execute
3648 * src/prefs_folder_item.c
3650 better handling of missing directories
3653 reedit is enabled in outbox
3654 reedit is enabled in queue
3660 * src/prefs_filtering.c
3661 changed attachement into attachment
3667 * sync with sylpheed 0.4.67cvs9
3668 * sync with sylpheed 0.4.67cvs7-8
3673 added prefs_filtering.c
3675 * src/filtering.[ch]
3677 removed action : forward_news and forward_news_as_attachement
3678 (forward and forward_as_attachement can be used instead)
3681 added menu option to access filtering configuration
3683 * src/prefs_account.c
3684 changed mail_command default to /usr/sbin/sendmail
3686 * added src/prefs_filtering.[ch]
3687 dialog box for filtering configuration
3689 * src/prefs_matcher.c
3690 added function prefs_matcher_get_criteria_from_matching()
3692 * src/prefs_scoring.c
3693 reset the dialog when register or substitute is clicked
3698 added filtering.[ch]
3700 using filering.[ch] instead of filter.[ch]
3702 reading new filtering configuration
3704 added some filtering actions
3705 and fixed a bug for headers and mail body matching
3707 using filering.[ch] instead of filter.[ch]
3709 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
3711 some fixes for filtering
3713 2001-05-14 [hiroyuki]
3715 * src/send.c: fixed some weird indentations.
3716 send_message_with_command(): call pclose() only if p != NULL.
3717 * src/textview.c: get_email_part(): modified the code for readability.
3719 2001-05-14 [hiroyuki]
3723 src/md5ify.h: removed from the cvs.
3727 * src/main.c: include rfc2015.h to avoid compiler warnings.
3728 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
3729 the panel is already on screen.
3730 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
3731 closing the alert window by ESC as "No".
3732 * src/prefs_common.c (prefs_interface_create): moved return
3733 receipt check button to the correct place.
3737 * src/prefs_common.c:
3738 moved return receipt check button to the Send tab. (prefs_send_create)
3739 removed the date format ui related globals. (prefs_display_create)
3743 * sync with sylpheed 0.4.67cvs5-6
3747 * added Alfons' font selection patch
3750 * src/headerwindow.c
3751 * src/prefs_common.c
3752 * src/prefs_common.h
3756 changed version of cache
3758 * src/prefs_matcher.c