1 2004-08-21 [colin] 0.9.12cvs70
4 When using inline encryption, don't use QP or Base64:
5 the mail will be encrypted to a 7bit string.
8 2004-08-21 [colin] 0.9.12cvs69
11 Fix inline-signing with 8bit chars: data must be
12 converted to Quoted-printable before signing.
14 2004-08-21 [colin] 0.9.12cvs68
17 Remove 'Message/Save to draft folder'
18 and 'Message/Save and keep editing' to
19 put a single 'File/Save' command.
22 2004-08-21 [colin] 0.9.12cvs67
25 Fix bug 222 (Summary view state not retained between sessions)
27 2004-08-20 [colin] 0.9.12cvs66
30 Fix bug 574 (empty cur_locale is not enough)
34 * src/plugins/pgpmime/plugin.c
35 modify PGP/MIME plugin's description
37 2004-08-16 [colin] 0.9.12cvs65
40 Fix version comparison
42 2004-08-16 [colin] 0.9.12cvs64
47 2004-08-16 [colin] 0.9.12cvs63
50 People with glibc 2.1 have had problems with non-blocking
51 SSL_connect. Disable it for glibc < 2.2.
53 2004-08-16 [colin] 0.9.12cvs62
58 2004-08-13 [colin] 0.9.12cvs61
60 * src/plugins/pgpmime/plugin.c
61 Add plugin's description
63 2004-08-12 [christoph] 0.9.12cvs60
66 fix bug that did not thaw folder updates when deleting
67 duplicates in empty folders
69 2004-08-12 [colin] 0.9.12cvs59
71 * src/plugins/trayicon/trayicon.c
72 Add a context menu with most common operations
74 2004-08-12 [colin] 0.9.12cvs58
80 Add support for Freedesktop.org's startup notification
82 2004-08-10 [colin] 0.9.12cvs57
87 * src/common/sylpheed.c
88 * src/common/sylpheed.h
89 Put back the ssl connect nonblocking...
90 without the race condition
92 2004-08-09 [colin] 0.9.12cvs56
96 * src/common/sylpheed.c
97 * src/common/sylpheed.h
98 Reverting previous commit, doesn't work
100 2004-08-09 [colin] 0.9.12cvs55
104 * src/common/sylpheed.c
105 * src/common/sylpheed.h
106 Make SSL_connect nonblocking, using a thread
108 2004-08-09 [paul] 0.9.12cvs54
111 reflect new location of sgpgme.c
113 sync with main, see ChangeLog 2004-08-09
115 2004-08-08 [christoph] 0.9.12cvs53
118 freeze FolderItem updates while deleting duplicate messages
120 2004-08-08 [christoph] 0.9.12cvs52
129 * src/plugins/Makefile.am
130 * src/plugins/pgpmime/.cvsignore
131 * src/plugins/pgpmime/Makefile.am
132 * src/plugins/pgpmime/pgpmime.c
133 * src/plugins/pgpmime/pgpmime.h
134 * src/plugins/pgpmime/plugin.c
135 * src/plugins/pgpmime/sgpgme.c
136 * src/plugins/pgpmime/sgpgme.h
137 new plugin for PGP/MIME
139 2004-08-07 [christoph] 0.9.12cvs51
142 disable immediate folder change notification on opened folders
143 until SummaryView can handle it quickly
145 2004-08-07 [colin] 0.9.12cvs50
148 * src/common/partial_download.c
151 2004-08-07 [colin] 0.9.12cvs49
162 * src/message_search.c
166 * src/summary_search.c
169 * src/gtk/sslcertwindow.c
170 * src/pixmaps/stock_dialog-error.xpm
171 * src/pixmaps/stock_dialog-info.xpm
172 * src/pixmaps/stock_dialog-question.xpm
173 * src/pixmaps/stock_dialog-warning.xpm
174 sync new alertpanel from gtk2
176 2004-08-07 [colin] 0.9.12cvs48
178 * src/prefs_folder_item.c
179 fix memory corruption in folderitem's prefs
181 2004-08-06 [colin] 0.9.12cvs47
184 close compose window after queuing, before
185 sending when user presses Send
187 2004-08-05 [christoph] 0.9.12cvs46
191 add charset to cache file and convert charset when reading the
192 cache if different from internal used charset
194 2004-08-05 [christoph] 0.9.12cvs45
200 cleanup (remove unused includes/reorganize)
202 * src/prefs_ext_prog.c
203 * src/prefs_folder_item.c
205 * src/prefs_msg_colors.c
206 * src/prefs_spelling.c
208 * src/prefs_toolbar.c
209 * src/prefs_wrapping.c
210 * src/gtk/prefswindow.[ch]
211 * src/plugins/clamav/clamav_plugin_gtk.c
212 * src/plugins/dillo_viewer/dillo_prefs.c
213 * src/plugins/image_viewer/viewerprefs.c
214 * src/plugins/spamassassin/spamassassin_gtk.c
215 change PrefsPage path into an array of strings and don't
216 split a single string into parts (better for translation)
218 2004-08-05 [christoph] 0.9.12cvs44
221 fix FolderItem's message counts after rebuilding a cache
223 2004-08-05 [paul] 0.9.12cvs43
230 * src/common/session.c
231 * src/common/session.h
232 * src/common/socket.c
233 sync with main 0.9.12cvs2
234 see ChangeLog 2004-08-04
236 2004-08-04 [christoph] 0.9.12cvs42
239 add missing AC_DEFINE(USE_OPENSSL, ...)
241 use new xml_node_new() function
243 2004-08-03 [christoph] 0.9.12cvs41
247 * src/common/xml.[ch]
248 sync with main 0.9.12cvs1
249 see ChangeLog 2004-07-23
251 2004-08-03 [christoph]
254 * m4/openssl.m4 ** REMOVE **
255 use pkg-config to get OpenSSL CFLAGS and LIBS
256 (OpenSSL 0.9.7 is required now)
258 2004-08-02 [paul] 0.9.12cvs40
261 update translation team section
263 updated by Frederico Goncalves Guimaraes
264 <fggdebian@yahoo.com.br>
266 2004-07-29 [colin] 0.9.12cvs39
269 Inform the user when a partially
270 downloaded mail isn't on the server
271 anymore (due to Mark for deletion)
273 2004-07-29 [colin] 0.9.12cvs38
276 Hide noticeview if necessary
278 2004-07-27 [colin] 0.9.12cvs37
281 More fixes (i overlook a bit, thanks
282 Christoph for spotting it)
284 2004-07-27 [colin] 0.9.12cvs36
289 2004-07-26 [colin] 0.9.12cvs35
292 Fix uidl-file parsing when not in new
295 2004-07-19 [colin] 0.9.12cvs34
298 Save attachment status when drafting
300 2004-07-19 [colin] 0.9.12cvs33
305 Reverse 0.9.12cvs29 to 31 (folder icon update
306 when quicksearch is active)
308 2004-07-18 [colin] 0.9.12cvs32
311 Fix partial download bug with "Download all
314 2004-07-18 [colin] 0.9.12cvs31
319 2004-07-17 [colin] 0.9.12cvs30
322 Same, when sticky search is off
324 2004-07-17 [colin] 0.9.12cvs29
329 Update FolderItem icon whenever its summaryview is
332 2004-07-16 [christoph] 0.9.12cvs28
335 make doubleclick work again
337 2004-07-16 [christoph] 0.9.12cvs27
340 fix freeze on mime icon doubleclick (opening doesn't work yet)
342 2004-07-16 [paul] 0.9.12cvs26
344 * src/gtk/quicksearch.c
349 * src/prefs_account.c
350 * src/prefs_display_header.c
352 replace "Message-Id" with "Message-ID"
354 2004-07-16 [paul] 0.9.12cvs25
360 * src/folder_item_prefs.c
364 * src/prefs_account.c
365 * src/prefs_account.h
370 sync with main 0.9.12cvs1
372 2004-07-15 [colin] 0.9.12cvs24
375 Disable GPG signature check during
377 (Closes Bug 521 Signature checking slows down Folder-Move)
379 2004-07-14 [christoph] 0.9.12cvs23
385 add checks if fopen really worked
387 2004-07-14 [colin] 0.9.12cvs22
390 * src/common/partial_download.c
393 2004-07-14 [colin] 0.9.12cvs21
399 * src/matcher_parser_parse.y
406 * src/prefs_matcher.c
411 * src/common/Makefile.am
413 * src/gtk/quicksearch.c
414 * src/common/partial_download.c ** NEW FILES **
415 * src/common/partial_download.h ** NEW FILES **
416 Partial downloading of pop3 mails
418 2004-07-13 [christoph] 0.9.12cvs20
421 use "button_release_event" instead of "button_press_event",
422 because executing event callbacks while the button is still
423 pressed is not good and causes problems
425 2004-07-12 [colin] 0.9.12cvs19
427 * src/gtk/quicksearch.c
428 Fix a missing status update in quicksearch
430 2004-07-08 [colin] 0.9.12cvs18
433 Fix guint vs gint bug
435 2004-07-08 [colin] 0.9.12cvs17
438 use to_human_readable() for sizes
440 2004-07-08 [paul] 0.9.12cvs16
443 fix occasional non-clearance of the statusbar
444 (close Bug 531 'SA plugin: status bar does not
445 get cleared in OFFLINE mode')
447 2004-07-07 [colin] 0.9.12cvs15
449 * src/prefs_common.c [1.225]
450 * src/prefs_common.h [1.112]
451 Add a hidden summary_quicksearch_sticky preference,
452 to allow the quicksearch bar to reset across folders
453 * src/summaryview.c [1.437]
455 * src/gtk/quicksearch.c [1.5]
456 * src/gtk/quicksearch.h [1.3]
457 Add this preference, fix focus when hitting Enter,
458 add handling of Esc key to reset
460 2004-07-06 [colin] 0.9.12cvs14
462 * src/gtk/quicksearch.c [1.4]
465 2004-07-06 [christoph] 0.9.12cvs13
468 enable next unread button in empty folders if next folder
469 dialog is not disabled
471 (Closes Feature Request [ 755800 ] "next" button enabled in empty
474 2004-07-06 [colin] 0.9.12cvs12
476 * src/common/smtp.c [1.16]
477 Display maximum message size in the log
479 2004-07-06 [paul] 0.9.12cvs11
482 fix typo. (spotted by Fabien Vantard)
484 2004-07-06 [paul] 0.9.12cvs10
487 terminate cleanly on SIGHUP. Patch submitted by
488 Thomas Gilgin <thg@karate-muellheim.de>
490 2004-07-05 [christoph] 0.9.12cvs9
493 better replacing of %d in new mail notification command
495 2004-07-05 [colin] 0.9.12cvs8
497 * src/common/smtp.[ch]
498 Take SIZE (returned by EHLO) into account, and
499 avoid sending too big messages
501 2004-07-04 [paul] 0.9.12cvs7
504 fix auto-account selection on imap/news
506 2004-07-01 [paul] 0.9.12cvs6
508 * src/gtk/quicksearch.c
509 reveal hidden string in gui
512 fix updating of gpg signing setting on
515 2004-06-30 [darko] 0.9.12cvs5
518 remove expand_search_string()
519 * src/gtk/quicksearch.c
520 remove no longer needed for loop (thanks Christoph)
521 add expand_search_string()
523 2004-06-30 [darko] 0.9.12cvs4
526 allow all filtering expressions in quicksearch
528 (Closes Bug 519 filtering expr. in quicksearch)
530 2004-06-30 [christoph] 0.9.12cvs3
536 allow plugins to define TEXTDOMAIN for the _(...) macro
538 2004-06-30 [paul] 0.9.12cvs2
544 src/prefs_msg_colors.[ch] ** NEW FILES **
545 move message colouring options to
546 '/Other Preferences/Message View/Colors'
548 2004-06-30 [paul] 0.9.12cvs1
554 src/prefs_wrapping.[ch] ** NEW FILES **
555 move message wrapping options to
556 /'Other Preferences/Compose/Message Wrapping'
558 2004-06-28 [paul] 0.9.12
560 * Sylpheed-Claws 0.9.12 released
565 updated by Ricardo Mones Lastra, Fabien Vantard,
568 2004-06-27 [paul] 0.9.11cvs19
571 re-enable certificate check
573 2004-06-25 [christoph] 0.9.11cvs18
576 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
578 2004-06-25 [paul] 0.9.11cvs17
580 * sync with main 0.9.12cvs1
581 see ChangeLog 2004-06-23
584 remove unused menu_toggle_toggle()
586 2004-06-23 [christoph] 0.9.11cvs16
592 scan the mime structure of multipart mails for correct
593 attachment, encryped and signed (with privacy API) part
596 (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
601 updated by Pavlo Bohmat
603 2004-06-20 [christoph] 0.9.11cvs15
607 disconnect after authentication when doing POP before SMTP
609 (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
611 2004-06-19 [christoph] 0.9.11cvs14
614 fix FolderItem name update
616 (Closes Bug 511 Folder-Renaming not reflected immediately)
618 2004-06-17 [paul] 0.9.11cvs13
620 * sync with main 0.9.12 release
622 session_set_timeout(): fixed a bug that didn't
623 reset timeout_tag when interval is 0.
625 2004-06-16 [christoph] 0.9.11cvs12
628 correctly clear the URL in the status bar
630 2004-06-15 [christoph] 0.9.11cvs11
633 add missing gtk_widget_show()
635 2004-06-11 [christoph] 0.9.11cvs10
637 * src/plugins/spamassassin/spamassassin.c
638 correctly check waitpid return code
640 (Closes Bug 396 Zombie process when spamassassin is called)
642 2004-06-10 [christoph] 0.9.11cvs9
645 * src/summaryview.[ch]
646 * src/gtk/Makefile.am
647 * src/gtk/quicksearch.c ** NEW **
648 separate quick search from summaryview
650 2004-06-09 [christoph] 0.9.11cvs8
656 get folder for compose default account from MsgInfo and not
659 2004-06-09 [christoph] 0.9.11cvs7
662 add information about added or removed messages to
663 FOLDER_ITEM_UPDATE hook
667 scan folder when removing a folder failed instead of
668 updating the summaryview
670 2004-06-08 [paul] 0.9.11cvs6
672 * sync with main 0.9.11cvs2
673 see ChangeLog 2004-06-08
675 2004-06-07 [christoph] 0.9.11cvs5
678 * src/common/Makefile.am
679 detect library providing 'encrypt' function
681 2004-06-07 [paul] 0.9.11cvs4
684 sync with main, 'code cleanup'
686 * tools/nautilus2sylpheed.sh
687 fix whitespace limitation. patch submitted by
688 Stephan Sachse <white@teg-clan.de>
690 2004-06-04 [christoph] 0.9.11cvs3
697 * src/folder_item_prefs.c
707 fix compiler warnings
709 2004-06-03 [paul] 0.9.11cvs2
712 sync with main 0.9.11cvs1: "changed gint32 to
713 guint32 for some platforms"
715 2004-06-02 [christoph] 0.9.11cvs1
718 fix SSL_CTX variable name for older OpenSSL versions
720 (Closes Bug 503 fix compilation with older OpenSSL)
722 2004-05-31 [paul] 0.9.11claws
724 * 0.9.11claws released
726 2004-05-31 [paul] 0.9.10claws72
735 update translations, submitted by Ricardo Mones Lastra,
736 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
737 Urke MMI, and Hansom Young
739 2004-05-25 [luke] 0.9.10claws71
743 * src/stockpixmap.[ch]
745 * src/pixmaps/privacy_emblem_encrypted.xpm ** NEW **
746 * src/pixmaps/privacy_emblem_failed.xpm ** NEW **
747 * src/pixmaps/privacy_emblem_passed.xpm ** NEW **
748 * src/pixmaps/privacy_emblem_signed.xpm ** NEW **
749 * src/pixmaps/privacy_emblem_warn.xpm ** NEW **
751 o Added privacy emblems from Jesper Shultz
752 <jesper@schultz-net.dk>
753 o Overlay emblems onto mimeview icons to indicate
754 status of signature and if a message is encrypted
757 remove unused color definitions (were used to
760 2004-05-25 [paul] 0.9.10claws70
765 tools/nautilus2sylpheed.sh ** NEW FILE **
766 add script to enable sending files from
768 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
770 * tools/launch_firebird ** REMOVED **
771 removed as the standard "firefox '%s'" now functions
774 2004-05-23 [paul] 0.9.10claws69
777 fix %X cursor point segfault
780 2004-05-23 [christoph] 0.9.10claws68
785 2004-05-21 [paul] 0.9.10claws67
787 * sync with 0.9.10cvs17
788 see ChangeLog 2004-05-21
790 2004-05-20 [paul] 0.9.10claws66
792 * sync with 0.9.10cvs16
793 see ChangeLog 2004-05-19 and 2004-05-20
795 2004-05-19 [alfons] 0.9.10claws65
798 on some platforms regoff_t is defined as off_t, so
801 2004-05-19 [paul] 0.9.10claws64
803 * sync with 0.9.10cvs13
804 see ChangeLog 2004-05-18
806 2004-05-17 [christoph] 0.9.10claws63
809 search all folders when searching for default folders and
810 not return the special folder of the first folder
812 2004-05-13 [alfons] 0.9.10claws62
815 add a better check to see if a message is a news message
816 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
818 2004-05-13 [paul] 0.9.10claws61
821 sync with 0.9.10cvs12
822 see ChangeLog 2004-05-12
824 2004-05-12 [alfons] 0.9.10claws60
827 release lock in case of folder could not be opened
829 2004-05-11 [christoph] 0.9.10claws59
832 remove unused folderview update stuff from inc.[ch]
834 2004-05-11 [paul] 0.9.10claws58
836 * sync with 0.9.10cvs11
837 see ChangeLog 2004-05-10 and 2004-05-11
839 2004-05-09 [christoph] 0.9.10claws57
842 check for folder class functions and not folder type to detect
845 2004-05-08 [christoph] 0.9.10claws56
848 fix date output for signature expire times
850 (Patch by Edgar Toernig <froese@gmx.de>)
852 2004-05-06 [christoph] 0.9.10claws55
854 * src/gtk/prefswindow.c
855 change window type to DIALOG
860 o add folder_remove()
861 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
862 o add new "sort" field to Folder, no longer sort folders by type
863 higher sort values will be first in the folder list, new folders get 0
864 and will be added to the end
867 * src/gtk/Makefile.am
868 * src/gtk/foldersort.(c|h|glade) ** NEW **
869 add dialog to allow users to change the folder order
871 2004-05-04 [paul] 0.9.10claws54
874 Display account_name in statusbar when retrieving
875 messages from a pop account
876 * src/prefs_account.c
877 display account name in title of prefs_account
879 * src/prefs_folder_item.c
880 display folder name in title of prefs_folder window
882 all 3 patches submitted by Fabien Vantard
887 2004-05-04 [paul] 0.9.10claws53
889 * src/prefs_actions.c
891 'Esc' Key exits alertpanel
892 Patch submitted by Fabien Vantard <fzz@ifrance.com>
894 2004-04-26 [christoph] 0.9.10claws52
898 * src/gtk/description_window.c
900 * src/gtk/gtkaspell.c
901 * src/gtk/inputdialog.c
902 * src/gtk/pluginwindow.c
903 * src/gtk/progressdialog.c
904 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
905 it does not work correctly with xinerama
906 o lock incorporation while the plugin window is open
908 2004-04-23 [paul] 0.9.10claws51
911 update location of inputdialog.c
914 update Copyright string
919 improve the english a little
921 2004-04-22 [christoph] 0.9.10claws50
923 * src/folderutils.[ch]
924 add folderutils_mark_all_read()
927 readd "mark all read" from popup menu, now works
928 in all folders and not only the opened folder
930 2004-04-21 [christoph] 0.9.10claws49
933 * src/inputdialog.[ch] ** REMOVED **
934 * src/gtk/Makefile.am
935 * src/gtk/inputdialog.[ch] ** NEW **
936 move inputdialog.[ch] into gtk directory
939 remove check for missing IMAP folder account
941 2004-04-20 [christoph] 0.9.10claws48
945 remove new/rename/delete folder GUI functions because
946 they are always active, even for news folders, and can
947 not be easily made folder class dependent
950 make menu_translate() public
954 * src/folderview.[ch]
955 * src/imap_gtk.[ch] ** NEW **
957 * src/mh_gtk.[ch] ** NEW **
958 * src/news_gtk.[ch] ** NEW **
959 o dynamically build FolderView popup menus from a folder
960 specific part, with callbacks to seperated code, and
962 o remove the folder class specifiy code from folderview.c
964 2004-04-15 [luke] 0.9.10claws47
966 * src/prefs_folder_item.c
967 o remove buttons for applying 'scan for new mail'
968 and 'process at startup' to sub folders
969 o add 'apply to sub folder' check buttons for all
970 properties and set folder prefs accordingly
971 o replace multiple gtk_widget_show() with one
972 gtk_widget_show_all() on container
974 2004-04-14 [darko] 0.9.10claws46
976 * src/gtk/Makefile.am
977 * src/gtk/pluginwindow.c
978 load plugins from to $(prefix)/lib/sylpheed/plugins
979 in file selection dialog
980 * src/plugins/clamav/clamav_plugin.c
983 2004-04-14 [christoph] 0.9.10claws45
986 * src/plugins/image_viewer/viewer.c
989 2004-04-10 [alfons] 0.9.10claws44
992 appropriate auto account selection when forwarding
993 (fixes bug #476, "forward as attachment does not listen
996 2004-04-09 [alfons] 0.9.10claws43
999 make quick search combo matching case sensitive
1001 2004-04-06 [alfons] 0.9.10claws42
1004 use cursor position to prevent clearing the entire entry
1006 2004-04-06 [alfons] 0.9.10claws41
1009 fix bug #472, "filter not updated when renaming folder"
1011 2004-04-06 [alfons] 0.9.10claws40
1013 * src/messageview.[ch]
1015 reflect changes to Show all headers to main view
1016 and message view (only affects detached message
1017 view). see also bug #473, 'Show All Headers
1020 2004-04-03 [alfons] 0.9.10claws39
1025 2004-04-03 [alfons] 0.9.10claws38
1027 * src/matcher_parser_parse.y
1029 prepare address look up matcher type; marginally
1030 tested, and not hooked into the UI yet.
1032 basically it accepts the result of the left hand
1033 side of the matcher (the "criteria"):
1035 from all_in_addressbook ""
1036 ~to_or_cc any_in_addressbook ""
1038 the first case matches all addresses found in the
1039 from header, and the second case matches if any
1040 (at least one) of the addresses in to or cc headers
1041 are not in the address book.
1043 the string argument is not used yet, but is intended
1044 to match a group of addresses
1046 2004-04-02 [luke] 0.9.10claws37
1048 * src/prefs_folder_item.c
1049 Add two buttons to apply 'scan for new mail'
1050 and 'process at startup' to sub folders
1053 * tools/textviewer.sh
1054 better filename extension matching plus some support for
1055 MS Excel, MS Powerpoint and HTML
1057 2004-03-29 [christoph] 0.9.10claws36
1060 * src/folderutils.[ch]
1062 add delete duplicates for all folders
1064 2004-03-29 [alfons] 0.9.10claws35
1067 don't pass NULL to XXXprintf(); fixes Solaris crashes
1068 when selecting top-level folder node (thanks to
1071 2004-03-28 [keith] 0.9.10claws34
1074 prepend "http://" to URIs of the form "www.example.com"
1076 2004-03-28 [paul] 0.9.10claws33
1085 revise 'translatable string' policy:
1086 don't translate debug_print() or log_print(),
1087 translate log_message() and log_warning()
1090 update submitted by Hansom Young
1092 2004-03-25 [alfons] 0.9.10claws32
1094 * src/prefs_common.c
1095 I mean this one: Return the GList...
1097 2004-03-25 [alfons] 0.9.10claws31
1099 * src/prefs_common.h
1100 add new members at the end of prefs_common, so
1101 they get properly initialized
1103 2004-03-24 [christoph] 0.9.10claws30
1106 o NULL is a valid GSList
1108 2004-03-24 [alfons] 0.9.10claws29
1110 * src/prefs_common.[ch]
1113 add history to quick search (patch submitted by
1114 Ivan Francolin Martinez - thanks!)
1116 2004-03-24 [alfons] 0.9.10claws28
1119 NULL output pointer parameter
1121 2004-03-21 [alfons] 0.9.10claws27
1123 * src/addrindex.[ch]
1125 complete addresses on nicks and aliases
1127 2004-03-21 [alfons] 0.9.10claws26
1132 disable filters on import mbox (patch submitted
1135 2004-03-21 [darko] 0.9.10claws25
1138 select the address when only one match is found while
1139 doing address completion with tab key (feature
1142 2004-03-21 [alfons] 0.9.10claws24
1146 don't `navigate-delete` when a summary view's selection does not
1147 match the accompanying message view's message
1149 2004-03-20 [alfons] 0.9.10claws23
1152 hide ext search button on initial display (should fix bug #459,
1153 "Toggling quick-search at 1st time: minor UI inconsistency")
1155 2004-03-20 [alfons] 0.9.10claws22
1157 * src/summaryview.[ch]
1158 add function to get selected msginfo, if there's
1161 2004-03-20 [paul] 0.9.10claws21
1163 * sync with 0.9.10cvs7
1164 see ChangeLog 2004-03-19
1166 2004-03-19 [paul] 0.9.10claws20
1176 don't translate strings in debug_print(), log_print(),
1177 log_message(), and log_warning()
1179 2004-03-19 [alfons] 0.9.10claws19
1181 better next/previous/delete/focus navigation with separate
1185 call summaryview_delete() instead of messageview_delete()
1187 disable messageview_delete()
1189 2004-03-18 [paul] 0.9.10claws18
1191 * sync with 0.9.10cvs6
1192 see ChangeLog 2004-03-16
1194 2004-03-17 [alfons] 0.9.10claws17
1197 remove bogus semicolon after if() (sometimes it pays to
1200 2004-03-15 [darko] 0.9.10claws16
1203 support full path in place of a filename
1205 store directory attachments were saved to and
1206 use it when saving attachments
1207 * src/prefs_common.[hc]
1208 store directory attachments were last saved to
1210 2004-03-15 [paul] 0.9.10claws15
1213 fix bug where unsubscribing a newsgroup would destroy
1214 (most of the) filtering rules
1216 2004-03-15 [paul] 0.9.10claws14
1219 fix Bug 458, 'Folder View remaining empty after
1220 removing a NEWS account' (was also true of IMAP
1223 2004-03-15 [paul] 0.9.10claws13
1226 fix folderview invisibility of newly subscribed
1229 2004-03-13 [paul] 0.9.10claws12
1232 src/plugins/dillo_viewer/dillo_prefs.c
1233 src/plugins/image_viewer/viewerprefs.c
1234 gettextise some forgotten parts
1236 2004-03-13 [alfons] 0.9.10claws11
1239 make sure the correct type is passed to sscanf()
1241 2004-03-13 [paul] 0.9.10claws10
1243 * sync with 0.9.10cvs5
1244 see ChangeLog 2004-03-02 and 2004-03-12,
1246 'always move messages by default when using DnD (except
1247 for News folder). Copy messages if Ctrl-key is pressed.'
1248 and 'added a function to filter selected messages'
1250 2004-03-12 [christoph] 0.9.10claws9
1253 add parameter check to conv_unmime_header_overwrite()
1257 o fix removing of NEW flag when UNREAD is unset
1262 (Closes 437 i18n attachment display error.)
1264 2004-03-12 [paul] 0.9.10claws8
1267 update. submitted by Andrea Spadaccini <lupin85@email.it>
1272 2004-03-12 [alfons] 0.9.10claws7
1275 o quiet compiler and typecast Folder * to IMAP Folder *
1276 o wake up and fix my previous incompatible type assignment bug
1278 2004-03-12 [alfons] 0.9.10claws6
1281 don't mix up pointers to int, guint32 _and_
1284 2004-03-12 [christoph] 0.9.10claws5
1287 Add error requester when renaming a folder failed
1290 Check new FolderItem name for namespace seperator
1293 (Closes Bug 443 Bad named IMAP folders won't be displayed)
1295 2004-03-11 [christoph] 0.9.10claws4
1300 syncronize flags in cache with IMAP folder flags
1302 Adapted a patch submitted by Simon 'corecode' Schubert
1303 <corecode@corecode.ath.cx>
1306 2004-03-11 [alfons] 0.9.10claws3
1309 remove dead code that at one time controlled display of
1312 2004-03-10 [paul] 0.9.10claws2
1315 updated by Lupino <lupin85@email.it>
1317 2004-03-09 [alfons] 0.9.10claws1
1320 we're not using yywrap, but we may, so close yyin instead
1323 2004-03-08 [paul] 0.9.10claws
1325 * 0.9.10claws released
1327 2004-03-08 [paul] 0.9.9claws41
1335 update translations. submitted by Ricardo Mones Lastra,
1336 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
1339 2004-03-06 [paul] 0.9.9claws40
1341 * src/stock_pixmap.c
1342 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
1343 patch submitted by Pawel Pekala
1345 2004-03-06 [alfons] 0.9.9claws39
1348 allow nick name completion again
1350 2004-03-02 [match] 0.9.9claws38
1353 added definition of USE_LDAP_TLS to support TLS.
1356 * src/ldapserver.[ch]
1360 included LDAP TLS support.
1362 2004-03-02 [christoph] 0.9.9claws37
1365 o add more documentation for FolderClass
1366 o remove usused FolderClass virtual functions
1371 change creation of FolderClass because static initializations
1372 for structs suck in C89
1378 2004-02-28 [keith] 0.9.9claws36
1380 * src/common/utils.c
1381 Fix treatment of whitespace in quicksearch bar (leading
1382 spaces and >1 space between commands and parameters).
1384 2004-02-27 [alfons] 0.9.9claws35
1387 Explicitly remove draft timeout to fix nasty race between
1388 compose_send_cb() (which destroys the compose window) and
1389 compose_defer_auto_save_draft() (which expects compose
1390 window to exist). Should fix Keith's and Fred Marton's
1391 bug report (#128, "crash after complaining about character
1394 2004-02-27 [luke] 0.9.9claws34
1397 Do folder_item_apply_processing() even if no processing
1398 rules for the folder exist (so global processing is applied)
1400 2004-02-26 [thorsten] 0.9.9claws33
1403 Remove misleading static declaration
1405 2004-02-26 [alfons] 0.9.9claws32
1411 use/add procmime_get_content_type_str() as a safe wrapper
1412 for returning a Content-Type type string; should fix
1413 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type=
1416 2004-02-26 [thorsten] 0.9.9claws31
1419 Restructure save_as/save_all
1421 2004-02-26 [alfons] 0.9.9claws30
1426 2004-02-26 [alfons] 0.9.9claws29
1433 * tools/textviewer.sh
1434 tweaks from Johann Koenig, recognition of shell
1435 scripts in particular
1437 2004-02-24 [paul] 0.9.9claws28
1439 * sync with 0.9.9cvs13
1440 see ChangeLog 2004-02-24
1442 2004-02-23 [paul] 0.9.9claws27
1445 one alertpanel on pop3 authentication error will suffice
1448 remove unnecessary printf
1450 2004-02-22 [alfons] 0.9.9claws26
1453 put back a lost check
1455 2004-02-21 [alfons] 0.9.9claws25
1458 don't forget to save folder properties after renaming folder
1460 2004-02-20 [paul] 0.9.9.claws24
1463 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
1466 complete sync with 0.9.9cvs9's 'update folderview
1470 require gettext >= 0.12.1
1472 2004-02-17 [match] 0.9.9claws23
1475 keep the peace - change style.
1477 2004-02-17 [alfons] 0.9.9claws22
1480 make MATCHACTION_STOP cancel filtering / processing;
1481 clean up and document it to make it a little bit more clear;
1483 2004-02-17 [alfons] 0.9.9claws21
1485 %X marks the cursor spot for reply quote format
1487 * src/quote_fmt_lex.l
1492 src/quote_fmt_parse.y
1496 handle %X token for replies only (for now)
1498 2004-02-17 [paul] 0.9.9claws20
1501 updated by Andrej Kacian
1504 remove unneeded include
1507 be a little more user-friendly with the labels
1510 a change forgotten in the last commit:
1511 SYLPHEED_ACLOCAL_INCLUDE(m4)
1513 2004-02-17 [paul] 0.9.9claws19
1515 * ac/* ** REMOVED **
1517 intl/Makefile.in ** REMOVED **
1519 m4/missing ** NEW **
1520 m4/missing/gdk-pixbuf.m4 ** NEW **
1521 m4/missing/gettext.m4 ** NEW **
1522 m4/missing/gpgme.m4 ** NEW **
1523 m4/missing/imlib.m4 ** NEW **
1524 m4/.cvsignore ** NEW **
1525 m4/Makefile.am ** NEW **
1527 m4/aclocal-include.m4 ** NEW **
1528 m4/aspell.m4 ** NEW **
1529 m4/check-type.m4 ** NEW **
1530 m4/gnupg-check-typedef.m4 ** NEW **
1531 m4/openssl.m4 ** NEW **
1532 m4/spamassassin.m4 ** NEW **
1533 po/ChangeLog ** REMOVED **
1534 po/Makefile.in.in ** REMOVED **
1535 po/Rules-quot ** REMOVED **
1536 po/boldquot.sed ** REMOVED **
1537 po/en@boldquot.header ** REMOVED **
1538 po/en@quot.header ** REMOVED **
1539 po/insert-header.sin ** REMOVED **
1540 po/quot.sed ** REMOVED **
1541 po/remove-potcdate.sed ** REMOVED **
1542 po/remove-potcdate.sin ** REMOVED **
1543 po/stamp-po ** REMOVED **
1547 enable building with automake 1.8.x
1548 add 'autopoint' to autogen.sh and remove all
1549 auto-generated files, remove ac/ in favour of
1552 2004-02-17 [alfons] 0.9.9claws18
1555 MSG_IS_NEWS() is not stored at all, and is bogus
1557 2004-02-17 [martin] 0.9.9claws17
1559 * src/prefs_themes.c
1560 fix crash when installing wrong theme and output an
1563 2004-02-16 [christoph] 0.9.9claws16
1566 * src/stock_pixmap.[ch]
1568 * src/pixmaps/linewrapcurrent.xpm ** NEW **
1569 add "Wrap current paragraph" to compose toolbar
1571 2004-02-15 [alfons] 0.9.9claws15
1574 refine previous commit to make sure other hook functions
1575 get their grab of the pie too
1577 2004-02-15 [alfons] 0.9.9claws14
1580 fix sync breakage so we don't pass invalid pointer types
1582 2004-02-15 [match] 0.9.9claws13
1584 * src/ldapquery.[ch]
1586 * src/addrindex.[ch]
1587 tweak threading calls.
1588 * src/addr_compl.[ch]
1589 add alias into completion list.
1592 improve context menu behavior.
1593 change menu sequence.
1594 add send mail from addressbook.
1595 * src/addrselect.[ch]
1597 add send mail from addressbook.
1599 2004-02-15 [christoph] 0.9.9claws12
1602 skip deleting when duplist is empty
1604 * src/folderview.[ch]
1606 * src/summaryview.[ch]
1607 call folderutils_delete_duplicates() from mainwindow code
1609 2004-02-15 [alfons] 0.9.9claws11
1611 * src/common/utils.c
1612 add prefix for italian ms o(e)
1614 2004-02-14 [paul] 0.9.9claws10
1617 fix updating of the folder view when creating a
1620 2004-02-13 [paul] 0.9.9claws9
1622 * src/plugins/clamav/clamav_plugin.c
1625 2004-02-13 [paul] 0.9.9claws8
1627 * sync with 0.9.9cvs9
1628 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
1630 2004-02-13 [alfons] 0.9.9claws7
1632 * src/common/utils.c
1633 fix wrong type of argument for ctype functions (pass unsigned
1634 char instead of signed char)
1636 2004-02-12 [alfons] 0.9.9claws6
1639 don't select text in header entry when composing to a
1640 default address, but rather give the header entry a
1641 different color / style (same as the folder new color)
1643 2004-02-12 [alfons] 0.9.9claws5
1645 * src/plugins/clamav/clamav_plugin.c
1646 don't exit(2) on libclamav init error - show a warning.
1647 (tested by damaging a clamav database file.)
1649 2004-02-12 [paul] 0.9.9claws4
1651 * sync with 0.9.9cvs4
1652 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
1654 2004-02-11 [luke] 0.9.9claws3
1657 remove redundant check introduced in 0.9.9claws1
1659 2004-02-11 [luke] 0.9.9claws2
1662 fix compilation of my previous commit without gpg enabled
1664 2004-02-10 [luke] 0.9.9claws1
1667 add borders to icons to indicate the privacy status for
1668 the message part (unknown/bad/good)
1670 2004-02-06 [paul] 0.9.9claws
1674 2004-02-06 [darko] 0.9.8claws64
1677 don't allow Ctrl+Enter while external editor is active
1679 2004-02-06 [paul] 0.9.8claws63
1685 update Spanish, Polish, Slovak, and Serbian translations.
1686 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
1689 2004-02-04 [alfons] 0.9.8claws62
1692 grab focus only when lbutton was pressed (bug #430 cont'd;
1693 don't have clue yet why the cursor pos is at the end of the
1696 2004-02-04 [alfons] 0.9.8claws61
1699 always grab focus when one of the header entries is clicked
1700 (should fix bug #430, "no focus on pasted addresses 3 & higher")
1704 * ac/missing/gdk-pixbuf.m4
1707 prevent 'underquoted definition' warnings
1708 patch submitted by David Relson
1710 * src/plugins/clamav/README
1711 update, improve, correct
1713 2004-01-31 [thorsten] 0.9.8claws60
1716 'dir' not initialized if group has no messages
1718 2004-01-29 [christoph] 0.9.8claws59
1720 * src/customheader.[ch]
1721 add custom_header_is_allowed() to check for disallowed header names
1722 that must not be overridden by custom headers
1725 always write From: header and use custom_header_is_allowed() to
1726 check if custom header should be written
1728 * src/prefs_customheader.c
1729 check if custom header is disallowed using custom_header_is_allowed()
1732 destroy message id GHashTable before freeing the MsgInfos
1734 2004-01-29 [paul] 0.9.8claws58
1736 * sync with 0.9.9 release
1737 see ChangeLog 2004-01-29
1739 2004-01-29 [paul] 0.9.8claws57
1741 * sync with 0.9.8cvs11
1742 see ChangeLog 2004-01-29
1744 2004-01-28 [christoph] 0.9.8claws56
1748 return WARN signature status when signature is not trusted
1752 * src/folderutils.[ch] ** NEW **
1754 implement delete duplicates summaryview independent
1756 2004-01-28 [paul] 0.9.8claws55
1758 * sync with 0.9.8cvs10
1759 see Changelog 2004-01-27 and 2004-01-28
1761 2004-01-26 [christoph] 0.9.8claws54
1764 create a root node for the Folder if scan fails because root
1765 folder does not exist
1767 2004-01-26 [paul] 0.9.8claws53
1769 * sync with 0.9.8cvs7
1770 see ChangeLog 2004-01-23
1772 2004-01-25 [alfons] 0.9.8claws52
1775 remove left-over constant INDENT_CHARS
1777 2004-01-25 [alfons] 0.9.8claws51
1780 add NULL pointer check for mimeinfo->node in
1781 procmime_mimeinfo_parent()
1783 2004-01-25 [darko] 0.9.8claws50
1786 make "Wrap all long lines" toolbar button wrap all
1787 long lines not just the current line
1788 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
1791 2004-01-25 [alfons] 0.9.8claws49
1794 remove g_strstrip(); prevents a NULL pointer deref, and isn't
1795 necessary anyway, because *scanf() functions neglect white
1797 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
1799 2004-01-25 [paul] 0.9.8claws48
1801 * src/prefs_ext_prog.c
1802 apply Alfons' patch to check for NULL pointers
1805 2004-01-25 [paul] 0.9.8claws47
1807 * sync with 0.9.8cvs8
1808 see ChangeLog 2004-01-23
1810 2004-01-25 [thorsten] 0.9.8claws46
1813 remove orphaned mimeview unref()
1815 2004-01-23 [christoph] 0.9.8claws45
1818 set ctree widget style
1820 2004-01-23 [paul] 0.9.8claws44
1822 * sync with 0.9.8cvs5
1823 see ChangeLog 2004-01-22
1825 2004-01-23 [alfons] 0.9.8claws43
1828 remove redundant code in procmsg_get_thread_tree()
1830 2004-01-21 [christoph] 0.9.8claws42
1833 set ctree widget style, otherwise GTK does not use the
1834 the correct vertical size for the list items
1836 2004-01-21 [alfons] 0.9.8claws41
1839 GDK_Left should only switch to folderview when
1840 when summaryview hscrollbar is at the leftmost
1841 position (fixes bug #420, "Focus error")
1843 2004-01-21 [paul] 0.9.8claws40
1845 * sync with 0.9.8cvs4
1846 see ChangeLog 2004-01-20
1848 2004-01-20 [christoph] 0.9.8claws39
1851 remove setting sensitivity for no longer existing
1852 /Scoring... popup entry
1854 2004-01-20 [keith] 0.9.8claws38
1857 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
1859 2004-01-20 [paul] 0.9.8claws37
1862 demystify font settings
1865 use textview->msgfont for header->body in
1866 textview_show_header()
1868 2004-01-20 [paul] 0.9.8claws36
1872 remove superfluous debug_print's
1875 clear the statusbar after LOCAL incorporation
1877 2004-01-20 [paul] 0.9.8claws35
1879 * sync with 0.9.8cvs3
1880 see ChangeLog 2004-01-20
1882 2004-01-19 [keith] 0.9.8claws34
1885 don't show 'Search folder...' on popup menu
1886 if folder has no mails in it
1888 2004-01-17 [keith] 0.9.8claws33
1893 store position of compose window in prefs
1895 2004-01-17 [thorsten] 0.9.8claws32
1897 * src/gtk/gtkvscrollbutton.c
1898 ensure scrollbutton resize event on different gtk versions
1900 2004-01-15 [alfons] 0.9.8claws31
1903 keep MSG_REPLIED and MSG_FORWARDED even when marking a
1906 2004-01-12 [christoph] 0.9.8claws30
1909 better MIME-Version check
1911 2004-01-11 [alfons] 0.9.8claws29
1914 remove unnecessary but still effective check (could possibly
1915 lead to some unwanted side effects)
1917 2004-01-11 [alfons] 0.9.8claws28
1920 we should not prefer lowest message number while threading
1921 (introduced in previous commit)
1923 2004-01-11 [alfons] 0.9.8claws27
1926 subject threading fixes:
1928 - make message with lowest message number the
1930 - refine recording last node when threading. the last node
1931 should be the previous one if a node has a thread parent,
1932 or the current node if not
1934 (there's another threading bug fix coming up)
1936 2004-01-10 [paul] 0.9.8claws26
1939 src/prefs_ext_prog.c
1940 src/plugins/clamav/clamav_plugin_gtk.c
1943 2004-01-09 [christoph] 0.9.8claws25
1946 * src/string_match.[ch] ** REMOVE **
1947 * src/common/Makefile.am
1948 * src/common/string_match.[ch] ** NEW **
1949 move string_match.[ch] to common directory
1951 2004-01-09 [christoph] 0.9.8claws24
1954 add MIME-Version header for the message parser
1956 2004-01-09 [paul] 0.9.8claws23
1962 src/prefs_ext_prog.[ch] ** NEW FILES **
1963 move External Command options from 'Common Prefs/Other' to
1964 'Other Prefs/Message View/External Programs', also reveal
1965 the hidden options for audio player and image viewer.
1967 * src/prefs_common.c
1968 fix toggling of header pane
1970 2004-01-09 [paul] 0.9.8claws22
1973 when changing account also change the save folder
1976 if a text/plain attachment has 'Content-Disposition: attachment'
1977 don't display it inline
1979 2004-01-08 [christoph] 0.9.8claws21
1982 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
1983 otherwise thread the message content as one text part and
1984 don't assume charset US-ASCII which is only specified as
1985 default for MIME-messages
1987 2004-01-08 [paul] 0.9.8claws20
1989 * src/plugins/clamav/clamav_plugin.c
1990 src/plugins/spamassassin/spamassassin.c
1991 inform the user what is happening via the statusbar
1993 2004-01-06 [paul] 0.9.8claws19
1996 update Spanish translation. submitted by Ricardo
1999 2004-01-05 [paul] 0.9.8claws18
2001 * sync with 0.9.8cvs2
2002 see ChangeLog 2004-01-05
2004 2004-01-03 [luke] 0.9.8claws17
2008 o remove unused functions string_getchar() and file_getchar()
2009 o remove the getchar_ parameter from generic_get_one_field()
2010 o add an 'unfold' parameter to generic_get_one_field, to
2011 be used if no HeaderEntry is supplied
2012 o procheader_get_one_field_asis() uses
2013 generic_get_one_field().
2015 2004-01-01 [christoph] 0.9.8claws16
2017 * src/common/xml.[ch]
2018 o add xml_new_tag() to manage usage counts of strings correctly
2019 o correct xml_copy_tree() function name
2023 allow registering and unregistering of FolderClasses anytime
2025 2003-12-31 [christoph] 0.9.8claws15
2028 * src/common/xml.[ch]
2029 keep folderlist.xml data for unloaded FolderClasses
2031 2003-12-30 [luke] 0.9.8claws14
2033 * src/procheader.[ch]
2034 o added procheader_get_one_field_asis() that does not do
2036 o fix procheader_get_header_array_asis() to use the above,
2037 fixing ugliness of headers in textview
2040 o don't unfold headers when redirecting.
2042 2003-12-30 [paul] 0.9.8claws13
2049 src/prefs_themes.[ch] ** NEW FILES **
2050 redesign and move Icon Theme selector to
2051 the new prefs window
2053 * src/stock_pixmap.c
2054 fix the old bug where icons are not always
2055 updated when changing themes
2058 fix bug where the icons on the title row
2059 of the summary view were not updated
2061 all patches submitted by Ricardo Mones Lastra
2063 2003-12-30 [hoa] 0.9.8claws12
2066 run preglobal and postglobal processing rules
2067 even if the folder does not have any rules.
2069 2003-12-28 [paul] 0.9.8claws11
2073 ac/gnupg-check-typedef.m4
2076 fix 'underquoted definition' warnings, patch submitted by
2077 David Relson <relson@osagesoftware.com>
2079 * src/common/utils.c
2080 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
2081 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
2083 2003-12-28 [paul] 0.9.8claws10
2085 * sync with 0.9.8cvs1
2086 see ChangeLog 2003-12-17
2088 2003-12-27 [christoph] 0.9.8claws9
2090 * src/common/utils.[ch]
2091 add g_node_map() to map a GNode into a new GNode
2092 converting all node data's with a function
2100 o use g_node_map() to convert XML <-> Folder
2101 o remove redundant FolderItem->parent and
2102 replace it with folder_item_parent()
2104 2003-12-23 [christoph] 0.9.8claws8
2110 o use callback for notifications about added and
2112 o rewrite folderlist saving (new functions to create
2113 folder from XML tree, and XML tree from folder)
2115 * src/common/xml.[ch]
2116 add function to save XML trees
2118 * src/prefs_filtering.c
2121 2003-12-22 [christoph] 0.9.8claws7
2123 * src/prefs_account.[ch]
2124 add "SMTP only" accounts
2126 2003-12-20 [melvin] 0.9.8claws6
2129 Changed the interface for action_update_*_menu() so
2130 action.c does not need to know the paths of the different
2131 actions menu (mainwindow, message view and compose window).
2134 Tiny code cleanup to merge spell checker related code
2135 compose_update_actions_menu(): new function to update
2136 the actions menu. Use it in compose_create()
2139 compose_update_actions_menu(): new function to update
2140 the actions menu. Used also in prefs_actions.c.
2142 * src/mainwindow.[ch]
2143 main_window_update_actions_menu(): new function to update
2144 the actions menu. Used in main_window_create() and in
2147 * src/messageview.[ch]
2148 messageview_update_actions_menu(): new function to update
2149 the actions menu. Used in messageview_add_toolbar() and in
2152 * src/prefs_actions.c
2153 prefs_actions_ok(): fixed to update the actions menu of
2154 the separate message view and the compose windows.
2156 2003-12-20 [luke] 0.9.8claws5
2158 fix unfolding/newline stripping for multiline fields
2159 in generic_get_one_field()
2161 2003-12-19 [christoph] 0.9.8claws4
2165 o use subject_compare_for_sort() when comparing
2168 2003-12-19 [christoph] 0.9.8claws3
2171 more syncing with 0.8.9a
2173 2003-12-19 [christoph] 0.9.8claws2
2176 don't write all FolderItem XML attributes for the root node
2178 2003-12-19 [melvin] 0.9.8claws1
2181 Added missing menu branch (Tools/Create processing/rule)
2183 Updated French translation for the added string.
2185 2003-12-19 [paul] 0.9.8claws
2189 2003-12-19 [paul] 0.9.7claws51
2197 update translations. submitted by me, Ricardo Mones
2198 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
2201 * src/folder_item_prefs.c
2202 'enable_processing' set to FALSE by default
2204 2003-12-18 [melvin] 0.9.7claws50
2207 Updated French translation
2209 2003-12-17 [christoph] 0.9.7claws49
2212 revert discarding of whitespace from 0.9.7claws44
2214 RFC2822 2.2.3: Unfolding is accomplished by simply
2215 removing any CRLF that is immediately followed by WSP.
2217 2003-12-17 [paul] 0.9.7claws48
2220 fix new message count
2223 update autotools macros
2227 2003-12-16 [christoph] 0.9.7claws47
2230 fix folder update before adding MsgInfo to cache
2231 in add_msginfo_to_cache()
2234 remove old call to folder_item_update() that is no
2237 2003-12-16 [christoph] 0.9.7claws46
2240 make sure the shutdown process only runs once
2242 2003-12-16 [hoa] 0.9.7claws45
2246 * src/summaryview.[ch]
2247 Create filter rules using a message is fixed.
2248 We can now create processing rules using a message.
2250 2003-12-15 [alfons] 0.9.7claws44
2253 make sure we discard folding white space
2255 2003-12-15 [luke] 0.9.7claws43
2258 o use "name" parameter if "filename" doesn't exist
2260 2003-12-14 [alfons] 0.9.7claws42
2263 * src/common/utils.c
2264 allow quick finding based on the result of passing
2265 a message to an external command. E.g:
2269 gets me all the spam in a folder.
2271 2003-12-14 [luke] 0.9.7claws41
2275 o use parameter "filename" instead of "name" in a couple of
2276 places for correctness
2279 * src/common/utils.[ch]
2280 o make temporary filename for attachments safe for %p
2281 substitutions in actions.
2283 2003-12-13 [christoph] 0.9.7claws40
2286 readd exit(0) to clean_quit() because otherwise sylpheed
2287 does not always terminate
2291 add an identifier-string for PrivacySystems
2295 * doc/man/sylpheed.1
2298 2003-12-12 [paul] 0.9.7claws39
2303 correct and clean up './configure --help' info
2305 * src/plugins/clamav/clamav_plugin.c
2306 src/plugins/spamassassin/spamassassin.c
2307 correct plugin_desc(), works with LOCAL, IMAP, and
2312 src/matcher_parser_parse.y
2313 src/prefs_filtering_action.c
2314 use 'Change Score' instead of '(In/De)crease score'.
2315 use *CHANGE_SCORE* instead of *ADD_SCORE*
2318 hyphenate: 'Pre-processing', 'Post-processing'
2320 * src/prefs_account.c
2321 change 'Generate Message-ID' to 'Generate Message-Id'
2323 * src/prefs_folder_item.c
2324 change 'Processing on startup:' to 'Process at startup'
2325 change 'Scan for new mail:' to 'Scan for new mail'
2327 2003-12-11 [christoph] 0.9.7claws38
2331 make sure the clean_exit() funtion is not called again by the
2332 signal handler while it is already running
2334 (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
2339 2003-12-11 [paul] 0.9.7claws37
2342 'anonymise' Message-Id: header string
2344 2003-12-11 [paul] 0.9.7claws36
2346 * src/plugins/clamav/clamav_plugin.c
2347 fix (don't break) signature count
2348 use cl_strerror() instead of deprecated cl_perror()
2350 2003-12-11 [darko] 0.9.7claws35
2353 also update the sort arrow (thanks Christoph)
2355 2003-12-11 [darko] 0.9.7claws34
2358 allow reverting to default sort mode (no sort)
2360 2003-12-10 [hoa] 0.9.7claws33
2363 fixed quotation of string for matcher.
2365 2003-12-08 [paul] 0.9.7claws32
2369 plug memory leaks (patch by Alfons)
2371 2003-12-08 [christoph] 0.9.7claws31
2373 * src/folder_item_prefs.[ch]
2375 * src/prefs_folder_item.c
2376 add new FolderItem property to exclude folders from new
2379 Patch submitted by Chad Robinson <crobinson@rfgonline.com>
2381 2003-12-07 [paul] 0.9.7claws30
2383 * src/plugins/clamav/clamav_plugin.c
2386 2003-12-07 [thorsten] 0.9.7claws29
2389 debug_print some warning if destfolder missing
2390 * src/prefs_filtering.c
2391 uninitialized filter list when deleting a folder
2393 2003-12-06 [paul] 0.9.7claws28
2396 add Alfons' patch to trim line feeds
2398 2003-12-06 [paul] 0.9.7claws27
2400 * partial sync with 0.9.7cvs8
2401 leaving claws' online/offline more or less intact
2402 see ChangeLog 2003-12-04 and 2003-12-06
2404 2003-12-06 [christoph] 0.9.7claws26
2408 revert pirvacy API changes
2410 2003-12-05 [alfons] 0.9.7claws25
2413 clean up my old cruft
2415 2003-12-05 [alfons] 0.9.7claws24
2418 fix comparison buglet ;-) and make `test` matcher
2421 2003-12-05 [alfons] 0.9.7claws23
2423 * src/prefs_folder_item.c
2424 K&R 2nd Ed., page 241 (function parameter identifiers
2425 starting with an underscore are kind of insulting)
2427 2003-12-05 [hoa] 0.9.7claws22
2430 * src/mainwindow.[ch]
2432 add destructor for mainwindow so that the last
2433 MimeInfo opened in messageview is destroyed when
2436 2003-12-05 [hoa] 0.9.7claws21
2438 * src/filtering.[ch]
2440 * src/matcher_parser_lex.l
2441 * src/matcher_parser_parse.y
2442 * src/prefs_actions.c
2443 * src/prefs_filtering.c
2444 * src/common/utils.[ch]
2445 quote arguments before giving them to command line.
2446 fixed quote of string in matcher/processing/filtering rules.
2450 allows decryption to return a new whole
2451 MIME message structure.
2453 2003-12-04 [hoa] 0.9.7claws20
2455 * src/filtering.[ch]
2459 * src/matcher_parser_parse.y
2461 global rules to run before folder specific rules.
2462 global rules to run after folder specific rules.
2465 fixed quick addition of rules.
2467 * src/prefs_filtering.[ch]
2469 we can now customize the title for the dialog.
2470 updated case where we rename of delete folders.
2473 got back the function addressbook_browse_entry_cb()
2474 that is needed in case we compiled with LDAP support.
2476 2003-12-04 [paul] 0.9.7claws19
2478 * sync with 0.9.7cvs6
2479 see ChangeLog 2003-12-04
2480 fixes bug 171 'Wrong message decoing: koi8-r and
2481 iso8859-5 looks same. Can't read many emails.'
2483 2003-12-04 [paul] 0.9.7claws18
2486 remove 'src/prefs_scoring.c'
2488 2003-12-03 [hoa] 0.9.7claws17
2491 compilation of scoring.[ch] and prefs_scoring.[ch]
2494 * src/filtering.[ch]
2496 * src/folder_item_prefs.[ch]
2501 * src/matcher_parser.h
2502 * src/matcher_parser_parse.y
2503 * src/prefs_filtering.[ch]
2504 * src/prefs_filtering_action.c
2505 * src/prefs_folder_item.c
2506 * src/prefs_scoring.[ch] * REMOVED FILES *
2508 * src/scoring.[ch] * REMOVED FILES *
2510 merged scoring and filtering.
2512 Note : compatibility is kept by parsing score like
2513 add_score. To get the behaviour of older scoring
2514 system, you have to define some equivalent rule :
2515 "score_lower -9999 hide"
2516 "score_greater 9999 mark"
2518 To define global rules, you have to define them
2519 in the new global processing rules.
2520 The variable that kept the list filtering rules
2521 was "global_processing" and has been renamed into
2523 "global_processing" variable is now the name
2524 of the variable that keeps the list of global
2526 In the configuration file, "[global]" section is
2527 now for the global processing rules (which includes
2528 score things and new global processing rules).
2529 New "[filtering]" section is for the filtering rules.
2531 Before running with this version, during testing
2532 phase, ** MAKE A BACKUP ** of your matcherrc file.
2533 Then, you have to make the following changes :
2534 - leave all scoring rules in "[global]" section.
2535 - move all other rules of "[global]" section to
2536 a new section named "[filtering]".
2538 2003-12-03 [christoph] 0.9.7claws16
2541 use default Content-Type as specified in RFC2045 if
2542 Content-Type header is syntactically incorrect
2544 2003-12-03 [christoph] 0.9.7claws15
2557 * src/matcher_parser_lex.l
2558 * src/matcher_parser_parse.y
2560 * src/prefs_filtering_action.c
2561 * src/prefs_folder_item.c
2568 revert 0.9.7claws14 change
2570 2003-12-03 [alfons] 0.9.7claws14
2573 catch invalid Content-Type with no subtype
2575 2003-12-03 [alfons] 0.9.7claws13
2579 * src/plugins/image_viewer/plugin.c
2580 compile again, we need stddef.h for size_t
2582 2003-12-03 [paul] 0.9.7claws12
2585 don't allow cloning of accounts with remote folders,
2586 patch submitted by Ricardo Mones Lastra
2588 2003-12-03 [christoph] 0.9.7claws11
2592 * src/localfolder.[ch]
2595 * src/common/xml.[ch]
2596 add set_xml() and get_xml() virtual functions to FolderClass to
2597 save extra information for Folders (for example the rootpath
2598 only used by LocalFolder). The folderlist write function no
2599 longer needs to know the folder type to save this extra
2602 2003-12-02 [christoph] 0.9.7claws10
2609 * src/localfolder.[ch] ** NEW **
2613 * src/prefs_account.[ch]
2614 * src/prefs_filtering.h
2616 * src/remotefolder.[ch] ** NEW **
2617 * src/common/xml.[ch]
2618 add item_set_xml() and item_get_xml() virtual functions to
2619 FolderClass to give folders the ability to add extra information
2620 to the saved FolderItem data. If NULL the default function for
2621 FolderItem will be used.
2623 2003-11-29 [christoph] 0.9.7claws9
2626 fix bug in unfolding
2628 2003-11-29 [luke] 0.9.7claws8
2631 fix compilation for non c99 compilers
2633 2003-11-29 [christoph] 0.9.7claws7
2637 o unknown disposition types should be handled as
2638 attachment (RFC2183)
2639 o missing headers should not default to inline
2640 (would make "Save All" useless when disposition header
2641 is not set by the sending mailer)
2642 o remove old MimeInfo data and cleanup
2644 2003-11-29 [luke] 0.9.7claws6
2647 re-added parsing of Content-Disposition header
2648 - removes the old 'gchar* content_disposition'
2649 - adds a new field 'DispositionType disposition'
2650 - adds parameters to MimeInfo::parameters
2653 use the "filename" parameter for saving, and the new
2654 MimeInfo::disposition for save all.
2658 add a 'check spelling' button as a possibility for
2661 * src/stockpixmap.[ch]
2662 * src/pixmaps/check_spelling.xpm ** NEW **
2664 add a pixmap for use with 'check spelling' button or
2665 a user defined action
2668 re-apply fixed (I hope) patch for bug 57
2669 "Hidden URL in HTML Mails"
2671 2003-11-28 [christoph] 0.9.7claws5
2674 o be more liberal in what we accept as Content-Type parameters
2675 o ignore comments after parameters
2678 o only free passphrase when an error occurs
2680 2003-11-28 [paul] 0.9.7claws4
2683 add 'Clone Account' function. patch submitted by
2684 Ricardo Mones Lastra
2686 2003-11-27 [thorsten] 0.9.7claws3
2689 fix crash if 'save_all' failed twice
2691 2003-11-27 [paul] 0.9.7claws2
2697 update Simplified Chinese translation. submitted by
2700 2003-11-27 [paul] 0.9.7claws1
2705 2003-11-26 [paul] 0.9.7claws
2707 * 0.9.7claws released
2709 2003-11-26 [paul] 0.9.6claws99
2712 add reference to pixmaps/mime_message.xpm
2714 2003-11-26 [paul] 0.9.6claws98
2717 remove reference to src/sigstatus.c
2719 2003-11-26 [christoph] 0.9.6claws97
2722 * src/prefs_common.c
2724 * src/sigstatus.[ch] ** REMOVE **
2725 remove signature result popup option and window
2727 2003-11-26 [paul] 0.9.6claws96
2734 update translations. submitted by Ricardo Mones Lastra,
2735 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
2737 2003-11-25 [christoph] 0.9.6claws95
2740 display mime structure only in debug mode
2742 2003-11-25 [melvin] 0.9.6claws94
2745 Updated French translations + typos fixes of older
2746 translations (thanks to Fabien Vantard for pointing
2749 2003-11-25 [melvin] 0.9.6claws93
2752 Fixed a couple of typos.
2754 2003-11-24 [paul] 0.9.6claws92
2757 add 'src/textview.c'
2759 2003-11-24 [paul] 0.9.6claws91
2762 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
2764 2003-11-24 [paul] 0.9.6claws90
2766 * src/plugins/image_viewer/viewer.c
2767 image_viewer_show_mimepart():
2768 use procmime_mimeinfo_get_parameter() to get the file name
2770 2003-11-24 [paul] 0.9.6claws89
2773 textview_show_mime_part(): rewrite text hint
2775 2003-11-22 [paul] 0.9.6claws88
2777 * sync with 0.9.7cvs5
2778 see ChangeLog 2003-11-21
2780 2003-11-21 [paul] 0.9.6claws87
2783 define shortcut key 'o' for 'Open with...'
2785 2003-11-21 [alfons] 0.9.6claws86
2788 fix bug #383 'Deleting message from "separate message view"
2789 uses local Trash folder'
2791 2003-11-21 [christoph] 0.9.6claws85
2794 fix content-type guessing by name parameter when finding
2797 2003-11-21 [alfons] 0.9.6claws84
2800 no mail incorporation allowed with --offline param.
2801 fixes bug #374, "--offline ignored"
2803 2003-11-20 [christoph] 0.9.6claws83
2806 use signed MimeInfo when checking the signature and not
2809 2003-11-19 [alfons] 0.9.6claws82
2812 fix crash when toggling separate views, patch submitted
2813 by Pawel Pekala <c0rn|AT|gazeta.pl>.
2814 fixes bug #342, "separate views cause crash"
2816 2003-11-19 [paul] 0.9.6claws81
2819 compose_redirect_write_headers_from_headerlist():
2820 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
2823 code cleanup (inherited from 0.9.7cvs4)
2826 bugfix: added missing attribute-list start. submitted by
2829 2003-11-19 [luke] 0.9.6claws80
2832 revert my last commit until I get time to fix it
2834 2003-11-18 [christoph] 0.9.6claws79
2837 check parent MimeInfos for signatures and display the
2838 result of the parent when found
2841 o avoid NULL pointer warnings
2842 o use procmime_mimeinfo_get_parameter()
2847 2003-11-17 [luke] 0.9.6claws78
2850 add check for disguised URLs, fixing bug 57
2851 "Hidden URL in HTML Mails"
2853 2003-11-16 [christoph] 0.9.6claws77
2856 fix crash when parsing invalid Content-Type header
2858 2003-11-16 [christoph] 0.9.6claws76
2864 implement message decrypting
2869 2003-11-14 [luke] 0.9.6claws75
2872 fix a couple of problems that treated application/* and
2873 application/octet-stream the wrong way around
2874 (since 0.9.6claws10), causing "Open" to do nothing.
2876 2003-11-14 [christoph] 0.9.6claws74
2881 prepare for message part decrypting
2884 add output for expired signatures
2887 remove some old code
2889 2003-11-10 [christoph] 0.9.6claws73
2892 add "Full info" button for bad and warn signature status
2895 generate full signature info like gpg's output
2896 (gpg -v --with-fingerprint --verify)
2898 2003-11-10 [christoph] 0.9.6claws72
2905 o add code to view full signature info
2906 o do automatic signature checks
2908 2003-11-10 [alfons] 0.9.6claws71
2911 don't crash when gtkut_font_load() returns invalid font (has
2912 something to do with locale settings)
2913 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
2915 2003-11-09 [alfons] 0.9.6claws70
2920 2003-11-08 [luke] 0.9.6claws69
2926 rewrite compose_attach_parts(), fixing various bugs mainly
2927 to do with re-editing.
2930 "save all" now only saves attachments with names/filenames
2932 2003-11-04 [match] 0.9.6claws68
2935 fix broken LDAP support.
2940 2003-11-04 [luke] 0.9.6claws67
2943 o fixed bug 4 "focus lost on messages with attachments"
2944 o fixed 'Save all' attachments for new mime changes
2945 o right clicking on icons consistent with right clicking on
2947 - fixes a bug where wrong part is saved when you
2948 choose 'Save as' from popup menu
2949 - fixes bug 308 "No way to "save all" attachments"
2950 o fixed a compiler warning.
2953 o removed flickering in mime tree when using "n" and "p"
2955 o fixed bug where selecting the textview and pressing e.g.
2956 'y' causes sylpheed to respond twice.
2959 removed hard coding of * and ! shortcuts (which only served
2960 to cause problems if you tried to redefine the shortcuts)
2962 2003-11-04 [luke] 0.9.6claws66
2964 * src/plugins/image_viewer/viewer.c
2965 * src/plugins/image_viewer/viewerprefs.c
2966 * src/plugins/image_viewer/viewerprefs.glade
2967 o allow toggling of image scaling by clicking on image
2968 o respond to image's container widget resize
2971 o fix bad parsing of message when re-editing/viewing a
2972 message saved to the drafts folder
2974 2003-11-02 [match] 0.9.6claws65
2977 fix if not building LDAP support.
2979 * src/ldapquery.[ch]
2981 include support for contains query. feature req 529354.
2983 2003-11-02 [alfons] 0.9.6claws64
2986 fix build bustage if not compiling ldap support
2988 2003-11-01 [match] 0.9.6claws63
2992 * src/addr_compl.[ch]
2994 * src/addrcache.[ch]
2995 * src/addrdefs.h ** NEW **
2998 * src/addrindex.[ch]
3000 * src/addrquery.[ch]
3001 * src/ldapquery.[ch]
3002 * src/ldapserver.[ch]
3003 refactor LDAP query mechanism.
3005 * src/browseldap.[ch] ** NEW **
3006 * src/ldaplocate.[ch] ** NEW **
3007 add feature to browse LDAP entry that was retrieved using
3008 an explicit LDAP search.
3010 2003-11-01 [alfons] 0.9.6claws62
3013 prefs_write_param(): fail when we see an invalid type; all the
3014 callers seem to handle this gracefully by reverting changes
3016 2003-10-30 [christoph] 0.9.6claws61
3020 * ac/spamassassin.m4
3022 use extra variables for all libraries to make sure plugins
3023 are only linked with libraries they really need. $LIBS is always
3024 added to the linking parameters, but we only what the libraries
3025 listed in the Makefile
3027 2003-10-29 [paul] 0.9.6claws60
3030 don't use Subject for unknown part name
3032 2003-10-29 [paul] 0.9.6claws59
3035 get name of attachment(s) when re-editing, fwd'ing or
3039 get name of attachment(s) when saving
3041 2003-10-29 [hoa] 0.9.6claws58
3044 implemented multipart/alternative in MIME message viewer.
3046 2003-10-28 [christoph] 0.9.6claws57
3049 make sure MathML-Viewer is not built with the
3050 Gtk2 version of GtkMathView
3052 2003-10-28 [paul] 0.9.6claws56
3054 * sync with 0.9.7cvs1
3055 see ChangeLog 2003-10-28
3057 2003-10-27 [alfons] 0.9.6claws55
3059 * src/matcher_parser_parse.y
3060 * src/gtk/colorlabel.c
3061 allow setting color label to 0 in filtering/processing rules
3062 (should fix bug 368, "Can't create a filter condition "colorlabel 0"")
3064 2003-10-26 [alfons] 0.9.6claws54
3066 * src/summary_search.c
3067 fix misnomer and correct selecting initial search node
3069 2003-10-26 [christoph] 0.9.6claws53
3073 change display of signature info to use only name of
3074 signer, otherwise the text gets too long.
3077 don't use MimeInfo's filename to generate tmp filename
3079 2003-10-25 [christoph] 0.9.6claws52
3082 fix message body searching
3084 2003-10-25 [paul] 0.9.6claws51
3087 use g_basename rather than basename
3089 2003-10-24 [christoph] 0.9.6claws50
3092 change fetching of signature key's trust
3094 2003-10-24 [paul] 0.9.6claws49
3097 update Slovak translation
3098 submitted by Andrej Kacian
3101 remove unknown menu entry /File/Add mailbox/mbox...
3103 2003-10-24 [hoa] 0.9.6claws48
3106 removed all references to mbox folders
3108 * src/carray.[ch] * REMOVED *
3109 * src/chash.[ch] * REMOVED *
3110 * src/maillock.[ch] * REMOVED *
3111 * src/mailmbox.[ch] * REMOVED *
3112 * src/mailmbox_folder.[ch] * REMOVED *
3113 * src/mailmbox_parse.[ch] * REMOVED *
3114 * src/mailmbox_types.[ch] * REMOVED *
3115 * src/mbox_folder.[ch] * REMOVED *
3116 remove implementation of mbox folders
3117 and old mailbox folder.
3118 mbox folder implementation will be added
3119 as a plugin so that implementation can be entirely
3120 synchronized with the files of the project they are
3121 extracted from (libEtPan!).
3125 * src/folderview.[ch]
3127 Disable as much code that references mbox folders
3129 Some UI thing still need to know that folder is mbox
3130 (when we have to enter the name of the mailbox and
3131 we want to add /var/mail/$USER).
3133 2003-10-23 [christoph] 0.9.6claws47
3136 don't always display button when noticeview is made visible
3142 get signature information from crypto system
3144 2003-10-22 [paul] 0.9.6claws46
3147 updated by Ricardo Mones Lastra
3149 2003-10-22 [paul] 0.9.6claws45
3152 update to reflect the changes to the icons that
3153 happened in 0.9.6claws35
3155 2003-10-22 [alfons] 0.9.6claws44
3158 inline carray_count()
3160 2003-10-21 [alfons] 0.9.6claws43
3167 * src/mailmbox_folder.c
3168 * src/mailmbox_parse.c
3169 * src/mailmbox_types.[ch]
3172 2003-10-21 [luke] 0.9.6claws42
3174 * src/stock_pixmaps.[ch]
3176 * src/pixmaps/mime_application_octet_stream.xpm ** REMOVE **
3177 * src/pixmaps/messageview_text.xpm ** REMOVE **
3178 o remove mime_application_octet_stream.xpm icon (it was never
3180 o remove redundant icon messageview_text.xpm
3183 fix visibility of signature noticeview when toggling 'separate
3186 2003-10-21 [christoph] 0.9.6claws41
3189 decode multipart and rfc822 mime parts to allow further
3190 parsing when required
3192 2003-10-21 [christoph] 0.9.6claws40
3196 remove obsolete charset parameter in MimeInfo and fix
3197 TextView to use the charset from the parameter hash table
3199 * src/plugins/dillo_viewer/Makefile.am
3200 * src/plugins/trayicon/Makefile.am
3201 add OPENSSL_CFLAGS to fix building with using
3202 --with-openssl-* parameters
3204 2003-10-21 [paul] 0.9.6claws39
3206 * src/prefs_matcher.[ch]
3207 replace remnants of the old, renamed 'Execute' matchtype
3208 add a brief description to the Info window
3210 2003-10-21 [hoa] 0.9.6claws38
3213 * src/carray.[ch] * NEW *
3214 * src/chash.[ch] * NEW *
3216 * src/maillock.[ch] * NEW *
3217 * src/mailmbox.[ch] * NEW *
3218 * src/mailmbox_folder.[ch] * NEW *
3219 * src/mailmbox_parse.[ch] * NEW *
3220 * src/mailmbox_types.[ch] * NEW *
3221 implementation of mbox folder with unique message numbers
3223 made use of libEtPan! implementation of mbox for lower-layer.
3225 2003-10-20 [alfons] 0.9.6claws37
3228 fix invalid argument warning
3230 no in place variable
3232 2003-10-20 [paul] 0.9.6claws36
3237 fix crash when using Forward in Filtering when
3238 external editor option is set
3240 Patch submitted by Simon 'corecode' Schubert
3241 <corecode@corecode.ath.cx>
3243 2003-10-20 [paul] 0.9.6claws35
3245 * src/pixmaps/mime_gpg_expired.xpm ** REMOVED **
3246 src/pixmaps/mime_gpg_failed.xpm ** REMOVED **
3247 src/pixmaps/mime_gpg_passed.xpm ** REMOVED **
3248 src/pixmaps/mime_gpg_signed.xpm ** REMOVED **
3249 src/pixmaps/mime_gpg_unknown.xpm ** REMOVED **
3250 src/pixmaps/privacy_expired.xpm ** NEW FILE **
3251 src/pixmaps/privacy_failed.xpm ** NEW FILE **
3252 src/pixmaps/privacy_passed.xpm ** NEW FILE **
3253 src/pixmaps/privacy_signed.xpm ** NEW FILE **
3254 src/pixmaps/privacy_unknown.xpm ** NEW FILE **
3255 src/pixmaps/privacy_warn.xpm ** NEW FILE **
3257 src/stock_pixmap.[ch]
3258 replace mime_gpg_*.xpm icons with new privacy_*.xpm
3259 icons. add privacy_warn.xpm icon
3261 2003-10-20 [hoa] 0.9.6claws34
3263 * src/folder_item_prefs.[ch]
3264 * src/prefs_folder_item.c
3266 Added a property per folder to choose whether we
3267 want to apply processing on it on startup or if we
3268 prefer to wait the folder selection to apply it.
3271 fixed C89 compatibility (for old compilers, for
3272 example gcc 2.95.x).
3274 2003-10-17 [christoph] 0.9.6claws33
3277 * src/noticeview.[ch]
3278 change noticeview icon to indicate signature status
3280 2003-10-17 [christoph] 0.9.6claws32
3286 * src/pgpmime.[ch] ** NEW **
3289 * src/sgpgme.c ** NEW **
3290 reimplement PGP/Mime signature checking (unfinished)
3292 2003-10-15 [christoph] 0.9.6claws31
3295 fix procmime_get_text_content() and
3296 procmime_get_first_text_content()
3298 2003-10-15 [christoph] 0.9.6claws30
3300 * src/plugins/spamassassin/spamassassin_gtk.c
3301 * src/plugins/spamassassin/spamassassin_gtk.glade
3304 2003-10-15 [paul] 0.9.6claws29
3307 workaround for buggy smtp servers. on sending a
3308 return receipt strip the name part from the address
3309 when creating headers
3311 2003-10-15 [paul] 0.9.6claws28
3313 * sync with 0.9.7 release
3314 see ChangeLog 2003-10-15
3316 2003-10-14 [christoph] 0.9.6claws27
3318 * src/plugins/clamav/clamav_plugin.c
3321 2003-10-14 [christoph] 0.9.6claws26
3328 * src/plugins/clamav/clamav_plugin.c
3329 use GNode to create the mime tree (some changes to functions
3330 that traverse the tree are just quick and dirty. Maybe we
3331 can find better solutions with g_node_*-functions)
3333 2003-10-14 [luke] 0.9.6claws25
3336 fix a navigation bug (stupid typo of mine)
3338 2003-10-14 [christoph] 0.9.6claws24
3341 fix missing last line in plain/text mails
3343 2003-10-13 [luke] 0.9.6claws23
3346 fix bug 334 (part 1)
3348 2003-10-13 [kov] 0.9.6claws22
3351 error checking when the user enters a non-directory at
3352 the file selection dialog.
3353 work-around for users entering directory location without
3354 adding a leading G_DIR_SEPARATOR.
3356 2003-10-13 [luke] 0.9.6claws21
3359 error reporting for inserting files, including catching
3360 invalid characters for current locale/encoding
3362 2003-10-13 [paul] 0.9.6claws20
3365 fix bug #347 'subscribe newsgroups crashes'
3367 2003-10-13 [paul] 0.9.6claws19
3370 when using 'Reply to all' include the 'send replies
3374 update Japanese translation. submitted by Rui Hirokawa
3375 <rui_hirokawa@ybb.ne.jp>
3377 2003-10-13 [hoa] 0.9.6claws18
3384 rename get_header_from_msginfo() into
3385 procheader_get_header_from_msginfo() so that we have a
3386 coherent exported naming.
3387 avoid parsing of header contained in a string via
3388 a newly written temporary file.
3390 Patch submitted by Simon 'corecode' Schubert
3391 <corecode@corecode.ath.cx>
3393 2003-10-12 [hoa] 0.9.6claws17
3399 * src/matcher_parser_parse.y
3400 * src/prefs_filtering_action.c
3401 added "stop" action : stop applying the filtering rules.
3402 added "set score" and "increase/decrease score" actions.
3403 That two last action replace the "change_score" action
3404 introduced by alfons in 0.8.8claws85.
3405 "set score" is to set a given score to the message.
3406 "increase/decrease score" will increase or decrease the
3407 score if the given value is respectively positive or
3408 negative. If someone find a some better name for this last
3409 rule, it can be modified.
3411 2003-10-12 [paul] 0.9.6claws16
3415 update Japanese translation. submitted by Rui Hirokawa
3416 <rui_hirokawa@ybb.ne.jp>
3418 2003-10-12 [christoph] 0.9.6claws15
3421 fix crash caused by incorrect headers
3423 2003-10-10 [christoph] 0.9.6claws14
3428 implement detection of signed message parts for rfc2015
3430 2003-10-10 [thorsten] 0.9.6claws13
3435 2003-10-10 [christoph] 0.9.6claws12
3437 * src/stock_pixmap.[ch]
3438 * src/pixmaps/mime_message.xpm ** NEW **
3439 add a new icon for mime type "message"
3447 o add icons for message type mime parts
3449 2003-10-10 [christoph] 0.9.6claws11
3452 * src/messageview.[ch]
3459 o remove switching between TextView and MimeView in MessageView
3460 (if required we can hide the icon box and the MimeView will
3461 look exaxtly like the TextView)
3462 o temporary remove signature and decrypting GPGME code
3464 2003-10-09 [christoph] 0.9.6claws10
3474 * src/common/utils.[ch]
3475 * src/plugins/clamav/clamav_plugin.c
3476 * src/plugins/dillo_viewer/dillo_viewer.c
3477 * src/plugins/image_viewer/viewer.c
3478 * src/plugins/mathml_viewer/mathml_viewer.c
3479 new mime parser (several things need fixing)
3481 2003-10-09 [paul] 0.9.6claws9
3484 a little more sync with 0.9.6cvs2 and a tidy up
3486 2003-10-08 [paul] 0.9.6claws8
3488 * sync with 0.9.6cvs2
3489 see ChangeLog 2003-10-03
3491 2003-10-05 [christoph] 0.9.6claws7
3494 don't use flags to check if a message is in a news folder
3496 (closes Bug 282 clicking on folder with copied Messages from News
3497 immediately after having copied them crashes Sylpheed-Claws)
3499 2003-10-05 [christoph] 0.9.6claws6
3502 * src/progressdialog.[ch] ** REMOVE **
3503 * src/gtk/Makefile.am
3504 * src/gtk/progressdialog.[ch] ** NEW **
3505 move progressdialog to gtk directory
3507 2003-10-04 [christoph] 0.9.6claws5
3509 * src/prefs_toolbar.c
3510 * src/gtk/prefswindow.c
3511 remove widget_show_all for pages root widget
3513 * src/plugins/spamassassin/spamassassin.[ch]
3514 * src/plugins/spamassassin/spamassassin_gtk.c
3515 * src/plugins/spamassassin/spamassassin_gtk.glade
3516 add support for new libspamc transports
3518 2003-10-04 [christoph] 0.9.6claws4
3520 * src/plugins/spamassassin/libspamc.[ch]
3521 * src/plugins/spamassassin/spamassassin.c
3522 * src/plugins/spamassassin/utils.[ch]
3523 update libspamc to version from SpamAssassin 2.60
3525 2003-10-03 [christoph] 0.9.6claws3
3527 * src/send_message.c
3528 fix missing format string bug found by
3529 Georgi Guninski <guninski@guninski.com>
3531 2003-10-03 [paul] 0.9.6claws2
3534 update Simpilified Chinese translation, submitted by
3537 2003-10-02 [christoph] 0.9.6claws1
3540 add UIDPLUS support for COPY and EXPUNGE
3542 2003-10-02 [paul] 0.9.6claws
3544 * 0.9.6claws released
3550 update Spanish and Slovak translations
3551 submitted by Ricardo Mones Lastra and Andrej Kacian
3553 2003-10-02 [paul] 0.9.5claws43
3556 update British English translation
3558 2003-10-02 [paul] 0.9.5claws42
3561 update Croatian translation, submitted by Dragan
3563 2003-10-01 [paul] 0.9.5claws41
3567 update Polish and Serbian translations, submitted by
3570 2003-10-01 [melvin] 0.9.5claws40
3573 Updated French translations
3575 2003-10-01 [melvin] 0.9.5claws39
3580 * src/plugins/dillo_prefs.c
3581 Quasi unnoticeable UI clean-up.
3586 tools/maildir2sylpheed.pl
3587 bug fixes, rewrites, submitted by Matthias Förste
3588 <itsjustme@users.sourceforge.net>
3590 2003-09-29 [paul] 0.9.5claws38
3593 fix my coding carelessness
3595 2003-09-29 [paul] 0.9.5claws37
3600 src/prefs_common.[ch]
3601 src/prefs_fonts.[ch] ** NEW FILES **
3602 move Font config options to Other Prefs/Display/Fonts
3603 (user's current configuration is preserved)
3605 2003-09-29 [paul] 0.9.5claws36
3609 allow 'local_mbox' value to point to either a directory
3610 (/var/mail - default, new) or a file (/var/mail/username
3613 2003-09-28 [paul] 0.9.5claws35
3616 on signature check, where key exists, print the
3619 2003-09-27 [alfons] 0.9.5claws34
3622 o make progress bar not fill/expand when resizing dialog
3623 o use default fixed text font for actions output
3625 2003-09-27 [paul] 0.9.5claws33
3627 * src/prefs_common.[ch]
3630 remove External Program settings from Common Prefs/Send
3631 as they are now unnecessary due to Local account settings.
3632 plus a little tidying-up after 0.9.5claws31
3634 2003-09-27 [paul] 0.9.5claws32
3636 * src/prefs_account.c
3637 o make correction to gui text:
3638 'Local mailbox file' -> 'Local mailbox directory'
3639 o give 'local_mbox' option a reasonable default value:
3641 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
3644 2003-09-26 [paul] 0.9.5claws31
3647 src/prefs_common.[ch]
3648 remove 'Incorporate from spool' common pref,
3649 force creation of a 'Local' account
3651 2003-09-26 [christoph] 0.9.5claws30
3655 add more NULL pointer checks
3657 2003-09-25 [christoph] 0.9.5claws29
3660 o don't fetch source message to get it's message id
3661 o immediately scan dest folder when copying a message did not
3662 return a new message number and not do it when the first message
3663 without a new message number is found
3665 2003-09-23 [christoph] 0.9.5claws28
3668 fix generating of headers
3670 (patch by David Relson <relson@osagesoftware.com>)
3672 2003-09-23 [paul] 0.9.5claws27
3675 update Simplified Chinese translation. submitted by
3678 2003-09-23 [paul] 0.9.5claws26
3682 tools/vcard2xml.py ** NEW FILE **
3683 add a script that converts an evolution vcard to
3684 sylpheed's xml format
3685 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
3687 2003-09-22 [paul] 0.9.5claws25
3689 * src/plugins/clamav/clamav_plugin.c
3690 don't skip MULTIPART parts
3692 2003-09-21 [christoph] 0.9.5claws24
3695 remove unneeded include
3698 clean up copy/move mess with duplicated code
3701 fix problem that sometimes the folder was not scanned
3704 2003-09-21 [christoph] 0.9.5claws23
3707 * src/logwindow.[ch] ** REMOVE **
3709 * src/prefs_common.c
3710 * src/gtk/Makefile.am
3711 * src/gtk/logwindow.[ch] ** ADD **
3712 make logwindow prefs_common independent and move
3715 2003-09-20 [christoph] 0.9.5claws22