1 2003-03-28 [thorsten] 0.8.11claws63
6 2003-03-28 [paul] 0.8.11claws62
8 * sync with 0.8.11cvs16
9 see ChangeLog 2003-03-28
11 2003-03-28 [paul] 0.8.11claws61
13 * sync with 0.8.11cvs15
14 see ChangeLog 2003-03-28
16 2003-03-27 [christoph] 0.8.11claws60
20 * src/common/socket.[ch]
21 set socket state to DISCONNECTED when any operation
22 fails to allow reconnecting in IMAP code without
23 checking the return code of all calls to the command
28 remove some more stuff that depends on specific
31 2003-03-27 [paul] 0.8.11claws59
33 * sync with 0.8.11cvs14
34 see ChangeLog 2003-03-27
36 * src/selective_download.[ch] ** REMOVED **
39 2003-03-27 [christoph] 0.8.11claws58
42 fix handling of tmp_flags in flag copy function
44 2003-03-27 [paul] 0.8.11claws57
46 * sync with 0.8.11cvs13
47 see ChangeLog 2003-03-27
49 2003-03-27 [oliver] 0.8.11claws56
52 remove sel_download_cb
54 2003-03-27 [oliver] 0.8.11claws55
59 2003-03-26 [oliver] 0.8.11claws54
64 remove selective donwload readme
66 2003-03-26 [oliver] 0.8.11claws53
68 * src/matcher_parser_parse.y
70 * src/prefs_account.[ch]
71 * src/prefs_filtering.c
72 remove selective donwload
74 2003-03-26 [oliver] 0.8.11claws52
79 remove selective donwload
81 2003-03-26 [oliver] 0.8.11claws51
84 * src/selective_download.[ch] ** REMOVE **
86 2003-03-26 [christoph] 0.8.11claws50
89 fix NEWS that got broken by a sync with sylpheed-main
91 2003-03-26 [christoph] 0.8.11claws49
94 fix mime type guessing when no mime type is found for a file
96 2003-03-25 [christoph] 0.8.11claws48
100 remove mime type guessing from mime parser and use
101 name based mime types in viewer lookup for mime type
102 application/octet-stream
104 2003-03-25 [christoph] 0.8.11claws47
107 * doc-src/rfc2554.txt
108 add RFC about SMTP AUTH
111 * src/common/smtp.[ch]
112 add extra error code for authentication errors and
113 clear temporary password when this error occurs
115 (closes Bug 84 authentication failure while sending should
116 prompt for password again)
118 2003-03-25 [christoph] 0.8.11claws46
122 * src/imageview.[ch] ** REMOVE **
123 * src/messageview.[ch]
125 * src/prefs_common.[ch]
127 * src/plugins/Makefile.am
128 * src/plugins/image_viewer/.cvsignore ** NEW **
129 * src/plugins/image_viewer/Makefile.am ** NEW **
130 * src/plugins/image_viewer/plugin.c ** NEW **
131 * src/plugins/image_viewer/viewer.[ch] ** NEW **
132 move image viewer into a plugin (building is enabled by default)
133 [ToDo: Prefs for resize and autoview]
135 2003-03-25 [paul] 0.8.11claws45
137 * sync with 0.8.11cvs12
138 see ChangeLog 2003-03-26
140 2003-03-25 [paul] 0.8.11claws44
142 * sync with 0.8.11cvs11
143 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
145 Note: Selective Download is broken.
147 2003-03-22 [christoph] 0.8.11claws43
150 code cleanup for flags copying
152 2003-03-22 [christoph] 0.8.11claws42
154 * src/plugins/trayicon/trayicon.c
155 fix setting the transparent area when the window size
156 is forced by the system tray
158 2003-03-22 [christoph] 0.8.11claws41
160 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
161 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
162 * src/plugins/trayicon/newmail.xpm ** NEW **
163 * src/plugins/trayicon/nomail.xpm ** NEW **
164 * src/plugins/trayicon/trayicon.c
165 * src/plugins/trayicon/unreadmail.xpm ** NEW **
166 o replace GBiff icons with KBiff icons resized to 16x16 pixel
167 o add icon for unread mails
168 o set transparency for window
170 2003-03-22 [christoph] 0.8.11claws40
173 init news session to prevent crash when session is closed
175 2003-03-22 [christoph] 0.8.11claws39
178 * src/common/session.[ch]
179 Init session data to make sure we don't have invalid pointers
180 for read_ch and write_ch when new multi process sessions are
184 * src/common/plugin.c
185 * src/common/sylpheed.c
186 * src/plugins/demo/demo.c
187 * src/plugins/dillo_viewer/dillo_viewer.c
188 * src/plugins/mathml_viewer/mathml_viewer.c
189 * src/plugins/spamassassin/spamassassin.c
190 * src/plugins/spamassassin/spamassassin_gtk.c
191 add plugin types to allow loading plugins at different times
192 (and maybe for different frontends), because it's not good to
193 load GTK-Plugins gefore gtk_init was called
196 * src/plugins/Makefile.am
197 * src/plugins/trayicon/.cvsignore ** NEW **
198 * src/plugins/trayicon/Makefile.am ** NEW **
199 * src/plugins/trayicon/eggtrayicon.c ** NEW **
200 * src/plugins/trayicon/eggtrayicon.h ** NEW **
201 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
202 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
203 * src/plugins/trayicon/trayicon.c ** NEW **
204 New Trayicon plugin that shows an icon in a systray that uses
205 XEMBED protocol like Gnome's systray. Icon shows if there
206 are new mails and a tooltip shows information about new,
207 unread and total messages.
209 2003-03-22 [paul] 0.8.11claws38
212 fix ESMTP AUTH CRAM-MD5
213 [sync with main (still version 0.8.11cvs6), see
214 ChangeLog 2003-03-22]
216 2003-03-21 [colin] 0.8.11claws37
219 Fix USE_SSL => USE_OPENSSL
221 2003-03-21 [colin] 0.8.11claws36
224 Fix counts in drag and dropped subfolders
226 2003-03-21 [colin] 0.8.11claws35
230 speed up a bit folder dnd
232 2003-03-20 [alfons] 0.8.11claws34
237 don't send locked queue messages
238 (feature request "[ 705245 ] Locking message in outbox
239 should prevent sending")
241 2003-03-20 [christoph] 0.8.11claws33
244 remove NEW and UNREAD flag in special folders when scanning
247 fix ESMTP AUTH CRAM-MD5
249 2003-03-20 [paul] 0.8.11claws32
251 * src/prefs_account.c
252 Re-write 'Tunnel command to open connection' as
253 'Use command to communicate with server', and disable
254 it for all except IMAP accounts
256 2003-03-20 [paul] 0.8.11claws31
258 * sync with 0.8.11cvs6
259 see ChangeLog 2003-03-20
261 2003-03-19 [match] 0.8.11claws30
264 include documentation. minor refactoring.
265 * src/addr_compl.[ch]
267 * src/addresbook.[ch]
269 re-enable address lookup (was disabled in
272 2003-03-19 [christoph] 0.8.11claws29
275 add temp flag handling, will make moving and copying
276 messages possible again
279 correct calulation of folder stats
281 2003-03-18 [match] 0.8.11claws28
284 remove case sensitive comparison (closes bug 80).
286 2003-03-18 [christoph] 0.8.11claws27
289 fix imap using a tunnel command
293 2003-03-18 [christoph] 0.8.11claws26
298 rewrite flag handling for folders
300 2003-03-18 [christoph] 0.8.11claws25
305 unset NEW and UNREAD flags when message is ignored, to make
306 sure messages don't show up as unread on other IMAP clients,
307 because the IGNORE_THREAD flag can not be syncronized through
310 2003-03-17 [christoph] 0.8.11claws24
313 don't use recursion to fetch uids when the number of messages
314 does not match. Moved code into subfunction that is used
315 again when needed, to prevent an endless loop.
317 2003-03-17 [thorsten] 0.8.11claws23
320 export imageview_get_resized_size() (for plugins)
321 * src/prefs_common.[ch]
322 added prefs_common_get() (for plugins)
324 2003-03-17 [christoph] 0.8.11claws22
327 o remove UID guessing from copy code
328 o support UIDPLUS extension for APPEND command
330 2003-03-17 [paul] 0.8.11claws21
333 remove 'Compiled-plugins' section.
335 * src/plugins/dillo_viewer/dillo_viewer.c
336 slight change to description text
338 2003-03-16 [match] 0.8.11claws20
339 * src/ldapserver.[ch] ** NEW **
340 * src/ldapctrl.[ch] ** NEW **
341 * src/ldapquery.[ch] ** NEW **
342 * src/ldaputil.[ch] ** NEW **
343 * src/addrcindex.[ch] ** NEW **
344 * src/addrquery.h ** NEW **
348 * src/addr_compl.[ch]
349 * src/addressbook.[ch]
354 * src/editldap_basedn.c
358 included dynamic LDAP queries. improved address
361 2003-03-16 [paul] 0.8.11claws19
363 * tools/multiwebsearch.pl
366 2003-03-16 [christoph] 0.8.11claws18
369 * src/plugins/dillo_viewer/dillo_viewer.c
370 * src/plugins/mathml_viewer/mathml_viewer.c
371 make unregistering of MimeViewerFactorys possible
373 2003-03-16 [alfons] 0.8.11claws17
378 2003-03-16 [melvin] 0.8.11claws16
380 * src/plugins/dillo_viewer.c
381 Fixed bug where it was not possible to view more than
382 one text/html attachment per message (bug discovered
383 by Christoph Hohmann).
385 2003-03-15 [melvin] 0.8.11claws15
387 * src/prefs_actions.c
388 Fixed compilation warnings.
390 2003-03-15 [melvin] 0.8.11claws14
392 * src/plugins/Makefile.am
393 * src/plugins/dillo_viewer/.cvsignore ** NEW **
394 * src/plugins/dillo_viewer/Makefile.am ** NEW **
395 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
396 Added a html mail viewer plugin that uses Dillo v0.7.0 or
397 newer (http://dillo.auriga.wearlab.de/).
399 2003-03-15 [christoph] 0.8.11claws13
402 don't query imap folder for attributes because we already
403 for them from imap_status
406 add support for plugable MimeViewers (unloading Viewers
409 * src/plugins/Makefile.am
410 * src/plugins/mathml_viewer/.cvsignore ** NEW **
411 * src/plugins/mathml_viewer/Makefile.am ** NEW **
412 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
413 add MathML Viewer (Content-Type text/mathml) using GtkMathView
414 widget from http://helm.cs.unibo.it/mml-widget/
416 2003-03-14 [christoph] 0.8.11claws12
419 o error return code's should better be negative
420 o replace printf with debug_print
423 improve IMAP folder scan by checking UID-NEXT
426 remove check that are unnecessary in my opinion
428 2003-03-13 [christoph] 0.8.11claws11
437 * src/prefs_scoring.c
439 use a common function to get a displayable name
442 2003-03-13 [paul] 0.8.11claws10
446 tools/multiwebsearch.conf ** NEW FILE **
447 tools/multiwebsearch.pl ** NEW FILE **
448 add multiwebsearch Actions script
450 2003-03-13 [colin] 0.8.11claws9
453 Remove leading emtpy lines from quoted text
456 2003-03-13 [melvin] 0.8.11claws8
458 * src/prefs_actions.c
461 Added Cancel and OK buttons
464 2003-03-13 [christoph] 0.8.11claws7
474 replace more folder type stuff with folder class stuff
476 2003-03-13 [melvin] 0.8.11claws6
478 * src/prefs_actions.c
480 %u: user provided argument
481 %h: user provided argument (hidden on input)
482 %s: current text selection in the message view
484 2003-03-13 [paul] 0.8.11claws5
486 * sync with 0.8.11cvs5
487 see ChangeLog 2003-03-11, 2003-03-12
489 2003-03-12 [christoph] 0.8.11claws4
492 use folder class idstr when writing folderlist.xml
497 replace folder type checks with folder class checks
499 2003-03-12 [christoph] 0.8.11claws3
504 * src/mbox_folder.[ch]
507 o create a list of known folder classes in the folder system
508 o use folder class id strings for folder item identifiers
510 2003-03-12 [christoph] 0.8.11claws2
513 fix imap uid validity check
515 2003-03-12 [christoph] 0.8.11claws1
526 * src/prefs_scoring.c
530 initial restructuring of folder system, seperating
531 folders and folder classes
533 2003-03-12 [paul] 0.8.11claws
537 2003-03-12 [christoph]
539 * src/gtk/prefswindow.c
540 fix translation of "Page Index"
542 2003-03-12 [paul] 0.8.10claws110
544 a sync from 0.8.11cvs4 before the release
547 subject_compare_for_sort(): allow null strings (fixes
550 2003-03-11 [paul] 0.8.10claws109
553 update Spanish translation, submitted by
556 2003-03-11 [melvin] 0.8.10claws108
559 Updated French translations
561 2003-03-11 [paul] 0.8.10claws107
563 * manual/en/Makefile.am
565 update English manual, add a new page
566 updated by Francois Barriere <fbarriere@atmel.fr>
571 update Bulgarian, Italian, and Serbian translations
572 submitted by George Danchev, Alessandro Maestri, and
575 2003-03-10 [paul] 0.8.10claws106
578 src/gtk/prefswindow.c
579 make some strings translatable
581 2003-03-10 [darko] 0.8.10claws105
584 code cleanup to make Hiro happy
586 2003-03-10 [paul] 0.8.10claws104
588 * sync with 0.8.11cvs2
589 see ChangeLog 2003-03-10
591 2003-03-09 [melvin] 0.8.10claws103
594 textview_set_font(): fix for message display in
595 UTF-8 locales (thanks to Sergey Vlasov).
596 (was unintentionnaly reverted in 0.8.6claws6)
598 2003-03-08 [darko] 0.8.10claws102
601 fix infinite loop in wrapping as reported
603 obsoletes patch #696482
605 2003-03-08 [christoph] 0.8.10claws101
608 add workaround for IMAP servers that do not
609 support the "UID SEARCH UID" command
611 2003-03-07 [christoph] 0.8.10claws100
613 * src/plugins/spamassassin/spamassassin.[ch]
614 * src/plugins/spamassassin/spamassassin_gtk.c
617 2003-03-07 [paul] 0.8.10claws99
620 updated Spanish translation, submitted by
623 2003-03-07 [christoph] 0.8.10claws98
626 fix in 0.8.10claws94 was wrong
627 local delivery does not require escaping, remove escaping
628 code to make signatures of mails with "." lines valid
630 NOTE: requires that sendmail is executed with "-i" option,
631 what is the default now, but has to be changed in all
634 2003-03-07 [paul] 0.8.10claws97
636 * sync with 0.8.11 release
637 see ChangeLog 2003-03-07
639 2003-03-06 [paul] 0.8.10claws96
642 revert commit 0.8.10claws92
644 2003-03-06 [paul] 0.8.10claws95
647 fix (solaris) bug 73, 'Crash when selecting top-level folder'
650 fix bug 74, 'Crash opening editor window with pseudo-color
653 Patches submitted by Kevin Vigor <kevin@vigor.nu>
655 2003-03-06 [christoph] 0.8.10claws94
658 fix rfc2821 (4.5.2) violation in SMTP data sending,
659 all lines starting with a period get an extra period
661 (found by Simon 'corecode' Schubert)
663 2003-03-06 [paul] 0.8.10claws93
666 if configured font can't be loaded fall back to gtk
667 default. (with thanks to Christoph)
669 closes long-standing bug 15 'Crashes on startup'
671 2003-03-06 [paul] 0.8.10claws92
674 freeze text before autosave and thaw afterwards
675 fixes bug 67 'autosave make re-rediting message crazy'
677 2003-03-06 [christoph] 0.8.10claws91
680 ignore address comment in dupe check for Cc-list
682 (closes reopened bug 47 Replying to message strips name part of
683 e-mail addresses of Cc: lines)
685 2003-03-06 [paul] 0.8.10claws90
688 remove reference to gtkxtext.h as its no longer in
691 2003-03-06 [paul] 0.8.10claws89
693 * sync with 0.8.10cvs25
694 see ChangeLog 2003-03-06
696 2003-03-06 [oliver] 0.8.10claws88
701 2003-03-06 [oliver] 0.8.10claws87
704 remove changes introduced inclaws74
706 another attempt to sanely delete and update
707 messages deleted in separate messageview
709 2003-03-05 [christoph] 0.8.10claws86
712 check if "From" matches any account's address if
713 addressbook completion of addresses is disabled too
715 (closes Bug 70 "Display recipient in from" doesn't check
716 folder's default account)
718 2003-03-05 [christoph] 0.8.10claws85
721 * src/common/utils.[ch]
722 don't strip address comments when building Cc lists
724 (closes Bug 47 Replying to message strips name part of e-mail addresses
728 fix return value of copy function
730 2003-03-05 [christoph] 0.8.10claws84
733 don't ask imap server for non rfc822 headers
735 (closes bug 71 IMAP FETCH asks for FROM header field twice)
738 destroy session on socket error to allow reconnecting
740 2003-03-05 [christoph] 0.8.10claws83
743 fix building with gnome when no prefix is set
745 (closes bug 66 Gnome directory is set to NONE)
747 2003-03-05 [paul] 0.8.10claws82
749 * sync with 0.8.10cvs23
750 see ChangeLog 2003-03-05
752 2003-03-04 [christoph] 0.8.10claws81
755 o fix moving and copying when folder returns 0 for new
757 o remove some code for single message copy and move
758 operations and use functions for multiple messages
760 (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
763 remove unused include
765 2003-03-04 [paul] 0.8.10claws80
768 list 'Compiled plugins'
770 2003-03-03 [christoph] 0.8.10claws79
773 have to multiply the percentage of the current fetch with
774 the percentage that it has of the total fetch operation
777 2003-03-03 [christoph] 0.8.10claws78
780 fix calculation of expected lines for progress indicator
782 2003-03-03 [christoph] 0.8.10claws77
786 fix segfault when opening the root news folder
788 2003-03-03 [christoph] 0.8.10claws76
790 * src/mainwindow.[ch]
791 * src/common/Makefile.am
792 * src/common/progressindicator.[ch]
793 add UI independent progress indicator handling
796 use new progress indicator for message info fetching
801 2003-03-03 [oliver] 0.8.10claws75
805 removed commented code
807 2003-03-03 [oliver] 0.8.10claws74
810 cleanups and refactoring
812 compose_reply_mode reply & forwarding interface for
815 act on messages marked for deletion in folderview_selected
816 based on prefs_common.immediate_exec since a message might
817 have been deleted by messageview in a folder we are changing
818 to (does anybody understand what I'm on about ?)
820 2003-03-03 [oliver] 0.8.10claws73
822 * src/messageview.[ch]
824 - messageview_delete: delete message shown in messagview
825 - messageview_update_view: update messageview to currently
826 selected summaryview message
827 - add separate messageview to msgview_list in order to update
828 toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
829 * src/summaryview.[ch]
830 summary_get_selection returns a list of selected msgs
833 toolbar reply refactoring
835 2003-03-03 [paul] 0.8.10claws72
837 * sync with 0.8.10cvs21
838 see ChangeLog 2003-03-03
840 2003-03-02 [christoph] 0.8.10claws71
842 * src/common/passcrypt.c
845 2003-03-02 [christoph] 0.8.10claws70
848 * src/prefs_account.c
850 * src/common/.cvsignore
851 * src/common/Makefile.am
852 * src/common/passcrypt.c ** NEW **
853 * src/common/passcrypt.h.in ** NEW **
854 Implement password encryption in config files
855 using unix encrypt and setkey functions. The crypt
856 key can be set as a configure parameter. Old
857 passwords will be converted if they do not begin
860 2003-03-02 [paul] 0.8.10claws69
862 * src/prefs_account.c
865 2003-03-01 [thorsten] 0.8.10claws68
873 corrected format strings
876 (fix compile errors with GNU gettext-0.11.5)
878 2003-03-01 [oliver] 0.8.10claws67
881 menu callbacks call toolbar_menu_reply
883 2003-03-01 [oliver] 0.8.10claws66
887 menu callbacks call toolbar_menu_reply
889 callbacks from menu handled by toolbar_menu_reply
891 2003-03-01 [paul] 0.8.10claws65
894 revert commit 0.8.10claws54 - breaks editing of
898 update Bulgarian translation, submitted by
901 2003-02-28 [christoph] 0.8.10claws64
907 * src/gtkxtext.h ** REMOVE **
914 * src/prefs_matcher.c
915 * src/procheader.[ch]
918 * src/common/ssl_certificate.c
919 * src/gtk/colorlabel.c
922 o remove code obsoleted by new cache and folder system rework
924 2003-02-28 [oliver] 0.8.10claws63
927 * fix bug where reply in Messageview replied to
928 Message displayed in summaryview
929 (reportedd via ML by chinatinte at gmx dot ch)
930 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
931 didn't work in separate MessageView Toolbar
932 (wondering if anybody uses this at all ?)
933 * src/summaryview.[ch]
934 use toolbar.c's toolbar_reply instead of summary_reply (removed)
935 (generalize reply and forward code);
937 remove focus_in event which updated summaryview to messageview
939 2003-02-28 [paul] 0.8.10claws62
942 add the --check option
943 Patch submitted by Ricardo Mones Lastra
945 2003-02-28 [paul] 0.8.10claws61
947 * src/prefs_account.c
948 re-order 'Signature' items
950 2003-02-28 [paul] 0.8.10claws60
952 * sync with 0.8.10cvs20
953 see ChangeLog 2003-02-28
955 2003-02-28 [paul] 0.8.10claws59
958 update to reflect recent movement of files
960 2003-02-28 [paul] 0.8.10claws58
962 * sync with 0.8.10cvs19
963 see ChangeLog 2003-02-28
965 2003-02-27 [martin] 0.8.10claws57
967 * src/prefs_matcher.c
968 fix segfault in prefs_matcher_ok() when the
969 last entry is deleted and prevents that the
970 message "entry not saved" comes up after deleting
973 2003-02-27 [martin] 0.8.10claws56
975 * src/prefs_filtering.c
976 fix segfault in prefs_filtering_ok() when the
977 last entry is deleted and prevents that the
978 message "entry not saved" comes up after deleting
981 2003-02-27 [paul] 0.8.10claws55
983 * sync with 0.8.10cvs18
984 see ChangeLog 2003-02-27
986 2003-02-27 [paul] 0.8.10claws54
989 fix bug where the address book crashes with
991 Patch [687729] submitted by David Frager
992 <dbfrager@users.sourceforge.net>
994 2003-02-25 [christoph] 0.8.10claws53
997 * src/colorlabel.[ch] ** REMOVE **
998 * src/gtk/Makefile.am
999 * src/gtk/colorlabel.[ch] ** NEW **
1000 move colorlabel files to gtk directory
1002 * src/esmtp.[ch] ** REMOVE **
1003 has been merged into smtp.[ch] in 0.7.5
1005 2003-02-25 [christoph] 0.8.10claws52
1008 * src/about.[ch] ** REMOVE **
1009 * src/gtk/Makefile.am
1010 * src/gtk/about.[ch] ** NEW **
1011 move about files to gtk directory
1013 2003-02-25 [christoph] 0.8.10claws51
1016 some code optimization of folder scanning code
1018 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1020 2003-02-25 [christoph] 0.8.10claws50
1023 * src/common/sylpheed.c
1024 add command line parameter parsing to common code
1026 2003-02-24 [christoph]
1030 fix gnome prefix problems, the configure script now removed
1031 `gnome-config --prefix` from `gnome-config --datadir`
1032 and adds $(prefix} instead
1034 (closes Bug 24 Makefile does not respect prefix when installing
1037 2003-02-24 [christoph] 0.8.10claws49
1040 check for valid session before trying to authenticate
1042 (closes Bug 60 crash if "authenticate on logon" is activated
1043 and newsserver-hostname is not valid)
1045 2003-02-24 [melvin] 0.8.10claws48
1047 * src/prefs_actions.c
1048 Make sure all user's input is sent to the action and then
1051 2003-02-23 [alfons] 0.8.10claws46
1054 also wait cursor when deleting files
1058 * tools/freshmeat_search.pl
1059 tools/google_search.pl
1060 scripts should now work for any browser/browser command line
1062 2003-02-22 [christoph] 0.8.10claws45
1065 fix IMAP flag setting, IMAP flag is not handled correctly
1066 anymore by the folder system and information about the
1067 folder should not be saved in the MsgInfo (in my opinion)
1069 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1071 2003-02-22 [christoph] 0.8.10claws44
1074 fix spelling of "label" ;-)
1076 2003-02-22 [thorsten] 0.8.10claws43
1079 src/prefs_common.[ch]
1081 do not use description as attachment name
1083 2003-02-22 [alfons] 0.8.10claws42
1086 freeze/thaw folder item updates when changing color labels,
1087 and put a wait cursors on
1089 2003-02-22 [thorsten] 0.8.10claws41
1092 save-all fixes: crash if invoked on multipart container,
1093 mimeinfo access, pathseparators, error dialog
1095 2003-02-21 [alfons] 0.8.10claws40
1100 2003-02-21 [colin] 0.8.10claws39
1105 2003-02-21 [colin] 0.8.10claws38
1108 Freeze/thaw folderItem updates when filtering messages
1109 via Tools/Filter messages
1111 2003-02-21 [paul] 0.8.10claws37
1114 revert commit 0.8.10claws26, there are ulterior motives
1115 for users to set a Reply-To header when posting to
1118 2003-02-21 [paul] 0.8.10claws36
1120 * sync with 0.8.10cvs17
1121 see ChangeLog 2003-02-21
1123 2003-02-20 [christoph] 0.8.10claws35
1126 IMAP UID fetch speedup using SEARCH
1128 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1131 fix problem with UIDs in IMAP UID cache that no longer existed
1133 2003-02-20 [christoph] 0.8.10claws34
1138 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1140 Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1143 Rewrite imap_cmd_gen_recv use sock_getline instead
1144 of sock_gets to avoid problems with too long reply
1147 2003-02-20 [colin] 0.8.10claws33
1149 * src/prefs_account.c
1152 2003-02-20 [colin] 0.8.10claws32
1155 Remove useless '&& !to_sender'
1160 change my e-mail address
1162 2003-02-19 [colin] 0.8.10claws31
1164 * src/prefs_common.c
1165 X11 style colors for every configurable color
1167 2003-02-19 [alfons] 0.8.10claws30
1169 * src/prefs_gtk.[ch]
1170 * src/prefs_common.c
1171 for color_new accept both plain integers and X11 style color
1172 names (as found in /usr/lib/X11/rgb.txt)
1174 2003-02-19 [paul] 0.8.10claws29
1177 add tooltips to online/offline button and account selector
1180 2003-02-19 [paul] 0.8.10claws28
1184 src/prefs_account.[ch]
1185 src/prefs_common.[ch]
1186 move 'Maximum number of articles to download' to
1188 clean up account prefs gui a little by hiding entries
1189 rather then greying out entries
1191 2003-02-19 [hiro] 0.8.10claws27
1193 * src/common/utils.c
1194 fix bug #54 'yesterdays date is displayed in the message
1197 2003-02-19 [paul] 0.8.10claws26
1200 fix bug reported in Feature Request [688596]
1201 'Reply-to header in news'
1203 2003-02-18 [paul] 0.8.10claws25
1206 add a 'List all keys' button to key selection dialog
1208 2003-02-18 [colin] 0.8.10claws24
1210 * src/stock_pixmap.c
1213 2003-02-18 [colin] 0.8.10claws23
1215 * src/common/smtp.[ch]
1217 Try to starttls if it seems to be the only
1218 way to authenticate a user
1220 2003-02-18 [paul] 0.8.10claws22
1224 src/stock_pixmap.[ch]
1225 src/pixmaps/drafts_close.xpm ** NEW FILE **
1226 src/pixmaps/drafts_open.xpm ** NEW FILE **
1227 as a Drafts folder is a special folder allow it to have
1228 its own unique icons
1230 2003-02-18 [colin] 0.8.10claws21
1233 Fix port selection when using starttls
1235 2003-02-18 [paul] 0.8.10claws20
1238 src/prefs_common.[ch]
1239 make blue the default new mail colour
1241 2003-02-18 [paul] 0.8.10claws19
1243 * sync with 0.8.10cvs14
1244 see ChangeLog 2003-02-18
1246 2003-02-17 [jens] 0.8.10claws18
1249 fixed a compile problem with gcc 3.3
1250 works on 2.95.3 too (testet on PPC as it is big endian)
1252 2003-02-17 [paul] 0.8.10claws17
1254 * sync with 0.8.10cvs13
1255 see ChangeLog 2003-02-17
1257 2003-02-17 [paul] 0.8.10claws16
1259 * sync with 0.8.10cvs12
1260 see ChangeLog 2003-02-17
1262 2003-02-16 [match] 0.8.10claws15
1265 Eliminates reloading of address data when items
1266 deleted or added. Applied submitted by
1267 Luke Plant <lukeplant@softhome.net>
1269 2003-02-16 [paul] 0.8.10claws14
1272 when a 'protocol error' is encountered disconnect from
1273 the server. This means that the user can carry on viewing
1274 other articles and doesn't have to either wait until the
1275 server timesout or quit sylpheed.
1276 Fixes bug #53 'Unable to read messages in newsgroups,
1277 displayed message doesn't change'
1279 2003-02-15 [christoph] 0.8.10claws13
1282 fix bug that stopped scanning of folders when an
1283 IMAP folder was empty
1285 (closes bug 46 stop scan messages in folders after empty folder)
1291 tools/freshmeat_search.pl ** NEW FILE **
1292 tools/google_search.pl ** NEW FILE **
1293 Add 2 Actions scripts which search freshmeat/google
1294 for the selected text using the browser configured
1297 Note: These scripts are very dependent on the format of the
1298 browser command and may not work on every occasion. Testing
1301 2003-02-14 [alfons] 0.8.10claws12
1304 fix breakage because of uninitialized account pointer.
1307 2003-02-14 [paul] 0.8.10claws11
1310 src/prefs_account.[ch]
1311 src/prefs_common.[ch]
1312 move signature settings to Account Prefs
1314 2003-02-14 [paul] 0.8.10claws10
1316 * sync with 0.8.10cvs11
1317 see ChangeLog 2003-02-14
1319 2003-02-13 [thorsten] 0.8.10claws9
1322 revert news progressbar (GUI separation)
1324 2003-02-13 [paul] 0.8.10claws8
1327 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1330 2003-02-13 [paul] 0.8.10claws7
1334 fix 'Follow-up and Reply-to' so that it creates a reply to
1335 the newsgroup and the sender. If the message has the keyword
1336 'poster' in the Followup-To header, all replies go to the
1337 sender, re: RFC 1036, Section 2.2.3
1338 rename all instances of 'ignore_replyto' to 'to_sender', both
1339 were previously used, now we use just one.
1341 2003-02-13 [paul] 0.8.10claws6
1343 * sync with 0.8.10cvs9
1344 see ChangeLog 2003-02-13
1346 2003-02-13 [paul] 0.8.10claws5
1349 show which plugins are configured in the configure
1352 2003-02-12 [thorsten] 0.8.10claws4
1355 show progress while fetching news headers
1357 2003-02-12 [christoph] 0.8.10claws3
1360 * src/plugins/Makefile.am
1361 use AM_CONDITIONAL to enable plugins, automake correctly
1362 manages this when creating distdir
1364 2003-02-12 [christoph] 0.8.10claws2
1366 * ac/spamassassin.m4
1367 * src/plugins/spamassassin/Makefile.am
1368 fix building SpamAssassin plugin without OpenSSL
1370 2003-02-12 [paul] 0.8.10claws1
1374 src/plugins/Makefile.am
1375 fix failure of 'make release'
1377 2003-02-12 [paul] 0.8.10claws
1379 * 0.8.10claws released
1381 2003-02-12 [paul] 0.8.9claws56
1388 updated translations by George Danchev, Ricardo Mones Lastra,
1389 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1392 Allow the building of RPMs by a regular user. Submitted
1395 2003-02-11 [alfons] 0.8.9claws55
1398 don't use pixmaps for label color rect but draw rectangles
1399 so we can respect the color map of palette based visuals
1400 (fixes the long time crashes on Suns - thanks to Andreas
1401 Engel and Steve O'Hara-Smith for testing)
1403 2003-02-11 [christoph] 0.8.9claws54
1405 * src/matcher_parser_parse.y
1406 correct bug where filering rules of not existing folders in
1407 matcherrc were added to global filtering
1409 (closes Debian Bug #180253 - Directory's filter-rules are merged with
1410 main filter-rules after removing directory, http://bugs.debian.org/180253)
1412 2003-02-11 [paul] 0.8.9claws53
1414 * sync with 0.8.10cvs7
1415 see ChangeLog 2003-02-09
1417 2003-02-11 [melvin] 0.8.9claws52
1420 Updated French tranlsations
1422 2003-02-10 [paul] 0.8.9claws51
1425 correct --enable-openssl
1426 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1428 2003-02-09 [martin] 0.8.9claws50
1430 * src/prefs_matcher.c
1431 fix segfault in prefs_matcher_substitute_cb() when
1434 2003-02-09 [paul] 0.8.9claws49
1437 fix bug where a newsgroup folder's processing rules were
1438 merged with the global filtering rules when the newsgroup
1439 folder was deleted, causing some seriously bad results,
1440 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1442 2003-02-08 [melvin] 0.8.9claws48
1445 Corrected and modified an alert message.
1447 2003-02-07 [paul] 0.8.9claws47
1450 fix bug where both an 'Account properties' window and a
1451 'Folder properties' window were opened when clicking on
1452 'Properties' in an NNTP or IMAP folder's popup menu.
1454 2003-02-07 [paul] 0.8.9claws46
1456 * sync with 0.8.10cvs6
1457 see ChangeLog 2003-02-06
1459 2003-02-06 [christoph] 0.8.9claws45
1462 freeze folder updates while importing mbox files
1463 (closes bug 43 importing mbox took hours)
1465 Patch submitted by Jens Rantil <jens.rantil@telia.com>
1467 2003-02-06 [thorsten] 0.8.9claws44
1470 Updated german translations
1472 2003-02-06 [thorsten] 0.8.9claws43
1475 use guint for message numbers (fix count in grouplist dialog)
1477 2003-02-05 [paul] 0.8.9claws42
1479 * sync with 0.8.10cvs2
1480 see ChangeLog 2003-02-05
1482 2003-02-04 [colin] 0.8.9claws41
1484 * src/prefs_common.[ch]
1487 Add an option to disable threading by subject
1489 2003-02-04 [christoph] 0.8.9claws40
1492 only abort fetching mails from multiple accounts when the
1493 error is fatal and does not allow to check any more accounts
1494 (currently only disk full error)
1496 (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1497 receive mails for other accouts)
1499 2003-02-04 [christoph] 0.8.9claws39
1502 first add the new message to the cache, then
1503 send the update notification
1505 (closes bug 39 after sending message folderview doesnt get updated)
1507 2003-02-04 [colin] 0.8.9claws38
1510 _really_ fix this Connecting... status
1512 2003-02-04 [paul] 0.8.9claws37
1515 see ChangeLog 2003-02-04
1517 2003-02-04 [paul] 0.8.9claws36
1519 * sync with 0.8.9cvs6
1520 see ChangeLog 2003-02-03
1522 2003-02-04 [paul] 0.8.9claws35
1525 updated by André Filipe de Assunção e Brito
1526 <bedecko@netsite.com.br>
1528 2003-02-03 [thorsten] 0.8.9claws34
1531 Updated german translations
1533 2003-02-02 [paul] 0.8.9claws33
1536 updated by Ricardo Mones Lastra
1538 2003-02-02 [thorsten] 0.8.9claws32
1541 Fix mh_get_msginfo() segfault if file is inaccessible
1543 2003-01-31 [colin] 0.8.9claws31
1546 Fix last commit's bug
1548 2003-01-31 [colin] 0.8.9claws30
1551 Missing a change for gpg-signed messages
1553 2003-01-31 [paul] 0.8.9claws29
1555 * src/pixmaps/gpg_signed.xpm ** NEW FILE **
1557 src/stock_pixmap.[ch]
1559 indicate GnuPG signed messages by displaying an icon
1560 in the Attachment column.
1562 2003-01-31 [paul] 0.8.9claws28
1564 * sync with 0.8.9cvs4
1565 see ChangeLog 2003-01-31
1567 2003-01-31 [alfons] 0.8.9claws27
1570 tune URI parser to accept mailto URLs with a '?'
1571 (patch from Ruslan Balkin)
1573 2003-01-31 [colin] 0.8.9claws26
1576 Fix a leak introduced in claws24
1578 2003-01-31 [colin] 0.8.9claws25
1581 Freeze/Thaw folder updates when deleting dups
1583 2003-01-31 [colin] 0.8.9claws24
1588 little speed improvements
1590 2003-01-31 [colin] 0.8.9claws23
1593 Fix segfault when forwarding nothing
1594 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1596 2003-01-30 [paul] 0.8.9claws22
1598 * sync with 0.8.9cvs3
1599 see ChangeLog 2003-01-30
1601 2003-01-30 [paul] 0.8.9claws21
1603 * sync with 0.8.9cvs2
1604 see ChangeLog 2003-01-30
1606 2003-01-29 [paul] 0.8.9claws20
1608 * sync with 0.8.9cvs1
1609 see ChangeLog 2003-01-29
1611 2003-01-28 [paul] 0.8.9claws19
1614 update to reflect changes.
1615 thanks to Ricardo Mones Lastra
1617 2003-01-27 [christoph] 0.8.9claws18
1620 * ac/spamassassin.m4
1621 * src/plugins/spamassassin/README
1622 * src/plugins/spamassassin/libspamc.[ch]
1623 * src/plugins/spamassassin/utils.[ch]
1624 updated to latest libspamc
1626 2003-01-27 [christoph] 0.8.9claws17
1629 fix wrong use of procheader_get_header_fields
1631 2003-01-27 [christoph] 0.8.9claws16
1634 * src/prefs_account.[ch]
1635 * src/common/nntp.[ch]
1636 allow to force authentication for NNTP servers
1638 Patch submitted by Florian Mickler <dmk@d-labs.de>
1640 2003-01-26 [paul] 0.8.9claws15
1643 speed up of marking messages as read
1644 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1646 2003-01-26 [christoph] 0.8.9claws14
1649 * src/mgutils.[ch] ** REMOVE **
1650 * src/xml.[ch] ** REMOVE **
1651 * src/xmlprops.[ch] ** REMOVE **
1652 * src/common/Makefile.am
1653 * src/common/mgutils.[ch] ** NEW **
1654 * src/common/xml.[ch] ** NEW **
1655 * src/common/xmlprops.[ch] ** NEW **
1656 move xml files to common directory
1658 2003-01-26 [christoph] 0.8.9claws13
1660 * src/plugins/spamassassin/spamassassin_gtk.c
1661 only set gtk entry text if string is available
1663 2003-01-26 [melvin] 0.8.9claws12
1665 * src/description_window.c
1666 Allow resizing of the window
1667 Allow automatic horizontal scroll bar
1668 Do not vertically expand and fill
1670 2003-01-26 [christoph] 0.8.9claws11
1673 * src/gtkutils.[ch] ** REMOVE **
1674 * src/common/sylpheed.c
1675 * src/gtk/Makefile.am
1676 * src/gtk/description_window.c
1677 * src/gtk/gtkutils.[ch] ** NEW **
1678 * src/gtk/prefswindow.c
1679 move gtkutils to gtk directory
1681 2003-01-26 [paul] 0.8.9claws10
1684 rename summary_unread_clicked() to summary_status_clicked()
1686 2003-01-26 [melvin] 0.8.9claws9
1688 * src/prefs_actions.c
1689 Cosmetical changes to the help text
1691 2003-01-26 [paul] 0.8.9claws8
1696 src/prefs_sumamry_column.c
1698 rename the 'Unread' column to 'Status'
1700 2003-01-25 [match] 0.8.9claws7
1703 removed reference to LDAP constants. removed error2string.
1704 included functions to support LDAP dynamic queries.
1706 moved LDAP constants here.
1710 removed references to LDAP constants and references to
1713 2003-01-25 [paul] 0.8.9claws6
1716 summary_thread_build(), summary_thread_init(): remove
1717 unneeded reference to summaryview->folder_item
1719 2003-01-25 [christoph] 0.8.9claws5
1721 * src/gtk/description_window.c
1722 o allow description texts to expand over multiple columns
1723 o translate all columns
1724 * src/prefs_actions.c
1725 change syntax description to use new multi column feature
1727 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1729 2003-01-25 [match] 0.8.9claws4
1732 fixed bug with Quoted-Printable
1734 2003-01-25 [paul] 0.8.9claws3
1737 src/summaryview.[ch]
1738 implement per-folder collapsed/expanded threads setting
1740 * src/prefs_common.c
1741 remove global collapsed/expanded threads option
1743 2003-01-25 [christoph] 0.8.9claws2
1746 add pluginwindow and prefswindow
1748 make send respond correctly to messages that could be added
1749 to the queue folder, but the UID of the message is unknown
1752 don't return guessed UIDs in imap_add_msg anymore. We return
1753 0 to tell the folder system it was appened but the UID is
1754 unknown. Folder system now get's the UID by scaning the folder
1755 and searching the cache for the Message-ID
1756 (closes bug #29 Messages queued, but not sent)
1758 2003-01-25 [paul] 0.8.9claws1
1761 conv_encode_header(): fix bug when long headers with 8-bit
1762 characters are used, so that the encoded words are wrapped.
1763 If the space in the original text falls on the wrap boundary,
1765 Patch by Sergey Vlasov.
1768 fix bug where a change to the sorting method or thread view
1769 of a folder's messages is lost if simpify-subject is set and
1771 Patch by Luke Plant.
1773 2003-01-24 [paul] 0.8.9claws
1775 * sylpheed-0.8.9claws released
1779 remove reference to 'INSTALL.jp'
1781 2003-01-23 [paul] 0.8.8claws128
1787 updated translations. submitted by Ricardo Mones Lastra,
1788 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1790 2003-01-23 [colin] 0.8.8claws127
1793 Fix drafted and queued news articles re-edition
1795 2003-01-23 [melvin] 0.8.8claws126
1798 Updated French translations
1800 2003-01-23 [colin] 0.8.8claws125
1803 Fix "Connecting to..." status message
1805 2003-01-22 [paul] 0.8.8claws124
1808 updated by George Danchev
1811 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1814 2003-01-21 [paul] 0.8.8claws123
1817 updated by George Danchev
1823 don't translate 'Separator'
1825 * src/plugins/spamassassin/Makefile.am
1826 add aspell to CPPFLAGS
1828 * src/plugins/spamassassin/spamassassin.c
1829 src/plugins/spamassassin/spamassassin_gtk.c
1830 set correct default for spamassassin_receive_spam
1831 slightly re-word descriptions and some
1834 2003-01-19 [alfons] 0.8.8claws122
1837 mimeview_save_as(): we might as well show the file name for
1838 the single case "Save As" too
1840 2003-01-19 [alfons] 0.8.8claws121
1843 change bug tracker URL to bugzilla URL
1845 2003-01-19 [alfons] 0.8.8claws120
1848 mimeview_save_all(): display name of file before overwriting;
1849 continue saving all, even when one overwrite was cancelled
1851 2003-01-19 [christoph] 0.8.8claws119
1855 fix wrong usage of procmsg_find_children in summaryview
1856 by using procmsg_update_unread_children instead of
1857 summaryview_update_unread_children
1859 2003-01-19 [christoph] 0.8.8claws118
1862 fix infinite loop in procmsg_find_children
1863 (closes bug #25 sylpheed crashes on delete.)
1865 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1867 2003-01-19 [paul] 0.8.8claws117
1870 updated by Ivan Francolin Martinez
1872 2003-01-18 [melvin] 0.8.8claws116
1874 * src/prefs_actions.c
1875 Removed syntax limitation of only one '&' at the end of command.
1876 Now actions that contain '>/dev/null 2>&1' are possible.
1878 2003-01-18 [melvin] 0.8.8claws115
1880 * src/prefs_actions.c
1881 Actions IO dialog: when the action ends
1882 the "Close" button now has focus and [Escape] closes the
1885 2003-01-18 [christoph] 0.8.8claws114
1888 o add debug output when MsgInfos are really freed
1889 o free GSLists in procmsg_find_children and
1890 procmsg_update_unread_children
1892 2003-01-18 [christoph] 0.8.8claws113
1895 reorder Configuration menu
1897 2003-01-18 [christoph] 0.8.8claws112
1900 fix applying templates to forwarded messages
1902 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1904 2003-01-17 [christoph] 0.8.8claws111
1907 destroy folder items, when a folder item is removed
1909 2003-01-17 [christoph] 0.8.8claws110
1912 fix wrong folder stats update when ignored message is
1915 2003-01-17 [colin] 0.8.8claws109
1919 Quicksearch bugfixes:
1920 - hide help button at startup if not extended
1921 - switch to extended when looking for replies
1925 * sync with 0.8.9 release
1927 2003-01-17 [paul] 0.8.8claws108
1929 * sync with 0.8.8cvs11
1930 see ChangeLog 2003-01-17
1932 2003-01-16 [colin] 0.8.8claws107
1935 Changed encryption test to re-ask passphrase
1936 if an encrypted message hasn't been decrypted
1939 2003-01-16 [christoph] 0.8.8claws106
1942 * src/prefs_toolbar.c
1943 * src/gtk/prefswindow.h
1944 * src/plugins/spamassassin/spamassassin_gtk.c
1945 remove page destroy function that is not used anymore
1947 2003-01-16 [paul] 0.8.8claws105
1949 * sync with 0.8.8cvs9
1950 see ChangeLog 2002-01-16
1952 2003-01-16 [colin] 0.8.8claws104
1955 Fix bug with autosaved drafts for IMAP, when draft
1956 folder is specified - fixes bugzilla bug #20
1958 2003-01-15 [paul] 0.8.8claws103
1962 store folder and message-id of message forwarding
1963 in queue header and set forward flag after sending
1965 2003-01-15 [paul] 0.8.8claws102
1967 * sync with 0.8.8cvs8
1968 see ChangeLog 2002-01-15
1970 2003-01-15 [colin] 0.8.8claws101
1973 Fix linking with GNU libiconv
1975 2003-01-15 [darko] 0.8.8claws100
1978 fix crash when importing pine address book
1979 entry with an empty name (reported by DY
1980 <dybulk at tri8.net>)
1982 2003-01-14 [paul] 0.8.8claws99
1984 * configure.in ** REMOVED **
1985 configure.ac ** NEW FILE **
1986 rename configure.in to configure.ac, as it is now
1989 2003-01-14 [melvin] 0.8.8claws98
1992 folderview_check_new(): More precise function description
1994 2003-01-14 [melvin] 0.8.8claws97
1997 folderview_check_new(): return the number of new messages
2000 inc_account_mail(): Disable counting of new messages for IMAP
2001 and NNTP until bug [19] and [14] are fixed.
2003 2003-01-14 [paul] 0.8.8claws96
2005 * sync with 0.8.8cvs6
2006 see ChangeLog 2003-01-14
2008 2003-01-13 [alfons] 0.8.8claws95
2011 tune email address validation (c. 0.8.8claws89): if . is
2012 just one char away from @, the address is invalid too
2013 (correctly rejects addresses like foo@.com)
2015 2003-01-13 [paul] 0.8.8claws94
2019 fixes to the Message View toolbar and menu:
2020 fix non-functioning Forward button
2021 make Reply button consider default_reply_list
2022 remove 'Follow-up...' menu entry
2023 add 'Forward' and 'Redirect' menu entries
2025 2003-01-13 [melvin] 0.8.8claws93
2028 Fixed typo that could make new messages count incorrect.
2030 2003-01-13 [melvin] 0.8.8claws92
2032 * src/folderview.[ch]
2033 folderview_check_new(): return the number of new messages.
2035 Should fix bug [14] where new mail notification worked
2036 incorrectly with IMAP accounts.
2037 inc_spool_account(): return number of new msgs, or -1 on error
2038 inc_all_spool(): return number of new msgs
2040 2003-01-13 [melvin] 0.8.8claws91
2042 * src/prefs_actions.c
2045 2003-01-12 [thorsten] 0.8.8claws90
2047 * src/common/prefs.c
2048 close file before rename
2050 2003-01-12 [alfons] 0.8.8claws89
2053 add Christian Mertes
2054 * src/common/utils.[ch]
2055 g_stricase_hash(), g_stricase_equal(): functions for
2056 case insensitive hash tables
2058 use top level domain names to validate email address, based
2059 on a patch by Christian Mertes (thanks!), but changed
2060 implementation to use a hash table
2062 2003-01-12 [paul] 0.8.8claws88
2065 updated by George Danchev
2067 2003-01-12 [alfons] 0.8.8claws87
2070 delete / execute performance: use new style folder update
2072 2003-01-12 [paul] 0.8.8claws86
2074 * sync with 0.8.8cvs5
2075 see ChangeLog 2003-01-13 (!)
2077 2003-01-12 [alfons] 0.8.8claws85
2080 * src/matcher_parser_parse.y
2081 prepare change_score filtering action
2083 give up const-correctness on functions that call non-const-correct functions;
2084 several casts to gpointer in g_free();
2087 2003-01-12 [christoph] 0.8.8claws84
2092 * src/gtk/prefswindow.[ch]
2093 * src/plugins/spamassassin/spamassassin_gtk.c
2094 changed the call of the widget create function
2095 for PrefsPages, because sometimes the widget
2096 create function needs a widget that already has
2097 been attached to a window (to create GDK pixmaps
2098 for exmaple). So we simply pass the GtkWindow as
2099 the second parameter now.
2103 * src/prefs_toolbar.[ch]
2104 rewrite Toolbar Preferences using the new
2107 2003-01-11 [alfons] 0.8.8claws83
2110 fix crash when adding sender to addressbook because status bar
2111 isn't there (the status bar doesn't seem to be used though,
2112 but I'll let Match decide what to do with it)
2114 2003-01-11 [colin] 0.8.8claws82
2118 Two useless changes reversed
2120 2003-01-11 [colin] 0.8.8claws81
2124 Add mainwindow_get_mainwindow()
2127 Add alertpanel_error_log()
2134 Network errors get a View Log button
2136 2003-01-10 [alfons] 0.8.8claws80
2138 * src/prefs_toolbar.c
2140 use the translatable string for "Separator" as file name for
2141 separator toolbar items (probably make this uppercase?)
2143 2003-01-10 [alfons] 0.8.8claws79
2145 * src/prefs_toolbar.c
2146 put right A_SEPARATOR description string in "displayed
2147 toolbar items list" so manually added separators are
2148 saved correctly (bug #10, "Adding a separator to the main
2149 toolbar fails, entry in xml file is wrong")
2151 2003-01-10 [christoph] 0.8.8claws78
2155 o use CAPABILITY to check if NAMESPACE is available
2157 2003-01-10 [christoph] 0.8.8claws77
2160 apply UIDPLUS IMAP extension support patch
2162 Patch submitted by Simon 'corecode' Schubert
2164 2003-01-10 [paul] 0.8.8claws76
2167 a sync from main which fixes the news account folders'
2170 2003-01-10 [christoph] 0.8.8claws75
2173 don't accept 0 as a valid uid returned by copy and move
2174 functions. 0 means the message was copied or moved but the
2175 new uid could not be fetched. It is not an error condition
2176 for the copy or move operation.
2178 2003-01-10 [paul] 0.8.8claws74
2180 * src/prefs_filtering.c
2181 change English used in Alert when entry is not
2184 * sync with 0.8.8cvs4
2185 see ChangeLog 2003-01-10
2187 2003-01-10 [darko] 0.8.8claws73
2190 fix crash when importing address book entry
2191 without a valid address
2193 2003-01-09 [alfons] 0.8.8claws72
2196 filtering performance: use new style folder update
2198 2003-01-09 [christoph] 0.8.8claws71
2202 fix wrong selecting of mime encoding type, when
2203 opening property dialog of attachments in the
2204 compose window. 7bit was always selected and that
2205 destoryed files with 8bit data.
2206 (closes bug #9 Sylpheed-claws destroys attachments when
2207 changing MIME-types)
2209 2003-01-09 [paul] 0.8.8claws70
2211 * sync with 0.8.8cvs3
2212 see ChangeLog 2003-01-09
2214 2003-01-08 [alfons] 0.8.8claws69
2217 apply patch by Kim Schulz to fix build breakage
2218 because of missing variable
2220 2003-01-08 [paul] 0.8.8claws68
2222 * sync with 0.8.8cvs2
2223 see ChangeLog 2002-01-08
2225 2003-01-08 [paul] 0.8.8claws67
2228 updated by Alessandro Maestri
2231 when using 'Add sender to addressbook' allow
2232 name to be edited and remarks to be entered
2233 Patch submitted by Luke Plant
2235 2003-01-08 [darko] 0.8.8claws66
2237 * README.claws, src/summaryview.c
2238 fix description for marked messages
2243 tools/launch_phoenix ** NEW FILE **
2244 add script that enables using Phoenix as the default
2246 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2248 * tools/OOo2sylpheed.pl
2249 remove full path to sylpheed executable, just 'sylpheed'
2253 add launch_phoenix informtion and re-arrange and compress
2256 2003-01-07 [christoph] 0.8.8claws65
2259 fix update for source folder when moving messages
2262 use function to set to_folder for message infos and
2263 automatically update the op_count for old and new
2266 2003-01-07 [melvin] 0.8.8claws64
2268 * src/prefs_actions.c
2269 Fixed bug where an '%p' Action on a displayed image crashed
2271 Code clean up (get rid of duplicated code and removed unnecessary
2274 2003-01-07 [christoph] 0.8.8claws63
2284 * src/prefs_folder_item.c
2288 o remove all folder update triggering from the UI code. The folder
2289 system should know much better when a folder needs an update.
2290 o to prevent multiple updates in a row the folder updates can be
2291 frozen for some time.
2293 Note: - Please verify that no updates are missing
2294 - Check where freeze/thaws should be added
2296 2003-01-07 [christoph] 0.8.8claws62
2298 * src/prefs_actions.c
2299 don't translate empty strings
2301 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2303 2003-01-06 [christoph] 0.8.8claws61
2305 * src/prefs_actions.c
2306 mark strings for gettext
2307 * src/prefs_matcher.c
2308 use new description window for Execute action and
2309 match condition in Filtering
2311 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2313 2003-01-06 [alfons] 0.8.8claws60
2315 keep myself inspired to re-organize matcher part 8;
2316 yes, more to come (I need to move out the descriptive
2317 text for actions to matcher.c, or at least make it not
2318 depend on the wicked ordering)
2320 * src/prefs_matcher.c
2321 add documentation so others may comprehend the
2322 UI part of the conditions
2324 2003-01-06 [christoph] 0.8.8claws59
2326 * src/prefs_actions.c
2327 use new description window for syntax help
2328 * src/gtk/description_window.c
2329 fix display of descriptions with column count != 2
2331 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2333 2003-01-06 [christoph] 0.8.8claws58
2336 * src/summaryview.[ch]
2337 * src/gtk/Makefile.am
2338 * src/gtk/description_window.[ch] ** NEW **
2339 use a generic window to display syntax descriptions
2340 currently used in quote_fmt and summaryview (new description
2341 for extended quick search)
2343 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2345 2003-01-06 [paul] 0.8.8claws57
2347 * sync with 0.8.8cvs1
2348 see ChangeLog 2003-01-06
2350 2003-01-06 [christoph] 0.8.8claws56
2353 * src/prefs_gtk.[ch]
2354 * src/gtk/prefswindow.[ch]
2355 * src/plugins/spamassassin/spamassassin_gtk.c
2356 o remove page management from prefswindow, pages
2357 will be an argument to prefswindow_open
2358 o prefswindow_open gets a datapointer that is
2359 passed to the widget_create function to allow
2360 creation of prefswindow for specific items
2362 2003-01-06 [colin] 0.8.8claws55
2365 We don't want regexp in the reply-finder,
2366 because MIDs can contain !,$,. and so on
2368 2003-01-06 [jens] 0.8.8claws54
2371 fixed a wrong free in jpilot_read_db_files
2373 2003-01-06 [alfons] 0.8.8claws53
2375 re-organize matcher part 8; more to come
2378 matcherprop_to_string(): put g_free()s before the
2379 switch-case break to fix memleaks
2381 2003-01-06 [colin] 0.8.8claws52
2384 cleanup & reply-finder now displays the first
2387 2003-01-05 [alfons] 0.8.8claws51
2389 re-organize matcher part 7; more to come
2392 fixes for constant correctness;
2395 2003-01-05 [alfons] 0.8.8claws50
2397 re-organize matcher part 6; more to come
2400 fixes for constant correctness;
2403 fix for constant correctness
2405 2003-01-05 [colin] 0.8.8claws49
2408 Add account_get_reply_account function
2410 Use account_get_reply_account function
2412 Basic reply-finder - click on the replied
2413 icon gets you to the outbox using quick-search
2415 2003-01-05 [paul] 0.8.8claws48
2417 * src/prefs_common.c
2418 small change to English
2420 * src/prefs_filtering.c
2421 prefs_filtering_action_select(): improve logic and uniformity
2424 2003-01-05 [alfons] 0.8.8claws47
2426 fine tune solution to focus problems (bug #7)
2429 mainwindow_focus_in_event(): remove grab event check
2431 summary_button_pressed(): move selection on right-click
2432 too. we can't possibly move the selection back after
2433 canceling a dialog, because gtk's incomplete focus
2434 management. whether this is a good solution, only time
2437 2003-01-05 [christoph] 0.8.8claws46
2440 fix crash when no imap connection could be established
2442 2003-01-05 [paul] 0.8.8claws45
2447 fix bug 605957 'shortcuts in popup-menu'
2448 make user-defined shortcuts work
2449 show shortcuts that are already defined
2451 Patch submitted by Luke Plant
2453 2003-01-05 [alfons] 0.8.8claws44
2456 focus_in_event handler should not select summary view row
2457 when another window (menu, dialog) grabbed for events
2458 (bug #7, "[0.8.8claws42] Message summary focus")
2460 2003-01-04 [christoph] 0.8.8claws43
2463 update save folder after adding the sent message
2464 (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2466 2003-01-02 [christoph] 0.8.8claws42
2468 * src/common/plugin.c
2469 fix unloading of all plugins and unload
2470 plugins in reverse order
2472 * src/gtk/pluginwindow.c
2473 implement function of load and unload button
2475 * src/gtk/prefswindow.c
2476 * src/gtk/prefswindow.h
2477 rename register function and add new unregister
2480 * src/plugins/spamassassin/spamassassin_gtk.c
2481 unregister prefs page and update for changes in
2482 src/gtk/prefswindow.c
2484 2003-01-02 [paul] 0.8.8claws41
2487 updated by Ricardo Mones Lastra
2492 fixes and improvements by Urke MMI
2494 2003-01-02 [thorsten] 0.8.8claws40
2497 fixed wrong return value
2499 2003-01-02 [thorsten] 0.8.8claws39
2502 fixed printing wrong variable
2504 2003-01-02 [thorsten] 0.8.8claws38
2507 fixed acessing members of freed pfile struct
2509 2003-01-02 [thorsten] 0.8.8claws37
2512 detect loops across several messages
2513 as suggested by Christoph Hohmann
2515 2003-01-01 [match] 0.8.8claws36
2518 fixed another memory leak.
2520 2003-01-01 [match] 0.8.8claws35
2523 fixed memory leaks. applied Doxygen comments.
2525 2003-01-01 [thorsten] 0.8.8claws34
2528 inhibit endless loop if msg references itself
2529 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2531 2003-01-01 [christoph] 0.8.8claws33
2534 * src/gtk/Makefile.am
2535 * src/gtk/pluginwindow.c ** NEW **
2536 * src/gtk/pluginwindow.h ** NEW **
2539 * src/plugins/demo/demo.c
2540 * src/plugins/spamassassin/spamassassin.c
2541 * src/plugins/spamassassin/spamassassin_gtk.c
2542 write better plugin descriptions
2544 2002-12-31 [christoph] 0.8.8claws32
2546 * src/gtk/prefswindow.c
2547 * src/plugins/spamassassin/spamassassin_gtk.c
2548 some small improvements to GTK code
2550 2002-12-31 [christoph] 0.8.8claws31
2552 * src/plugins/spamassassin/spamassassin_gtk.c
2553 enable folder select button
2555 2002-12-31 [christoph] 0.8.8claws30
2558 * src/gtk/Makefile.am
2559 * src/gtk/prefswindow.c ** NEW **
2560 * src/gtk/prefswindow.h ** NEW **
2561 add new prefs window
2563 * src/common/plugin.c
2564 don't try to load empty config lines
2566 * src/plugins/spamassassin/Makefile.am
2567 * src/plugins/spamassassin/spamassassin.c
2568 * src/plugins/spamassassin/spamassassin.h ** NEW **
2569 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
2570 GTK config for SpamAssassin Plugin using
2571 the new prefs window
2573 2002-12-31 [paul] 0.8.8claws29
2576 remove obsolete entry 'src/menu.c'
2578 2002-12-31 [alfons] 0.8.8claws28
2581 * src/matcher_parser_parse.y
2582 * src/prefs_matcher.c
2583 add "ignore_thread" and "~ignore_thread" condition so it's
2584 possible to make the actions / scoring operate on the ignore
2587 2002-12-31 [christoph] 0.8.8claws27
2593 * src/prefs_account.c
2594 * src/prefs_actions.c
2595 * src/prefs_customheader.c
2596 * src/prefs_display_header.c
2601 * src/common/prefs.[ch]
2602 extend prefs file handling for reading and automatic handling
2603 of blocks. When reading prefs_set_block_label will automatically
2604 move on to the block. When writing it will copy all other blocks
2607 * src/common/plugin.c
2608 Now loading plugin filenames from [Plugins] block in
2611 2002-12-30 [christoph] 0.8.8claws26
2613 * src/common/hooks.[ch]
2614 return abort status to caller of hooks_invoke
2617 invoke message filtering hook and stop
2618 default handling when filter returns abort
2620 * src/common/plugin.[ch]
2621 * src/plugins/demo/demo.c
2622 modify plugin loader, because resolving symbols for strings
2623 does not work correctly
2626 * ac/spamassassin.m4 ** NEW **
2627 * src/plugins/spamassassin/.cvsignore ** NEW **
2628 * src/plugins/spamassassin/Makefile.am ** NEW **
2629 * src/plugins/spamassassin/README ** NEW **
2630 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
2631 * src/plugins/spamassassin/spamassassin.c ** NEW **
2632 * src/plugins/spamassassin/utils.[ch] ** NEW **
2633 add spamassassin plugin, see src/plugins/spamassassin/README
2636 2002-12-29 [alfons] 0.8.8claws25
2639 when moving focus from a message view to the main
2640 window, don't forget to select the summary node
2641 of the displayed message. should fix "[ 659103 ]
2642 focus-follows-mouse confuses sylpheed"
2644 2002-12-29 [christoph] 0.8.8claws24
2647 * src/stringtable.[ch] ** REMOVE **
2648 * src/common/Makefile.am
2649 * src/common/stringtable.[ch] ** NEW **
2650 move stringtable files to common directory
2652 2002-12-29 [christoph] 0.8.8claws23
2655 * src/menu.[ch] ** REMOVE **
2656 * src/gtk/Makefile.am
2657 * src/gtk/menu.[ch] ** NEW **
2658 move menu files to gtk directory
2660 2002-12-29 [match] 0.8.8claws22
2664 moved UI specific code out of LDAP code into addressbook
2665 UI code. fixed memory leak.
2667 2002-12-29 [christoph] 0.8.8claws21
2670 only check for IGNORED parent message when message is
2673 2002-12-29 [alfons] 0.8.8claws20
2676 set gtksctree's anchor correct (immediate execute
2677 changes the tree's layout, and anchor points at
2678 the incorrect row). fixes "[ 657233 ] multiple msg
2679 delete sometimes off by 1".
2680 we probably have to look for more tree layout /
2683 2002-12-29 [paul] 0.8.8claws19
2686 fix bug [ 659054 ] incorrect sorting of 'From' column
2687 when using 'display sender using address book'
2688 thanks to Alfons and Luke Plant
2690 2002-12-29 [christoph] 0.8.8claws18
2694 check parent messages for IGNORE THREAD flag, when adding,
2695 moving or copying messages to a folder
2697 2002-12-27 [alfons] 0.8.8claws17
2699 re-organize matcher part 5; more to come
2702 hash keywords in matchparser_tab
2704 2002-12-27 [alfons] 0.8.8claws16
2706 re-organize matcher part 4; more to come
2708 * src/matcher_parser.h
2709 * src/matcher_parser_lex.l
2710 * src/matcher_parser_parse.y
2713 2002-12-27 [alfons] 0.8.8claws15
2715 re-organize matcher part 3; more to come
2720 2002-12-27 [alfons] 0.8.8claws14
2722 re-organize matcher part 2; more to come but this should
2723 work. cc me if there are any regressions.
2726 add prototype for get_matchparser_tab_id()
2727 * src/matcher_parser_lex.l
2728 look up keywords using matchparser_tab_id();
2730 2002-12-27 [alfons] 0.8.8claws12
2732 re-organize matcher part 1
2735 map yacc generated constants to sylpheed matcher constants
2737 add function to find a matcher constant from a string
2739 2002-12-27 [christoph] 0.8.8claws11
2742 MENUITEM_ADD casts the 4th argument from integer to pointer
2743 so it probably should not be a pointer, this means we
2744 should use account id for it and not the account's pointer
2746 2002-12-27 [paul] 0.8.8claws10
2749 remove unneeded 'GtkWidget *vbox'
2752 further sync with 0.8.8 - make sort
2753 by recipient work as expected
2758 2002-12-27 [paul] 0.8.8claws9
2761 updated by Ivan F. Martinez
2763 2002-12-27 [darko] 0.8.8claws8
2765 * src/common/utils.c
2766 added locked pattern to extended search
2768 2002-12-27 [alfons] 0.8.8claws7
2770 * src/prefs_matcher.[ch]
2773 2002-12-26 [alfons] 0.8.8claws6
2776 * src/matcher_parser_lex.l
2777 * src/matcher_parser_parse.y
2778 * src/prefs_matcher.c
2779 allow color label as a condition in the matcher
2781 2002-12-26 [oliver] 0.8.8claws5
2784 enable Addressbook for Main and Messageview
2785 * src/prefs_actions.c
2786 enable actions in Messageview
2788 2002-12-26 [christoph] 0.8.8claws4
2790 * src/common/plugin.c
2791 add a little debug output
2793 * src/plugins/demo/Makefile.am
2794 better use of automake
2796 2002-12-26 [christoph] 0.8.8claws3
2799 * src/common/Makefile.am
2802 2002-12-26 [christoph] 0.8.8claws2
2805 sort configure checks into common / gtk / plugins
2811 * src/common/sylpheed.[ch]
2812 added now sylpheed_done function for shutdown
2813 * src/common/Makefile.am
2814 * src/common/plugin.[ch] ** NEW **
2815 plugin loader and unloader
2816 * src/plugins/.cvsignore ** NEW **
2817 * src/plugins/Makefile.am ** NEW **
2819 * src/plugins/demo/.cvsignore ** NEW **
2820 * src/plugins/demo/Makefile.am ** NEW **
2821 * src/plugins/demo/demo.c ** NEW **
2822 small demo plugin that installs a logtext hook and
2823 outputs the log text to stdout
2825 2002-12-26 [paul] 0.8.8claws1
2828 updated by Ricardo Mones Lastra
2830 2002-12-26 [paul] 0.8.8claws
2832 * 0.8.8claws released
2834 2002-12-26 [paul] 0.8.7claws12
2837 updated by George Danchev
2839 2002-12-26 [paul] 0.8.7claws11
2842 remove unneeded 'src/prefs.c' entry
2844 2002-12-26 [paul] 0.8.7claws10
2848 sync with 0.8.8 release
2853 partial sync with 0.8.8 release
2856 2002-12-25 [alfons] 0.8.7claws9
2859 * src/matcher_parser_lex.l
2860 * src/matcher_parser_parse.y
2861 * src/prefs_matcher.c
2862 add locked flag to possible filtering / matcher
2863 conditions (also a good example what should be
2864 done to add a simple boolean condition)
2866 2002-12-25 [christoph] 0.8.7claws8
2876 * src/prefs.[ch] ** REMOVE **
2877 * src/prefs_account.c
2878 * src/prefs_actions.c
2879 * src/prefs_common.c
2880 * src/prefs_customheader.c
2881 * src/prefs_display_header.c
2882 * src/prefs_filtering.c
2883 * src/prefs_folder_item.c
2884 * src/prefs_gtk.[ch] ** NEW **
2885 * src/prefs_matcher.c
2886 * src/prefs_scoring.c
2887 * src/prefs_summary_column.c
2889 * src/selective_download.c
2891 * src/common/Makefile.am
2892 * src/common/prefs.[ch] ** NEW **
2893 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2895 2002-12-24 [alfons] 0.8.7claws7
2898 summary_thread_build(): fix real cause of the crash mentioned in
2899 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2900 this way we get meaningful ctree nodes
2902 2002-12-24 [oliver] 0.8.7claws6
2904 * src/mainwindow.[ch]
2905 * src/messageview.[ch]
2909 changes to use updated toolbar handling
2911 2002-12-24 [oliver] 0.8.7claws5
2914 generic toolbar handling
2915 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2916 * src/prefs_toolbar.[ch]
2919 2002-12-24 [oliver] 0.8.7claws4
2921 * src/stock_pixmap.[ch]
2922 move SYLPHEED_LOGO to end of list in order
2923 to remove it from Custom Toolbar`s Icon View
2925 2002-12-24 [alfons] 0.8.7claws3
2928 summary_thread_build(): fix crash because of focus != selection
2929 after threading. when deleting the selection, gtk tries but fails
2930 to find the correct focusable element. we now force the selection
2931 to be focused. this should solve the infamous bug reported by
2932 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
2933 a test case is available.
2935 2002-12-24 [darko] 0.8.7claws2
2938 don't crash when unmarking message with unread children
2940 2002-12-23 [christoph] 0.8.7claws1
2943 * src/common/Makefile.am
2944 update Makefiles for moved intl.h, version.h and defs.h
2946 rewrite imap_session_get to avoid duplicate code
2948 2002-12-23 [paul] 0.8.7claws
2950 * Santa-Claws released
2954 squeeze in updated Hungarian and Russian translations.
2955 Submitted by Gál Zoltán and Ruslan N. Balkin
2957 2002-12-23 [paul] 0.8.6claws129
2960 updated by Witold Wladyslaw Wojciech Wilk
2962 2002-12-23 [paul] 0.8.6claws128
2964 * src/quote_fmt_parse.y
2965 fix typo and add licence header
2967 2002-12-23 [paul] 0.8.6claws127
2972 2002-12-23 [paul] 0.8.6claws126
2975 updated translation, submitted by Alessandro Maestri
2977 2002-12-23 [paul] 0.8.6claws125
2979 * src/quote_fmt_parse.y
2980 fix signature-stripping on replies bug. match
2981 '-- \n' and not '-- '.
2983 2002-12-22 [paul] 0.8.6claws124
2988 updated translations. submitted by George Danchev,
2989 Ricardo Mones Lastra, and Urke MMI respectively
2991 2002-12-21 [paul] 0.8.6claws123
2996 2002-12-21 [paul] 0.8.6claws122
2999 fix bug [643638] where if a person is in one or more
3000 addressbook groups editing that person's email
3001 address results in removal from those groups.
3002 Patch submitted by Luke Plant.
3004 2002-12-20 [christoph] 0.8.6claws121
3006 * src/common/utils.c
3008 reimplement expand_search_string using GString to
3009 prevent crashs caused by miscalculated string
3010 lengths reported by Paul
3012 2002-12-20 [christoph] 0.8.6claws120
3015 don't use "changed" to check if op_count has to be changed as it
3016 is also set when the message has unread children
3017 (closes bug [ 653221 ] crash while deleting duplicates)
3019 2002-12-20 [paul] 0.8.6claws119
3021 * sync with 0.8.6cvs27
3022 see ChangeLog 2002-12-20
3024 2002-12-20 [paul] 0.8.6claws118
3026 * sync with 0.8.6cvs26
3027 see ChangeLog 2002-12-19 and 2002-12-20
3029 2002-12-19 [alfons] 0.8.6claws117
3032 fix incorrect parsing of email addresses, submitted by
3033 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
3034 name display if it contains @".
3036 2002-12-18 [paul] 0.8.6claws116
3038 * sync with 0.8.6cvs23
3039 see ChangeLog 2002-12-18
3041 2002-12-18 [paul] 0.8.6claws115
3048 sync with 0.8.6cvs22.
3049 see ChangeLog 2002-12-17 and 2002-12-18
3051 2002-12-17 [christoph] 0.8.6claws114
3054 o don't create a session if imap greeting fails
3055 o don't close socket when authentication fails
3056 this is done by imap_session_destroy
3058 2002-12-17 [thorsten] 0.8.6claws113
3062 tools/google_msgid.pl ** NEW FILE **
3063 Added "search for message-id" script and doc
3065 2002-12-17 [thorsten] 0.8.6claws112
3068 Updated hungarian translation
3069 (updated by Gal Zoltan)
3071 2002-12-16 [christoph] 0.8.6claws111
3074 remove stupid addressbook dump to debug output
3076 fix memory leak found by Hiro
3078 2002-12-14 [paul] 0.8.6claws110
3081 fix menubar sensitivity on send
3083 * src/prefs_filtering.c
3084 * src/prefs_matcher.c
3085 * src/prefs_scoring.c
3088 * src/common/quoted-printable.h
3091 2002-12-13 [christoph] 0.8.6claws109
3094 * src/manage_window.[ch] ** REMOVE **
3095 * src/gtk/Makefile.am
3096 * src/gtk/manage_window.[ch] ** NEW **
3097 move manage_window files to gtk directory
3099 2002-12-13 [christoph] 0.8.6claws108
3102 * src/gtkshruler.[ch] ** REMOVE **
3103 * src/gtk/Makefile.am
3104 * src/gtk/gtkshruler.[ch] ** NEW **
3105 move gtkshruler files to gtk directory
3107 2002-12-13 [christoph] 0.8.6claws107
3111 * src/gtkstext.[ch] ** REMOVE **
3114 * src/gtk/gtkstext.[ch] ** NEW **
3115 * src/gtk/Makefile.am
3116 o move stext functions to gtkstext.c to remove
3117 dependency of gtkutils
3118 o move gtkstext files to gtk directory
3120 * src/gtk/Makefile.am
3121 * src/gtk/sslcertwindow.[ch]
3122 UI stuff can always depend on common code so
3123 it's ok to add ../common to include path
3125 2002-12-13 [colin] 0.8.6claws106
3128 Disconnect sighandlers for mainwindow when
3129 quicksearch has the focus
3131 * src/mainwindow.[ch]
3132 Make key_pressed callback public, to be able
3135 2002-12-13 [christoph] 0.8.6claws105
3138 create .mh_sequences file in new MH folders
3139 (closes feature request [ 523162 ] MH folders should
3140 get a .mh_sequences)
3142 2002-12-13 [colin] 0.8.6claws104
3145 Better handling of quicksearch show/hide
3146 (basically the button stays under the mouse
3149 2002-12-13 [paul] 0.8.6claws103
3151 * sync with 0.8.6cvs17
3152 see ChangeLog 2002-12-13
3154 2002-12-13 [paul] 0.8.6claws102
3157 updated by Ricardo Mones Lastra
3159 2002-12-11 [colin] 0.8.6claws101
3162 remove statusbar stuff
3164 set statusbar verbosity when moving folders
3166 2002-12-11 [colin] 0.8.6claws100
3167 * src/prefs_filtering.c
3168 * src/prefs_matcher.c
3169 * src/prefs_scoring.c
3172 2002-12-11 [colin] 0.8.6claws99
3174 * src/prefs_common.[ch]
3175 Add summary_quicksearch_type
3177 Save last used quicksearch type
3179 2002-12-11 [jens] 0.8.6claws98
3180 * src/prefs_filtering.c
3181 * src/prefs_matcher.c
3182 * src/prefs_scoring.c
3183 added dialog for incomplete rules in scoring, filtering and
3184 matcher to ask wheather really close
3186 2002-12-11 [colin] 0.8.6claws97
3189 Fix folder dnd statusbar logging
3191 2002-12-10 [christoph] 0.8.6claws96
3201 * src/statusbar.[ch]
3202 * src/common/hooks.c
3203 * src/common/log.[ch]
3204 o handle verbose logging in statusbar directly in statusbar code
3205 and common code does not need any knowledge about a statusbar
3206 o remove direct calls to statusbar_(puts|pop)_all functions
3208 2002-12-10 [jens] 0.8.6claws95
3211 removed gettext from g_warnings
3217 2002-12-10 [colin] 0.8.6claws94
3220 finish crash dialog fix
3222 2002-12-10 [colin] 0.8.6claws93
3225 "Fix" "sylpheed already running" instead of
3226 crash dialog appearing after a crash
3228 2002-12-10 [colin] 0.8.6claws92
3231 add src/gtk/sslcertwindow.c
3233 2002-12-10 [paul] 0.8.6claws91
3236 updated to reflect recent changes
3237 submitted by Alessandro Maestri
3239 2002-12-09 [christoph] 0.8.6claws90
3242 * src/smtp.[ch] ** REMOVE **
3243 * src/common/Makefile.am
3244 * src/common/smtp.[ch] ** NEW **
3245 move smtp files to common directory
3247 2002-12-09 [christoph] 0.8.6claws89
3250 * src/session.[ch] ** REMOVE **
3251 * src/common/Makefile.am
3252 * src/common/session.[ch] ** NEW **
3253 move session files to common directory
3255 2002-12-09 [paul] 0.8.6claws88
3258 fix bug [649746] edit accounts: move account reverted
3259 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3261 2002-12-09 [colin] 0.8.6claws87
3263 * src/ssl_certificate.c
3266 2002-12-09 [colin] 0.8.6claws86
3269 Try to open the cert.pem database and
3270 issue a warning if it isn't there
3272 2002-12-09 [colin] 0.8.6claws85
3274 * src/common/ssl_certificate.c
3275 * src/gtk/sslcertwindow.c
3278 2002-12-09 [colin] 0.8.6claws84
3280 * src/ssl_certificate.[ch] ** REMOVED **
3281 * src/common/ssl_certificate.[ch] ** NEW **
3283 * src/common/Makefile.am
3284 Moved ssl_certificate.[ch] to common
3286 Put back needed include
3287 * src/gtk/sslcertwindow.[ch]
3288 Changed ssl_certificate.h include
3290 2002-12-09 [colin] 0.8.6claws83
3292 * src/gtk/sslcertwindow.[ch]
3293 Implement hook for certificate acception
3294 * src/ssl_certificate.[ch]
3295 Implement hook for certificate acception
3297 Reenable certificate acception check
3299 Register sslcertwindow's hook
3301 2002-12-08 [christoph] 0.8.6claws82
3308 * src/common/utils.c
3309 o add missing includes
3312 * src/common/.cvsignore
3313 * src/common/version.h ** REMOVE **
3314 remove autogenerated file
3316 2002-12-08 [paul] 0.8.6claws81
3319 put back needed include
3321 2002-12-08 [colin] 0.8.6claws80
3323 * src/gtk/sslcertwindow.c
3324 Cleaner popups when asking
3325 * src/ssl_certificate.c
3326 * src/prefs_common.[ch]
3327 remove ssl certificate pref
3328 put back needed include
3330 put back needed include
3332 2002-12-08 [christoph] 0.8.6claws79
3338 only abort hook invokation if required data is missing not
3339 if our own data pointer is NULL, update hookfunction for
3342 2002-12-08 [paul] 0.8.6claws78
3360 * src/sourcewindow.c
3363 clean up: remove unneccesary includes
3365 2002-12-08 [christoph] 0.8.6claws77
3370 * src/common/hooks.[ch]
3371 hook functions now have a gboolean return value, if a hook
3372 returns TRUE it will stop executing of any more hooks in
3373 the same hooklist for this invokation
3375 2002-12-08 [colin] 0.8.6claws76
3378 put back argv0 for CRASH_DIALOG
3380 2002-12-08 [christoph] 0.8.6claws75
3393 * src/prefs_account.[ch]
3394 * src/prefs_common.[ch]
3397 * src/ssl_certificate.[ch]
3398 * src/ssl_manager.[ch]
3399 * src/common/Makefile.am
3401 * src/common/nntp.[ch]
3402 * src/common/socket.[ch]
3403 * src/common/ssl.[ch]
3404 * src/gtk/sslcertwindow.[ch]
3406 use new autoconf script to detect OpenSSL with extra parameters
3407 to specify the location of libs and includes, also remove USE_SSL
3410 * src/common/sylpheed.[ch]
3411 * src/common/version.h.in
3412 start seperation of common code initialization seperated from gui
3415 The function that is called when a color label changes
3416 should not change the color lable again
3418 2002-12-08 [colin] 0.8.6claws74
3420 * src/gtk/sslcertwindow.c
3423 2002-12-08 [colin] 0.8.6claws73
3427 Register a hook for statusbar_puts_all
3429 invoke statusbar_puts_all's hook
3431 2002-12-08 [colin] 0.8.6claws72
3433 * src/ssl_certificate.c
3434 Put back a badly-removed include
3436 2002-12-08 [colin] 0.8.6claws71
3438 * src/gtk/sslcertwindow.[ch] ** NEW **
3439 new certificate presentation
3440 * src/gtk/Makefile.am
3442 * src/ssl_certificate.[ch]
3443 gtk cleanup, made utility functions public
3445 use new cert presentation
3447 2002-12-07 [christoph] 0.8.6claws70
3450 * src/nntp.[ch] ** REMOVE **
3451 * src/common/Makefile.am
3452 * src/common/nntp.[ch] ** NEW **
3453 move nntp files to common directory
3455 2002-12-07 [christoph] 0.8.6claws69
3459 implement msginfo update callback using sylpheed's new
3460 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3462 2002-12-06 [christoph] 0.8.6claws68
3465 This patch changes the 'Edit Group Details' dialog to
3466 allow extended selections in either pane, so that
3467 addresses can be added or removed from a group more
3468 quickly and easily. (it actually is a net decrease in
3469 file size, as some unnecessary functions have been
3471 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3473 2002-12-06 [christoph] 0.8.6claws67
3476 * src/template.[ch] ** REMOVE **
3477 * src/common/Makefile.am
3478 * src/common/template.[ch] ** NEW **
3479 move template files to common directory
3482 add missing log.h include
3484 2002-12-06 [melvin] 0.8.6claws66
3486 * src/prefs_actions.c
3487 Added the trailing ">" syntax to insert command's output
3488 without replacing old text (in contrast to trailing "|").
3490 2002-12-05 [colin] 0.8.6claws65
3492 * src/common/utils.c
3493 Don't modify original search_string or it'll change
3494 the next iterations in the for()
3496 2002-12-05 [darko] 0.8.6claws64
3498 * src/common/utils.c
3499 proper check for filtering commands, found by Colin
3501 2002-12-05 [darko] 0.8.6claws63
3503 * src/common/utils.c
3504 check proper string for NULL pointer, found by Colin
3506 2002-12-05 [darko] 0.8.6claws62
3508 * src/common/utils.[ch]
3509 expand_search_string(): new function
3510 converts Mutt-like patterns to Sylpheed's
3513 use expand_search_string() to allow Mutt-like
3514 patterns in extended search
3516 document extended option in quick search
3518 2002-12-05 [paul] 0.8.6claws61
3520 * sync with 0.8.6cvs16
3521 see ChangeLog 2002-12-05
3526 2002-12-04 [christoph] 0.8.6claws60
3529 put imap authentication code into a new function and
3530 remove it from imap_session_new that will allow to
3531 send other commands before authentication
3533 2002-12-04 [christoph] 0.8.6claws59
3536 use already existing method to prevent unneeded IMAP
3537 folder selects. Set imap_select parameters to NULL
3538 in some functions if the values are not required.
3541 remove no longer required include
3543 2002-12-04 [paul] 0.8.6claws58
3546 updated by Ricardo Mones Lastra
3549 po/hu.po ** NEW FILE **
3550 initial Hungarian translation, submitted
3551 by Gál Zoltán <galzoli@hu.inter.net>
3553 2002-12-03 [christoph] 0.8.6claws57
3556 * src/gtksctree.[ch] ** REMOVE **
3557 * src/gtk/Makefile.am
3558 * src/gtk/gtksctree.[ch] ** NEW **
3559 move gtksctree files to gtk directory
3561 2002-12-03 [christoph] 0.8.6claws56
3564 * src/md5.[ch] ** REMOVE **
3565 * srm/common/Makefile.am
3566 * src/common/md5.[ch] ** NEW **
3567 move md5 files to common directory
3570 remove not required #include
3572 2002-12-03 [sergey] 0.8.6claws55
3576 gtkut_window_popup(): new function.
3578 main_window_popup(): use gtkut_window_popup() to raise
3579 window without changing its position.
3580 (see sylpheed-main ML message [sylpheed:17247])
3582 2002-12-03 [sergey] 0.8.6claws54
3585 send_message_local(): removed first-dot escaping
3586 (SMTP-only, not needed for sending through pipe)
3588 2002-12-03 [paul] 0.8.6claws53
3591 update to reflect recent changes (thanks
3592 to Ricardo Mones Lastra)
3594 * tools/filter_conv.pl
3595 fix problem with quoted strings. Patch submitted
3596 by Luke Plant <lukeplant@softhome.net>
3598 2002-12-03 [paul] 0.8.6claws52
3600 * sync with 0.8.6cvs15
3601 see ChangeLog 2002-12-03
3603 2002-12-02 [christoph] 0.8.6claws51
3605 * src/logwindow.[ch]
3606 * src/common/log.[ch]
3607 implement logging using a hook function
3611 define hooklist name in header file to avoid
3612 errors caused by wrong spelling of hooklist names
3617 2002-12-02 [christoph] 0.8.6claws50
3619 * src/common/Makefile.am
3620 add src/common/hooks.[ch]
3622 * src/common/hooks.[ch]
3623 implement a simple hook system using glib's hook functions
3627 use new hook system for folder item updates
3629 2002-12-02 [christoph] 0.8.6claws49
3631 * doc-src/ui_seperation.txt ** NEW **
3632 information for ui seperation
3635 remove files that were moved to common
3636 include common directory by default for the header files
3639 * src/common/socket.c
3640 * src/automaton.[ch]
3641 implement automaton using g_io_*-functions instead of
3642 gdk_input_add to make it ui independent
3652 remove common/ prefix because directory is now in
3660 * src/prefs_common.c
3671 * src/ssl_certificate.c
3672 add log.h header file for logging functions
3675 * src/common/utils.c
3678 o move debug_mode to common/utils.c
3679 o add functions to set and get debug_mode
3681 * src/defs.h ** REMOVE **
3682 * src/intl.h ** REMOVE **
3683 * src/socket.[ch] ** REMOVE **
3684 * src/ssl.[ch] ** REMOVE **
3685 * src/utils.[ch] ** REMOVE **
3686 replaced by new files in src/common/
3688 * src/common/Makefile.am
3689 add new files in src/common/
3691 * src/common/defs.h ** NEW **
3692 * src/common/intl.h ** NEW **
3693 * src/common/log.[ch] ** NEW **
3694 * src/common/socket.[ch] ** NEW **
3695 * src/common/ssl.[ch] ** NEW **
3696 * src/common/utils.[ch] ** NEW **
3697 replacement for files in src/
3699 2002-12-02 [colin] 0.8.6claws48
3702 Scroll folderview if necessary during dnd
3704 2002-12-02 [colin] 0.8.6claws47
3707 Add check to verify a move is within a single mailbox
3709 Add specific error string for this check
3711 2002-12-02 [colin] 0.8.6claws46