3 Verified the sync for src/prefs_common.[ch] and
4 src/prefs_account.[ch]. I believe there were some
5 minor indentation differences.
11 * sync with 0.4.99cvs3
16 handling flags for mbox format
19 use of mark file only for MH format
20 handling flags for mbox format
21 filtering cannot yet move or copy mails to mbox folders.
24 changed move_msg, copy_msg,
25 move_msgs_with_dest, copy_msgs_with_dest functions
26 uses only folder->copy_msg() function
27 uses folder->finished_copy() to handle the destination
28 folder at the end of the copy or move operation.
31 included mbox directories.
35 handle folders operation for mbox format
38 disable conversion of "From " header
40 * src/mbox_folder.[ch]
41 completion of mbox format handling
44 changed mh_copy_msg() function and
45 removed mh_move_msg(), mh_move_msgs_with_dest(),
46 mh_copy_msgs_with_dest()
48 * src/prefs_filtering.c
52 default boolean operation is AND
55 handling flags for mbox format
56 handling of "From " header
60 added MSG_REALLY_DELETED flags to handle deletion of
61 messages in mbox format.
64 handling flags for mbox format
65 disable the MSG_DELETED flags when messages
66 are deleted in mbox format
69 "From " headers display fixed.
75 (get_email_part): skip quoted email addresses, like in e.g.
76 "'alfons@proteus.demon.nl'".
80 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
81 and fixing the persistence troubles when using separate windows.
85 Added #define SEPARATE_ACTION used in the gtk item factory for
86 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
87 use gtk_item_factory_get_widget_by_action() to get the items.
89 Removed separate_widget_cb from the gtk item factory data
91 (mainwindow_create): connect separate_widget_cb() to check
92 menu item "toggled" signal. also passing a MainWindow pointer
93 as object data for both check menu items.
95 (separate_widget_cb): definition of separate_widget_cb() to match
96 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
97 window using gtk_object_get_data(). The type of window separation
98 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
100 * src/prefs_filtering.c,
101 src/prefs_matcher.c: added horizontal scrollbars
106 fix segfault with invalid bold font
108 correctly display summary stats after row is marked
112 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
113 encodings with libjconv.
118 added mbox_folder.[ch]
120 mbox temporary folder
122 * added src/mbox_folder.[ch]
124 * src/procheader.[ch]
127 bugfix for file incorporation filtering
129 enable creation of MBOX
130 * src/prefs_display_header.c
131 enable use of headers like "From "
132 something that should be fixed :
133 displaying of such headers add an extra space
134 * src/prefs_folder_item.c
135 don't create folders because it is not necessary
137 added data field to MsgInfo for mbox internal use
139 added some support for mbox
141 added get_mbox_cache_dir() function
143 2001-05-23 [hiroyuki]
156 src/folderview.c: more sync with 0.4.99cvs2.
158 * src/headerwindow.c: reverted.
164 * sync with sylpheed 0.4.99cvs2
172 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
178 * configure.in: if gnome-config not found, "no" is displayed
180 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
182 * src/textview.c: now also possible to add mail addresses by right
183 clicking in the text view
185 * src/codeconv.c: merged patch which fixes endless loop when encountering
186 invalid wide characters; from Alte <010@imis.ru>
190 Added installation of gnome specific things:
192 * Makefile.am: gnome conditional
194 * configure.in: check for installed gnome
196 * added sylpheed.png, sylpheed.desktop
200 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
202 * src/mainwindow.h (main_window_toolbar_create): created a button
204 (main_window_set_toolbar_sensitive): enable/disable the new button
206 (toolbar_reply_to_author_cb): handle the new button.
208 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
209 send_progress_dialog_destroy() on failure (fixes hang on SMTP
214 * src/compose.h (ComposeReplyMode): new modes
215 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
216 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
219 (compose_send): move some code into a new function:
220 (compose_current_mail_account): new function.
221 (compose_reply): new argument to_author, all callers changed; if
222 to_author==TRUE and account->protocol==A_NNTP, find and use an
223 appropriate mail account for replying.
224 (compose_reply_set_entry): new argument to_author; ignore
225 compose->replyto if to_author==TRUE.
227 * src/mainwindow.c: new command "Message/Reply to author".
228 (main_window_set_menu_sensitive): enable/disable it.
229 (reply_cb): handle it.
231 * src/summaryview.c: new command "Reply to author".
232 (summary_set_menu_sensitive): enable/disable it.
233 (summary_reply_cb): handle it.
235 * src/account.c (account_find_mail_from_address): new function.
241 * sync with sylpheed 0.4.99cvs1
248 new filtering action : forward and forward as attachment
251 no need for $DISPLAY when we run sylpheed --help
252 call to parse_cmd_opt() is moved
254 * src/mainwindow.[ch]
255 execute button is hidden when immediate execute
260 * src/prefs_folder_item.c
262 better handling of missing directories
265 reedit is enabled in outbox
266 reedit is enabled in queue
272 * src/prefs_filtering.c
273 changed attachement into attachment
279 * sync with sylpheed 0.4.67cvs9
280 * sync with sylpheed 0.4.67cvs7-8
285 added prefs_filtering.c
289 removed action : forward_news and forward_news_as_attachement
290 (forward and forward_as_attachement can be used instead)
293 added menu option to access filtering configuration
295 * src/prefs_account.c
296 changed mail_command default to /usr/sbin/sendmail
298 * added src/prefs_filtering.[ch]
299 dialog box for filtering configuration
301 * src/prefs_matcher.c
302 added function prefs_matcher_get_criteria_from_matching()
304 * src/prefs_scoring.c
305 reset the dialog when register or substitute is clicked
312 using filering.[ch] instead of filter.[ch]
314 reading new filtering configuration
316 added some filtering actions
317 and fixed a bug for headers and mail body matching
319 using filering.[ch] instead of filter.[ch]
321 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
323 some fixes for filtering
325 2001-05-14 [hiroyuki]
327 * src/send.c: fixed some weird indentations.
328 send_message_with_command(): call pclose() only if p != NULL.
329 * src/textview.c: get_email_part(): modified the code for readability.
331 2001-05-14 [hiroyuki]
335 src/md5ify.h: removed from the cvs.
339 * src/main.c: include rfc2015.h to avoid compiler warnings.
340 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
341 the panel is already on screen.
342 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
343 closing the alert window by ESC as "No".
344 * src/prefs_common.c (prefs_interface_create): moved return
345 receipt check button to the correct place.
349 * src/prefs_common.c:
350 moved return receipt check button to the Send tab. (prefs_send_create)
351 removed the date format ui related globals. (prefs_display_create)
355 * sync with sylpheed 0.4.67cvs5-6
359 * added Alfons' font selection patch
368 changed version of cache
370 * src/prefs_matcher.c
371 added additionnal matching criteria
375 added references in MsgInfo
380 prepared some things for new filtering
382 added some matching properties
383 inreplyto need to be enhanced
384 prepared some things for new filtering
386 added Return-Receipt-To handling
387 * src/prefs_folder_item.c
388 changed default value to TRUE
389 * src/prefs_matcher.c
390 added some matching properties
391 * src/prefs_scoring.[ch]
392 the scoring dialog is finished
394 added Return-Receipt-To handling
395 Reference need to be added
397 added Return-Receipt-To handling
398 added threadscore to get a better score sorting when
401 suppressed a bug when we sort the list
402 when no folder is opened.
403 better score sorting when threads are enabled
407 * reverted previous patch because of potential errors
411 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
412 applied "toggle mail-retrieval dialog window" patch submitted
413 by Eric Limpens <eric@qnt.net>
415 * sync with sylpheed 0.4.67cvs4
419 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
420 some picky compilers.
421 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
422 * src/grouplist_dialog.c: include alertpanel.h.
423 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
425 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
426 #include "defs.h" before others to prevent the warning of `MIN'
427 and `MAX' redefinition.
433 * src/prefs_account.c
434 * src/prefs_display_header.c
437 added prefs_scoring.[ch]
438 * src/grouplist_dialog.c
439 display an error dialog box if the group list
441 * src/mainwindow.[ch]
442 added main_window_set_thread_option() function
443 scoring dialog box enabled
445 added flags matching unread /new / marked
446 / deleted / replied / forwarded
448 newsgroups are now finally in newscache
449 * src/prefs_matcher.[ch]
450 finished preferences for matching dialog
451 * added src/prefs_scoring.[ch]
452 scoring dialog box completed
454 conversion to string : added scoringprop_to_string()
455 write config for preferences :
456 added prefs_scoring_write_config()
458 threads can be enabled/disabled independently
466 thought it would be nice to have a list of all
467 contributors (used Changelog as a reference)
470 messed up version numbering...
474 * sync with sylpheed 0.4.67cvs1-3
478 * src/prefs_common.c:
479 better UI for strftime format, double clicking
480 on format now inserts the format in text entry
481 replaced close button with standard OK/Cancel
482 moved date format button to the right of the
488 Ctrl-Home / Ctrl-End have proper cursor navigation
492 * src/prefs_matcher.c
493 finished UI to define matching properties
494 added ok and cancel button
496 added ok and cancel button
498 fixed some bug in xhdr parsing
503 fixed a bug in textview_show_header(), which displayed two colons (':');
504 cleaned up some warnings
509 added prefs_matcher.[ch]
510 compilation with -W -Wall
512 ungrab the mouse events if grabbed - does it
513 fix the bug for disposition notification ?
515 added a menu option to open the matching dialog.
517 added matcherprop_to_string() and matcherlist_to_string()
518 fixed some bugs, changed the name of some options
519 age_sup and age_inf becomes age_greater and age_lower,
520 body and messageheaders becomes body_part and headers_part,
521 changed the names of constants from SCORING_XXX to MATCHING_XXX
522 * src/prefs_display_header.c
523 * src/prefs_headers.c
524 fixed a bug that accidentally destroyed dialogs
525 when closed them with delete_event
526 Added *_deleted() which handle delete_event signal correctly.
527 * src/prefs_folder_item.[ch]
528 added "enable_thread" field for future customization
529 * added src/prefs_matcher.[ch]
530 sample of the UI to define matching properties
532 using procheader_headername_equal instead of str*cmp functions
533 using procheader_parse_header() function
535 using MATCHING_XXX instead of SCORING_XXX
537 display the sender of the news even if this is ourself
538 when this is a news message.
540 using headername_equal() instead of str*cmp functions
546 * sync with sylpheed 0.4.66
547 * src/gtkstext.c: trace logs added
551 * src/prefs_common.[ch]: added option to enable/disable GnuPG
552 signature check popup.
553 * src/rfc2015.c (check_signature): show signature check popup only
554 if it is enabled in preferences.
560 * sync with sylpheed 0.4.66cvs6
564 * src/prefs_common.[ch]: added option to enable/disable
565 looking up sender name in address book for summary pane
566 * src/summaryview.c: look up sender in the address book
567 by using Alfons' address completion code
569 2001-05-07 [hiroyuki]
572 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
574 * src/news.c: brought #include "defs.h" before #include <glib.h>
575 to prevent the warning of `MIN' and `MAX' redefinition.
579 * removed src/headers_display.[ch]
580 * removed src/prefs_display_headers.[ch]
582 use a temporary file in the user directory for mbox import
584 added XHDR support to get "To" and "Cc" headers
585 (in order to match news with to or cc field for
587 added function news_parse_xhdr() to get XHDR response
589 added function nntp_xhdr()
591 fetch the message if necessary
597 * sync with sylpheed 0.4.66cvs3-5
602 added function itos_buf() to enable use of several buffers
604 use of itos_buf() instead of itos() in summary list
605 to fix the broken display of message number.
609 * src/gtkstext.c: bug in cursor up navigation fixed,
610 fixed another unsigned / signed comparison (we're getting there :-)
615 added scoring.c scoring.h
616 prefs_folder_item.c prefs_folder_item.h
619 added FOLDERITEM_RC SCORING_RC
621 added prefs field in FolderItem :
622 properties for each folder (PrefsFolderItem),
623 sorting type and mode were added as the first properties.
625 read config for scoring
626 * added src/matcher.[ch]
627 gives functions to parse configuration file to do
628 matching on mails with a list of conditions.
630 add option to sort by score
631 * src/prefs_common.[ch]
632 added preference option to show score and for
633 the score column size
634 * added src/prefs_folder_item.[ch]
635 properties for each folder (PrefsFolderItem),
636 sorting type and mode were added as the first properties.
637 * src/procheader.[ch]
638 added procheader_parse_header()
639 added procheader_header_free()
640 added procheader_headername_equal()
641 and made modification to use them.
643 added score field to MsgInfo structure
644 * added src/scoring.[ch]
645 gives functions to parse configuration file to do
646 scoring on mails with a list of conditions.
647 * src/summaryview.[ch]
648 save the sorting type and mode for the folder
649 added column to display the score of the mail
650 added function summary_score_clicked()
651 sorting type and mode are restored to the folder
654 use procheader_parse_header(), procheader_headername_equal()
655 removed memory leak in text_scan_header when freeing headers
657 changed the function to match names of headers
658 using procheader_headername_equal()
660 Scoring functions are implemented, an interface is needed
666 hopefully fixed the row up navigation bug,
667 removed adding back / forward lines to cache
671 * src/prefs_display_headers.c: user interface changes:
672 (prefs_display_headers_create): remove unused "Show" check button;
673 allow reordering of headers by dragging.
674 (prefs_display_headers_write_config): remove unused variables.
675 (prefs_display_headers_set_dialog): do not insert "(New)" at top
676 of lists (not needed with the new UI).
677 (prefs_display_headers_set_list): scan lists starting from row 0,
678 not 1 (do not skip "(New)").
679 (prefs_display_headers_find_header): new function.
680 (prefs_display_headers_clist_set_row): do not allow duplicates.
681 (prefs_display_headers_delete_cb): do not skip row 0; treat
682 closing the alert window by ESC as "No".
683 (prefs_display_headers_up): do not protect row 0.
684 (prefs_display_headers_down): do not protect row 0.
688 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
692 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
693 summary_select_next_marked, summary_select_prev_marked): new
698 * src/news.c: fixed a bug when no article can be fetched after
699 server timeout if the connection was restored by news_post():
700 (news_select_group): new function.
701 (news_fetch_msg): call news_select_group() before fetching
703 (news_get_uncached_articles): set session->group after successful
711 changed version of cache, added cc field
713 * src/prefs_display_headers.c
714 the interface was changed
716 * src/prefs_headers.c
721 * completed sync of sylpheed cvs2
722 * src/gtkstext.c: updated row up / down cursor navigation
723 * src/textview.c: re-edited, prepared for fixing the email address
728 * src/prefs_common.c: use alfons' strftime ui code
729 entry_datefmt and datefmt_sample widgets have to be
730 global in this module because of this change
735 * src/prefs_common.[ch] added option to activate the return receipt
740 * src/gtkstext.c: fix for row up/down cursor navigation.
744 * sync with 0.4.66cvs2
748 added add-sender-to-addressbook patch
756 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
759 * src/alertpanel.c (alertpanel_create): new argument can_disable,
760 all existing callers changed to pass FALSE; create a check button
761 to disable the message.
762 (alertpanel_message_with_disable): new function.
763 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
764 (alertpanel_button_toggled): new function.
765 (alertpanel_button_clicked, alertpanel_close): set value using
768 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
770 * src/prefs_common.c (prefs_privacy_create): new check button
771 checkbtn_gpgme_warning.
773 * src/main.c (main): moved preferences reading before gpgme
774 initialization; check prefs_common.gpgme_warning before giving the
775 GnuPG warning and set it to FALSE if the user wants to disable the
778 2001-05-02 [hiroyuki]
780 * src/prefs_display_headers.c: modified the layout and some labels.
784 * src/prefs_account.c (prefs_account_fix_size): new function.
785 (prefs_account_create): call prefs_account_fix_size(); use
786 gtk_widget_show instead of gtk_widget_show_all (fixes too large
787 size when the window is shown for the first time).
788 (prefs_account_basic_create): changed layout of serv_table; moved
789 localmbox_entry above smtpserv_entry (logically it replaces
791 (prefs_account_protocol_activated): set sensitivity of
792 nntpauth_chkbtn according to the protocol (in addition to
793 hide/show); commented out gtk_table_set_row_spacing() calls.
794 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
795 not sensitive (fixes a bug with disabled username/password boxes
796 when editing POP3 account after NNTP with authentication).
802 * src/prefs_account.[ch]
804 removed local account without SMTP server
805 added option to use mail command instead of a connexion
806 to SMTP server when a local account is used
807 * src/prefs_headers.c
810 fixed a bug when connexion immediately closed
820 * src/prefs_account.c (Basic, prefs_account_basic_create): new
821 widget nntpauth_chkbtn.
822 (prefs_account_protocol_activated): handle nntpauth_chkbtn
824 (prefs_account_nntpauth_toggled): new function.
826 * src/news.c (news_session_new_for_folder): use NNTP
827 authentication only if ac->use_nntp_auth is set.
831 * src/Makefile.am changed headers.[ch] in customheader.[ch]
832 * src/prefs_display_headers.c changed the UI
833 * src/prefs_headers.c changed account_name to account_id
834 * src/compose.c using customheader.h
836 2001-05-01 [hiroyuki]
840 src/nntp.c: changed sock_read() to sock_gets(), they've been left
845 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
846 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
847 for displaying of headers
848 * src/grouplist_dialog.[ch] minor changes to remove warnings
849 * src/prefs_display_headers.[ch] dialog to choose the
850 headers to display in the mail viewer.
851 * src/headers.h correction of #define
852 * src/headers_display.[ch] configuration for displaying of headers.
853 * src/main.c read config of displaying of headers
854 * src/prefs_common.c add a button to access the config dialog
855 for displaying of headers
856 * src/prefs_display_headers.[ch] dialog for configuration for
857 displaying of the headers.
858 * src/prefs_headers.c cleaning of code
859 * src/procheader.c comments added to code
860 * src/textview.c changes to reorder the headers depending
861 on the config for displaying of headers
867 * sync with 0.4.65cvs12
869 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
873 * src/nntp.h (NNTPSockInfo): new field auth_failed.
875 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
876 is set to force reconnection after authentication failure.
877 (nntp_gen_command): set sock->auth_failed on authentication
878 failure, or if sock->userid and sock->passwd are not set.
880 * src/news.c (news_session_new_for_folder): set userid=NULL if
881 password dialog is cancelled.
885 * src/nntp.h (NNTPSockInfo): new type.
887 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
889 (nntp_open_auth, nntp_close): new functions.
890 (nntp_gen_command): new function to handle authentication; all
891 NNTP command functions updated to use it.
892 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
893 (nntp_list): removed old useless code.
895 * src/news.h (NNTPSession): new field nntp_sock.
897 * src/news.c: all functions updated to use NNTPSockInfo instead of
899 (news_session_new): new arguments (userid, passwd); made static;
900 use nntp_open_auth() if needed.
901 (news_session_destroy): use nntp_close() instead of sock_close().
902 (news_query_password): changed arguments.
903 (news_session_new_for_folder): new function.
904 (news_session_get): use news_session_new_for_folder().
905 (news_authenticate): deleted.
906 (news_get_uncached_articles): removed old authentication code.
910 * src/news.c: reverted my previous changes (need to do NNTP
911 authentication in a cleaner way).
915 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
916 news_nntp_post, news_nntp_mode): new functions (wrappers with
917 authentication support).
918 (news_get_article_cmd, news_get_article, news_get_header): new
919 argument "folder"; all callers changed.
920 (news_get_article_cmd): added authentication support.
921 (news_session_get): use news_nntp_mode() instead of nntp_mode().
922 (news_post): use news_nntp_post() instead of nntp_post().
923 (news_get_uncached_articles): use news_nntp_group() instead of
924 nntp_group() and news_nntp_xover() instead of nntp_xover();
925 removed old authentication code.
926 (news_get_group_list): use news_nntp_list() instead of nntp_list().
928 * src/nntp.c (nntp_list): return real error code instead of
933 * configure.in: fixed wint_t typedef detection again
937 * src/prefs_account.[ch], added A_LOCAL_CMD
938 (send mail with mail command)
939 * src/send.c added function send_message_with_command()
940 * src/inc.c made a more secure get_spool() function with
941 mktemp() but maybe mkstemp() or something more
946 * src/textview.c, colorization of email addresses in headers
950 * bug sync with sylpheed
951 * prefs_common.c: created date format ui for darko
952 * sync with 0.4.65cvs11
953 * configure.in: corrected to have the new gpg checks
957 * completed sync with 0.4.65cvs10
958 * minor debug things added to gtkstext.c
962 * configure.in: remove check for availability of
963 strftime() as advised by Hiroyuki
964 * src/prefs_common.[ch], src/procheader.c:
965 synch strftime() code with Hiroyki's main branch
969 * src/news.c: news_query_password(), news_authenticate(): new
971 news_get_uncached_articles(): added NNTP authentication
973 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
975 * src/prefs_account.c: prefs_account_protocol_activated():
976 enable userid and password fields for NNTP.
980 * configure.in: check for availability of strftime()
982 * src/prefs_common.[ch], src/procheader.c: use
983 strftime() for displaying date in summary pane if it
988 * more .cvsignore cleanups [alfons]
992 * ac/sv-check-type.m4: new autoconf macro.
993 * configure.in: fixed wint_t typedef detection (did not work
998 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
1002 * modified gtkstext.c : buggy cursor navigation fixed,
1003 and font descent also taken in account when drawing
1007 * added comments in src/news.c src/nntp.c
1008 * added src/prefs_headers.[ch]
1009 * added src/headers.[ch]
1010 * modified compose.c to activate custom headers
1011 added function is_in_custom_headers
1012 * modified prefs_account.[ch]
1013 added function prefs_account_customhdr_edit
1014 * modified src/defs.h :
1015 added HEADERS_RC : name of the config file
1016 for the custom headers
1027 added gtkstext with configure.in patch by Hiroyuki which
1028 should fix the XIM detection [alfons]
1030 * more clean up of cvs [alfons]
1032 * removed all Makefile.in files to attic.
1034 * updated all .cvsignores to really ignore things that could
1035 be unintentionally committed by a recursive commit.
1038 * added src/grouplist_dialog.[ch]
1039 * changed src/folderview.c to call grouplist_dialog instead
1042 added functions news_reset_group_list
1043 and news_get_group_list
1045 added function nntp_list
1047 added GROUPLIST_FILE : name of the newsgroup list cache file
1051 * added option to warn about queued messages on exit [sergey]:
1053 * src/compose.c: compose_queue(): call folder_item_scan()
1054 and folderview_update_item() after queueing.
1055 * src/folderview.c: folderview_update_node(): draw the queue
1056 folder in bold font if there are queued messages.
1057 * src/mainwindow.c: queued_messages(): new function.
1058 app_exit_cb(): display warning if there are queued messages
1059 if warn_queued_on_exit is set.
1060 * prefs_common.[ch]: add warn_queued_on_exit option.
1062 * enhanced GnuPG key selection support [sergey]:
1064 * src/select-keys.c: updated to newer version from Win32
1065 branch with support for selecting arbitrary keys.
1066 * src/prefs_account.c: added the Privacy tab to the account
1068 prefs_account_privacy_create(),
1069 prefs_account_sign_key_set_data_from_radiobtn(),
1070 prefs_account_sign_key_set_radiobtn(): new functions.
1071 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
1072 * src/rfc2015.c: set_signers(): new function.
1073 pgp_sign(): add the account parameter, call set_signers().
1074 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
1075 * src/rfc2015.h: rfc2015_sign(): updated prototype.
1076 * src/compose.c: pass the current account to rfc2015_sign().
1078 * tag name claws added to prevent confusion with main branch [alfons]
1080 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
1082 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
1084 * sync with recent sylpheed cvs. Untested though. [alfons]