1 2002-12-06 [melvin] 0.8.6claws66
4 Added the trailing ">" syntax to insert command's output
5 without replacing old text (in contrast to trailing "|").
7 2002-12-05 [colin] 0.8.6claws65
10 Don't modify original search_string or it'll change
11 the next iterations in the for()
13 2002-12-05 [darko] 0.8.6claws64
16 proper check for filtering commands, found by Colin
18 2002-12-05 [darko] 0.8.6claws63
21 check proper string for NULL pointer, found by Colin
23 2002-12-05 [darko] 0.8.6claws62
25 * src/common/utils.[ch]
26 expand_search_string(): new function
27 converts Mutt-like patterns to Sylpheed's
30 use expand_search_string() to allow Mutt-like
31 patterns in extended search
33 document extended option in quick search
35 2002-12-05 [paul] 0.8.6claws61
37 * sync with 0.8.6cvs16
38 see ChangeLog 2002-12-05
43 2002-12-04 [christoph] 0.8.6claws60
46 put imap authentication code into a new function and
47 remove it from imap_session_new that will allow to
48 send other commands before authentication
50 2002-12-04 [christoph] 0.8.6claws59
53 use already existing method to prevent unneeded IMAP
54 folder selects. Set imap_select parameters to NULL
55 in some functions if the values are not required.
58 remove no longer required include
60 2002-12-04 [paul] 0.8.6claws58
63 updated by Ricardo Mones Lastra
66 po/hu.po ** NEW FILE **
67 initial Hungarian translation, submitted
68 by Gál Zoltán <galzoli@hu.inter.net>
70 2002-12-03 [christoph] 0.8.6claws57
73 * src/gtksctree.[ch] ** REMOVE **
75 * src/gtk/gtksctree.[ch] ** NEW **
76 move gtksctree files to gtk directory
78 2002-12-03 [christoph] 0.8.6claws56
81 * src/md5.[ch] ** REMOVE **
82 * srm/common/Makefile.am
83 * src/common/md5.[ch] ** NEW **
84 move md5 files to common directory
87 remove not required #include
89 2002-12-03 [sergey] 0.8.6claws55
93 gtkut_window_popup(): new function.
95 main_window_popup(): use gtkut_window_popup() to raise
96 window without changing its position.
97 (see sylpheed-main ML message [sylpheed:17247])
99 2002-12-03 [sergey] 0.8.6claws54
102 send_message_local(): removed first-dot escaping
103 (SMTP-only, not needed for sending through pipe)
105 2002-12-03 [paul] 0.8.6claws53
108 update to reflect recent changes (thanks
109 to Ricardo Mones Lastra)
111 * tools/filter_conv.pl
112 fix problem with quoted strings. Patch submitted
113 by Luke Plant <lukeplant@softhome.net>
115 2002-12-03 [paul] 0.8.6claws52
117 * sync with 0.8.6cvs15
118 see ChangeLog 2002-12-03
120 2002-12-02 [christoph] 0.8.6claws51
123 * src/common/log.[ch]
124 implement logging using a hook function
128 define hooklist name in header file to avoid
129 errors caused by wrong spelling of hooklist names
134 2002-12-02 [christoph] 0.8.6claws50
136 * src/common/Makefile.am
137 add src/common/hooks.[ch]
139 * src/common/hooks.[ch]
140 implement a simple hook system using glib's hook functions
144 use new hook system for folder item updates
146 2002-12-02 [christoph] 0.8.6claws49
148 * doc-src/ui_seperation.txt ** NEW **
149 information for ui seperation
152 remove files that were moved to common
153 include common directory by default for the header files
156 * src/common/socket.c
158 implement automaton using g_io_*-functions instead of
159 gdk_input_add to make it ui independent
169 remove common/ prefix because directory is now in
188 * src/ssl_certificate.c
189 add log.h header file for logging functions
195 o move debug_mode to common/utils.c
196 o add functions to set and get debug_mode
198 * src/defs.h ** REMOVE **
199 * src/intl.h ** REMOVE **
200 * src/socket.[ch] ** REMOVE **
201 * src/ssl.[ch] ** REMOVE **
202 * src/utils.[ch] ** REMOVE **
203 replaced by new files in src/common/
205 * src/common/Makefile.am
206 add new files in src/common/
208 * src/common/defs.h ** NEW **
209 * src/common/intl.h ** NEW **
210 * src/common/log.[ch] ** NEW **
211 * src/common/socket.[ch] ** NEW **
212 * src/common/ssl.[ch] ** NEW **
213 * src/common/utils.[ch] ** NEW **
214 replacement for files in src/
216 2002-12-02 [colin] 0.8.6claws48
219 Scroll folderview if necessary during dnd
221 2002-12-02 [colin] 0.8.6claws47
224 Add check to verify a move is within a single mailbox
226 Add specific error string for this check
228 2002-12-02 [colin] 0.8.6claws46
231 Add a test to folder moving, remove a statusbar_print
233 Add Move folder... context-menu item
234 Factorize folder moving code
235 Enable folder DND for mbox
237 2002-12-01 [christoph] 0.8.6claws45
240 remove conf.aspelltest if the version check fails
242 2002-11-30 [christoph] 0.8.6claws44
245 run libtoolize --force in autogen to create missing
248 2002-11-30 [christoph] 0.8.6claws43
254 * src/uuencode.[ch] ** REMOVED **
255 * src/common/Makefile.am
256 * src/common/uuencode.[ch] ** NEW **
257 move uuen/decoder to common directory
259 2002-11-30 [christoph] 0.8.6claws42
262 * src/base64.[ch] ** REMOVED **
271 * src/common/Makefile.am
272 * src/common/base64.[ch] ** NEW **
273 move base64 en/decoder to common directory
275 2002-11-30 [christoph] 0.8.6claws41
277 * src/common ** NEW **
278 new directory for UI independent code
280 new directory for GTK frontend
281 * src/common/.cvsignore ** NEW **
282 * src/gtk/.cvsignore ** NEW **
284 * src/common/Makefile.am ** NEW **
285 * src/gtk/Makefile.am ** NEW **
286 automake files to build new seperated stuff
288 the binary will currently still be build with the
289 files in src, so we include the code from the
290 subdirs for now after building the libs there
292 2002-11-30 [paul] 0.8.6claws40
295 fix bug [642731] 'Wrong selected account with drafted mail'
297 2002-11-29 [oliver] 0.8.6claws39
300 o update summaryview when switching between different
303 o check if messageview holds already removed msg
307 2002-11-29 [oliver] 0.8.6claws38
310 remove not needed variables and includes
311 make messageview stay opened and move to next when msgs are deleted
313 2002-11-29 [oliver] 0.8.6claws37
316 disable compose button (messageview toolbar) by default
317 deleted msgs are moved to trash
319 2002-11-29 [melvin] 0.8.6claws36
322 Increased minimal gpgme version to 0.3.10 (Zombies out)
323 and to detect signatures expirations (gpgme 0.3.6)
326 Use non obsolescent function for Gpgme engine checking.
329 Inform about expired signatures or signatures which key
330 has expired. Expiration date is displayed.
333 Inform about expired signatures or signatures which key
336 2002-11-28 [paul] 0.8.6claws35
339 re-instate 'Check for new messages' in Newsgroup
340 folders right-click menu, after a suggestion from
341 Tim Mann <timmann@users.sourceforge.net>
344 after a crash check only local folders for new
347 2002-11-28 [paul] 0.8.6claws34
350 apply patch that fixes the checking of GTK with XIM
351 support on different OSs, such as FreeBSD. Patch
352 submitted by Topia <topia@users.sourceforge.net>
354 2002-11-28 [paul] 0.8.6claws33
359 more changes to the English
361 2002-11-28 [paul] 0.8.6claws32
363 * sync with 0.8.6cvs13
364 see ChangeLog 2002-11-28 (no sync needed
367 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws31
369 * src/mainwindow.[ch]
370 add patch by Ivan F. Martinez introducing messageview Toolbar
371 some changes and committed by oliver
373 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws30
375 * src/messageview.[ch]
376 add patch by Ivan F. Martinez introducing messageview Toolbar
377 some changes and committed by oliver
379 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws29
382 add patch by Ivan F. Martinez introducing messageview Toolbar
383 some changes and committed by oliver
385 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws28
388 add patch by Ivan F. Martinez introducing messageview Toolbar
389 some changes and committed by oliver
391 2002-11-28 [oliver] 0.8.6claws27
393 * src/prefs_toolbar.[ch]
394 getting ready for messageview toolbar
395 free mem allocated by gettext
396 change prefs_toolbar to prefs_toolbar_open
398 2002-11-28 [thorsten] 0.8.6claws26
401 cleaned up conflicting declarations of
402 imageview_show_image()
404 2002-11-28 [paul] 0.8.6claws25
406 * src/grouplistdialog.c
408 src/prefs_summary_column.c
409 a few more improvements to the English
411 2002-11-28 [colin] 0.8.6claws24
414 A few updates to command-line parameters
416 2002-11-28 [colin] 0.8.6claws23
418 * src/prefs_filtering.c
419 Fix problems with prefs_filtering_delete_path:
420 a) if the first rule is removed, original pointers
421 weren't updated (leading to segfaults)
422 b) it was always global_processing updated in case
423 of removed path was parent of rule path
425 2002-11-27 [paul] 0.8.6claws22
431 src/prefs_customheader.c
432 src/prefs_display_header.c
433 src/prefs_filtering.c
434 src/prefs_folder_item.c
437 src/prefs_summary_column.c
440 improve the English in the GUI
442 2002-11-27 [colin] 0.8.6claws21
445 Fix processing renaming problems happening after
448 2002-11-27 [colin] 0.8.6claws20
451 recursive move now deletes src each subfolder after
454 Use identifier instead of path during dnd (enables
457 2002-11-27 [paul] 0.8.6claws19
460 apply patch that does command-line processing
461 BEFORE gtk_init, allowing claws to run from
462 shell-scripts in non-X environment (e.g. crontab
463 or ip-up, ip-down scripts). Patch submitted by
464 Ruslan N. Balkin <baron@dartel.ru>
467 updated by Alessandro Maestri
469 2002-11-27 [paul] 0.8.6claws18
471 * sync with 0.8.6cvs12
473 Differences are that main uses a 'Receive dialog'
474 frame on the Interface tab, whereas claws groups all
475 the dialogs together in a 'Dialogs' frame.
477 2002-11-27 [colin] 0.8.6claws17
479 * src/prefs_matcher.c
480 Fix Execute criteria's NOT flag
483 2002-11-26 [christoph] 0.8.6claws16
486 rewrite the ssl code a little bit, only use one
487 SSL context, set default certificates' file/path
489 2002-11-26 [thorsten] 0.8.6claws15
492 default-reply-to didn't work for ml-reply
494 2002-11-26 [melvin] 0.8.6claws14
496 * src/prefs_actions.c
497 Made pipe-actions ignore short headers in message view
498 Made trailing-pipe-actions write in the message view with
499 the same font as the original message
501 2002-11-26 [paul] 0.8.6claws13
504 this time commit the correct file
506 2002-11-26 [paul] 0.8.6claws12
508 * sync with 0.8.6cvs11
509 src/quote_fmt_parse.y
514 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
516 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
519 see ChangeLog 2002-11-25 and 2002-11-26
521 2002-11-26 [colin] 0.8.6claws11
524 Fix collapsed folder not auto-expanding during
525 mail dnd, if it was the source folder.
527 2002-11-25 [colin] 0.8.6claws10
529 * src/folderview.[ch]
530 Variable renaming and cleaning (slist of nodes
531 to be re-collapsed is stored in FolderView)
533 2002-11-25 [paul] 0.8.6claws9
535 * src/prefs_common.[ch]
536 fix breakage caused by last commit
538 2002-11-25 [paul] 0.8.6claws8
540 * sync with 0.8.6cvs4
541 see ChangeLog 2002-11-21
543 2002-11-25 [paul] 0.8.6claws7
545 * sync with 0.8.6cvs4
546 see ChangeLog 2002-11-20
548 2002-11-25 [paul] 0.8.6claws6
550 * sync with 0.8.6cvs3
551 see ChangeLog 2002-11-18
553 2002-11-25 [colin] 0.8.6claws5
556 Add gtkut_ctree_node_is_parent()
558 Spring-loaded folders
560 2002-11-25 [colin] 0.8.6claws4
563 Add slist_concat_unique(), function to merge
564 two GSList filtering dups
566 * src/summaryview.[ch]
569 Add detection/update/display of unread answers
572 Add procmsg_find_children()
573 Add procmsg_msg_has_marked_parent()
575 2002-11-25 [colin] 0.8.6claws3
577 * src/ssl_certificate.[ch]
578 Allow checking a certificate without a DNS
580 Allow to forget a cert (by deleting it)
581 Make ssl_certificate_destroy_public
582 * src/ssl_manager.[ch] ** NEW FILES **
583 Gui to manage (display/remove) certificates
584 * src/prefs_common.[ch]
585 Add a pref to allow silent acceptation of
586 trusted certificates or not (based on the
587 "I want to know what's going on" principle)
589 Add SSL manager in Tools menu
591 Add the new files to the build
593 Add ssl_manager.c to translations
595 2002-11-25 [colin] 0.8.6claws2
597 * src/summaryview.[ch]
598 Add S_SEARCH_EXTENDED to the quick search, which
599 allows to search using filtering syntax.
601 2002-11-25 [colin] 0.8.6claws1
604 Deletion of duplicates now prefer deleting
605 the unread dup (fixes feature-request 638989).
607 2002-11-24 [paul] 0.8.6claws
613 updated by Ricardo Mones Lastra,
614 Witold Wladyslaw Wojciech Wilk,
615 Ruslan N. Balkin, and Urke MMI
618 2002-11-24 [paul] 0.8.5claws182
621 updated by George Danchev
623 2002-11-23 [alfons] 0.8.5claws181
626 tiny memory leak found by browsing Dimitar's
629 2002-11-23 [paul] 0.8.5claws180
632 updated by Alessandro Maestri
634 2002-11-22 [christoph] 0.8.5claws179
638 * src/prefs_filtering.c
642 2002-11-22 [alfons] 0.8.5claws178
645 summary_execute_delete_func(): if message is deleted, make
646 sure to also remove its entry in the subject hash table.
647 fixes a corner case bug.
649 2002-11-22 [paul] 0.8.5claws177
654 * ltconfig ** REMOVED **
657 2002-11-22 [paul] 0.8.5claws176
660 textview_set_font(): fix for message display in
661 UTF-8 locales (thanks to Sergey Vlasov).
664 add new team members and contributors
667 2002-11-21 [colin] 0.8.5claws175
670 Add procmsg_remove_special_headers()
672 Use procmsg_remove_special_headers() for
675 2002-11-21 [colin] 0.8.5claws174
678 Fix moving/copying from queue/draft folders
681 2002-11-21 [christoph] 0.8.5claws173
687 * src/matcher_parser_lex.[hl]
689 * src/mbox_folder.[ch]
690 * src/prefs_filtering.c
692 * src/quote_fmt_lex.l
694 fix all warnings except the warnings in lex and yacc files
696 2002-11-20 [christoph] 0.8.5claws172
699 fix MsgInfo retrieval for IMAP draft and queue folders
700 (closes bug [ 619558 ] Draft saving on IMAP box issue)
702 2002-11-19 [christoph] 0.8.5claws171
705 fix segfault, when draft saving does not get
706 the MsgInfo of the new message
707 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
709 2002-11-19 [christoph] 0.8.5claws170
712 add parameter check for flag setting function
713 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
715 2002-11-18 [paul] 0.8.5claws169
718 more sensitivity fixes to redirect mode:
719 * disable toolbar draft button
720 * allow only Address book in the Tools menu
721 * disable editing of message by the spell
724 2002-11-18 [paul] 0.8.5claws168
727 fix sensitivity of menu items in compose_redirect():
728 allow only the necessary items
730 2002-11-18 [paul] 0.8.5claws167
733 fix bug [ 603259 ] 'attachment got lost on bounce'
735 2002-11-18 [paul] 0.8.5claws166
738 updated by Ruslan N. Balkin <baron@dartel.ru>
740 2002-11-18 [colin] 0.8.5claws165
744 Remove old filtering stuff
747 2002-11-17 [oliver] 0.8.5claws164
750 remove not needed typedef
752 2002-11-17 [oliver] 0.8.5claws163
755 make toolbar's on click events translatable
757 2002-11-15 [colin] 0.8.5claws162
760 Revert too-soon integration of a feature
762 2002-11-15 [christoph] 0.8.5claws161
765 use main's implementation of imap_get_msginfo
767 2002-11-15 [christoph] 0.8.5claws160
777 replace claws' fetch_msginfo with main's get_msginfo
778 (use main's implementation where possible)
780 2002-11-15 [colin] 0.8.5claws159
782 * src/ssl_certificate.c
785 2002-11-16 [melvin] 0.8.5claws158
788 Updated French translations.
790 2002-11-16 [colin] 0.8.5claws157
792 * src/ssl_certificate.c
793 Check for missing parts in the certificates
795 2002-11-15 [colin] 0.8.5claws156
798 Preventive fix (missing check) found by
804 sync with 0.8.6 release
806 2002-11-15 [colin] 0.8.5claws155
810 Fix error handling of folder_item_move_to()
813 2002-11-15 [colin] 0.8.5claws154
817 folder_item_move_to() sets an error message instead
818 of having GUI stuff in folder.c
820 2002-11-15 [colin] 0.8.5claws153
823 Implemented a callback for MsgInfo updates,
824 heavily copy/pasted from Christoph's folder
826 * src/summaryview.[ch]
827 Register summary_update_msg as callback
829 2002-11-14 [colin] 0.8.5claws152
832 Update the FolderItem after sending (fixes 617593)
834 2002-11-14 [christoph] 0.8.5claws151
837 fix wrong position of NULL pointer check found
840 2002-11-14 [christoph] 0.8.5claws150
843 fix segfault when deleting messages from IMAP folders
844 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
846 2002-11-14 [colin] 0.8.5claws149
849 Forwarding was also ignoring the folder's default account.
851 2002-11-14 [colin] 0.8.5claws148
854 Fix sent folder not set to folder properties when
857 2002-11-14 [thorsten] 0.8.5claws147
860 inc_start(): Files were not moved from .processing to inbox,
861 if no global processing rule existed
863 2002-11-14 [colin] 0.8.5claws146
865 * src/ssl_certificate
868 2002-11-14 [paul] 0.8.5claws145
871 updated by Alessandro Maestri
873 2002-11-13 [alfons] 0.8.5claws144
876 folder_item_close(): only mark messages unread
877 when a folder has new messages
879 2002-11-13 [keith] 0.8.5claws143
882 Fix problem moving or copying between
885 2002-11-13 [colin] 0.8.5claws142
887 * src/matcher_parser_parse.y
888 Fix rule problem when " don't match
890 2002-11-13 [christoph] 0.8.5claws141
894 moved cache saving to folder_item_close
895 the folderview should not have to deal with
898 2002-11-13 [christoph] 0.8.5claws140
901 moved setting of important score to
902 summary_set_prefs_from_folderitem
904 2002-11-13 [colin] 0.8.5claws139
906 * src/matcher_parser_parse.y
907 Fix a segfault in the parser (happening when
908 a good expression had been tested and a bad
911 2002-11-13 [paul] 0.8.5claws138
913 * sync with 0.8.5cvs24
914 see ChangeLog 2002-11-13
917 updated by Fabio Jr. Beneditto
919 2002-11-13 [colin] 0.8.5claws137
924 Revert last commit, problem
926 2002-11-13 [colin] 0.8.5claws136
929 Remove duplicated code
931 Bumped CACHE_VERSION and MARK_VERSION
933 Network endian for cache and mark files
935 2002-11-12 [colin] 0.8.5claws135
938 Fix the "socket error" dialog which disappeared
940 2002-11-12 [colin] 0.8.5claws134
943 Reverse last commit which had performance
944 problems, but still reverse the list
946 2002-11-12 [colin] 0.8.5claws133
951 2002-11-12 [melvin] 0.8.5claws132
954 Added a check for a NULL prefs_common.dictionary
956 2002-11-12 [colin] 0.8.5claws131
958 * src/ssl_certificate.[ch]
961 2002-11-12 [colin] 0.8.5claws130
963 * src/ssl_certificate.[ch]
964 Take connection port into account for
965 checking certificates (a single hostname
966 could have multiple servers with multiple
969 Pass the port to ssl_certificate_check
971 2002-11-12 [paul] 0.8.5claws129
974 fix a typo in last commit
976 2002-11-12 [paul] 0.8.5claws128
978 * sync with 0.8.5cvs23
979 see ChangeLog entry 2002-11-12
981 2002-11-11 [colin] 0.8.5claws127
983 * src/ssl_certificate.c
985 Don't popup, instead log error, if the
986 corresponding pref is checked
987 * src/ssl_certificate.h
988 include <openssl/objects/h>
990 2002-11-11 [colin] 0.8.5claws126
992 * src/ssl_certificate.h
995 2002-11-11 [colin] 0.8.5claws125
997 * src/ssl_certificate.c
1000 2002-11-11 [colin] 0.8.5claws124
1004 * src/ssl_certificate.[ch]
1005 Cleaned a bit (better use of SSL API)
1006 (This will cause non-recognition of saved
1007 certificates of claws12[23]...)
1009 2002-11-11 [paul] 0.8.5claws123
1012 updated by Ricardo Mones Lastra
1014 2002-11-11 [colin] 0.8.5claws122
1019 2002-11-11 [colin] 0.8.5claws121
1021 * src/ssl_certificate.[ch] ** NEW FILES **
1023 Check SSL certificates presented to us
1025 Add ssl_certificate.[ch]
1027 Add ssl_certificate.c
1029 2002-11-11 [paul] 0.8.5claws120
1031 * sync with 0.8.5cvs22
1032 see ChangeLog 2002-11-11
1034 2002-11-11 [paul] 0.8.5claws119
1036 * sync with 0.8.5cvs21
1037 see ChangeLog 2002-11-11
1039 2002-11-10 [jens] 0.8.5claws118
1043 corrected some typing
1045 updated german translation
1047 cleaned up specfile and adjusted it for claws
1049 2002-11-10 [colin] 0.8.5claws117
1052 a STATUSBAR_PUSH/POP fix
1054 2002-11-10 [colin] 0.8.5claws116
1056 * src/prefs_folder_item.c
1057 Fix hanging after opening folder properties
1059 2002-11-10 [hoa] 0.8.5claws115
1061 * src/matcher_parser_lex.l
1062 * src/matcher_parser_parse.y
1063 config file for scoring and filtering is no more trashed
1064 when there is a syntax error in a filtering rule when
1065 editing it in a dialog.
1067 2002-11-09 [colin] 0.8.5claws114
1070 Added missing initialisation of folder->destroy()
1072 2002-11-09 [colin] 0.8.5claws113
1076 Fix the status bar messages
1078 2002-11-09 [colin] 0.8.5claws112
1081 Fix hangs after folder dnd, happening after
1084 2002-11-09 [christoph] 0.8.5claws111
1087 just changed order of calls (reverse order of
1090 lock inc when checking only one account, otherwise
1091 inc all could be executed at the same time
1093 2002-11-09 [christoph] 0.8.5claws110
1096 better unlock the mouse cursor before calling
1097 summary_show because it changes the cursor too
1099 2002-11-09 [christoph] 0.8.5claws109
1103 add functions to open and close a folder
1104 o opending will execute scanning for remote folders
1106 o closing will unset new flag for messages
1108 2002-11-09 [colin] 0.8.5claws108
1111 Add a call to prefs_matcher_write_config to
1112 avoid non-leaf folders filtering settings to be
1115 2002-11-09 [paul] 0.8.5claws107
1117 * src/prefs_account.c
1120 2002-11-09 [colin] 0.8.5claws106
1125 2002-11-09 [colin] 0.8.5claws105
1128 Fix prefs_filtering deletion for MH folders (same
1130 * src/prefs_filtering.c
1131 Fix prefs_filtering renaming and deletion for
1132 folder-based processing rules.
1134 2002-11-09 [christoph] 0.8.5claws104
1138 * src/folderview.[ch]
1144 * src/prefs_folder_item.c
1147 implement a callback system for folder item updates
1149 2002-11-09 [colin] 0.8.5claws103
1152 Fix prefs_filtering renaming for MH folders (we
1153 shouldn't rename by path as another folder could
1154 have the same hierarchy).
1156 2002-11-09 [colin] 0.8.5claws102
1159 Fix a leak found by Christoph, use better variable
1162 2002-11-09 [colin] 0.8.5claws101
1165 One more fix for processing rules
1167 2002-11-08 [colin] 0.8.5claws100
1170 Don't copy the compiled regexp (will be reevaluated)
1172 Lock folderview while moving
1174 Provide info on what's happening to the user
1176 2002-11-08 [colin] 0.8.5claws99
1179 Fix folder reordering after a move if parent is
1182 Add function to copy a ScoringProp
1183 * src/prefs_folder_item.c
1184 Copy scoring rules when copying a folder prefs
1186 2002-11-08 [colin] 0.8.5claws98
1189 Fixes in case of failure
1190 * src/filtering.[ch]
1191 Add function to duplicate a FilteringProp
1193 Add function to duplicate a MatcherProp
1194 * src/prefs_folder_item.c
1195 Save folder's processing rules when copying
1198 2002-11-08 [colin] 0.8.5claws97
1203 Change a printf to debug_print
1205 2002-11-08 [colin] 0.8.5claws96
1209 Fix segfaults, call me stupido
1212 2002-11-08 [colin] 0.8.5claws95
1215 Added forgotten prefs to save when moving folders
1217 2002-11-08 [colin] 0.8.5claws94
1220 Fixes to folder DND (prefs copy)
1222 Optimization for folder DND (don't rescan whole tree)
1223 Added folderview_create_folder_node() for this
1224 optimization, so de-duped a bit the code
1225 * src/prefs_folder_item.[ch]
1226 Added prefs_folder_item_copy_prefs()
1228 2002-11-08 [paul] 0.8.5claws93
1230 * src/prefs_account.c
1232 tools/kmail2sylpheed_v2.pl
1235 2002-11-08 [paul] 0.8.5claws92
1238 src/prefs_account.[ch]
1239 remove account options 'clearsign' and 'ascii_armored',
1240 replace with 'default_gnupg_mode' to prevent mixed-mode
1243 2002-11-08 [paul] 0.8.5claws91
1246 re-implement GnuPG 'on-the-fly' mode selection,
1249 2002-11-08 [colin] 0.8.5claws90
1252 src/prefs_folder_item.c
1253 Change "Property" to "Properties"
1255 2002-11-07 [colin] 0.8.5claws89
1259 Allow folder dropping to a root folder
1261 2002-11-07 [paul] 0.8.5claws88
1266 2002-11-07 [paul] 0.8.5claws87
1269 fix reply-to-list bug. closes bug report
1270 "[633382] reply-to-list broken in recent cvs"
1272 2002-11-07 [paul] 0.8.5claws86
1275 add a forgotten '#if USE_GPGME ... #endif'
1277 2002-11-07 [paul] 0.8.5claws85
1279 * sync with 0.8.5cvs20
1280 see ChangeLog 2002-11-07
1282 2002-11-07 [colin] 0.8.5claws84
1285 Change folder_item_move_to to return the newly
1288 Select the new folderitem after moving.
1290 2002-11-07 [colin] 0.8.5claws83
1292 * src/prefs_filtering.c
1293 Fix rule rewriting when moving a leaf folder to a
1296 2002-11-07 [colin] 0.8.5claws82
1298 * src/prefs_filtering.c
1301 2002-11-07 [colin] 0.8.5claws81
1304 Add folder_item_move_to() function to move a
1305 folderitem into another one (updates matcher etc)
1307 Add folder drag'n drop (context menu to come)
1308 [Should be dataloss free, but Please backup before
1311 2002-11-06 [colin] 0.8.5claws80
1314 mh_create_folder() returns NULL if can't create
1317 2002-11-06 [paul] 0.8.5claws79
1320 allow 'on-the-fly' changing of the type of encryption
1321 and/or signing used (mime/ascii) via the compose window
1323 2002-11-06 [paul] 0.8.5claws78
1325 * sync with 0.8.5cvs19
1326 see ChangeLog 2002-11-06 for src/account.c:
1327 account_get_special_folder()
1329 2002-11-05 [alfons] 0.8.5claws77
1332 very minor cleanups: nothing to see here, move on. :-)
1334 2002-11-05 [colin] 0.8.5claws76
1337 Changes choices if compose windows are opened to
1338 Discard, Draft, Don't quit
1340 2002-11-05 [thorsten] 0.8.5claws75
1343 reenabled default_reply_to folder option
1345 2002-11-05 [colin] 0.8.5claws74
1352 add clean_quit() for the SIGTERM handler
1354 2002-11-05 [paul] 0.8.5claws73
1357 updated by Ricardo Mones Lastra
1359 2002-11-05 [melvin] 0.8.5claws72
1362 Fixed log-clipping bug #616795.
1363 To stop logging in the log window use 0 length.
1364 * src/prefs_common.c
1365 Added a label to inform about the 0 log length behaviour.
1367 2002-11-05 [paul] 0.8.5claws71
1369 * sync with 0.8.5cvs17
1370 see ChangeLog 2002-11-05
1372 2002-11-04 [paul] 0.8.5claws70
1374 * sylpheed-128x128.png
1377 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
1378 <nikai@users.sourceforge.net>
1381 updated by George Danchev
1383 2002-11-03 [thorsten] 0.8.5claws69
1388 add check if gpg is active
1390 2002-11-03 [thorsten] 0.8.5claws68
1393 removed GSList declaration causing trouble on MacOS-X
1394 (submitted by alfons, reported by xfesty)
1396 2002-11-01 [paul] 0.8.5claws67
1399 remove last remnants of main's filter code
1401 2002-11-01 [paul] 0.8.5claws66
1403 * tools/filter_conv.pl
1404 fix bug where user-defined headers were ignored
1406 2002-11-01 [paul] 0.8.5claws65
1409 make a debug_print() not translatable
1411 2002-10-31 [melvin] 0.8.5claws64
1414 Fixed --disable-aspell-test. Now --disable-aspell-test will
1415 not run any GNU/aspell test. The dictionary path will
1416 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
1417 was given, in which case, it will be $prefix/lib/aspell/
1419 Fixed typo in commentary (Aspell code).
1421 2002-10-31 [paul] 0.8.5claws63
1424 remove src/filter.c and src/prefs_filter.c
1425 thanks to Ricardo for reminding me
1427 2002-10-31 [colin] 0.8.5claws62
1432 2002-10-31 [paul] 0.8.5claws61
1434 * src/prefs_filter.[ch] ** REMOVED **
1435 src/filter.[ch] ** REMOVED **
1444 src/prefs_filtering.c
1445 src/summaryview.[ch]
1446 remove main's 'filter' code
1449 update to reflect removal of main's filter
1451 2002-10-31 [paul] 0.8.5claws60
1454 remove check for global_processing in summary_filter_open().
1455 This fixes the bug where if the user uses the right-click
1456 'Create filter rule...' and doesn't have any filter rules
1457 already defined in claws' advanced filtering, the newly
1458 created filter rule goes to main's filtering which is
1459 inaccessible through the gui. Now the filter rule gets added
1460 to claws' filtering by default.
1462 2002-10-28 [melvin] 0.8.5claws59
1464 * src/prefs_actions.c
1465 Fixed bug #627322 where MIME parts were not always
1466 correctly passed to a %p action
1467 Display an error dialog when message filename is not found.
1469 2002-10-28 [melvin] 0.8.5claws58
1471 * src/prefs_common.c
1472 Readded a missing function declaration lost in 0.8.3claws34
1474 2002-10-28 [paul] 0.8.5claws57
1476 * sync with 0.8.5cvs15
1477 see ChangeLog 2002-10-28 and 2002-10-25
1479 Note: ChangeLog entry 2002-10-24 is not sync'ed.
1481 2002-10-27 [oliver] 0.8.5claws56
1484 plug leak in pop3_top_recv
1486 2002-10-26 [christoph] 0.8.5claws55
1489 set need_update folder flag when messages are added
1490 (closes bug [ 626922 ] folder not updated after receiving)
1492 2002-10-25 [melvin] 0.8.5claws54
1495 Fixed a memleak introduced in the scaling code.
1497 2002-10-24 [alfons] 0.8.5claws53
1500 make filtering's forward message action forward from the
1502 (closes bug [628089 ] Filter -> Forward from address problem
1505 2002-10-24 [christoph] 0.8.5claws52
1509 o use manual of current locale or english if current
1510 locale is not available (and english is available)
1511 o also link to sylpheed doc project manuals
1513 2002-10-23 [paul] 0.8.5claws51
1516 tools/kmail2sylpheed_v2.pl
1517 add new version of kmail addressbook importer script.
1518 works with newer versions of Kmail/KAddressBook which
1519 have new and rearranged data.
1521 2002-10-23 [martin] 0.8.5claws50
1527 added length parameter to get_abbrev_newsgroup_name()
1528 changed this function so that it abbreviates the newsgroup
1529 names only so long it is smaller than the length parameter
1530 (for better reading of some newsgroup names and space efficiency)
1532 2002-10-22 [colin] 0.8.5claws49
1535 Revert Alfons' last modification (after voting ;-))
1537 2002-10-21 [alfons] 0.8.5claws48
1540 folder view in folder selection dialog reflects state of
1541 folder view in main window
1543 2002-10-18 [alfons] 0.8.5claws47
1546 drop imported messages in folder selected by user,
1547 and not in the inbox
1548 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
1550 2002-10-18 [alfons] 0.8.5claws46
1553 make automagic reply work correctly for email accounts
1554 (whether it's viable to do a full sync with Hiro's
1555 compose.c is still under discussion)
1557 2002-10-18 [melvin] 0.8.5claws45
1559 * src/prefs_actions.c
1560 Fixed bug #622275 where asynchroneous actions left
1562 Made (synchroneous) actions' input be displayed live.
1564 2002-10-18 [christoph] 0.8.5claws44
1567 don't add a newline in the textview in front of the
1568 first textpart if header display is disabled
1569 (closes bug [ 603385 ] disabled header display leaves blank
1572 2002-10-18 [christoph] 0.8.5claws43
1579 folder->get_num_list now returns an error code
1580 (closes bug [ 609424 ] News cache cleared on failure)
1582 2002-10-17 [colin] 0.8.5claws42
1585 Changed a printf by debug_print
1589 * tools/OOo2sylpheed.pl
1590 allow for spaces in the name of the
1591 file to be attached.
1593 2002-10-16 [colin] 0.8.5claws41
1596 Use a tristate to change online mode
1598 2002-10-16 [paul] 0.8.5claws40
1601 updated by Ricardo Mones Lastra
1603 2002-10-16 [colin] 0.8.5claws39
1607 Added --online and --offline command-line
1610 2002-10-15 [christoph] 0.8.5claws38
1613 set mimeinfo->name to NULL after g_free to
1614 avoid double freeing with g_free
1616 2002-10-14 [christoph] 0.8.5claws37
1621 remove calls to folder->change_flags that are now
1622 done by procmsg flag functions (seems it is not
1623 used by any foldertype anyway)
1625 init folder->change_flags with NULL
1627 2002-10-14 [christoph] 0.8.5claws36
1631 use virtual functions for folder item new and destroy
1634 2002-10-14 [melvin] 0.8.5claws35
1637 Added a test to not run the spell checker if no default
1638 dictionary is available. No dialog is displayed though.
1640 2002-10-14 [melvin] 0.8.5claws34
1643 Fixed bug in dictionary list context menu where
1644 "More..." pointed to an emtpy submenu if the
1645 number of dictionaries is a multiple of 15
1646 Removed unneeded code in suggestions list creation
1648 2002-10-14 [paul] 0.8.5claws33
1651 updated by George Danchev
1653 2002-10-13 [hoa] 0.8.5claws32
1656 src/matcher_parser_parser.y
1657 removed the escaped string from internal structure
1660 2002-10-12 [colin] 0.8.5claws31
1662 * src/gtksctree.[ch]
1664 Removed useless function gtksctree_reanchor
1666 2002-10-12 [alfons] 0.8.5claws30
1668 * sync with remaining main changes 2002-10-09 - 2002-10-11
1669 - drop changes to src/compose.c (requires claws specific changes)
1671 2002-10-12 [alfons] 0.8.5claws29
1673 * sync with main changes of 2002-10-08
1674 - drop changes to src/compose.c (requires claws specific changes)
1675 - drop changes to src/summaryview.c (requires changes to compose.c)
1677 2002-10-12 [alfons] 0.8.5claws28
1679 * sync with main changes of 2002-10-07
1681 2002-10-12 [alfons] 0.8.5claws27
1683 * sync with main changes of 2002-10-04
1684 - drop changes to src/compose.c (requires claws specific changes)
1685 - drop changes to src/prefs_folder_item.c (claws implementation
1686 seems to be working)
1688 2002-10-12 [colin] 0.8.5claws26
1691 Fix folder-flicker when space-reading, introduced
1694 2002-10-12 [colin] 0.8.5claws25
1697 Save account address when saving as draft.
1700 2002-10-12 [colin] 0.8.5claws24
1703 Fix the problem consisting of no message selected
1704 after the last message in a folder has been moved.
1706 2002-10-12 [paul] 0.8.5claws23
1709 src/prefs_template.c
1711 add Cc and Bcc to templates. Patch submitted by
1714 2002-10-12 [colin] 0.8.5claws22
1717 Fix a bug after "Check for new messages":
1718 If a folder was opened, it was still selected at
1719 the end of the check, but displayed empty.
1721 Remove unnecessary check
1726 be more verbose in the description of
1730 2002-10-11 [colin] 0.8.5claws21
1733 Make space work (better) when no mail is selected
1735 2002-10-11 [colin] 0.8.5claws20
1741 2002-10-11 [colin] 0.8.5claws19
1744 revert 0.8.5claws6 changes as i couldn't get to
1747 2002-10-11 [melvin] 0.8.5claws18
1750 Removed buggy and unused macro (should have been committed in
1753 2002-10-11 [melvin] 0.8.5claws17
1756 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
1758 2002-10-11 [thorsten] 0.8.5claws16
1761 remove rescan warning
1763 2002-10-11 [colin] 0.8.5claws15
1766 fix a segfault that happens if conv_unmime_header
1767 fails (should be better to find out why it fails)
1769 2002-10-11 [christoph] 0.8.5claws14
1772 update folderview stats after ignore/unignore thread
1774 2002-10-11 [hoa] 0.8.5claws13
1776 * src/quote_fmt_parse.y
1777 Fixed a yacc/bison syntax error
1779 Escaping of string is fixed.
1781 2002-10-11 [colin] 0.8.5claws12
1784 Resize images to fit
1786 2002-10-11 [paul] 0.8.5claws11
1789 updated by Ricardo Mones Lastra
1791 2002-10-10 [alfons] 0.8.5claws10
1794 allow dropping files by "moving" files from a file manager,
1795 not only by the more cumbersome "copying". the latter
1796 mostly implies holding down the Control button
1798 2002-10-10 [christoph] 0.8.5claws9
1801 update folders after thread building for ignored threads
1803 2002-10-10 [christoph] 0.8.5claws8
1807 * src/filtering.[ch]
1809 * src/folderview.[ch]
1814 * src/summaryview.[ch]
1815 o added new flag need_update to FolderItem
1816 o removed folder_table from various functions from tracking
1818 o set need_update flags in folder.c's move, copy and delete
1819 functions and procmsg's flags functions
1820 o added function folderview_update_items_when_required that
1821 updates all folders with need_update set
1822 o call folderview_update_items_when_required instead of
1823 folderview_update_item_foreach
1825 2002-10-09 [sergey] 0.8.5claws7
1828 Strip CRs whel loading the text into editor in reedit mode.
1830 2002-10-09 [colin] 0.8.5claws6
1833 Make Space work when no mail is selected
1835 2002-10-09 [colin] 0.8.5claws5
1837 * src/gtksctree.[ch]
1839 Add gtk_sctree_reanchor()
1841 Use gtk_sctree_reanchor() - better fix for
1844 2002-10-09 [colin] 0.8.5claws4
1847 Fix shift-click select after delete problem
1850 2002-10-08 [thorsten] 0.8.5claws3
1853 exclude current msg from -hide read messages-
1855 2002-10-08 [colin] 0.8.5claws2
1860 Differentiate socket errors from disk full
1863 2002-10-08 [christoph] 0.8.5claws1
1867 modifications for new config directory
1869 * config.guess ** REMOVED **
1870 * config.sub ** REMOVED **
1871 * install-sh ** REMOVED **
1872 * ltmain.sh ** REMOVED **
1873 * missing ** REMOVED **
1874 * mkinstalldirs ** REMOVED **
1875 these files are autogenerated by automake
1876 when you run autogen.sh
1878 * config/.cvsignore ** NEW FILE **
1879 * config/Makefile.am ** NEW FILE **
1880 ignore autogenerated files
1881 create a Makefile in this directory
1883 2002-10-08 [paul] 0.8.5claws
1885 * 0.8.5claws release
1890 fix quote reply format for newsgroups reply bug
1895 updated by me and Witold Wladyslaw Wojciech Wilk
1898 2002-10-07 [paul] 0.8.3claws53
1903 updated messages catalogs, submitted by
1904 Alessandro Maestri, Fabio Jr.Beneditto
1905 and Urke MMI, respectively.
1907 2002-10-07 [christoph] 0.8.3claws52
1912 fix new folder ghost message bug
1913 (closes bug [ 619722 ] wrong count for newly created folders)
1915 2002-10-07 [christoph] 0.8.3claws51
1918 fix news posting problem
1920 2002-10-07 [melvin] 0.8.3claws50
1923 Updated French translation
1925 2002-10-05 [christoph] 0.8.3claws49
1928 check if line_start_cache is set in gtk_stext_update_text
1929 (closes bug [ 618119 ] crash while doing search in folder)
1931 2002-10-05 [christoph] 0.8.3claws48
1937 implement cache cleanups for claws' folder system
1938 (closes bug [ 595916 ] imapcache not cleaned up)
1940 2002-10-05 [melvin] 0.8.3claws47
1942 * src/prefs_actions.c
1943 Made the help text more clear for the %p token
1945 2002-10-04 [paul] 0.8.3claws46
1948 see ChangeLog 2002-10-02 and 2002-10-03
1950 2002-10-04 [christoph] 0.8.3claws45
1953 fix segfault caused by pop before smtp
1954 call to inc_account_mail with NULL
1957 2002-10-04 [paul] 0.8.3claws44
1960 sync the LDAP detection from 0.8.5cvs1
1962 2002-10-02 [christoph] 0.8.3claws43
1965 fix small spelling error
1967 2002-10-02 [melvin] 0.8.3claws42
1970 Behave better and say "no" when test program cannot be run.
1972 2002-10-02 [paul] 0.8.3claws41
1974 * sync with 0.8.4cvs1
1975 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
1978 toggle the behavior of Reply menuitem between
1979 normal reply and reply-to-list
1981 2002-10-01 [sergey] 0.8.3claws40
1984 Convert newlines in the message text to the canonical form
1985 before base64 encoding (RFC2045 compliance, fixes some
1986 interoperability issues with Evolution 1.0.3)
1988 2002-09-29 [colin] 0.8.3claws39
1991 Fix an unwanted copy/paste
1993 2002-09-29 [colin] 0.8.3claws38
1996 Renamed "Custom toolbar" to "Customize toolbar"
1997 Renamed "Show all header" to "Show all headers"
1998 Renamed "Set diplay item" to "Set displayed items"
1999 * src/prefs_common.c
2000 Renamed "Show all header" to "Show all headers"
2001 * src/prefs_summary_column.c
2002 Renamed "diplay item" to "displayed items"
2004 2002-09-29 [colin] 0.8.3claws37
2006 * src/mainwindow.[ch]
2007 online/offline status pixmaps follow theme
2009 * src/summaryview.[ch]
2010 quicksearch pixmap follows theme changes
2012 2002-09-29 [thorsten] 0.8.3claws36
2015 src/prefs_folder_item.[ch]
2016 add default_reply_to folder option (closes patch 581044)
2018 2002-09-29 [christoph] 0.8.3claws35
2020 * acconfig.h ** REMOVED **
2024 * ac/gnupg-check-typedef.m4
2025 fix autoheader 2.50 warning
2027 2002-09-29 [christoph] 0.8.3claws34
2029 * major code cleanup (part 2)
2031 - unused variables removed
2032 - unused functions removed
2033 - uninitialized variables checked
2034 - missing return statements added
2035 - missing function return types added
2036 - added parentheses around assignment
2037 when suggested by gcc
2039 2002-09-29 [alfons] 0.8.3claws33
2042 log_window_clear(): only bracket gtk_text_forward_delete()
2043 with gtk_text_freeze() / gtk_text_thaw() (see if this
2044 works around GTK text bug)
2046 2002-09-29 [paul] 0.8.3claws32
2050 updated by George Danchev and Urke MMI
2053 2002-09-27 [christoph] 0.8.3claws31
2055 * doc-src/readme.txt
2056 * doc-src/rfc1806.txt ** REMOVED **
2057 * doc-src/rfc2183.txt ** NEW FILE **
2058 * doc-src/rfc2980.txt ** NEW FILE **
2061 2002-09-27 [melvin] 0.8.3claws30
2064 Fixed typo which could break linking
2066 2002-09-27 [melvin] 0.8.3claws29
2069 Improved GNU/aspell checking.
2072 2002-09-27 [paul] 0.8.3claws28
2074 * sync with 0.8.3cvs8
2075 see ChangeLog 2002-09-27
2077 2002-09-26 [colin] 0.8.3claws27
2081 Add "Reply to Mailing-list" to the toolbar
2083 2002-09-26 [christoph] 0.8.3claws26
2086 Fix wrong message counts in summaryview status
2088 2002-09-26 [paul] 0.8.3claws25
2090 * sync with 0.8.3cvs7
2091 see ChangeLog 2002-09-26
2093 2002-09-26 [paul] 0.8.3claws24
2095 * sync with 0.8.3cvs6
2096 see ChangeLog 2002-09-25
2098 2002-09-25 [christoph] 0.8.3claws23
2100 * src/prefs_common.c
2101 * src/prefs_folder_item.c
2102 * src/prefs_scoring.c
2103 Renamed "kill score" to "hide score" in GUI
2106 2002-09-25 [paul] 0.8.3claws22
2108 * sync with 0.8.3cvs5
2109 see ChangeLog 2002-09-24
2111 2002-09-24 [alfons] 0.8.3claws21
2113 patch by Satoshi Nagayasu: allows appending / saving multiple
2114 selected files (closes "[ 612279 ] save multiple mesg(s) in
2118 add Satoshi Nagayasu
2120 summary_save_as(): allow saving selected files to
2122 summary_set_menu_sensitive: enable "Save As..." when
2123 multiple files are selected
2125 append_file(): new function
2127 2002-09-24 [colin] 0.8.3claws20
2130 Fix segfault when mimeinfo doesn't have a
2133 2002-09-24 [colin] 0.8.3claws19
2135 * src/prefs_common.[ch]
2136 Add a preference to display send dialog or not
2138 Display send dialog according to preference
2140 2002-09-24 [colin] 0.8.3claws18
2143 Disable user actions when sending
2145 2002-09-24 [colin] 0.8.3claws17
2148 Do not display name or filename for attachments
2149 with an application/pgp-signature type
2150 (security flaw, see bug 537413)
2152 2002-09-23 [colin] 0.8.3claws16
2155 Initialize entry_email, entry_alias and
2156 entry_remarks to first email address of the list
2158 2002-09-23 [colin] 0.83claws15
2161 Drop pgp-signature when reediting a signed queued
2164 2002-09-23 [melvin] 0.8.3claws14
2167 Updated French translation
2169 2002-09-23 [melvin] 0.8.3claws13
2172 Made custom toolbar menu labels more consistent
2173 * src/prefs_toolbar.c
2174 Made custom toolbar window title more consistent
2176 2002-09-22 [colin] 0.8.3claws12
2179 Initialize session type to normal before getting
2180 mail (fixes strange Get behaviour)
2181 * src/prefs_account.h
2182 Move STYPE_POP_BEFORE_SMTP to last position to
2183 avoid other side-effects
2185 2002-09-22 [colin] 0.8.3claws11
2187 * src/prefs_account.c
2188 Fix pop_bfr_smtp_tm_entry sensivity when switching
2189 from pop3 to apop or vice-versa
2191 2002-09-22 [colin] 0.8.3claws10
2193 * src/prefs_account.[ch]
2194 Add an option for the POP before SMTP timeout
2196 Remember time of last POP connection
2198 Do POP before SMTP only if timeout reached
2200 2002-09-22 [oliver] 0.8.3claws9
2203 explain custom toolbar
2205 2002-09-22 [oliver] 0.8.3claws8
2207 * src/prefs_actions.[ch]
2208 custom toolbar for compose
2209 actions callback from compose toolbar
2211 remove include toolbar.h
2213 2002-09-22 [oliver] 0.8.3claws7
2215 * src/prefs_toolbar.[ch]
2216 custom toolbar for compose
2217 - generic prefs_toolbar handles both
2218 Mainwin's toolbar as well as Compose toolbar
2220 2002-09-22 [oliver] 0.8.3claws6
2223 custom toolbar for compose
2224 restructure toolbar.[ch]
2226 2002-09-22 [oliver] 0.8.3claws5
2229 custom toolbar for compose
2231 2002-09-22 [oliver] 0.8.3claws4
2233 * src/mainwindow.[ch]
2234 custom toolbar for compose
2235 move mainwin toolbar back to mainwindow
2237 2002-09-22 [alfons] 0.8.3claws3
2244 2002-09-22 [alfons] 0.8.3claws2
2247 procmsg_save_to_outbox(): don't unlink message file from queue;
2248 callers should do it using folder_item_remove_msg()
2250 2002-09-22 [colin] 0.8.3claws1
2253 Made mimeview_check_signature() public
2255 Made GPG signatures verifiable by clicking
2256 the [application/pgp-signature] in the Text
2259 2002-09-22 [paul] 0.8.3claws
2268 updated translations, submitted by George Danchev,
2269 me, Ricardo Mones Lastra, Alessandro Maestri,
2270 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
2271 and Urke MMI, respectively.
2273 2002-09-22 [alfons] 0.8.2claws65
2277 no furry valgrinds have been used to plug these memleaks
2279 2002-09-20 [paul] 0.8.2claws64
2281 * sync with 0.8.3cvs4
2282 'Select thread' re-implemented
2283 see ChangeLog 2002-09-20
2285 2002-09-21 [alfons] 0.8.2claws63
2288 compose_send(): plug unnoticed memleak
2290 2002-09-20 [alfons] 0.8.2claws62
2293 replace_address_in_edit(): strict check for NULL address to
2294 fix "[ 607348 ] Segfault in address completion". My guess is
2295 that this happens with an empty address book, but it's good
2296 to have this check here anyway
2298 completion_window_button_press(): free string returned
2299 from the internal cache
2301 2002-09-20 [christoph] 0.8.2claws61
2304 added ENC_BINARY to EncodingType
2306 the string returned by procmime_get_encoding_str
2307 should not depend on the order of values in the
2308 EncodingType definition
2309 * doc-src/rfc1806.txt ** NEW FILE **
2310 Added rfc1806 about MIME Content-Disposition
2313 2002-09-19 [paul] 0.8.2claws60
2315 * sync with 0.8.2cvs3
2316 see ChangeLog 2002-09-19
2318 2002-09-19 [paul] 0.8.2claws59
2320 * src/prefs_folder_item.c
2321 revert to Darko's original alignment of colour
2323 add a colon to folder_color label
2326 add Colin's patch (with Hiro's modifications) to
2327 force BASE64 encoding for 8-bit text when signing
2328 (sync with 0.8.3cvs2)
2330 2002-09-18 [alfons] 0.8.2claws58
2335 (beautify a little bit)
2337 2002-09-18 [christoph] 0.8.2claws57
2340 fix handling of fgetc return value
2342 2002-09-17 [alfons] 0.8.2claws56
2345 summary_sort(): check non-NULL summaryview->folder_item when no
2346 folder is selected at all
2347 (closes "[ 610344 ] sort label make syl Crash")
2349 2002-09-17 [alfons] 0.8.2claws55
2352 beautify a little bit
2354 2002-09-17 [christoph] 0.8.2claws54
2357 initialize max values for cache and folder
2358 when cache or folder is empty
2360 2002-09-15 [colin] 0.8.2claws53
2363 Fix a leak (thanks Alfons!) and cleaned
2364 variables names for custom headers
2366 2002-09-15 [colin] 0.8.2claws52
2369 Fix custom headers recognition when
2370 prefs_common.trans_hdr is on
2372 2002-09-15 [colin] 0.8.2claws51
2375 Allow dynamically-added custom headers
2376 Yet not reparsed if reedited
2378 2002-09-15 [alfons] 0.8.2claws50
2380 * src/prefs_account.c
2383 2002-09-15 [colin] 0.8.2claws49
2385 * src/prefs_account.c
2386 fix pop_before_smtp sensitivity
2388 2002-09-15 [colin] 0.8.2claws48
2391 add inc_pop_before_smtp()
2392 allow MainWindow to be undefined in
2393 inc_account_mail() and inc_start()
2396 add STYPE_POP_BEFORE_SMTP session type
2397 * src/prefs_account.c
2398 activated pop before smtp option
2400 do pop before smtp if the relevant option
2403 2002-09-15 [paul] 0.8.2claws47
2406 see ChangeLog 2002-09-15
2408 2002-09-14 [paul] 0.8.2claws46
2411 updated Bulgarian translation, submitted by
2414 2002-09-13 [paul] 0.8.2claws45
2417 merge claws' select_account() with main's
2418 (new) compose_select_account(). [sync with
2419 0.8.2cvs15, see ChangeLog 2002-09-11]
2421 2002-09-12 [christoph] 0.8.2claws44
2424 allocate 1 elements of FolderItem not 0
2426 2002-09-12 [colin] 0.8.2claws43
2429 Fix bug #590825 (obey Follow-up: poster)
2431 2002-09-12 [colin] 0.8.2claws42
2434 Fix bug #557009 (wrong headers for messages
2435 forwarded as attachments)
2437 2002-09-11 [colin] 0.8.2claws41
2440 Put SCF: pseudo-header on top of message
2441 Set draft tmp_flag when saved as draft
2445 Skip after first \n\n for beginning of real message
2448 2002-09-11 [christoph] 0.8.2claws40
2451 use procmsg flag functions in filtering or processing
2452 will cause incorrect folder message counts
2454 2002-09-11 [colin] 0.8.2claws39
2457 Fix bug #550175 - wrong save folder when reediting
2460 2002-09-11 [paul] 0.8.2claws38
2462 * sync with 0.8.2cvs14
2463 see ChangeLog 2002-09-11
2465 2002-09-11 [colin] 0.8.2claws37
2468 Fix a typo (seeming to cause new/unread status to
2471 2002-09-10 [christoph] 0.8.2claws36
2474 compose_redirect should not use compose_generic_new
2475 because that does more stuff than expected including
2476 opening the external editor
2477 (closes bug "[ 526608 ] bounced messages appear blank
2480 2002-09-10 [christoph] 0.8.2claws35
2483 fix problem with too large message number range
2484 causing a crash in folder_item_scan
2486 2002-09-10 [paul] 0.8.2claws34
2488 * sync with 0.8.2cvs13
2489 see ChangeLog 2002-09-10
2491 2002-09-10 [christoph] 0.8.2claws33
2494 set MsgInfo TmpFlags for queue and draft folders
2495 (closes bug "[ 591676 ] Queue ignore MIME on restart")
2497 2002-09-10 [paul] 0.8.2claws32
2500 po/bg.po ** NEW FILE **
2501 new Bulgarian translation submitted by
2502 George Danchev <danchev@spnet.net>
2506 tools/tb2sylpheed ** NEW FILE **
2507 add script that converts an addressbook exported
2508 from The Bat! into a Sylpheed addressbook. Submitted
2509 by Urke MMI <urke-kg@eunet.yu>
2511 2002-09-10 [paul] 0.8.2claws31
2513 * sync with 0.8.2cvs12
2514 see ChangeLog 2002-09-10
2516 2002-09-06 [paul] 0.8.2claws30
2518 * src/prefs_common.c
2519 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
2523 tools/ldif-to-xml.py ** REMOVED **
2524 remove obsolete python script
2526 2002-09-06 [paul] 0.8.2claws29
2528 * sync with 0.8.2cvs10
2529 see ChangeLog 2002-09-06
2531 2002-09-04 [paul] 0.8.2claws28
2533 * sync with 0.8.2cvs9
2534 see ChangeLog 2002-08-04
2536 2002-09-04 [colin] 0.8.2claws27
2538 * src/prefs_common.[ch]
2539 Added signature color configuration
2541 Use user-specified signature color
2543 2002-09-03 [colin] 0.8.2claws26
2545 * src/prefs_common.[ch]
2546 Added autosave and autosave_length prefs
2548 Added compose_remove_draft()
2549 Auto-save drafts according to the prefs
2551 Added a crash-indicator file, allowing to check
2552 for new messages on startup if Sylpheed crashed
2553 (makes saved drafts "reappear")
2555 2002-09-03 [colin] 0.8.2claws25
2560 2002-09-03 [paul] 0.8.2claws24
2562 * sync with 0.8.2cvs8
2563 see ChangeLog 2002-09-02 and 2002-09-03
2565 2002-09-03 [darko] 0.8.2claws23
2568 use normal style when creating new folder to pick
2571 2002-09-02 [melvin] 0.8.2claws22
2574 removed some obsolete code
2576 2002-09-02 [melvin] 0.8.2claws21
2579 fixed test's equality sign (== to =)
2581 2002-09-02 [alfons] 0.8.2claws20
2585 revert change of 0.8.2claws16 and use the mh_folder_destroy
2586 as folder->destroy virtual as suggested by Hiro
2587 (the mh.c code seems to have been lost around mh.c.1.21)
2589 2002-09-02 [paul] 0.8.2claws19
2592 updated by Fabio Jr. Beneditto
2595 use 'http://claws.sylpheed.org' for homepage link.
2596 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
2598 2002-09-01 [alfons] 0.8.2claws18
2601 plug memleak related to one Martin Kluge found
2603 2002-08-31 [paul] 0.8.2claws17
2605 * sync with 0.8.2cvs6
2606 see ChangeLog 2002-08-30
2608 2002-08-31 [alfons] 0.8.2claws16
2611 folder_destroy(): remove mailbox from folderlist even if it has
2614 2002-08-31 [alfons] 0.8.2claws15
2619 (being pedantic I know)
2621 2002-08-31 [alfons] 0.8.2claws14
2624 check for NULL pointers returned from folder->fetch_msginfo virtual
2625 (should solve some reported crashes)
2627 2002-08-30 [alfons] 0.8.2claws13
2632 enable crash dialog on compilation time
2633 (--enable-crash-dialog configure option)
2635 2002-08-30 [alfons] 0.8.2claws12
2640 apply memory leak plug patch by Martin Kluge
2641 (closes patch "[ 602568 ] patch for 602441 little memory leak",
2642 bug "[ 599677 ] Very small memory leak in 0.81claws115",
2643 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
2645 2002-08-30 [darko] 0.8.2claws11
2648 copy Gtk style from normal style to match
2649 font size for coloured folders
2651 2002-08-29 [alfons] 0.8.2claws10
2654 Type=Internet <- Type=Application
2655 (reported by Michael Schwendt, see:
2656 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
2657 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
2659 2002-08-29 [paul] 0.8.2claws9
2661 * sync with 0.8.2cvs5
2662 see ChangeLog 2002-08-29
2664 2002-08-29 [colin] 0.8.2claws8
2667 Added a sanity check in summary_select_thread
2668 Should fix bug 601605
2670 2002-08-29 [colin] 0.8.2claws7
2673 Revert claws6 changes regarding bug #591676
2675 2002-08-28 [colin] 0.8.2claws6
2678 Ignore cache for queue folderitems
2681 2002-08-28 [melvin] 0.8.2claws5
2686 2002-08-28 [melvin] 0.8.2claws4
2689 Updated a bit the text concerning the spell checker
2691 2002-08-28 [melvin] 0.8.2claws3
2693 Merged the GNU_aspell_branch:
2694 Support of new GNU/aspell is now included and the old pspell
2695 is not supported anymore.
2699 Updated spell checker text to reflect the switch to GNU/aspell
2701 * ac/aspell.m4 *** NEW ***
2702 * src/gtkaspell.[ch] *** NEW ***
2703 * ac/pspell.m4 *** DELETED ***
2704 * src/gtkspell.[ch] *** DELETED ***
2707 Updated for GNU/aspell support
2710 Replaced gtkspell.c by gtkaspell.c
2718 * src/prefs_common.[ch]
2719 Updated for GNU/aspell support
2721 2002-08-28 [paul] 0.8.2claws2
2723 * sync with 0.8.2cvs4
2724 see ChangeLog 2002-08-27 and 2002-08-28
2726 2002-08-28 [colin] 0.8.2claws1
2728 * src/summary_search.c
2731 2002-08-28 [jens] 0.8.2claws
2734 Updated German translations
2736 2002-08-27 [melvin] 0.8.2claws
2739 Updated French translations
2741 2002-08-27 [paul] 0.8.2claws
2743 * sync with 0.8.2 main release
2751 updated message catalogs submitted by
2752 Ricardo Mones Lastra, Alessandro Maestri,
2753 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
2754 Beneditto and Urke MMI
2756 2002-08-27 [hoa] 0.8.1claws123
2758 * src/mainwindow.[ch]
2759 * src/summaryview.[ch]
2760 removed the "filter setting" menu option.
2761 add a "cancel a news message" menu option.
2763 2002-08-26 [martin] 0.8.1claws122
2766 changed string under 0.8.1claws79 changed by myself
2769 2002-08-26 [martin] 0.8.1claws121
2772 added kill command to debuggerrc to start crash dialog
2774 2002-08-26 [paul] 0.8.1claws120
2776 * sync with 0.8.1cvs31
2777 see ChangeLog 2002-08-26
2779 2002-08-25 [alfons] 0.8.1claws119
2782 fix bug that didn't send out correct headers to news server
2783 when sending news article and email from queue (bug reported
2784 and patch provided by Tim Mann; closes bug
2785 "[ 583196 ] 0.7.8claws can't post news")
2787 2002-08-25 [alfons] 0.8.1claws118
2789 * src/selective_download.c
2790 mark two strings as translatable
2791 (thanks to Urke MMI for pointing this out)
2793 2002-08-25 [alfons] 0.8.1claws117
2796 treat sent boxes as special and allow sorting them by addressee
2797 (closes "[ 589418 ] Sent folder sorting misbehavior"
2798 submitted by Steve Lamb)
2800 2002-08-24 [alfons] 0.8.1claws116
2803 fix memleak reported by Martin Kluge
2804 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
2806 2002-08-24 [oliver] 0.8.1claws115
2808 * src/prefs_toolbar.c
2809 o code cleanup as suggested by Alfons
2812 2002-08-24 [alfons] 0.8.1claws114
2815 o fix another memory leak reported by Martin Kluge
2816 (see "[ 599568 ] Small Memory Leak")
2817 o remove 'from' variable from 'summary_set_header()'; we can
2820 2002-08-24 [paul] 0.8.1claws113
2822 * sync with 0.8.1cvs30
2823 see ChangeLog 2002-08-23
2825 2002-08-24 [alfons] 0.8.1claws112
2828 remove unnecessary allocations for search bar fixing leaks
2829 reported by Martin Kluge
2830 (see "[ 599451 ] Further memory leaks?")
2832 2002-08-24 [alfons] 0.8.1claws111
2835 make get_socket_name() public for crash.c
2837 o make report bug button work (goes to claws'
2838 bug tracker at sf.net)
2839 o introduce function for doing important stuff just
2840 before claws goes down
2843 2002-08-24 [alfons] 0.8.1claws110
2846 move cursor to "To" entry when forwarding as attachment
2847 (reported and solved by Steve Lamb, closes bug report
2848 "[ 592880 ] Forward as attachment; cursor not in to")
2850 2002-08-24 [colin] 0.8.1claws109
2853 fix quick search visibility after GUI (de)separations.
2855 2002-08-23 [colin] 0.8.1claws108
2858 fix header pane visibility after folderview or
2859 messageview (de)separation
2861 2002-08-23 [paul] 0.8.1claws107
2863 * src/mainwindow.[ch]
2865 give full control of display or non-display
2866 of the Execute icon to Custom toolbar settings.
2867 add new sensitivity condition to maninwindow.h:
2873 more sync with 0.8.1cvs29
2875 2002-08-23 [melvin] 0.8.1claws106
2878 Readded support for custom widget in alertpanel lost in last
2881 2002-08-23 [paul] 0.8.1claws105
2883 * sync with 0.8.1cvs29
2884 see ChangeLog 2002-08-23
2886 2002-08-23 [colin] 0.8.1claws104
2889 Fix folder and search pixmaps exchanging positions
2890 after theme or toolbar changes. Thank to Oliver for
2893 2002-08-23 [colin] 0.8.1claws103
2896 src/messageview.[ch]
2899 Changed messageview_create() and noticeview_create()
2900 to avoid the last gdk_warning
2902 2002-08-22 [colin] 0.8.1claws102
2905 Fix my new `Creating pixmap from xpm' warning
2907 2002-08-22 [colin] 0.8.1claws101
2910 Fix some of the gdk warnings
2912 2002-08-22 [colin] 0.8.1claws100
2915 * src/stock_pixmap.c
2916 * src/stock_pixmap.h
2917 * src/pixmaps/quicksearch.xpm *ADDED*
2918 Add the quicksearch pixmap
2922 Make quicksearch bar visible/hidden via a button
2924 2002-08-22 [christoph] 0.8.1claws99
2927 fix folder update for newsgroups with message
2928 numbers below minimum number of articles to fetch
2929 (closes bug #598445)
2931 2002-08-22 [paul] 0.8.1claws98
2933 * sync with 0.8.1cvs28
2934 see ChangeLog 2002-08-22
2936 2002-08-21 [alfons] 0.8.1claws97
2939 use bt instead of bt full which seems to work
2940 better, and bt full doesn't give a great deal
2941 of information anyway
2943 2002-08-21 [colin] 0.8.1claws96
2946 fix summaryview_searchtype_changed prototype
2948 2002-08-21 [christoph] 0.8.1claws95
2951 o fix broken menu update for sorting type, we have to
2952 get this info from the summaryview now
2953 o removed setting of threaded state in menu callback
2954 * src/summaryview.[ch]
2955 more summaryview/folderitem seperation for
2958 removed not required --with-compiler-flags option
2960 2002-08-21 [oliver] 0.8.1claws94
2963 o rename toolbar.xml to toolbar_main.xml
2964 since toolbar_compose.xml might come up
2969 2002-08-21 [darko] 0.8.1claws93
2972 don't reset tmp flags for messages copied
2975 2002-08-21 [colin] 0.8.1claws92
2977 * src/prefs_filtering.c
2978 fix renaming rules on folder rename
2979 when folder is not a leaf folder
2981 2002-08-21 [paul] 0.8.1claws91
2983 * src/prefs_folder_item.c
2984 fix alignment of colour selector
2986 2002-08-21 [paul] 0.8.1claws90
2988 * sync with 0.8.1cvs27
2989 see ChangeLog 2002-08-21
2991 2002-08-21 [paul] 0.8.1claws89
2994 fix crash when changing field type in
2997 2002-08-21 [colin] 0.8.1claws88
3000 Made quick search case-insensitive
3002 2002-08-21 [paul] 0.8.1claws87
3004 * sync with 0.8.1cvs26
3005 see ChangeLog 2002-08-21
3007 2002-08-20 [christoph] 0.8.1claws86
3011 * src/summaryview.[ch]
3012 more summaryview/folderitem seperation for
3013 sort_key and sort_type
3015 added missing return statement
3017 2002-08-20 [colin] 0.8.1claws85
3019 * src/summaryview.[ch]
3020 Added a quick search box
3022 * src/prefs_common.[ch]
3023 Added a show/hide option for the quick search
3025 2002-08-20 [oliver] 0.8.1claws84
3028 remove toolbar_create_popups
3030 o remove toolbar_create_popups
3031 o fix toolbar_set_sensitive
3032 (Bug reports #596834 and #596832)
3033 * src/prefs_toolbar.c
3034 o add "Set default" button
3035 o align label and text + combo widgets
3037 2002-08-20 [hoa] 0.8.1claws83bis
3040 fixed a bug in imap_fetch_msginfo() in case there is no
3043 2002-08-20 [darko] 0.8.1claws83
3046 copy the color style of folder view so it
3047 works with GTK themes
3049 2002-08-20 [darko] 0.8.1claws82
3053 * src/prefs_folder_item.[hc]
3054 don't use UI stuff in folder.h
3056 2002-08-20 [darko] 0.8.1claws81
3059 * src/prefs_folder_item.h
3061 * src/prefs_folder_item.c
3062 ability to set folder color in folderview
3064 2002-08-19 [alfons] 0.8.1claws80
3067 fix one of the earlier memleaks reported by Martin Kluge
3069 2002-08-19 [alfons] 0.8.1claws79
3072 hide notice view when selecting seperate folder
3073 view (reported by Urke MMI)
3075 2002-08-19 [christoph] 0.8.1claws78
3078 * src/prefs_folder_item.h
3079 * src/summaryview.[ch]
3080 o add summary_set_prefs_from_folderitem to set
3081 summaryview prefs (first step to remove all
3082 references to the folderitem in summaryview)
3083 o moved compiled regex stuff from folderitem prefs
3086 2002-08-19 [paul] 0.8.1claws77
3089 add check for '.' to QUOTE_IF_REQUIRED
3091 2002-08-19 [paul] 0.8.1claws76
3094 sync with 0.8.1cvs25 (plug memory leak)
3096 * src/prefs_toolbar.c
3097 re-order prefs_toolbar_cancel()
3099 2002-08-18 [alfons] 0.8.1claws75
3103 plug other memleaks reported by Martin Kluge
3105 2002-08-18 [paul] 0.8.1claws74
3108 updated by Fabio Jr. Beneditto
3110 2002-08-18 [paul] 0.8.1claws73
3113 fix bug where tooltips were displayed untranslated
3115 * src/prefs_toolbar.c
3116 fix bug where clicking 'Cancel' creates an icon & text
3117 toolbar regardless of prefs
3120 2002-08-17 [oliver] 0.8.1claws72
3122 * src/prefs_toolbar.c
3123 update toolbar on CANCEL
3124 bug reported by Martin Kluge
3126 toolbar_destroy memleak fixed
3128 2002-08-17 [alfons] 0.8.1claws71
3131 plug another memleak reported by Martin Kluge
3133 2002-08-16 [alfons] 0.8.1claws70
3136 use execvp() correctly (suggested by wwp; thanks!)
3138 2002-08-16 [alfons] 0.8.1claws69
3141 plug memory leak reported by Kim Schultz & Martin Kluge
3143 2002-08-16 [paul] 0.8.1claws68
3146 updated by Ricardo Mones Lastra
3148 2002-08-16 [paul] 0.8.1claws67
3151 fix bug where 'Compose News' icon showed wrong
3154 2002-08-16 [paul] 0.8.1claws66
3156 * sync with 0.8.1cvs24
3157 see ChangeLog 2002-08-16
3160 updated by Alessandro Maestri
3162 2002-08-15 [paul] 0.8.1claws65
3167 2002-08-15 [paul] 0.8.1claws64
3170 don't translate debug info
3175 2002-08-15 [paul] 0.8.1claws63
3177 * src/prefs_toolbar.c
3178 fix bug where clicking 'OK' creates an icon & text
3179 toolbar regardless of prefs
3181 2002-08-14 [alfons] 0.8.1claws62
3184 add global var that has the full argv[0]
3186 o execvp the correct sylpheed by using argv0
3187 and setting the correct work dir
3190 2002-08-14 [oliver] 0.8.1claws61
3192 * enable/disable Toolbar Action Buttons
3196 * src/prefs_toolbar.c
3198 2002-08-14 [melvin] 0.8.1claws60
3201 Updated French translations
3203 2002-08-14 [melvin] 0.8.1claws59
3206 Made bug report not translatable
3208 Fixed exporthtml_build_filespec() return value
3210 Fixed incorrect include file
3212 * src/prefs_actions.c
3213 * src/prefs_toolbar.c
3214 Made debug info not translatable
3217 Added missing includes
3218 * src/prefs_common.c
3221 2002-08-14 [paul] 0.8.1claws58
3223 * faq/es/sylpheed-faq.html
3224 faq/es/sylpheed-faq-[1-3].html
3225 faq/es/sylpheed-faq-4.html **NEW FILE **
3228 2002-08-13 [christoph] 0.8.1claws57
3231 ignore thread fix that did not mark all
3232 child nodes of a ignored thread as
3233 ignored. Does not work perfectly yet,
3234 but it is better now
3236 2002-08-13 [alfons] 0.8.1claws56
3239 o implement 'save crash log'
3242 2002-08-13 [melvin] 0.8.1claws55
3245 removed unrequired "execinfo.h" header
3247 2002-08-12 [paul] 0.8.1claws54
3249 * faq/en/sylpheed-faq.html
3250 faq/en/sylpheed-faq-[1-3].html
3251 faq/en/sylpheed-faq-4.html **NEW FILE **
3254 2002-08-12 [alfons] 0.8.1claws53
3257 add crash.c to translatables
3259 bring in Leandro's crash dialog
3261 2002-08-11 [alfons] 0.8.1claws52
3264 clean up some warnings
3266 2002-08-11 [alfons] 0.8.1claws51
3270 * src/crash.[ch] ** NEW FILES **
3272 initial gdb crash handler
3274 2002-08-11 [paul] 0.8.1claws50
3276 * src/prefs_toolbar.c
3277 replace Up/Down arrow pixmaps with text to be
3278 consistent across icon themes
3280 2002-08-11 [paul] 0.8.1claws49
3282 * src/prefs_common.c
3284 rename 'Pixmap' -> 'Icon'
3287 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
3289 2002-08-10 [paul] 0.8.1claws48
3291 * src/prefs_toolbar.c
3294 2002-08-10 [paul] 0.8.1claws47
3297 don't write Processing progress to status bar
3298 patch submitted by Alexander Evseev
3300 * src/prefs_toolbar.c
3301 re-position and resize window
3302 make window assume correct size on first call
3304 2002-08-10 [paul] 0.8.1claws46
3311 follow UI text conventions
3313 2002-08-10 [alfons] 0.8.1claws45
3316 correct pixmap for delete action
3318 2002-08-10 [paul] 0.8.1claws44
3321 updated by Fabio Jr. Beneditto
3323 2002-08-10 [paul] 0.8.1claws43
3326 add custom toolbar files
3328 2002-08-10 [paul] 0.8.1claws42
3330 * sync with 0.8.1cvs22
3331 see ChangeLog 2002-08-09
3333 2002-08-09 [paul] 0.8.1claws41
3337 tools/outlook2sylpheed.pl ** NEW FILE **
3338 add script to convert exported Outlook
3339 contacts list to a Sylpheed addressbook.
3340 Submitted by Ricardo Mones Lastra.
3342 2002-08-09 [paul] 0.8.1claws40
3346 po/sr.po ** NEW FILE **
3347 add Serbian message catalog. Submitted by
3348 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
3350 2002-08-09 [paul] 0.8.1claws39
3352 * sync with 0.8.1cvs21
3353 see ChangeLog 2002-08-08
3355 2002-08-08 [oliver] 0.8.1claws38
3358 move Custom Toolbar to Configuration menu
3360 2002-08-08 [oliver] 0.8.1claws37
3362 * src/prefs_toolbar.c
3363 fix substitute pixmap bug
3365 2002-08-08 [paul] 0.8.1claws36
3367 * sync with 0.8.1cvs19
3368 see ChangeLog 2002-08-08
3370 2002-08-07 [christoph] 0.8.1claws35
3373 fixed a memory leak in new canonicalize_file_replace
3375 2002-08-07 [christoph] 0.8.1claws34
3378 o canonicalize_file_replace should create the temporary
3379 file in the same directory as the original file.
3380 o added get_tmpfile_in_dir that creates a temorary file
3381 in a specified directory.
3383 2002-08-07 [melvin] 0.8.1claws33
3386 fixed bug where 'Article' button acted as 'Email' button.
3388 2002-08-07 [paul] 0.8.1claws32
3390 * sync with 0.8.1.cvs17
3391 see ChangeLog 2002-08-07
3393 2002-08-07 [colin] 0.8.1claws31
3396 fix mass-cancel problem
3398 2002-08-07 [thorsten] 0.8.1claws30
3400 * src/prefs_toolbar.c
3401 fix: crash on replace or add new button
3403 fix: close xmlfile after reading
3405 fix: unlink() file before rename()
3407 2002-08-06 [paul] 0.8.1claws29
3409 * sync with 0.8.cvs15
3410 see ChangeLog 2002-08-06
3412 2002-08-06 [oliver] 0.8.1claws28
3415 * src/prefs_toolbar.c
3416 fixed empty toolbar issue
3418 2002-08-06 [oliver] 0.8.1claws27
3420 * Custom Toolbar Final
3424 o toolbar stuff now lives in src/toolbar.[ch]
3425 o main_window_toolbar_* functions are renamed to
3426 toolbar_* reflecting their new source file
3427 * src/mainwindow.[ch]
3428 o remove toolbar stuff
3430 2002-08-06 [oliver] 0.8.1claws26
3433 * src/prefs_toolbar.[ch] **New File**
3434 * src/toolbar.[ch] **New File**
3435 o prefs_toolbar.[ch] custom toolbar frontend
3436 o toolbar.[ch] backend
3438 2002-08-06 [oliver] 0.8.1claws25
3440 * src/prefs_actions.[ch]
3441 o new exported function actions_execute
3443 2002-08-06 [paul] 0.8.1claws24
3445 * sync with 0.8.1cvs4
3446 see ChangeLog 2002-08-06
3448 2002-08-06 [paul] 0.8.1claws23
3450 * sync with 0.8.1cvs13
3451 see ChangeLog 2002-08-06
3453 2002-08-06 [paul] 0.8.1claws22
3455 * sync with 0.8.1cvs12
3456 see ChangeLog 2002-08-05 and 2002-08-06
3458 2002-08-06 [match] 0.8.1claws21
3461 improvements to cut/copy/paste address
3463 2002-08-05 [match] 0.8.1claws20
3470 fixes to improve cut/copy/paste
3472 2002-08-06 [melvin] 0.8.1claws19
3475 account_find_all_from_address(): new function that returns the
3476 list of all accounts that are matched in an address.
3477 * src/alertpanel.[ch]
3478 alertpanel() now accepts a custom widget
3479 alertpanel_with_widget(): new function that pops up a panel with
3480 a custom widget in it
3482 gtkut_account_menu_new(): new function that allows the selection
3483 of an account from a list of accounts.
3485 Extended Return Receipt notification to select the correct
3486 account and to make a security test on the Delivery-Notification
3487 address which should be the same as the Return-Path.
3489 2002-08-06 [thorsten] 0.8.1claws18
3492 attach_all: save unnamed as "noname.%d",
3493 dont free static dirname
3495 2002-08-05 [alfons] 0.8.1claws17
3498 detect XIM by trying to link rather than compile a XIM program
3500 2002-08-05 [oliver] 0.8.1claws16
3502 * src/stock_pixmap.[ch]
3503 o add UP_ARROW to available pixmaps (already in pixmap-directory)
3504 o new func to retrieve pixmaps
3506 2002-08-05 [paul] 0.8.1claws15
3508 * sync with 0.8.1cvs10
3509 see ChangeLog 2002-08-05
3511 2002-08-04 [alfons] 0.8.1claws14
3514 see if this plugs memleak
3516 2002-08-04 [melvin] 0.8.1claws13
3519 fixed bug that could crash Sylpheed when highlighting
3520 all misspelled words.
3522 2002-08-03 [melvin] 0.8.1claws12
3524 * src/prefs_actions.c
3525 removed unnecessary checks for NULL introduced in 0.8.1claws11.
3527 fixed bug where the Return Receipt was sent to
3528 Delivery-Notification-To address even if it was not present
3530 2002-08-02 [alfons] 0.8.1claws11
3532 * src/prefs_actions.c
3533 o more check for NULLs
3534 o put create_io_dialog() in right conditional block
3536 2002-08-02 [paul] 0.8.1claws10
3539 updated by Ricardo Mones Lastra
3541 2002-08-01 [christoph] 0.8.1claws9
3544 don't free the cache of the opened
3545 folder in the summaryview
3547 don't unset flags, if it is not required
3549 2002-08-01 [paul] 0.8.1claws8
3551 * sync with 0.8.1cvs8
3552 see ChangeLog entry 2002-08-01
3554 2002-08-01 [paul] 0.8.1claws7
3556 * sync with 0.8.1cvs7
3557 see ChangeLog 2002-07-31 and 2002-08-01
3559 2002-07-31 [christoph] 0.8.1claws6
3562 forgot to update menu sensitivity
3563 function for new menu entry
3565 2002-07-31 [alfons] 0.8.1claws5
3568 check folder item and its path for NULL on
3571 2002-07-31 [christoph] 0.8.1claws4
3574 check if folder_item_get_msginfo in
3575 folder_item_remove_msg returned NULL
3577 better clear the uid cache in the
3578 uid validity check function and delete
3581 2002-07-31 [paul] 0.8.1claws3
3584 add the '--attach' option and a few other
3587 2002-07-31 [paul] 0.8.1claws2
3589 * sync with 0.8.1cvs5
3590 see ChangeLog 2002-07-31
3592 2002-07-31 [christoph] 0.8.1claws1
3594 * src/folderview.[ch]
3596 replace "Rescan all folders..." with
3597 "Check all folders for new messages..."
3599 2002-07-30 [paul] 0.8.1claws
3601 * version 0.8.1claws released
3603 2002-07-30 [paul] 0.8.0claws29
3605 * tools/OOo2sylpheed.pl ** NEW FILE **
3607 add script to enable sending documents as
3608 attachments from OpenOffice.org
3610 2002-07-30 [melvin] 0.8.0claws28
3612 * src/prefs_actions.c
3613 Made the actions' input/output dialog display
3616 2002-07-30 [christoph] 0.8.0claws27
3619 check if folder_item_get_msginfo in
3620 procmsg_save_to_outbox returned NULL
3622 2002-07-30 [paul] 0.8.0claws26
3624 * sync with 0.8.1cvs4
3625 see ChangeLog 2002-07-29
3627 2002-07-29 [thorsten] 0.8.0claws25
3630 added selective download, delete on server
3632 2002-07-29 [paul] 0.8.0claws24
3634 * sync with 0.8.1cvs3
3635 see ChangeLog 2002-07-29
3637 2002-07-27 [christoph] 0.8.0claws23
3640 add extra check if fetching the msginfo
3643 2002-07-27 [paul] 0.8.0claws22
3645 * sync with 0.8.1cvs2
3646 see ChangeLog 2002-07-26
3648 2002-07-27 [christoph] 0.8.0claws21
3651 add another check if a valid msginfo
3654 2002-07-26 [hoa] 0.8.0claws20
3657 Fixed a condition in folder_item_destroy()
3660 Fixed an error in IMAP protocol
3662 2002-07-26 [alfons] 0.8.0claws19
3665 ofcourse compare with identifier, not the path
3667 2002-07-26 [alfons] 0.8.0claws18
3670 use folder item identifier for saving / restoring
3671 preferences because folder->path might not be unique
3673 2002-07-26 [melvin] 0.8.0claws17
3676 Fixed a crash introduced in 0.8.0claws5 when log is
3677 cut under 80 characters.
3679 2002-07-26 [paul] 0.8.0claws16
3681 * sync with 0.8.1cvs1
3682 see ChangeLog 2002-07-26
3684 2002-07-26 [christoph] 0.8.0claws15
3687 imap folder now remembers the last selected
3688 folder and imap_fetch_msginfo skips selecting
3689 the folder if it is already selected
3691 2002-07-26 [christoph] 0.8.0claws14
3696 fix imap folder rescanning
3698 2002-07-25 [christoph] 0.8.0claws13
3708 implement imap uid cache and uid validity check
3710 2002-07-25 [alfons] 0.8.0claws12
3713 fix a brown paper bag bug, and also add some more
3716 2002-07-25 [christoph] 0.8.0claws11
3719 don't mix copy, fetch_msginfo and remove
3720 operations in folder item copy and move
3723 2002-07-25 [christoph] 0.8.0claws10
3727 * src/prefs_folder_item.c
3728 * src/summaryview.[ch]
3729 remove no longer required parameter update_cache from
3732 2002-07-25 [paul] 0.8.0claws9
3739 2002-07-24 [alfons] 0.8.0claws8
3742 sort correctly when using simplified subject line
3743 (closes feature request "[ 585141 ] applying regexp to subject
3744 before sort" submitted by Alexandra Walford)
3746 2002-07-24 [paul] 0.8.0claws7
3748 * sync with 0.8.0cvs3
3749 see ChangeLog 2002-07-24
3751 2002-07-23 [christoph] 0.8.0claws6