1 2002-09-29 [colin] 0.8.3claws39
4 Fix an unwanted copy/paste
6 2002-09-29 [colin] 0.8.3claws38
9 Renamed "Custom toolbar" to "Customize toolbar"
10 Renamed "Show all header" to "Show all headers"
11 Renamed "Set diplay item" to "Set displayed items"
13 Renamed "Show all header" to "Show all headers"
14 * src/prefs_summary_column.c
15 Renamed "diplay item" to "displayed items"
17 2002-09-29 [colin] 0.8.3claws37
20 online/offline status pixmaps follow theme
22 * src/summaryview.[ch]
23 quicksearch pixmap follows theme changes
25 2002-09-29 [thorsten] 0.8.3claws36
28 src/prefs_folder_item.[ch]
29 add default_reply_to folder option (closes patch 581044)
31 2002-09-29 [christoph] 0.8.3claws35
33 * acconfig.h ** REMOVED **
37 * ac/gnupg-check-typedef.m4
38 fix autoheader 2.50 warning
40 2002-09-29 [christoph] 0.8.3claws34
42 * major code cleanup (part 2)
44 - unused variables removed
45 - unused functions removed
46 - uninitialized variables checked
47 - missing return statements added
48 - missing function return types added
49 - added parentheses around assignment
52 2002-09-29 [alfons] 0.8.3claws33
55 log_window_clear(): only bracket gtk_text_forward_delete()
56 with gtk_text_freeze() / gtk_text_thaw() (see if this
57 works around GTK text bug)
59 2002-09-29 [paul] 0.8.3claws32
63 updated by George Danchev and Urke MMI
66 2002-09-27 [christoph] 0.8.3claws31
69 * doc-src/rfc1806.txt ** REMOVED **
70 * doc-src/rfc2183.txt ** NEW FILE **
71 * doc-src/rfc2980.txt ** NEW FILE **
74 2002-09-27 [melvin] 0.8.3claws30
77 Fixed typo which could break linking
79 2002-09-27 [melvin] 0.8.3claws29
82 Improved GNU/aspell checking.
85 2002-09-27 [paul] 0.8.3claws28
88 see ChangeLog 2002-09-27
90 2002-09-26 [colin] 0.8.3claws27
94 Add "Reply to Mailing-list" to the toolbar
96 2002-09-26 [christoph] 0.8.3claws26
99 Fix wrong message counts in summaryview status
101 2002-09-26 [paul] 0.8.3claws25
103 * sync with 0.8.3cvs7
104 see ChangeLog 2002-09-26
106 2002-09-26 [paul] 0.8.3claws24
108 * sync with 0.8.3cvs6
109 see ChangeLog 2002-09-25
111 2002-09-25 [christoph] 0.8.3claws23
114 * src/prefs_folder_item.c
115 * src/prefs_scoring.c
116 Renamed "kill score" to "hide score" in GUI
119 2002-09-25 [paul] 0.8.3claws22
121 * sync with 0.8.3cvs5
122 see ChangeLog 2002-09-24
124 2002-09-24 [alfons] 0.8.3claws21
126 patch by Satoshi Nagayasu: allows appending / saving multiple
127 selected files (closes "[ 612279 ] save multiple mesg(s) in
133 summary_save_as(): allow saving selected files to
135 summary_set_menu_sensitive: enable "Save As..." when
136 multiple files are selected
138 append_file(): new function
140 2002-09-24 [colin] 0.8.3claws20
143 Fix segfault when mimeinfo doesn't have a
146 2002-09-24 [colin] 0.8.3claws19
148 * src/prefs_common.[ch]
149 Add a preference to display send dialog or not
151 Display send dialog according to preference
153 2002-09-24 [colin] 0.8.3claws18
156 Disable user actions when sending
158 2002-09-24 [colin] 0.8.3claws17
161 Do not display name or filename for attachments
162 with an application/pgp-signature type
163 (security flaw, see bug 537413)
165 2002-09-23 [colin] 0.8.3claws16
168 Initialize entry_email, entry_alias and
169 entry_remarks to first email address of the list
171 2002-09-23 [colin] 0.83claws15
174 Drop pgp-signature when reediting a signed queued
177 2002-09-23 [melvin] 0.8.3claws14
180 Updated French translation
182 2002-09-23 [melvin] 0.8.3claws13
185 Made custom toolbar menu labels more consistent
186 * src/prefs_toolbar.c
187 Made custom toolbar window title more consistent
189 2002-09-22 [colin] 0.8.3claws12
192 Initialize session type to normal before getting
193 mail (fixes strange Get behaviour)
194 * src/prefs_account.h
195 Move STYPE_POP_BEFORE_SMTP to last position to
196 avoid other side-effects
198 2002-09-22 [colin] 0.8.3claws11
200 * src/prefs_account.c
201 Fix pop_bfr_smtp_tm_entry sensivity when switching
202 from pop3 to apop or vice-versa
204 2002-09-22 [colin] 0.8.3claws10
206 * src/prefs_account.[ch]
207 Add an option for the POP before SMTP timeout
209 Remember time of last POP connection
211 Do POP before SMTP only if timeout reached
213 2002-09-22 [oliver] 0.8.3claws9
216 explain custom toolbar
218 2002-09-22 [oliver] 0.8.3claws8
220 * src/prefs_actions.[ch]
221 custom toolbar for compose
222 actions callback from compose toolbar
224 remove include toolbar.h
226 2002-09-22 [oliver] 0.8.3claws7
228 * src/prefs_toolbar.[ch]
229 custom toolbar for compose
230 - generic prefs_toolbar handles both
231 Mainwin's toolbar as well as Compose toolbar
233 2002-09-22 [oliver] 0.8.3claws6
236 custom toolbar for compose
237 restructure toolbar.[ch]
239 2002-09-22 [oliver] 0.8.3claws5
242 custom toolbar for compose
244 2002-09-22 [oliver] 0.8.3claws4
246 * src/mainwindow.[ch]
247 custom toolbar for compose
248 move mainwin toolbar back to mainwindow
250 2002-09-22 [alfons] 0.8.3claws3
257 2002-09-22 [alfons] 0.8.3claws2
260 procmsg_save_to_outbox(): don't unlink message file from queue;
261 callers should do it using folder_item_remove_msg()
263 2002-09-22 [colin] 0.8.3claws1
266 Made mimeview_check_signature() public
268 Made GPG signatures verifiable by clicking
269 the [application/pgp-signature] in the Text
272 2002-09-22 [paul] 0.8.3claws
281 updated translations, submitted by George Danchev,
282 me, Ricardo Mones Lastra, Alessandro Maestri,
283 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
284 and Urke MMI, respectively.
286 2002-09-22 [alfons] 0.8.2claws65
290 no furry valgrinds have been used to plug these memleaks
292 2002-09-20 [paul] 0.8.2claws64
294 * sync with 0.8.3cvs4
295 'Select thread' re-implemented
296 see ChangeLog 2002-09-20
298 2002-09-21 [alfons] 0.8.2claws63
301 compose_send(): plug unnoticed memleak
303 2002-09-20 [alfons] 0.8.2claws62
306 replace_address_in_edit(): strict check for NULL address to
307 fix "[ 607348 ] Segfault in address completion". My guess is
308 that this happens with an empty address book, but it's good
309 to have this check here anyway
311 completion_window_button_press(): free string returned
312 from the internal cache
314 2002-09-20 [christoph] 0.8.2claws61
317 added ENC_BINARY to EncodingType
319 the string returned by procmime_get_encoding_str
320 should not depend on the order of values in the
321 EncodingType definition
322 * doc-src/rfc1806.txt ** NEW FILE **
323 Added rfc1806 about MIME Content-Disposition
326 2002-09-19 [paul] 0.8.2claws60
328 * sync with 0.8.2cvs3
329 see ChangeLog 2002-09-19
331 2002-09-19 [paul] 0.8.2claws59
333 * src/prefs_folder_item.c
334 revert to Darko's original alignment of colour
336 add a colon to folder_color label
339 add Colin's patch (with Hiro's modifications) to
340 force BASE64 encoding for 8-bit text when signing
341 (sync with 0.8.3cvs2)
343 2002-09-18 [alfons] 0.8.2claws58
348 (beautify a little bit)
350 2002-09-18 [christoph] 0.8.2claws57
353 fix handling of fgetc return value
355 2002-09-17 [alfons] 0.8.2claws56
358 summary_sort(): check non-NULL summaryview->folder_item when no
359 folder is selected at all
360 (closes "[ 610344 ] sort label make syl Crash")
362 2002-09-17 [alfons] 0.8.2claws55
365 beautify a little bit
367 2002-09-17 [christoph] 0.8.2claws54
370 initialize max values for cache and folder
371 when cache or folder is empty
373 2002-09-15 [colin] 0.8.2claws53
376 Fix a leak (thanks Alfons!) and cleaned
377 variables names for custom headers
379 2002-09-15 [colin] 0.8.2claws52
382 Fix custom headers recognition when
383 prefs_common.trans_hdr is on
385 2002-09-15 [colin] 0.8.2claws51
388 Allow dynamically-added custom headers
389 Yet not reparsed if reedited
391 2002-09-15 [alfons] 0.8.2claws50
393 * src/prefs_account.c
396 2002-09-15 [colin] 0.8.2claws49
398 * src/prefs_account.c
399 fix pop_before_smtp sensitivity
401 2002-09-15 [colin] 0.8.2claws48
404 add inc_pop_before_smtp()
405 allow MainWindow to be undefined in
406 inc_account_mail() and inc_start()
409 add STYPE_POP_BEFORE_SMTP session type
410 * src/prefs_account.c
411 activated pop before smtp option
413 do pop before smtp if the relevant option
416 2002-09-15 [paul] 0.8.2claws47
419 see ChangeLog 2002-09-15
421 2002-09-14 [paul] 0.8.2claws46
424 updated Bulgarian translation, submitted by
427 2002-09-13 [paul] 0.8.2claws45
430 merge claws' select_account() with main's
431 (new) compose_select_account(). [sync with
432 0.8.2cvs15, see ChangeLog 2002-09-11]
434 2002-09-12 [christoph] 0.8.2claws44
437 allocate 1 elements of FolderItem not 0
439 2002-09-12 [colin] 0.8.2claws43
442 Fix bug #590825 (obey Follow-up: poster)
444 2002-09-12 [colin] 0.8.2claws42
447 Fix bug #557009 (wrong headers for messages
448 forwarded as attachments)
450 2002-09-11 [colin] 0.8.2claws41
453 Put SCF: pseudo-header on top of message
454 Set draft tmp_flag when saved as draft
458 Skip after first \n\n for beginning of real message
461 2002-09-11 [christoph] 0.8.2claws40
464 use procmsg flag functions in filtering or processing
465 will cause incorrect folder message counts
467 2002-09-11 [colin] 0.8.2claws39
470 Fix bug #550175 - wrong save folder when reediting
473 2002-09-11 [paul] 0.8.2claws38
475 * sync with 0.8.2cvs14
476 see ChangeLog 2002-09-11
478 2002-09-11 [colin] 0.8.2claws37
481 Fix a typo (seeming to cause new/unread status to
484 2002-09-10 [christoph] 0.8.2claws36
487 compose_redirect should not use compose_generic_new
488 because that does more stuff than expected including
489 opening the external editor
490 (closes bug "[ 526608 ] bounced messages appear blank
493 2002-09-10 [christoph] 0.8.2claws35
496 fix problem with too large message number range
497 causing a crash in folder_item_scan
499 2002-09-10 [paul] 0.8.2claws34
501 * sync with 0.8.2cvs13
502 see ChangeLog 2002-09-10
504 2002-09-10 [christoph] 0.8.2claws33
507 set MsgInfo TmpFlags for queue and draft folders
508 (closes bug "[ 591676 ] Queue ignore MIME on restart")
510 2002-09-10 [paul] 0.8.2claws32
513 po/bg.po ** NEW FILE **
514 new Bulgarian translation submitted by
515 George Danchev <danchev@spnet.net>
519 tools/tb2sylpheed ** NEW FILE **
520 add script that converts an addressbook exported
521 from The Bat! into a Sylpheed addressbook. Submitted
522 by Urke MMI <urke-kg@eunet.yu>
524 2002-09-10 [paul] 0.8.2claws31
526 * sync with 0.8.2cvs12
527 see ChangeLog 2002-09-10
529 2002-09-06 [paul] 0.8.2claws30
532 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
536 tools/ldif-to-xml.py ** REMOVED **
537 remove obsolete python script
539 2002-09-06 [paul] 0.8.2claws29
541 * sync with 0.8.2cvs10
542 see ChangeLog 2002-09-06
544 2002-09-04 [paul] 0.8.2claws28
546 * sync with 0.8.2cvs9
547 see ChangeLog 2002-08-04
549 2002-09-04 [colin] 0.8.2claws27
551 * src/prefs_common.[ch]
552 Added signature color configuration
554 Use user-specified signature color
556 2002-09-03 [colin] 0.8.2claws26
558 * src/prefs_common.[ch]
559 Added autosave and autosave_length prefs
561 Added compose_remove_draft()
562 Auto-save drafts according to the prefs
564 Added a crash-indicator file, allowing to check
565 for new messages on startup if Sylpheed crashed
566 (makes saved drafts "reappear")
568 2002-09-03 [colin] 0.8.2claws25
573 2002-09-03 [paul] 0.8.2claws24
575 * sync with 0.8.2cvs8
576 see ChangeLog 2002-09-02 and 2002-09-03
578 2002-09-03 [darko] 0.8.2claws23
581 use normal style when creating new folder to pick
584 2002-09-02 [melvin] 0.8.2claws22
587 removed some obsolete code
589 2002-09-02 [melvin] 0.8.2claws21
592 fixed test's equality sign (== to =)
594 2002-09-02 [alfons] 0.8.2claws20
598 revert change of 0.8.2claws16 and use the mh_folder_destroy
599 as folder->destroy virtual as suggested by Hiro
600 (the mh.c code seems to have been lost around mh.c.1.21)
602 2002-09-02 [paul] 0.8.2claws19
605 updated by Fabio Jr. Beneditto
608 use 'http://claws.sylpheed.org' for homepage link.
609 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
611 2002-09-01 [alfons] 0.8.2claws18
614 plug memleak related to one Martin Kluge found
616 2002-08-31 [paul] 0.8.2claws17
618 * sync with 0.8.2cvs6
619 see ChangeLog 2002-08-30
621 2002-08-31 [alfons] 0.8.2claws16
624 folder_destroy(): remove mailbox from folderlist even if it has
627 2002-08-31 [alfons] 0.8.2claws15
632 (being pedantic I know)
634 2002-08-31 [alfons] 0.8.2claws14
637 check for NULL pointers returned from folder->fetch_msginfo virtual
638 (should solve some reported crashes)
640 2002-08-30 [alfons] 0.8.2claws13
645 enable crash dialog on compilation time
646 (--enable-crash-dialog configure option)
648 2002-08-30 [alfons] 0.8.2claws12
653 apply memory leak plug patch by Martin Kluge
654 (closes patch "[ 602568 ] patch for 602441 little memory leak",
655 bug "[ 599677 ] Very small memory leak in 0.81claws115",
656 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
658 2002-08-30 [darko] 0.8.2claws11
661 copy Gtk style from normal style to match
662 font size for coloured folders
664 2002-08-29 [alfons] 0.8.2claws10
667 Type=Internet <- Type=Application
668 (reported by Michael Schwendt, see:
669 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
670 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
672 2002-08-29 [paul] 0.8.2claws9
674 * sync with 0.8.2cvs5
675 see ChangeLog 2002-08-29
677 2002-08-29 [colin] 0.8.2claws8
680 Added a sanity check in summary_select_thread
681 Should fix bug 601605
683 2002-08-29 [colin] 0.8.2claws7
686 Revert claws6 changes regarding bug #591676
688 2002-08-28 [colin] 0.8.2claws6
691 Ignore cache for queue folderitems
694 2002-08-28 [melvin] 0.8.2claws5
699 2002-08-28 [melvin] 0.8.2claws4
702 Updated a bit the text concerning the spell checker
704 2002-08-28 [melvin] 0.8.2claws3
706 Merged the GNU_aspell_branch:
707 Support of new GNU/aspell is now included and the old pspell
708 is not supported anymore.
712 Updated spell checker text to reflect the switch to GNU/aspell
714 * ac/aspell.m4 *** NEW ***
715 * src/gtkaspell.[ch] *** NEW ***
716 * ac/pspell.m4 *** DELETED ***
717 * src/gtkspell.[ch] *** DELETED ***
720 Updated for GNU/aspell support
723 Replaced gtkspell.c by gtkaspell.c
731 * src/prefs_common.[ch]
732 Updated for GNU/aspell support
734 2002-08-28 [paul] 0.8.2claws2
736 * sync with 0.8.2cvs4
737 see ChangeLog 2002-08-27 and 2002-08-28
739 2002-08-28 [colin] 0.8.2claws1
741 * src/summary_search.c
744 2002-08-28 [jens] 0.8.2claws
747 Updated German translations
749 2002-08-27 [melvin] 0.8.2claws
752 Updated French translations
754 2002-08-27 [paul] 0.8.2claws
756 * sync with 0.8.2 main release
764 updated message catalogs submitted by
765 Ricardo Mones Lastra, Alessandro Maestri,
766 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
767 Beneditto and Urke MMI
769 2002-08-27 [hoa] 0.8.1claws123
771 * src/mainwindow.[ch]
772 * src/summaryview.[ch]
773 removed the "filter setting" menu option.
774 add a "cancel a news message" menu option.
776 2002-08-26 [martin] 0.8.1claws122
779 changed string under 0.8.1claws79 changed by myself
782 2002-08-26 [martin] 0.8.1claws121
785 added kill command to debuggerrc to start crash dialog
787 2002-08-26 [paul] 0.8.1claws120
789 * sync with 0.8.1cvs31
790 see ChangeLog 2002-08-26
792 2002-08-25 [alfons] 0.8.1claws119
795 fix bug that didn't send out correct headers to news server
796 when sending news article and email from queue (bug reported
797 and patch provided by Tim Mann; closes bug
798 "[ 583196 ] 0.7.8claws can't post news")
800 2002-08-25 [alfons] 0.8.1claws118
802 * src/selective_download.c
803 mark two strings as translatable
804 (thanks to Urke MMI for pointing this out)
806 2002-08-25 [alfons] 0.8.1claws117
809 treat sent boxes as special and allow sorting them by addressee
810 (closes "[ 589418 ] Sent folder sorting misbehavior"
811 submitted by Steve Lamb)
813 2002-08-24 [alfons] 0.8.1claws116
816 fix memleak reported by Martin Kluge
817 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
819 2002-08-24 [oliver] 0.8.1claws115
821 * src/prefs_toolbar.c
822 o code cleanup as suggested by Alfons
825 2002-08-24 [alfons] 0.8.1claws114
828 o fix another memory leak reported by Martin Kluge
829 (see "[ 599568 ] Small Memory Leak")
830 o remove 'from' variable from 'summary_set_header()'; we can
833 2002-08-24 [paul] 0.8.1claws113
835 * sync with 0.8.1cvs30
836 see ChangeLog 2002-08-23
838 2002-08-24 [alfons] 0.8.1claws112
841 remove unnecessary allocations for search bar fixing leaks
842 reported by Martin Kluge
843 (see "[ 599451 ] Further memory leaks?")
845 2002-08-24 [alfons] 0.8.1claws111
848 make get_socket_name() public for crash.c
850 o make report bug button work (goes to claws'
851 bug tracker at sf.net)
852 o introduce function for doing important stuff just
853 before claws goes down
856 2002-08-24 [alfons] 0.8.1claws110
859 move cursor to "To" entry when forwarding as attachment
860 (reported and solved by Steve Lamb, closes bug report
861 "[ 592880 ] Forward as attachment; cursor not in to")
863 2002-08-24 [colin] 0.8.1claws109
866 fix quick search visibility after GUI (de)separations.
868 2002-08-23 [colin] 0.8.1claws108
871 fix header pane visibility after folderview or
872 messageview (de)separation
874 2002-08-23 [paul] 0.8.1claws107
876 * src/mainwindow.[ch]
878 give full control of display or non-display
879 of the Execute icon to Custom toolbar settings.
880 add new sensitivity condition to maninwindow.h:
886 more sync with 0.8.1cvs29
888 2002-08-23 [melvin] 0.8.1claws106
891 Readded support for custom widget in alertpanel lost in last
894 2002-08-23 [paul] 0.8.1claws105
896 * sync with 0.8.1cvs29
897 see ChangeLog 2002-08-23
899 2002-08-23 [colin] 0.8.1claws104
902 Fix folder and search pixmaps exchanging positions
903 after theme or toolbar changes. Thank to Oliver for
906 2002-08-23 [colin] 0.8.1claws103
912 Changed messageview_create() and noticeview_create()
913 to avoid the last gdk_warning
915 2002-08-22 [colin] 0.8.1claws102
918 Fix my new `Creating pixmap from xpm' warning
920 2002-08-22 [colin] 0.8.1claws101
923 Fix some of the gdk warnings
925 2002-08-22 [colin] 0.8.1claws100
930 * src/pixmaps/quicksearch.xpm *ADDED*
931 Add the quicksearch pixmap
935 Make quicksearch bar visible/hidden via a button
937 2002-08-22 [christoph] 0.8.1claws99
940 fix folder update for newsgroups with message
941 numbers below minimum number of articles to fetch
944 2002-08-22 [paul] 0.8.1claws98
946 * sync with 0.8.1cvs28
947 see ChangeLog 2002-08-22
949 2002-08-21 [alfons] 0.8.1claws97
952 use bt instead of bt full which seems to work
953 better, and bt full doesn't give a great deal
954 of information anyway
956 2002-08-21 [colin] 0.8.1claws96
959 fix summaryview_searchtype_changed prototype
961 2002-08-21 [christoph] 0.8.1claws95
964 o fix broken menu update for sorting type, we have to
965 get this info from the summaryview now
966 o removed setting of threaded state in menu callback
967 * src/summaryview.[ch]
968 more summaryview/folderitem seperation for
971 removed not required --with-compiler-flags option
973 2002-08-21 [oliver] 0.8.1claws94
976 o rename toolbar.xml to toolbar_main.xml
977 since toolbar_compose.xml might come up
982 2002-08-21 [darko] 0.8.1claws93
985 don't reset tmp flags for messages copied
988 2002-08-21 [colin] 0.8.1claws92
990 * src/prefs_filtering.c
991 fix renaming rules on folder rename
992 when folder is not a leaf folder
994 2002-08-21 [paul] 0.8.1claws91
996 * src/prefs_folder_item.c
997 fix alignment of colour selector
999 2002-08-21 [paul] 0.8.1claws90
1001 * sync with 0.8.1cvs27
1002 see ChangeLog 2002-08-21
1004 2002-08-21 [paul] 0.8.1claws89
1007 fix crash when changing field type in
1010 2002-08-21 [colin] 0.8.1claws88
1013 Made quick search case-insensitive
1015 2002-08-21 [paul] 0.8.1claws87
1017 * sync with 0.8.1cvs26
1018 see ChangeLog 2002-08-21
1020 2002-08-20 [christoph] 0.8.1claws86
1024 * src/summaryview.[ch]
1025 more summaryview/folderitem seperation for
1026 sort_key and sort_type
1028 added missing return statement
1030 2002-08-20 [colin] 0.8.1claws85
1032 * src/summaryview.[ch]
1033 Added a quick search box
1035 * src/prefs_common.[ch]
1036 Added a show/hide option for the quick search
1038 2002-08-20 [oliver] 0.8.1claws84
1041 remove toolbar_create_popups
1043 o remove toolbar_create_popups
1044 o fix toolbar_set_sensitive
1045 (Bug reports #596834 and #596832)
1046 * src/prefs_toolbar.c
1047 o add "Set default" button
1048 o align label and text + combo widgets
1050 2002-08-20 [hoa] 0.8.1claws83bis
1053 fixed a bug in imap_fetch_msginfo() in case there is no
1056 2002-08-20 [darko] 0.8.1claws83
1059 copy the color style of folder view so it
1060 works with GTK themes
1062 2002-08-20 [darko] 0.8.1claws82
1066 * src/prefs_folder_item.[hc]
1067 don't use UI stuff in folder.h
1069 2002-08-20 [darko] 0.8.1claws81
1072 * src/prefs_folder_item.h
1074 * src/prefs_folder_item.c
1075 ability to set folder color in folderview
1077 2002-08-19 [alfons] 0.8.1claws80
1080 fix one of the earlier memleaks reported by Martin Kluge
1082 2002-08-19 [alfons] 0.8.1claws79
1085 hide notice view when selecting seperate folder
1086 view (reported by Urke MMI)
1088 2002-08-19 [christoph] 0.8.1claws78
1091 * src/prefs_folder_item.h
1092 * src/summaryview.[ch]
1093 o add summary_set_prefs_from_folderitem to set
1094 summaryview prefs (first step to remove all
1095 references to the folderitem in summaryview)
1096 o moved compiled regex stuff from folderitem prefs
1099 2002-08-19 [paul] 0.8.1claws77
1102 add check for '.' to QUOTE_IF_REQUIRED
1104 2002-08-19 [paul] 0.8.1claws76
1107 sync with 0.8.1cvs25 (plug memory leak)
1109 * src/prefs_toolbar.c
1110 re-order prefs_toolbar_cancel()
1112 2002-08-18 [alfons] 0.8.1claws75
1116 plug other memleaks reported by Martin Kluge
1118 2002-08-18 [paul] 0.8.1claws74
1121 updated by Fabio Jr. Beneditto
1123 2002-08-18 [paul] 0.8.1claws73
1126 fix bug where tooltips were displayed untranslated
1128 * src/prefs_toolbar.c
1129 fix bug where clicking 'Cancel' creates an icon & text
1130 toolbar regardless of prefs
1133 2002-08-17 [oliver] 0.8.1claws72
1135 * src/prefs_toolbar.c
1136 update toolbar on CANCEL
1137 bug reported by Martin Kluge
1139 toolbar_destroy memleak fixed
1141 2002-08-17 [alfons] 0.8.1claws71
1144 plug another memleak reported by Martin Kluge
1146 2002-08-16 [alfons] 0.8.1claws70
1149 use execvp() correctly (suggested by wwp; thanks!)
1151 2002-08-16 [alfons] 0.8.1claws69
1154 plug memory leak reported by Kim Schultz & Martin Kluge
1156 2002-08-16 [paul] 0.8.1claws68
1159 updated by Ricardo Mones Lastra
1161 2002-08-16 [paul] 0.8.1claws67
1164 fix bug where 'Compose News' icon showed wrong
1167 2002-08-16 [paul] 0.8.1claws66
1169 * sync with 0.8.1cvs24
1170 see ChangeLog 2002-08-16
1173 updated by Alessandro Maestri
1175 2002-08-15 [paul] 0.8.1claws65
1180 2002-08-15 [paul] 0.8.1claws64
1183 don't translate debug info
1188 2002-08-15 [paul] 0.8.1claws63
1190 * src/prefs_toolbar.c
1191 fix bug where clicking 'OK' creates an icon & text
1192 toolbar regardless of prefs
1194 2002-08-14 [alfons] 0.8.1claws62
1197 add global var that has the full argv[0]
1199 o execvp the correct sylpheed by using argv0
1200 and setting the correct work dir
1203 2002-08-14 [oliver] 0.8.1claws61
1205 * enable/disable Toolbar Action Buttons
1209 * src/prefs_toolbar.c
1211 2002-08-14 [melvin] 0.8.1claws60
1214 Updated French translations
1216 2002-08-14 [melvin] 0.8.1claws59
1219 Made bug report not translatable
1221 Fixed exporthtml_build_filespec() return value
1223 Fixed incorrect include file
1225 * src/prefs_actions.c
1226 * src/prefs_toolbar.c
1227 Made debug info not translatable
1230 Added missing includes
1231 * src/prefs_common.c
1234 2002-08-14 [paul] 0.8.1claws58
1236 * faq/es/sylpheed-faq.html
1237 faq/es/sylpheed-faq-[1-3].html
1238 faq/es/sylpheed-faq-4.html **NEW FILE **
1241 2002-08-13 [christoph] 0.8.1claws57
1244 ignore thread fix that did not mark all
1245 child nodes of a ignored thread as
1246 ignored. Does not work perfectly yet,
1247 but it is better now
1249 2002-08-13 [alfons] 0.8.1claws56
1252 o implement 'save crash log'
1255 2002-08-13 [melvin] 0.8.1claws55
1258 removed unrequired "execinfo.h" header
1260 2002-08-12 [paul] 0.8.1claws54
1262 * faq/en/sylpheed-faq.html
1263 faq/en/sylpheed-faq-[1-3].html
1264 faq/en/sylpheed-faq-4.html **NEW FILE **
1267 2002-08-12 [alfons] 0.8.1claws53
1270 add crash.c to translatables
1272 bring in Leandro's crash dialog
1274 2002-08-11 [alfons] 0.8.1claws52
1277 clean up some warnings
1279 2002-08-11 [alfons] 0.8.1claws51
1283 * src/crash.[ch] ** NEW FILES **
1285 initial gdb crash handler
1287 2002-08-11 [paul] 0.8.1claws50
1289 * src/prefs_toolbar.c
1290 replace Up/Down arrow pixmaps with text to be
1291 consistent across icon themes
1293 2002-08-11 [paul] 0.8.1claws49
1295 * src/prefs_common.c
1297 rename 'Pixmap' -> 'Icon'
1300 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
1302 2002-08-10 [paul] 0.8.1claws48
1304 * src/prefs_toolbar.c
1307 2002-08-10 [paul] 0.8.1claws47
1310 don't write Processing progress to status bar
1311 patch submitted by Alexander Evseev
1313 * src/prefs_toolbar.c
1314 re-position and resize window
1315 make window assume correct size on first call
1317 2002-08-10 [paul] 0.8.1claws46
1324 follow UI text conventions
1326 2002-08-10 [alfons] 0.8.1claws45
1329 correct pixmap for delete action
1331 2002-08-10 [paul] 0.8.1claws44
1334 updated by Fabio Jr. Beneditto
1336 2002-08-10 [paul] 0.8.1claws43
1339 add custom toolbar files
1341 2002-08-10 [paul] 0.8.1claws42
1343 * sync with 0.8.1cvs22
1344 see ChangeLog 2002-08-09
1346 2002-08-09 [paul] 0.8.1claws41
1350 tools/outlook2sylpheed.pl ** NEW FILE **
1351 add script to convert exported Outlook
1352 contacts list to a Sylpheed addressbook.
1353 Submitted by Ricardo Mones Lastra.
1355 2002-08-09 [paul] 0.8.1claws40
1359 po/sr.po ** NEW FILE **
1360 add Serbian message catalog. Submitted by
1361 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
1363 2002-08-09 [paul] 0.8.1claws39
1365 * sync with 0.8.1cvs21
1366 see ChangeLog 2002-08-08
1368 2002-08-08 [oliver] 0.8.1claws38
1371 move Custom Toolbar to Configuration menu
1373 2002-08-08 [oliver] 0.8.1claws37
1375 * src/prefs_toolbar.c
1376 fix substitute pixmap bug
1378 2002-08-08 [paul] 0.8.1claws36
1380 * sync with 0.8.1cvs19
1381 see ChangeLog 2002-08-08
1383 2002-08-07 [christoph] 0.8.1claws35
1386 fixed a memory leak in new canonicalize_file_replace
1388 2002-08-07 [christoph] 0.8.1claws34
1391 o canonicalize_file_replace should create the temporary
1392 file in the same directory as the original file.
1393 o added get_tmpfile_in_dir that creates a temorary file
1394 in a specified directory.
1396 2002-08-07 [melvin] 0.8.1claws33
1399 fixed bug where 'Article' button acted as 'Email' button.
1401 2002-08-07 [paul] 0.8.1claws32
1403 * sync with 0.8.1.cvs17
1404 see ChangeLog 2002-08-07
1406 2002-08-07 [colin] 0.8.1claws31
1409 fix mass-cancel problem
1411 2002-08-07 [thorsten] 0.8.1claws30
1413 * src/prefs_toolbar.c
1414 fix: crash on replace or add new button
1416 fix: close xmlfile after reading
1418 fix: unlink() file before rename()
1420 2002-08-06 [paul] 0.8.1claws29
1422 * sync with 0.8.cvs15
1423 see ChangeLog 2002-08-06
1425 2002-08-06 [oliver] 0.8.1claws28
1428 * src/prefs_toolbar.c
1429 fixed empty toolbar issue
1431 2002-08-06 [oliver] 0.8.1claws27
1433 * Custom Toolbar Final
1437 o toolbar stuff now lives in src/toolbar.[ch]
1438 o main_window_toolbar_* functions are renamed to
1439 toolbar_* reflecting their new source file
1440 * src/mainwindow.[ch]
1441 o remove toolbar stuff
1443 2002-08-06 [oliver] 0.8.1claws26
1446 * src/prefs_toolbar.[ch] **New File**
1447 * src/toolbar.[ch] **New File**
1448 o prefs_toolbar.[ch] custom toolbar frontend
1449 o toolbar.[ch] backend
1451 2002-08-06 [oliver] 0.8.1claws25
1453 * src/prefs_actions.[ch]
1454 o new exported function actions_execute
1456 2002-08-06 [paul] 0.8.1claws24
1458 * sync with 0.8.1cvs4
1459 see ChangeLog 2002-08-06
1461 2002-08-06 [paul] 0.8.1claws23
1463 * sync with 0.8.1cvs13
1464 see ChangeLog 2002-08-06
1466 2002-08-06 [paul] 0.8.1claws22
1468 * sync with 0.8.1cvs12
1469 see ChangeLog 2002-08-05 and 2002-08-06
1471 2002-08-06 [match] 0.8.1claws21
1474 improvements to cut/copy/paste address
1476 2002-08-05 [match] 0.8.1claws20
1483 fixes to improve cut/copy/paste
1485 2002-08-06 [melvin] 0.8.1claws19
1488 account_find_all_from_address(): new function that returns the
1489 list of all accounts that are matched in an address.
1490 * src/alertpanel.[ch]
1491 alertpanel() now accepts a custom widget
1492 alertpanel_with_widget(): new function that pops up a panel with
1493 a custom widget in it
1495 gtkut_account_menu_new(): new function that allows the selection
1496 of an account from a list of accounts.
1498 Extended Return Receipt notification to select the correct
1499 account and to make a security test on the Delivery-Notification
1500 address which should be the same as the Return-Path.
1502 2002-08-06 [thorsten] 0.8.1claws18
1505 attach_all: save unnamed as "noname.%d",
1506 dont free static dirname
1508 2002-08-05 [alfons] 0.8.1claws17
1511 detect XIM by trying to link rather than compile a XIM program
1513 2002-08-05 [oliver] 0.8.1claws16
1515 * src/stock_pixmap.[ch]
1516 o add UP_ARROW to available pixmaps (already in pixmap-directory)
1517 o new func to retrieve pixmaps
1519 2002-08-05 [paul] 0.8.1claws15
1521 * sync with 0.8.1cvs10
1522 see ChangeLog 2002-08-05
1524 2002-08-04 [alfons] 0.8.1claws14
1527 see if this plugs memleak
1529 2002-08-04 [melvin] 0.8.1claws13
1532 fixed bug that could crash Sylpheed when highlighting
1533 all misspelled words.
1535 2002-08-03 [melvin] 0.8.1claws12
1537 * src/prefs_actions.c
1538 removed unnecessary checks for NULL introduced in 0.8.1claws11.
1540 fixed bug where the Return Receipt was sent to
1541 Delivery-Notification-To address even if it was not present
1543 2002-08-02 [alfons] 0.8.1claws11
1545 * src/prefs_actions.c
1546 o more check for NULLs
1547 o put create_io_dialog() in right conditional block
1549 2002-08-02 [paul] 0.8.1claws10
1552 updated by Ricardo Mones Lastra
1554 2002-08-01 [christoph] 0.8.1claws9
1557 don't free the cache of the opened
1558 folder in the summaryview
1560 don't unset flags, if it is not required
1562 2002-08-01 [paul] 0.8.1claws8
1564 * sync with 0.8.1cvs8
1565 see ChangeLog entry 2002-08-01
1567 2002-08-01 [paul] 0.8.1claws7
1569 * sync with 0.8.1cvs7
1570 see ChangeLog 2002-07-31 and 2002-08-01
1572 2002-07-31 [christoph] 0.8.1claws6
1575 forgot to update menu sensitivity
1576 function for new menu entry
1578 2002-07-31 [alfons] 0.8.1claws5
1581 check folder item and its path for NULL on
1584 2002-07-31 [christoph] 0.8.1claws4
1587 check if folder_item_get_msginfo in
1588 folder_item_remove_msg returned NULL
1590 better clear the uid cache in the
1591 uid validity check function and delete
1594 2002-07-31 [paul] 0.8.1claws3
1597 add the '--attach' option and a few other
1600 2002-07-31 [paul] 0.8.1claws2
1602 * sync with 0.8.1cvs5
1603 see ChangeLog 2002-07-31
1605 2002-07-31 [christoph] 0.8.1claws1
1607 * src/folderview.[ch]
1609 replace "Rescan all folders..." with
1610 "Check all folders for new messages..."
1612 2002-07-30 [paul] 0.8.1claws
1614 * version 0.8.1claws released
1616 2002-07-30 [paul] 0.8.0claws29
1618 * tools/OOo2sylpheed.pl ** NEW FILE **
1620 add script to enable sending documents as
1621 attachments from OpenOffice.org
1623 2002-07-30 [melvin] 0.8.0claws28
1625 * src/prefs_actions.c
1626 Made the actions' input/output dialog display
1629 2002-07-30 [christoph] 0.8.0claws27
1632 check if folder_item_get_msginfo in
1633 procmsg_save_to_outbox returned NULL
1635 2002-07-30 [paul] 0.8.0claws26
1637 * sync with 0.8.1cvs4
1638 see ChangeLog 2002-07-29
1640 2002-07-29 [thorsten] 0.8.0claws25
1643 added selective download, delete on server
1645 2002-07-29 [paul] 0.8.0claws24
1647 * sync with 0.8.1cvs3
1648 see ChangeLog 2002-07-29
1650 2002-07-27 [christoph] 0.8.0claws23
1653 add extra check if fetching the msginfo
1656 2002-07-27 [paul] 0.8.0claws22
1658 * sync with 0.8.1cvs2
1659 see ChangeLog 2002-07-26
1661 2002-07-27 [christoph] 0.8.0claws21
1664 add another check if a valid msginfo
1667 2002-07-26 [hoa] 0.8.0claws20
1670 Fixed a condition in folder_item_destroy()
1673 Fixed an error in IMAP protocol
1675 2002-07-26 [alfons] 0.8.0claws19
1678 ofcourse compare with identifier, not the path
1680 2002-07-26 [alfons] 0.8.0claws18
1683 use folder item identifier for saving / restoring
1684 preferences because folder->path might not be unique
1686 2002-07-26 [melvin] 0.8.0claws17
1689 Fixed a crash introduced in 0.8.0claws5 when log is
1690 cut under 80 characters.
1692 2002-07-26 [paul] 0.8.0claws16
1694 * sync with 0.8.1cvs1
1695 see ChangeLog 2002-07-26
1697 2002-07-26 [christoph] 0.8.0claws15
1700 imap folder now remembers the last selected
1701 folder and imap_fetch_msginfo skips selecting
1702 the folder if it is already selected
1704 2002-07-26 [christoph] 0.8.0claws14
1709 fix imap folder rescanning
1711 2002-07-25 [christoph] 0.8.0claws13
1721 implement imap uid cache and uid validity check
1723 2002-07-25 [alfons] 0.8.0claws12
1726 fix a brown paper bag bug, and also add some more
1729 2002-07-25 [christoph] 0.8.0claws11
1732 don't mix copy, fetch_msginfo and remove
1733 operations in folder item copy and move
1736 2002-07-25 [christoph] 0.8.0claws10
1740 * src/prefs_folder_item.c
1741 * src/summaryview.[ch]
1742 remove no longer required parameter update_cache from
1745 2002-07-25 [paul] 0.8.0claws9
1752 2002-07-24 [alfons] 0.8.0claws8
1755 sort correctly when using simplified subject line
1756 (closes feature request "[ 585141 ] applying regexp to subject
1757 before sort" submitted by Alexandra Walford)
1759 2002-07-24 [paul] 0.8.0claws7
1761 * sync with 0.8.0cvs3
1762 see ChangeLog 2002-07-24
1764 2002-07-23 [christoph] 0.8.0claws6
1771 o separate processing and summaryview
1772 o removed summary_write_cache from summaryview
1773 o removed summaryview->killed_messages, because we don't have
1774 to keep a list of killed messages anymore. New cache will
1775 keep the hidden messages in cache anyway
1778 * src/selective_download.c
1779 o removed unnecessary summary_write_cache calls
1781 o don't set ignore thread flag in procmsg_get_thread_tree
1782 if it is already set
1785 o moved STATUSBAR_PUSH/POP to statusbar.h because
1786 they are used in different files
1788 2002-07-23 [melvin] 0.8.0claws5
1794 * src/editldap_basedn.c
1796 * src/prefs_common.c
1797 Fixed few memory leak (gtk_editable_get_chars returns
1798 an allocated string)
1800 Fixed few memory leak (gtk_editable_get_chars returns
1801 an allocated string) and modified a little the log cutting
1804 Replaced a call to an obsolete function gtk_entry_get_text()
1805 by gtk_editable_get_chars()
1807 Removed a debug printf
1809 2002-07-23 [christoph] 0.8.0claws4
1812 fix another g_dirname memory leak
1814 2002-07-23 [christoph] 0.8.0claws3
1817 fixed a memory leak in mh_fetch_msginfo
1818 fixed crash when message header could not be
1821 2002-07-23 [paul] 0.8.0claws2
1823 * sync with 0.8.0cvs2
1824 see ChangeLog 2002-07-23
1826 2002-07-23 [paul] 0.8.0claws1
1828 * sync with 0.8.0cvs1
1829 see ChangeLog 2002-07-23
1831 2002-07-23 [paul] 0.8.0claws
1833 * release of 0.8.0claws
1835 2002-07-23 [paul] 0.7.8claws99
1838 new Russian translation, submitted by
1839 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
1841 2002-07-22 [jens] 0.7.8claws98
1844 Updated German translations.
1846 2002-07-22 [paul] 0.7.8claws97
1852 updated translations by Ricardo Mones Lastra,
1853 Alessandro Maestri, Wilbert Berendsen and
1854 Fabio Jr. Beneditto respectively
1856 2002-07-22 [christoph] 0.7.8claws96
1859 fix memory leak caused by wrong g_dirname usage
1861 2002-07-22 [christoph] 0.7.8claws95
1864 update new and unread message counts for summaryview
1865 summaryview does not get it from the folder anymore
1866 and has to update the values itself
1868 2002-07-22 [melvin] 0.7.8claws94
1871 Updated French translations.
1873 2002-07-22 [christoph] 0.7.8claws93
1876 set prop->preg pointer to NULL or following check
1877 will not fail and regexec will be called with
1880 2002-07-21 [alfons] 0.7.8claws92
1882 * src/prefs_common.[ch]
1883 remove option "Send return receipt on request"
1885 2002-07-21 [thorsten] 0.7.8claws91
1888 fixed memleaks, coding style as pointed out by alfons
1890 2002-07-21 [alfons] 0.7.8claws90
1893 * src/noticeview.[ch]
1894 o fix bug notice view being displayed when going to empty folder
1895 (noticed by Christoph)
1896 o allow RRR to be sent when restarting sylpheed, or changing folder
1897 (noticed by Thorsten)
1899 2002-07-21 [thorsten] 0.7.8claws89
1902 Included save_all patch from Xaview FACQ
1903 added support for pathnames
1905 2002-07-21 [alfons] 0.7.8claws88
1910 * src/messageview.[ch]
1911 * src/noticeview.c ** NEW FILE **
1912 * src/noticeview.h ** NEW FILE **
1913 make return receipts work again
1914 (UI idea by Leandro Pereira)
1916 2002-07-21 [paul] 0.7.8claws87
1919 fix sensitivity of 'Select thread'
1921 2002-07-21 [paul] 0.7.8claws86
1923 * src/prefs_common.c
1924 add browser command line for Galeon
1926 2002-07-21 [paul] 0.7.8claws85
1929 fix 'EXTRA_DIST': remove README.README, add TODO
1932 2002-07-21 [alfons] 0.7.8claws84
1935 make enter clear selection
1936 (closes "[ 579888 ] Editor selection/entry error"
1937 reported by Steve Lamb)
1939 2002-07-21 [alfons] 0.7.8claws83
1942 sort message list when selecting unthread messages
1943 (closes "[ 501593 ] switching threaded view doesn't sort"
1944 reported by Simon Schubert)
1946 2002-07-20 [alfons] 0.7.8claws82
1951 2002-07-20 [thorsten] 0.7.8claws81
1954 Fixed expansion of empty fields in matchactions
1956 2002-07-19 [melvin] 0.7.8claws80
1959 Removed a duplicate menu entry (fast mode) introduced during
1961 Added a menu separator between 'Use alternate' and 'Fast mode'
1963 2002-07-19 [paul] 0.7.8claws79
1969 2002-07-19 [thorsten] 0.7.8claws78
1971 * tools/calypso_convert.pl ** NEW FILE **
1974 script to import mbox files exported
1976 o generates folder structure
1977 o includes attachments
1979 2002-07-19 [melvin] 0.7.8claws77
1981 * src/selective_download.[ch]
1982 Fixed bug where closing the dialog with the window manager's
1983 close button will not unlock the summary
1984 Corrected some function declarations that missed a return value
1985 Made the source code comply better with coding style.
1986 * src/prefs_common.c
1987 Added new browser command line for Mozilla.
1989 2002-07-18 [paul] 0.7.8claws76
1992 src/selective_download.[ch]
1993 reflect theme changes, fix Gdk Warning when creating
1994 pixmap from NULL window, and minor clean up.
1995 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2000 2002-07-17 [paul] 0.7.8claws75
2008 2002-07-16 [paul] 0.7.8claws74
2010 * tools/filter_conv.pl
2012 replace conversion script with reimplemented version,
2013 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
2015 2002-07-16 [colin] 0.7.8claws73
2018 remove forgotten debug messages - sorry ;-)
2020 2002-07-16 [colin] 0.7.8claws72
2026 add the ability to select part of a text mime-part
2029 2002-07-15 [christoph] 0.7.8claws71
2032 fix folder message count for folders without
2033 msg_is_changed (includes news folders)
2035 2002-07-15 [martin] 0.7.8claws70
2038 option "display recipient on 'From'..." now works
2039 without the need of enabling the option
2040 "display sender using address book".
2042 2002-07-15 [christoph] 0.7.8claws69
2045 removed setting folder status from summaryview.
2046 folder.c should update all message counts correctly.
2048 2002-07-15 [paul] 0.7.8claws68
2051 updated by Fabio Junior Beneditto
2053 2002-07-15 [darko] 0.7.8claws67
2056 Fixed target folder colorization, don't decrease op
2059 2002-07-14 [paul] 0.7.8claws66
2061 * sync with main 0.8.0
2062 see ChangeLog 2002-07-14
2064 2002-07-13 [melvin] 0.7.8claws65
2069 Replaced sprintf by g_snprintf to prevent possible buffer
2072 Corrected a log message output format.
2073 Added a missing "done" debug output.
2075 Added keyboard accelerator for Priority menu items
2076 Added missing \n in debug output
2080 Added missing \n in debug output
2082 2002-07-13 [paul] 0.7.8claws64
2085 change Sergey's email address to the sf address
2088 increase show_url_timeout (more useful for long
2091 2002-07-12 [sergey] 0.7.8claws63
2094 applied (with some modifications) patch to set the
2095 micalg parameter for signatures
2096 (2001-08-28 Werner Koch <wk@gnupg.org>)
2098 2002-07-12 [sergey] 0.7.8claws62
2102 fixed man page installation
2104 2002-07-12 [paul] 0.7.8claws61
2106 * sync with 0.7.8cvs26
2107 see ChangeLog 2002-07-11 and 2002-07-12
2109 2002-07-11 [christoph] 0.7.8claws60
2113 first use the message number to find the message
2114 to mark with a reply flag but check the
2115 message-id if we got the correct message, if not
2116 try to find it by message-id.
2117 use new string seperator that is not allowed
2120 2002-07-11 [paul] 0.7.8claws59
2122 * sync with 0.7.8cvs23
2123 see ChangeLog 2002-07-10
2125 2002-07-10 [christoph] 0.7.8claws58
2129 Added message-id table to the cache in memory
2130 and functions to msgcache.c and folder.c to
2131 fetch MsgInfos by message id
2134 store folder and message-id of message replying
2135 to in queue header and set reply flag after sending
2136 (Closes bug #469498)
2138 2002-07-10 [paul] 0.7.8claws57
2142 add Martin to the list of authors
2144 2002-07-09 [martin] 0.7.8claws56
2146 Added gtk_ctree_last_visible(), tree_update_level(),
2147 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
2148 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
2149 from gtk+ to gtksctree.c for the new sorting code
2150 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
2151 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
2153 Added declaration for gtk_sctree_sort_recursive() and
2154 gtk_sctree_sort_node
2159 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
2160 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
2162 2002-07-08 [paul] 0.7.8claws55
2164 * more sync with 0.7.8cvs21
2165 see ChangeLog 2002-07-08
2167 2002-07-08 [paul] 0.7.8claws54
2169 * sync with 0.7.8cvs21
2170 see ChangeLog 2002-07-08
2172 2002-07-07 [alfons] 0.7.8claws53
2175 * src/stock_pixmap.[ch]
2176 * src/pixmaps/notice_warn.xpm ** NEW FILE **
2177 * src/pixmaps/notice_error.xpm ** NEW FILE **
2178 * src/pixmaps/notice_note.xpm ** NEW FILE **
2179 add new pixmaps for upcoming notice pane
2181 2002-07-06 [melvin] 0.7.8claws52
2184 Made them a bit closer to Sylpheed's coding style.
2186 Removed possible memory leaks when some errors occurs.
2188 2002-07-06 [melvin] 0.7.8claws51
2191 Removed --no-location in xgettext command line to help
2192 translators that use Emacs' po-mode
2194 Removed unnecessary comments that messed up sylpheed.pot
2196 2002-07-06 [paul] 0.7.8claws50
2198 * sync with 0.7.8cvs19
2199 see ChangeLog 2002-07-05
2201 2002-07-06 [christoph] 0.7.8claws49
2205 fix folder_item_remove_all_msg and folderview
2206 status for trash folders after emptying trash
2208 2002-07-05 [paul] 0.7.8claws48
2210 * sync with 0.7.8cvs16
2211 see ChangeLog 2002-07-04 and 2002-07-05
2213 2002-07-04 [paul] 0.7.8claws47
2215 * sync with 0.7.8cvs14
2216 see ChangeLog 2002-07-04
2218 2002-07-03 [alfons] 0.7.8claws46
2221 dupe folder item's path because it's being reallocated
2222 by new folder scanning code
2224 2002-07-03 [christoph] 0.7.8claws45
2227 better IMAP uid fetching using 'FETCH 1:* (UID)'
2229 add missing return in msgcache_write
2231 2002-07-02 [thorsten] 0.7.8claws44
2236 use binary mode for file access
2238 2002-07-02 [christoph] 0.7.8claws43
2240 * major code cleanup (part 1)
2242 - unused variables removed
2243 - unused functions removed
2244 - uninitialized variables checked
2245 - missing return statements added
2246 - missing function return types added
2247 - added parentheses around assignment and
2248 && in || when suggested by gcc
2252 replaced direct calls to folder->scan_tree
2253 with folder_scan_tree and restore folder
2254 prefs in this function. The folder should
2255 not have to deal with them.
2256 ( Should now work for all folder types )
2258 2002-07-02 [paul] 0.7.8claws42
2260 * sync with 0.7.8cvs13
2261 see ChangeLog 2002-07-01 and 2002-07-02
2263 2002-07-01 [christoph] 0.7.8claws41
2266 fix "goto next/prev unread message" with
2269 2002-07-01 [paul] 0.7.8claws40
2272 updated by Ricardo Mones Lastra
2274 2002-06-30 [match] 0.7.8claws39
2277 applied variation of leonerd's patch (566661) to
2278 allow multiple email addresses per JPilot entry.
2279 addresses may be separated by space, comma, pipe,
2280 semi-colon, new-line.
2282 2002-06-30 [alfons] 0.7.8claws38
2285 simple fix for putting older nodes before
2286 newer nodes when threading by subject
2288 2002-06-30 [christoph] 0.7.8claws37
2295 fix broken folder tree rescaning
2296 and don't use procmsg_get_mark_sum
2299 2002-06-30 [christoph] 0.7.8claws36
2301 * merge new cache branch
2303 fix new cache imap copy bug
2305 improved folder_item_scan
2306 it should now always set the correct
2307 new, unread and total message counts
2309 2002-06-29 [paul] 0.7.8claws35
2312 correct syntax error
2314 2002-06-29 [paul] 0.7.8claws34
2318 man/Makefile.am ** NEW FILE **
2319 man/sylpheed.1.gz ** NEW FILE **
2320 add Sylpheed man page
2322 2002-06-29 [paul] 0.7.8claws33
2325 updated by Fabio Junior Beneditto
2327 2002-06-28 [jens] 0.7.8claws32
2332 * src/selective_download.c
2333 removed gettext for space " "
2338 2002-06-28 [paul] 0.7.8claws31
2340 * sync with 0.7.8cvs11
2341 see ChangeLog 2002-06-28
2343 2002-06-28 [paul] 0.7.8claws30
2345 * sync with 0.7.8cvs10
2346 see ChangeLog 2002-06-27 and 2002-06-28
2348 2002-06-26 [paul] 0.7.8claws29
2351 src/selective_download.c
2352 don't gettextise empty strings.
2353 reserved by gettext. gettext("") returns
2354 the header entry with meta information,
2355 not the empty string
2360 2002-06-26 [paul] 0.7.8claws28
2362 * sync with 0.7.8cvs7
2363 see ChangeLog 2002-06-25
2365 * src/prefs_common.c
2366 ...and in the process, tweak the gui a little
2368 2002-06-25 [alfons] 0.7.8claws27
2372 fine tune ldap library detection
2374 2002-06-25 [alfons] 0.7.8claws26
2377 don't allow return receipts when composing a news article
2379 2002-06-25 [paul] 0.7.8claws25
2382 add '$(AMTAR)' to 'release' section to allow for
2383 new and older autotools
2385 2002-06-25 [paul] 0.7.8claws24
2388 fix "No more unread messages" persistant pop-up
2391 2002-06-25 [paul] 0.7.8claws23
2394 updated by Alessandro Maestri
2396 2002-06-25 [paul] 0.7.8claws22
2398 * sync with 0.7.8cvs6
2399 see ChangeLog 2002-06-25
2401 2002-06-24 [paul] 0.7.8claws21
2404 add GPL copyright information
2406 2002-06-24 [paul] 0.7.8claws20
2410 tools/update-po ** NEW FILE **
2411 add script that eases the creation of *.po files
2412 Submitted by Wilbert Berendsen <wilbert@oswf.org>
2414 2002-06-23 [alfons] 0.7.8claws19
2417 make notification_convert_header obey const correctness
2418 (next step will be fixing the broken return receipt)
2420 2002-06-23 [paul] 0.7.8claws18
2423 fix bug introduced in last commit:
2424 removed too much code in last commit - put back what's
2427 2002-06-23 [paul] 0.7.8claws17
2429 * src/messageview.[ch]
2430 remove code committed in error from locally patched
2433 2002-06-23 [colin] 0.7.8claws16
2436 add compose_entry_select(), used to select the default_to
2437 email address - hopefully avoiding people sending mails to
2440 2002-06-22 [alfons] 0.7.8claws15
2443 add Bram Metsch & Stanislav Karchebny
2445 * src/prefs_account.[ch]
2447 - apply and adapt Bram's patch which allows user to set SMTP AUTH
2448 options. (see <http://sourceforge.net/tracker/index.php
2449 ?func=detail&aid=566937&group_id=25528&atid=384600>);
2451 - merge Stanislav's fix to make SMTP AUTH work with qmail
2452 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
2454 2002-06-22 [paul] 0.7.8claws14
2456 * sync with 0.7.8cvs5
2457 see ChangeLog 2002-06-19 and 2002-06-20
2459 2002-06-22 [alfons] 0.7.8claws13
2461 * src/selective_download.c
2462 fix a stupid mistake I made
2464 2002-06-22 [alfons] 0.7.8claws12
2466 * src/selective_download.[ch]
2467 fix another unnoticed leak; cleanup code
2472 gpg-sign <-- gpg-sign-syl
2474 2002-06-21 [alfons] 0.7.8claws11
2476 * src/selective_download.c
2477 * src/selective_download.h
2478 fix assorted mix of allocation errors (should solve
2479 problem reported by Philippe Gramoullé, see:
2480 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
2482 2002-06-20 [melvin] 0.7.8claws10
2484 * tools/gpg-sign *REMOVED*
2485 tools/gpg-sign-syl *ADDED*
2486 Replaced the gpg clearsigning script with the version using
2487 xterm instead of ssh-askpass and changed its name.
2490 Updated actions example to reflect the renaming of the
2491 gpg clearsigning script.
2493 2002-06-19 [paul] 0.7.8claws9
2495 * sync with 0.7.8claws9
2496 see ChangeLog 2002-06-18 and 2002-06-19
2498 2002-06-19 [paul] 0.7.8claws8
2500 * sync with 0.7.8cvs1
2501 see ChangeLog 2002-06-18
2503 2002-06-18 [alfons] 0.7.8claws7
2506 add omitted prototype
2508 2002-06-17 [paul] 0.7.8claws6
2511 fix hiding of exec_btn
2513 2002-06-17 [paul] 0.7.8claws5
2516 remove unneeded code: should_delete()
2517 and Pop3State::uidl_todelete_list
2519 2002-06-17 [paul] 0.7.8claws4
2522 see ChangeLog 2002-06-11 and 2002-06-13
2524 2002-06-16 [alfons] 0.7.8claws3
2527 make sure lock sort mode (claws specific) is
2528 also persists after a tree rescan
2530 2002-06-16 [alfons] 0.7.8claws2
2532 * src/prefs_folder_item.c
2534 fix persistence of folder sort mode (broken
2535 by adapting Hiro's new folder persistence code)
2537 2002-06-16 [alfons] 0.7.8claws1
2541 * src/prefscommon.[ch]
2542 control size of log text in log window;
2543 closes patch #569155 submitted by Mitko Haralanov.
2545 2002-06-15 [paul] 0.7.8claws
2547 * release of 0.7.8claws
2549 2002-06-15 [paul] 0.7.7claws
2552 updated by Fabio Junior Beneditto
2554 2002-06-14 [paul] 0.7.6claws49
2557 updated by Ricardo Mones Lastra
2559 2002-06-14 [paul] 0.7.6claws48
2562 updated translation by Wilbert Berendsen
2564 2002-06-14 [melvin] 0.7.6claws47
2567 Updated French translation
2569 2002-06-13 [paul] 0.7.6claws46
2572 allow filename to be typed in, rather than just
2573 selected by the mouse. Patch by Gustavo Noronha Silva.
2575 2002-06-13 [alfons] 0.7.6claws45
2577 * src/mainwindow.[ch]
2578 more cleanups (removing unnecessary menu items Expand
2579 summary / message view)
2581 2002-06-13 [melvin] 0.7.6claws44
2584 Added src/string_match.c
2585 * src/string_match.c
2586 Fixed possible buffer overflow.
2588 Added missing config.h header.
2589 * src/prefs_common.c
2592 Made some strings translatable (missing _(..)).
2594 2002-06-13 [melvin] 0.7.6claws43
2597 Corrected action example (verifying clearsigned mail).
2598 * src/prefs_account.c
2600 * src/prefs_common.c
2601 Removed incorrect line that generated a Gtk-CRITICAL msg.
2603 2002-06-12 [alfons] 0.7.6claws42
2606 add init of score column lost in 0.7.6claws42
2608 2002-06-12 [paul] 0.7.6claws41
2610 * src/prefs_account.c
2611 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the
2612 behavior of the radio buttons, (from 0.7.7cvs2)
2614 2002-06-11 [alfons] 0.7.6claws40
2616 * src/messageview.[ch]
2617 * src/summaryview.[ch]
2618 * src/summary_search.c
2620 perform a sync to bring in Hiro's separate view implementation
2622 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
2624 2002-06-11 [paul] 0.7.6claws39
2626 * src/prefs_account.c
2627 correct a typo on the Receive tab
2629 2002-06-10 [match] 0.7.6claws38
2632 Included address completion patch from Gustavo Noronha.
2634 2002-06-10 [paul] 0.7.6claws37
2638 src/prefs_account.[ch]
2639 src/selective_download.[ch]
2642 - check if POP Account
2643 - Receive Button renamed to Preview
2644 - Preview Button Popup: preview new/all messages
2646 - Account Preferences-->Receive tab checkbutton if you
2647 want to remove Mail after Download
2649 - Account Preferences-->Receive tab checkbutton use
2650 filtering rules on preview
2651 (think of delete_on_server)
2653 - Account selectable from SD dialog
2654 - checkbutton to show already downloaded messages if
2655 all messages are previewed
2656 - new clist column showing Date
2659 - play ball with UIDL
2660 - fault tolerant (?)
2661 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2663 2002-06-10 [melvin] 0.7.6claws36
2666 Added a hint to ac/README in cvs instructions.
2668 * src/prefs_actions.c
2669 Made it possible to use a more elaborate command line
2670 for asynchronous actions, too.
2672 2002-06-10 [melvin] 0.7.6claws35
2674 * src/prefs_actions.c
2675 Make it possible to use a more elaborate command line
2676 (e.g. |foo|bar|cat>there;echo Done|)
2677 Corrected error message when calling %f, %F and %p commands
2678 from the compose window.
2680 2002-06-09 [colin] 0.7.6claws34
2683 Automatically find unread messages in current folder
2684 before annoying the user.
2686 2002-06-08 [alfons] 0.7.6claws33
2689 remove bad formatting string in it.po translation
2690 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
2692 2002-06-08 [paul] 0.7.6claws32
2694 * sync with 0.7.6cvs25
2695 see ChangeLog 2002-06-07
2697 2002-06-05 [paul] 0.7.6claws31
2700 add 'Sort by locked' and 'Sort by score'
2702 2002-06-05 [paul] 0.7.6claws30
2704 * sync with 0.7.6cvs24
2705 see ChangeLog 2002-06-04
2707 2002-06-04 [paul] 0.7.6claws29
2710 updated by Fabio Junior Beneditto
2712 2002-06-03 [thorsten] 0.7.6claws28
2715 fclose() matcherrc after reading
2717 2002-06-03 [paul] 0.7.6claws27
2719 * sync with 0.7.6cvs21
2720 see ChangeLog 2002-05-31
2722 2002-05-31 [paul] 0.7.6claws26
2724 * sync with 0.7.6cvs20
2725 see ChangeLog 2002-05-29 and 2002-05-30
2727 2002-05-31 [paul] 0.7.6claws25
2730 hopefully fix last buggy sync
2733 correct typo in 'Actions' examples
2735 2002-05-29 [paul] 0.7.6claws24
2737 * sync with 0.7.6cvs18
2738 see ChangeLog 2002-05-28 and 2002-05-29
2744 2002-05-28 [paul] 0.7.6claws23
2746 * sync with 0.7.6cvs16
2747 see ChangeLog 2002-05-28
2749 2002-05-27 [thorsten] 0.7.6claws22
2751 * faq/it/sylpheed-faq-1.html
2752 faq/it/sylpheed-faq-2.html
2753 faq/it/sylpheed-faq-3.html
2754 faq/it/sylpheed-faq.html
2755 corrected DOS lineendings
2756 * faq/de/sylpheed-faq-1.html
2757 faq/de/sylpheed-faq-2.html
2758 faq/en/sylpheed-faq-1.html
2759 faq/en/sylpheed-faq-2.html
2760 faq/en/sylpheed-faq-3.html
2761 faq/es/sylpheed-faq-1.html
2762 faq/es/sylpheed-faq-2.html
2763 faq/es/sylpheed-faq-3.html
2764 faq/fr/sylpheed-faq-1.html
2765 faq/it/sylpheed-faq-1.html
2766 faq/it/sylpheed-faq-2.html
2767 faq/it/sylpheed-faq-3.html
2768 faq/it/sylpheed-faq.html
2769 changed ">" to "
2771 2002-05-27 [paul] 0.7.6claws21
2773 * sync with 0.7.6cvs15
2774 see ChangeLog 2002-05-27
2776 2002-05-27 [paul] 0.7.6claws20
2778 * src/prefs_account.c
2781 2002-05-26 [paul] 0.7.6claws19
2786 2002-05-25 [paul] 0.7.6claws18
2789 add description of kmail2sylpheed.pl
2791 2002-05-25 [paul] 0.7.6claws17
2793 * tools/kmail2sylpheed.pl ** NEW FILE **
2794 perl script that converts an exported Kmail address
2795 book, converts it to sylpheed addressbook file,
2796 writes the file to .sylpheed, and updates
2799 2002-05-25 [paul] 0.7.6claws16
2801 * sync with 0.7.6cvs14
2802 see ChangeLog 2002-05-23
2804 2002-05-24 [paul] 0.7.6claws15
2807 make a correction and add some more info
2809 2002-05-24 [paul] 0.7.6claws14
2813 compose_redirect_write_headers_from_headerlist()
2814 add Subject and Resent-Message-ID to
2815 compose_redirect_write_headers()
2816 Received, Subject, and X-UIDL are filtered out in
2817 compose_redirect_write_to_file()
2819 2002-05-23 [paul] 0.7.6claws13
2825 src/matcher_parser_lex.l
2826 src/matcher_parser_parse.y
2827 src/prefs_common.[ch]
2828 src/prefs_filtering.c
2830 rename 'Bounce' to 'Redirect'
2832 2002-05-23 [paul] 0.7.6claws12
2834 * more sync with 0.7.6cvs13
2836 see ChangeLog 2002-05-22
2838 2002-05-22 [paul] 0.7.6claws11
2840 * sync with 0.7.6cvs13
2842 see ChangeLog 2002-05-20
2844 see ChangeLog 2002-05-22
2846 2002-05-21 [melvin] 0.7.6claws10
2849 Added missing filtering and scoring headers
2850 Fixed bad function call that showed garbage
2851 in Folder->Processing
2853 2002-05-21 [paul] 0.7.6claws9
2856 make all tools executable, (patch by Alfons).
2858 2002-05-20 [alfons] 0.7.6claws8
2861 don't forget to call mktime() so we have a valid week
2863 (Bug report by Roger Sondermann <mail@jumaros.de>)
2865 2002-05-20 [paul] 0.7.6claws7
2868 fix broken parsing of urls
2870 fix displaying of urls
2872 both fixes from the patch [547855] by Eugene
2875 2002-05-19 [alfons] 0.7.6claws6
2878 make sylpheed configure correctly with the latest
2879 and greatest of automake / autoconf / gettext
2881 2002-05-19 [alfons] 0.7.6claws5
2885 add function for returning ime zone offset
2887 * src/quote_fmt_parse.y
2888 better quotation formatting - does not convert
2889 to local time, but uses the original date string.
2891 Note: %z inserts the timezone offset (should
2892 work also on platforms where strftime does not
2895 2002-05-18 [christoph] 0.7.6claws4
2898 fix indentation of some code
2903 correct path for ignorethread.xpm
2904 incorrect filename for sylpheed_logo.xpm
2905 add missing include matcher_parser_parse.h
2907 2002-05-18 [paul] 0.7.6claws3
2909 * sync with 0.7.6cvs8
2910 see ChangeLog 2002-05-16 and 2002-05-17
2912 2002-05-18 [melvin] 0.7.6claws2
2915 Corrected an action's definition and fixed some misspellings.
2917 2002-05-18 [paul] 0.7.6claws1
2920 tools/gpg-sign ** new file **
2921 tools/uudec ** new file **
2922 add Melvin's Actions scripts
2925 add Melvin's descriptions for Actions
2927 2002-05-18 [paul] 0.7.6claws
2929 * Version 0.7.6claws released
2931 2002-05-17 [paul] 0.7.5claws32
2934 updated by Ricardo Mones Lastra
2936 2002-05-17 [paul] 0.7.5claws31
2939 fix Account prefs default folder for sent/draft/deleted
2944 updated translation by Alessandro Maestri and
2947 2002-05-17 [melvin] 0.7.5claws30
2949 * src/prefs_actions.c
2950 Fixed bug where using %F not at the end of the command
2951 resulted in an additional empty argument being created.
2952 Thanks to Darko Koruga for reporting the bug.
2954 2002-05-17 [melvin] 0.7.5claws29
2957 Updated French translations.
2959 2002-05-15 [paul] 0.7.5claws28
2962 updated by Ricardo Mones Lastra
2964 2002-05-15 [paul] 0.7.5claws27
2966 * sync with 0.7.6cvs4
2967 see ChangeLog 2002-05-14 and 2002-05-15
2969 2002-05-14 [paul] 0.7.5claws26
2971 * sync with 0.7.6cvs1
2972 see ChangeLog 2002-05-13
2974 2002-05-13 [thorsten] 0.7.5claws25
2977 fix select_all and copy in multipart messages
2979 fix select_all and copy in multipart messages
2981 2002-05-12 [paul] 0.7.5claws24
2984 reverse last commit, bug already fixed in 0.7.5claws3
2986 2002-05-12 [netztorte] 0.7.5claws23
2989 dont parse empty addressbook (checked in before claws20)
2991 2002-05-12 [melvin] 0.7.5claws22
2994 Removed unneeded priority code introduced by the previous
2997 2002-05-12 [melvin] 0.7.5claws21
3000 Added possibility to set message's priority.
3002 Added possibility to set message's priority.
3003 Added missing headers
3005 2002-05-12 [melvin] 0.7.5claws20
3007 * src/prefs_actions.c
3008 Removed implicitely added quotes around the name
3009 of the temporary files of mime parts.
3011 2002-05-12 [paul] 0.7.5claws19
3013 * sync with 0.7.5cvs20
3014 see ChangeLog 2002-05-11
3016 2002-05-12 [alfons] 0.7.5claws18
3018 * src/quote_fmt_lex.l
3019 * src/quote_fmt_parse.y
3020 allow quote / reply date & time format to be set using
3021 %D{format}. format is a format string you'd pass to
3022 strftime() (see man strftime, or the Display tab |
3023 Date format setting).
3025 Currently %D converts the date to local time.
3027 2002-05-11 [paul] 0.7.5claws17
3029 * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
3030 see ChangeLog 2002-05-10 and 2002-05-11
3032 2002-05-10 [paul] 0.7.5claws16
3034 * sync with 0.7.5cvs16
3035 see ChangeLog entries 2002-05-09 and
3038 2002-05-10 [colin] 0.7.5claws15
3041 Corrected a bug that prevented sylpheed to open
3042 double-clicked URIs.
3044 2002-05-09 [paul] 0.7.5claws14
3046 * sync with 0.7.5cvs14
3047 see ChangeLog 2002-05-08 and 2002-05-09
3049 2002-05-08 [paul] 0.7.5claws13
3051 * sync with 0.7.5cvs11
3052 see ChangeLog entry 2002-05-08
3054 2002-05-08 [paul] 0.7.5claws12
3058 fix segfault on View->Open in new window
3059 patch submitted by Thorsten Maerz <torte@netztorte.de>
3061 2002-05-07 [paul] 0.7.5claws11
3063 * sync with 0.7.5cvs9
3064 see ChangeLog entry 2002-05-07
3066 2002-05-06 [paul] 0.7.5claws10
3070 display url in statusbar on single-click
3071 patch submitted by Thorsten Maerz <torte@netztorte.de>
3073 2002-05-06 [match] 0.7.5claws9
3080 XML implementation of properties file.
3081 * src/exporthtml.[ch]
3082 * src/expthtmldlg.[ch]
3086 2002-05-02 [sergey] 0.7.5claws8
3088 * src/mainwindow.c (mainwin_entries),
3089 src/prefs_common.c (prefs_send_create()),
3090 src/codeconv.c (locale_table):
3091 use charset name "Windows-1251" instead of "CP1251".
3093 2002-05-02 [colin] 0.7.5claws7
3097 src/prefs_folder_item.c
3098 Fixed cosmetics bugs due to Outbox renamed to Sent.
3100 2002-05-02 [hiro] 0.7.5claws6
3103 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
3105 2002-05-02 [paul] 0.7.5claws5
3108 more sync with 0.7.5cvs7, see ChangeLog entry
3111 2002-05-02 [hiro] 0.7.5claws4
3114 compose_queue_sub():
3115 check if queue folder exists (closes #550397).
3116 removed directory creation since it should be handled
3119 imap_add_msg(): return UID for appended message
3122 2002-04-30 [paul] 0.7.5claws3
3125 fix account_find_from_address() bug
3127 2002-04-28 [colin] 0.7.5claws2
3131 src/prefs_common.[ch]
3133 Added user-definable quotation characters recognition.
3135 2002-04-28 [paul] 0.7.5claws1
3137 * sync with 0.7.5cvs4
3138 see ChangeLog entry 2002-04-25
3140 2002-04-28 [paul] 0.7.5claws
3145 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
3146 Fabio Junior Beneditto
3148 2002-04-27 [jens] 0.7.4claws103
3151 updated German translation.
3153 2002-04-27 [hiro] 0.7.4claws102
3156 summary_write_cache(): fixed the mark loss of hidden messages.
3158 2002-04-26 [melvin] 0.7.4claws101
3161 fixed a second typo (same one)
3165 fixed the type again...
3167 2002-04-26 [melvin] 0.7.4claws100
3170 fixed a typo in an alert message ("temorary").
3173 corrected the typo described above.
3175 updated French translation.
3177 2002-04-26 [darko] 0.7.4claws99
3180 fix target folder colorization
3182 2002-04-25 [paul] 0.7.4claws98
3185 updated by Alessandro Maestri
3187 2002-04-24 [colin] 0.7.4claws97
3190 Fixed double "subject is empty" question.
3192 2002-04-23 [colin] 0.7.4claws96
3195 Corrected issue when "automatically display images" was
3196 not set : first image remained after selecting second.
3198 2002-04-23 [melvin] 0.7.4claws95
3200 * src/prefs_actions.c
3201 Don't display in/out dialog if there is nothing to show.
3203 2002-04-23 [paul] 0.7.4claws94
3205 * sync with 0.7.5cvs3
3206 bug fixes: see ChangeLog entry 2002-04-23
3208 2002-04-22 [darko] 0.7.4claws93
3211 fix previous check-in which changed code after
3214 2002-04-22 [paul] 0.7.4claws92
3221 update English, Spanish and French FAQs
3224 add German and Spanish manuals
3227 update English and French manuals
3230 add to and re-arrange the pixmap entries
3232 2002-04-22 [darko] 0.7.4claws91
3235 fix sender initials recognition to only allow
3236 '>' after the initials
3238 2002-04-21 [paul] 0.7.4claws90
3240 * sync with 0.7.5 release
3241 see ChangeLog entry 2002-04-21
3246 add colin's new pixmaps to EXTRA_DIST
3248 2002-04-21 [colin] 0.7.4claws89
3251 * src/mainwindow.[ch]
3252 * src/prefs_common.[ch]
3253 * src/stock_pixmap.[ch]
3254 Added "Work offline" ability.
3256 2002-04-21 [colin] 0.7.4claws88
3259 * src/prefs_common.c
3260 * src/prefs_common.h
3261 * src/textview.c : Added an option to common preferences -> display
3262 to allow user not to automatically display images.
3264 2002-04-21 [paul] 0.7.4claws87
3266 * sync with 0.7.4cvs52
3267 see ChangeLog entry 2002-04-21 (src/imap.c)
3269 2002-04-21 [paul] 0.7.4claws86
3271 * sync with 0.7.4cvs51
3272 see ChangeLog entry 2002-04-21
3274 2002-04-21 [paul] 0.7.4claws85
3276 * sync with 0.7.4cvs49
3277 see ChangeLog entries 2002-04-20 and 2002-04-21
3280 clean up: remove old 'stock_' element from xpm
3283 2002-04-21 [alfons] 0.7.4claws84
3285 apply sync patch from Paul
3288 use old claws prefs_folder_item_create() for now
3290 2002-04-19 [match] 0.7.4claws83
3292 * src/addressbook.[ch]
3293 * src/addrharvest.[ch]
3294 * src/addrgather.[ch]
3297 * src/summaryview.[ch]
3300 2002-04-19 [paul] 0.7.4claws82
3303 updated by Fabio Junior Beneditto
3305 2002-04-14 [alfons] 0.7.4claws81
3308 add #include <sys/types.h> for mode_t and off_t
3310 2002-04-13 [paul] 0.7.4claws80
3315 src/prefs_common.[ch]
3317 enable storing of GnuPG passphrase for the whole
3318 session or a user-defined number of minutes. patch
3319 submitted by Ravemax <ravemax@dextrose.com>
3321 2002-04-13 [alfons] 0.7.4claws79
3324 make email parser also stop scanning when encountering separators
3325 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
3327 2002-04-13 [paul] 0.7.4claws78
3329 * sync with 0.7.4cvs39
3330 see ChangeLog entry 2002-04-12
3332 2002-04-11 [paul] 0.7.4claws77
3334 * sync with 0.7.4cvs37
3335 see ChangeLog entry 2002-04-11
3337 2002-04-11 [paul] 0.7.4claws76
3340 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
3341 the clause for OpenSSL). sync with sylpheed main
3343 2002-04-09 [melvin] 0.7.4claws75
3346 Made 'Ctrl-Enter' on send ignore some modifiers
3347 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
3348 to bind other *-Enter (but not Alt-Enter).
3350 2002-04-09 [paul] 0.7.4claws74
3352 * sync with 0.7.4cvs35
3353 see ChangeLog entries 2002-04-09
3355 2002-04-08 [paul] 0.7.4claws73
3357 * sync with 0.7.4cvs33
3358 see ChangeLog entry 200-04-08
3360 2002-04-07 [match] 0.7.4claws72
3362 * src/addrharvest.[ch]
3363 fixed to read all addresses in header, regardless
3364 of header size. improved name parsing. accommodate
3365 harvest from folders and selected message.
3367 included new address parsing function.
3368 * src/addrgather.[ch]
3369 * src/addressbook.[ch]
3370 * src/summaryview.[ch]
3372 allow address harvest of folder as well as selected
3375 2002-04-07 [paul] 0.7.4claws71
3379 don't try to authenticate with CRAM-MD5 in SMTP when
3380 SMTP-AUTH enabled if MTA doesn't issue this
3381 auth-method in it's ehlo-response. bug item #531364,
3382 patch item #938910. patch submitted by Colin Leroy
3385 2002-04-07 [paul] 0.7.4claws70
3388 fix missing MODE_READER bug. patch submitted by
3389 Colin Leroy <colin@colino.net>
3391 2002-04-07 [alfons] 0.7.4claws69
3394 * src/prefs_filtering.c
3396 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
3397 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
3399 2002-04-07 [paul] 0.7.4claws68
3401 * sync with 0.7.4cvs32
3402 see ChangeLog entry 2002-04-06
3404 * tools/filter_conv.pl
3407 2002-04-06 [paul] 0.7.4claws67
3409 * tools/filter_conv.pl
3410 modify to be able to find the name of the first
3411 mailbox and use that. main's filter does not
3412 record the full path to the mailbox and therefore
3413 can only filter to the first mailbox.
3415 2002-04-05 [paul] 0.7.4claws66
3417 * tools/filter_conv.pl
3418 attempt to make the script all-encompassing and
3419 be able to convert any main 'filter' rule thrown
3422 2002-04-05 [paul] 0.7.4claws65
3424 * tools/filter_conv.pl
3425 allow for collapsed folder trees
3427 2002-04-05 [paul] 0.7.4claws64
3429 * sync with 0.7.4cvs31
3430 see ChangeLog entries 2002-04-05
3432 2002-04-03 [paul] 0.7.4claws63
3434 * sync with 0.7.4cvs29
3435 see ChangeLog entries 2002-04-02 and 2002-04-03
3437 2002-04-02 [paul] 0.7.4claws62
3439 * sync with 0.7.4cvs26
3440 see ChangeLog entry 2002-04-01
3442 2002-04-02 [match] 0.7.4claws61
3445 * src/importpine.[ch]
3447 import Pine address book.
3449 2002-04-02 [match] 0.7.4claws60
3451 * src/addrharvest.[ch]
3452 improve address parsing of funky addresses.
3454 2002-04-02 [darko] 0.7.4claws59
3457 wrap on send improvements, it now recognizes quoted
3458 initials as part of the quotation string, and it
3459 does not join lines separated by CR
3461 2002-04-01 [match] 0.7.4claws58
3464 added new functions.
3466 remove excessive duplicate address generation
3469 2002-04-01 [alfons] 0.7.4claws57
3474 2002-04-01 [paul] 0.7.4claws56
3476 * sync with 0.7.4cvs25
3477 see ChangeLog entry 2002-04-01
3479 2002-04-01 [alfons] 0.7.4aprilfool55
3482 honour feature request item #537427 to allow for
3483 displaying names from address book for sent mail also
3485 2002-03-29 [paul] 0.7.4claws54
3488 src/prefs_filtering.[ch]
3491 add 'fast filter' for claws' filtering,
3492 /Tools/Create filter rule/... patch submitted
3493 by Neill Miller <neillm@thecodefactory.org>
3495 2002-03-29 [paul] 0.7.4claws53
3497 * sync with 0.7.4cvs24
3498 see ChangeLog entry 2002-03-29
3500 2002-03-28 [paul] 0.7.4claws52
3502 * sync with 0.7.4cvs23
3503 see ChangeLog entry 2002-03-28
3505 2002-03-27 [melvin] 0.7.4claws51
3507 * src/prefs_actions.c
3508 Added support to pass only one message part (as a
3509 file) to the command using '%p'. No quotes are needed
3510 because doubles quotes are automatically added.
3511 Fixed bug where Sylpheed could block when waiting for
3512 a child process to finish.
3513 Changed the help menu to remove quotes around symbols to
3514 avoid misinterpretation (they must not be used).
3516 2002-03-27 [melvin] 0.7.4claws50
3519 Made the new mail notification command always
3520 execute asynchronously.
3522 2002-03-27 [paul] 0.7.4claws49
3525 fix bug introduced in last commit
3527 2002-03-27 [paul] 0.7.4claws48
3529 * sync with 0.7.4cvs21
3530 see ChangeLog 2002-03-26 and 2002-03-27
3532 2002-03-26 [hoa] 0.7.4claws47
3534 * src/prefs_folder_item.c
3535 really fixed the bug #516442 with folder rescan.
3537 2002-03-26 [paul] 0.7.4claws46
3539 * sync with 0.7.4cvs19
3540 see ChangeLog entries 2002-03-25 and 2002-03-26
3542 2002-03-25 [hoa] 0.7.4claws45
3546 fix the bug #516442 with folder rescan.
3548 * src/prefs_common.[ch]
3550 added an option to enable two different behaviours
3554 2002-03-25 [paul] 0.7.4claws44
3557 src/selective_download.c
3558 correct a few menuitem labels
3560 2002-03-25 [christoph] 0.7.4claws43
3563 fix non deleted tmp message in
3564 procmsg_save_to_outbox
3565 fix problems caused by sync with
3566 main branch's procmsg_send_queue
3568 2002-03-25 [paul] 0.7.4claws42
3572 src/quote_fmt_parse.y
3573 add Last name (%L) placeholder for quoting.
3574 patch submitted by Thorsten Thielen
3575 <thth@users.sourceforge.net>
3577 2002-03-25 [paul] 0.7.4claws41
3580 get full hostname. patch submitted by
3581 Bob Woodside <rwoodside1@comcast.net>
3583 2002-03-25 [paul] 0.7.4claws40
3588 src/prefs_account.[ch]
3589 enable NNTP over SSL. patch submitted by
3590 Pascal Jermini <pascal@infinity.hn.org>
3592 2002-03-24 [paul] 0.7.4claws39
3594 * src/prefs_common.c
3595 make the arrangement of the Compose tab more
3599 fix some irregularities of style
3602 updated by Kilian Krause
3604 2002-03-23 [paul] 0.7.4claws38
3607 updated by Fabio Junior Beneditto
3609 2002-03-23 [paul] 0.7.4claws37
3612 move 'Gather addresses' to 'Tools' menu
3613 make 'Selective download' sensitive
3615 2002-03-23 [paul] 0.7.4claws36
3617 * sync with 0.7.4cvs16
3618 see ChangeLog entries 2002-03-23
3620 2002-03-22 [christoph] 0.7.4claws35
3622 * src/quote_fmt_parse.y
3623 fix include program output
3625 2002-03-22 [alfons] 0.7.4claws34
3628 initialize GDate stack variable correctly (sorry!)
3630 2002-03-22 [paul] 0.7.4claws33
3636 rename 'Tool' to 'Tools'
3639 move 'Delete duplicated messages' from
3640 'Message/' to 'Tools/'
3641 re-arrange the order of 'Tools/' items
3643 2002-03-22 [paul] 0.7.4claws32
3646 src/addressbook.[ch]
3647 auto-address completion now also matches on
3648 Nickname. patch submitted by Bob Forsman
3649 <hammor@users.sourceforge.net>
3652 correct a spelling mistake
3654 2002-03-22 [alfons] 0.7.4claws31
3657 fix getting uidl from incorrect string
3660 2002-03-21 [alfons] 0.7.4claws30
3663 more code refactoring
3664 plug mem leak introduced by delete on server
3666 2002-03-21 [paul] 0.7.4claws29
3668 * sync with 0.7.4cvs11
3669 see ChangeLog entries 2002-03-20
3671 2002-03-20 [alfons] 0.7.4claws28
3674 apply Colin's patch and refactor
3676 2002-03-20 [paul] 0.7.4claws27
3678 * sync with sylpheed 0.7.4cvs9
3679 see ChangeLog entry 2002-03-20
3681 2002-03-19 [christoph] 0.7.4claws26
3686 revert changes for flag updates
3687 (does not work correctly and no time to debug)
3689 2002-03-20 [alfons] 0.7.4claws25
3692 refactor should_delete() a little bit
3694 2002-03-19 [paul] 0.7.4claws24
3698 src/prefs_account.[ch]
3699 allow the user to leave downloaded mail on the
3700 server for n days. Patch submitted by Colin Leroy
3703 2002-02-19 [paul] 0.7.4claws23
3705 * sync with sylpheed 0.7.4cvs8
3706 see ChangeLog entries 2002-03-19
3708 2002-03-18 [paul] 0.7.4claws22
3710 * sync with sylpheed 0.7.4cvs6
3711 see ChangeLog entry 2002-03-18
3713 2002-03-18 [paul] 0.7.4claws21
3716 add en_GB message catalogue
3721 correct a few spelling mistakes
3723 2002-03-17 [alfons] 0.7.4claws20
3726 more stringent checks for NULL params when writing
3727 filtering actions to a file
3729 2002-03-17 [hoa] 0.7.3claws20
3732 fixed the count of new messages
3735 fixed the "attachment properties" window
3737 2002-03-17 [paul] 0.7.4claws19
3742 src/prefs_account.[ch]
3745 automatically mark cross-posted messages as read
3746 and (optionally) give them a colour label
3747 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
3750 2002-03-17 [paul] 0.7.4claws18
3752 * sync with sylpheed 0.7.4cvs5
3753 see ChangeLog entry 2002-03-17
3755 2002-03-17 [melvin] 0.7.4claws17
3758 Worked around a gtktext 'bug': when searching for
3759 a text in a long message it was scrolling slowly
3760 line by line until it hit the searched text.
3762 Updated French translation