6 new filtering action : forward and forward as attachment
9 no need for $DISPLAY when we run sylpheed --help
10 call to parse_cmd_opt() is moved
13 execute button is hidden when immediate execute
18 * src/prefs_folder_item.c
20 better handling of missing directories
23 reedit is enabled is outbox
29 * src/prefs_filtering.c
30 changed attachement into attachment
36 * sync with sylpheed 0.4.67cvs9
37 * sync with sylpheed 0.4.67cvs7-8
42 added prefs_filtering.c
46 removed action : forward_news and forward_news_as_attachement
47 (forward and forward_as_attachement can be used instead)
50 added menu option to access filtering configuration
53 changed mail_command default to /usr/sbin/sendmail
55 * added src/prefs_filtering.[ch]
56 dialog box for filtering configuration
59 added function prefs_matcher_get_criteria_from_matching()
62 reset the dialog when register or substitute is clicked
69 using filering.[ch] instead of filter.[ch]
71 reading new filtering configuration
73 added some filtering actions
74 and fixed a bug for headers and mail body matching
76 using filering.[ch] instead of filter.[ch]
78 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
80 some fixes for filtering
84 * src/send.c: fixed some weird indentations.
85 send_message_with_command(): call pclose() only if p != NULL.
86 * src/textview.c: get_email_part(): modified the code for readability.
92 src/md5ify.h: removed from the cvs.
96 * src/main.c: include rfc2015.h to avoid compiler warnings.
97 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
98 the panel is already on screen.
99 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
100 closing the alert window by ESC as "No".
101 * src/prefs_common.c (prefs_interface_create): moved return
102 receipt check button to the correct place.
106 * src/prefs_common.c:
107 moved return receipt check button to the Send tab. (prefs_send_create)
108 removed the date format ui related globals. (prefs_display_create)
112 * sync with sylpheed 0.4.67cvs5-6
116 * added Alfons' font selection patch
125 changed version of cache
127 * src/prefs_matcher.c
128 added additionnal matching criteria
132 added references in MsgInfo
137 prepared some things for new filtering
139 added some matching properties
140 inreplyto need to be enhanced
141 prepared some things for new filtering
143 added Return-Receipt-To handling
144 * src/prefs_folder_item.c
145 changed default value to TRUE
146 * src/prefs_matcher.c
147 added some matching properties
148 * src/prefs_scoring.[ch]
149 the scoring dialog is finished
151 added Return-Receipt-To handling
152 Reference need to be added
154 added Return-Receipt-To handling
155 added threadscore to get a better score sorting when
158 suppressed a bug when we sort the list
159 when no folder is opened.
160 better score sorting when threads are enabled
164 * reverted previous patch because of potential errors
168 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
169 applied "toggle mail-retrieval dialog window" patch submitted
170 by Eric Limpens <eric@qnt.net>
172 * sync with sylpheed 0.4.67cvs4
176 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
177 some picky compilers.
178 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
179 * src/grouplist_dialog.c: include alertpanel.h.
180 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
182 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
183 #include "defs.h" before others to prevent the warning of `MIN'
184 and `MAX' redefinition.
190 * src/prefs_account.c
191 * src/prefs_display_header.c
194 added prefs_scoring.[ch]
195 * src/grouplist_dialog.c
196 display an error dialog box if the group list
198 * src/mainwindow.[ch]
199 added main_window_set_thread_option() function
200 scoring dialog box enabled
202 added flags matching unread /new / marked
203 / deleted / replied / forwarded
205 newsgroups are now finally in newscache
206 * src/prefs_matcher.[ch]
207 finished preferences for matching dialog
208 * added src/prefs_scoring.[ch]
209 scoring dialog box completed
211 conversion to string : added scoringprop_to_string()
212 write config for preferences :
213 added prefs_scoring_write_config()
215 threads can be enabled/disabled independently
223 thought it would be nice to have a list of all
224 contributors (used Changelog as a reference)
227 messed up version numbering...
231 * sync with sylpheed 0.4.67cvs1-3
235 * src/prefs_common.c:
236 better UI for strftime format, double clicking
237 on format now inserts the format in text entry
238 replaced close button with standard OK/Cancel
239 moved date format button to the right of the
245 Ctrl-Home / Ctrl-End have proper cursor navigation
249 * src/prefs_matcher.c
250 finished UI to define matching properties
251 added ok and cancel button
253 added ok and cancel button
255 fixed some bug in xhdr parsing
260 fixed a bug in textview_show_header(), which displayed two colons (':');
261 cleaned up some warnings
266 added prefs_matcher.[ch]
267 compilation with -W -Wall
269 ungrab the mouse events if grabbed - does it
270 fix the bug for disposition notification ?
272 added a menu option to open the matching dialog.
274 added matcherprop_to_string() and matcherlist_to_string()
275 fixed some bugs, changed the name of some options
276 age_sup and age_inf becomes age_greater and age_lower,
277 body and messageheaders becomes body_part and headers_part,
278 changed the names of constants from SCORING_XXX to MATCHING_XXX
279 * src/prefs_display_header.c
280 * src/prefs_headers.c
281 fixed a bug that accidentally destroyed dialogs
282 when closed them with delete_event
283 Added *_deleted() which handle delete_event signal correctly.
284 * src/prefs_folder_item.[ch]
285 added "enable_thread" field for future customization
286 * added src/prefs_matcher.[ch]
287 sample of the UI to define matching properties
289 using procheader_headername_equal instead of str*cmp functions
290 using procheader_parse_header() function
292 using MATCHING_XXX instead of SCORING_XXX
294 display the sender of the news even if this is ourself
295 when this is a news message.
297 using headername_equal() instead of str*cmp functions
303 * sync with sylpheed 0.4.66
304 * src/gtkstext.c: trace logs added
308 * src/prefs_common.[ch]: added option to enable/disable GnuPG
309 signature check popup.
310 * src/rfc2015.c (check_signature): show signature check popup only
311 if it is enabled in preferences.
317 * sync with sylpheed 0.4.66cvs6
321 * src/prefs_common.[ch]: added option to enable/disable
322 looking up sender name in address book for summary pane
323 * src/summaryview.c: look up sender in the address book
324 by using Alfons' address completion code
326 2001-05-07 [hiroyuki]
329 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
331 * src/news.c: brought #include "defs.h" before #include <glib.h>
332 to prevent the warning of `MIN' and `MAX' redefinition.
336 * removed src/headers_display.[ch]
337 * removed src/prefs_display_headers.[ch]
339 use a temporary file in the user directory for mbox import
341 added XHDR support to get "To" and "Cc" headers
342 (in order to match news with to or cc field for
344 added function news_parse_xhdr() to get XHDR response
346 added function nntp_xhdr()
348 fetch the message if necessary
354 * sync with sylpheed 0.4.66cvs3-5
359 added function itos_buf() to enable use of several buffers
361 use of itos_buf() instead of itos() in summary list
362 to fix the broken display of message number.
366 * src/gtkstext.c: bug in cursor up navigation fixed,
367 fixed another unsigned / signed comparison (we're getting there :-)
372 added scoring.c scoring.h
373 prefs_folder_item.c prefs_folder_item.h
376 added FOLDERITEM_RC SCORING_RC
378 added prefs field in FolderItem :
379 properties for each folder (PrefsFolderItem),
380 sorting type and mode were added as the first properties.
382 read config for scoring
383 * added src/matcher.[ch]
384 gives functions to parse configuration file to do
385 matching on mails with a list of conditions.
387 add option to sort by score
388 * src/prefs_common.[ch]
389 added preference option to show score and for
390 the score column size
391 * added src/prefs_folder_item.[ch]
392 properties for each folder (PrefsFolderItem),
393 sorting type and mode were added as the first properties.
394 * src/procheader.[ch]
395 added procheader_parse_header()
396 added procheader_header_free()
397 added procheader_headername_equal()
398 and made modification to use them.
400 added score field to MsgInfo structure
401 * added src/scoring.[ch]
402 gives functions to parse configuration file to do
403 scoring on mails with a list of conditions.
404 * src/summaryview.[ch]
405 save the sorting type and mode for the folder
406 added column to display the score of the mail
407 added function summary_score_clicked()
408 sorting type and mode are restored to the folder
411 use procheader_parse_header(), procheader_headername_equal()
412 removed memory leak in text_scan_header when freeing headers
414 changed the function to match names of headers
415 using procheader_headername_equal()
417 Scoring functions are implemented, an interface is needed
423 hopefully fixed the row up navigation bug,
424 removed adding back / forward lines to cache
428 * src/prefs_display_headers.c: user interface changes:
429 (prefs_display_headers_create): remove unused "Show" check button;
430 allow reordering of headers by dragging.
431 (prefs_display_headers_write_config): remove unused variables.
432 (prefs_display_headers_set_dialog): do not insert "(New)" at top
433 of lists (not needed with the new UI).
434 (prefs_display_headers_set_list): scan lists starting from row 0,
435 not 1 (do not skip "(New)").
436 (prefs_display_headers_find_header): new function.
437 (prefs_display_headers_clist_set_row): do not allow duplicates.
438 (prefs_display_headers_delete_cb): do not skip row 0; treat
439 closing the alert window by ESC as "No".
440 (prefs_display_headers_up): do not protect row 0.
441 (prefs_display_headers_down): do not protect row 0.
445 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
449 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
450 summary_select_next_marked, summary_select_prev_marked): new
455 * src/news.c: fixed a bug when no article can be fetched after
456 server timeout if the connection was restored by news_post():
457 (news_select_group): new function.
458 (news_fetch_msg): call news_select_group() before fetching
460 (news_get_uncached_articles): set session->group after successful
468 changed version of cache, added cc field
470 * src/prefs_display_headers.c
471 the interface was changed
473 * src/prefs_headers.c
478 * completed sync of sylpheed cvs2
479 * src/gtkstext.c: updated row up / down cursor navigation
480 * src/textview.c: re-edited, prepared for fixing the email address
485 * src/prefs_common.c: use alfons' strftime ui code
486 entry_datefmt and datefmt_sample widgets have to be
487 global in this module because of this change
492 * src/prefs_common.[ch] added option to activate the return receipt
497 * src/gtkstext.c: fix for row up/down cursor navigation.
501 * sync with 0.4.66cvs2
505 added add-sender-to-addressbook patch
513 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
516 * src/alertpanel.c (alertpanel_create): new argument can_disable,
517 all existing callers changed to pass FALSE; create a check button
518 to disable the message.
519 (alertpanel_message_with_disable): new function.
520 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
521 (alertpanel_button_toggled): new function.
522 (alertpanel_button_clicked, alertpanel_close): set value using
525 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
527 * src/prefs_common.c (prefs_privacy_create): new check button
528 checkbtn_gpgme_warning.
530 * src/main.c (main): moved preferences reading before gpgme
531 initialization; check prefs_common.gpgme_warning before giving the
532 GnuPG warning and set it to FALSE if the user wants to disable the
535 2001-05-02 [hiroyuki]
537 * src/prefs_display_headers.c: modified the layout and some labels.
541 * src/prefs_account.c (prefs_account_fix_size): new function.
542 (prefs_account_create): call prefs_account_fix_size(); use
543 gtk_widget_show instead of gtk_widget_show_all (fixes too large
544 size when the window is shown for the first time).
545 (prefs_account_basic_create): changed layout of serv_table; moved
546 localmbox_entry above smtpserv_entry (logically it replaces
548 (prefs_account_protocol_activated): set sensitivity of
549 nntpauth_chkbtn according to the protocol (in addition to
550 hide/show); commented out gtk_table_set_row_spacing() calls.
551 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
552 not sensitive (fixes a bug with disabled username/password boxes
553 when editing POP3 account after NNTP with authentication).
559 * src/prefs_account.[ch]
561 removed local account without SMTP server
562 added option to use mail command instead of a connexion
563 to SMTP server when a local account is used
564 * src/prefs_headers.c
567 fixed a bug when connexion immediately closed
577 * src/prefs_account.c (Basic, prefs_account_basic_create): new
578 widget nntpauth_chkbtn.
579 (prefs_account_protocol_activated): handle nntpauth_chkbtn
581 (prefs_account_nntpauth_toggled): new function.
583 * src/news.c (news_session_new_for_folder): use NNTP
584 authentication only if ac->use_nntp_auth is set.
588 * src/Makefile.am changed headers.[ch] in customheader.[ch]
589 * src/prefs_display_headers.c changed the UI
590 * src/prefs_headers.c changed account_name to account_id
591 * src/compose.c using customheader.h
593 2001-05-01 [hiroyuki]
597 src/nntp.c: changed sock_read() to sock_gets(), they've been left
602 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
603 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
604 for displaying of headers
605 * src/grouplist_dialog.[ch] minor changes to remove warnings
606 * src/prefs_display_headers.[ch] dialog to choose the
607 headers to display in the mail viewer.
608 * src/headers.h correction of #define
609 * src/headers_display.[ch] configuration for displaying of headers.
610 * src/main.c read config of displaying of headers
611 * src/prefs_common.c add a button to access the config dialog
612 for displaying of headers
613 * src/prefs_display_headers.[ch] dialog for configuration for
614 displaying of the headers.
615 * src/prefs_headers.c cleaning of code
616 * src/procheader.c comments added to code
617 * src/textview.c changes to reorder the headers depending
618 on the config for displaying of headers
624 * sync with 0.4.65cvs12
626 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
630 * src/nntp.h (NNTPSockInfo): new field auth_failed.
632 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
633 is set to force reconnection after authentication failure.
634 (nntp_gen_command): set sock->auth_failed on authentication
635 failure, or if sock->userid and sock->passwd are not set.
637 * src/news.c (news_session_new_for_folder): set userid=NULL if
638 password dialog is cancelled.
642 * src/nntp.h (NNTPSockInfo): new type.
644 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
646 (nntp_open_auth, nntp_close): new functions.
647 (nntp_gen_command): new function to handle authentication; all
648 NNTP command functions updated to use it.
649 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
650 (nntp_list): removed old useless code.
652 * src/news.h (NNTPSession): new field nntp_sock.
654 * src/news.c: all functions updated to use NNTPSockInfo instead of
656 (news_session_new): new arguments (userid, passwd); made static;
657 use nntp_open_auth() if needed.
658 (news_session_destroy): use nntp_close() instead of sock_close().
659 (news_query_password): changed arguments.
660 (news_session_new_for_folder): new function.
661 (news_session_get): use news_session_new_for_folder().
662 (news_authenticate): deleted.
663 (news_get_uncached_articles): removed old authentication code.
667 * src/news.c: reverted my previous changes (need to do NNTP
668 authentication in a cleaner way).
672 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
673 news_nntp_post, news_nntp_mode): new functions (wrappers with
674 authentication support).
675 (news_get_article_cmd, news_get_article, news_get_header): new
676 argument "folder"; all callers changed.
677 (news_get_article_cmd): added authentication support.
678 (news_session_get): use news_nntp_mode() instead of nntp_mode().
679 (news_post): use news_nntp_post() instead of nntp_post().
680 (news_get_uncached_articles): use news_nntp_group() instead of
681 nntp_group() and news_nntp_xover() instead of nntp_xover();
682 removed old authentication code.
683 (news_get_group_list): use news_nntp_list() instead of nntp_list().
685 * src/nntp.c (nntp_list): return real error code instead of
690 * configure.in: fixed wint_t typedef detection again
694 * src/prefs_account.[ch], added A_LOCAL_CMD
695 (send mail with mail command)
696 * src/send.c added function send_message_with_command()
697 * src/inc.c made a more secure get_spool() function with
698 mktemp() but maybe mkstemp() or something more
703 * src/textview.c, colorization of email addresses in headers
707 * bug sync with sylpheed
708 * prefs_common.c: created date format ui for darko
709 * sync with 0.4.65cvs11
710 * configure.in: corrected to have the new gpg checks
714 * completed sync with 0.4.65cvs10
715 * minor debug things added to gtkstext.c
719 * configure.in: remove check for availability of
720 strftime() as advised by Hiroyuki
721 * src/prefs_common.[ch], src/procheader.c:
722 synch strftime() code with Hiroyki's main branch
726 * src/news.c: news_query_password(), news_authenticate(): new
728 news_get_uncached_articles(): added NNTP authentication
730 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
732 * src/prefs_account.c: prefs_account_protocol_activated():
733 enable userid and password fields for NNTP.
737 * configure.in: check for availability of strftime()
739 * src/prefs_common.[ch], src/procheader.c: use
740 strftime() for displaying date in summary pane if it
745 * more .cvsignore cleanups [alfons]
749 * ac/sv-check-type.m4: new autoconf macro.
750 * configure.in: fixed wint_t typedef detection (did not work
755 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
759 * modified gtkstext.c : buggy cursor navigation fixed,
760 and font descent also taken in account when drawing
764 * added comments in src/news.c src/nntp.c
765 * added src/prefs_headers.[ch]
766 * added src/headers.[ch]
767 * modified compose.c to activate custom headers
768 added function is_in_custom_headers
769 * modified prefs_account.[ch]
770 added function prefs_account_customhdr_edit
771 * modified src/defs.h :
772 added HEADERS_RC : name of the config file
773 for the custom headers
784 added gtkstext with configure.in patch by Hiroyuki which
785 should fix the XIM detection [alfons]
787 * more clean up of cvs [alfons]
789 * removed all Makefile.in files to attic.
791 * updated all .cvsignores to really ignore things that could
792 be unintentionally committed by a recursive commit.
795 * added src/grouplist_dialog.[ch]
796 * changed src/folderview.c to call grouplist_dialog instead
799 added functions news_reset_group_list
800 and news_get_group_list
802 added function nntp_list
804 added GROUPLIST_FILE : name of the newsgroup list cache file
808 * added option to warn about queued messages on exit [sergey]:
810 * src/compose.c: compose_queue(): call folder_item_scan()
811 and folderview_update_item() after queueing.
812 * src/folderview.c: folderview_update_node(): draw the queue
813 folder in bold font if there are queued messages.
814 * src/mainwindow.c: queued_messages(): new function.
815 app_exit_cb(): display warning if there are queued messages
816 if warn_queued_on_exit is set.
817 * prefs_common.[ch]: add warn_queued_on_exit option.
819 * enhanced GnuPG key selection support [sergey]:
821 * src/select-keys.c: updated to newer version from Win32
822 branch with support for selecting arbitrary keys.
823 * src/prefs_account.c: added the Privacy tab to the account
825 prefs_account_privacy_create(),
826 prefs_account_sign_key_set_data_from_radiobtn(),
827 prefs_account_sign_key_set_radiobtn(): new functions.
828 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
829 * src/rfc2015.c: set_signers(): new function.
830 pgp_sign(): add the account parameter, call set_signers().
831 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
832 * src/rfc2015.h: rfc2015_sign(): updated prototype.
833 * src/compose.c: pass the current account to rfc2015_sign().
835 * tag name claws added to prevent confusion with main branch [alfons]
837 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
839 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
841 * sync with recent sylpheed cvs. Untested though. [alfons]