4 new functions: next_labeled_cb(), prev_labeled_cb()
7 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
8 summary_select_next_labeled(), summary_select_prev_labeled()
10 * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
11 give claws blue folders and a blue trash can
16 change to version 0.5.3claws5
18 * sync with sylpheed 0.5.3cvs9
19 src/labelcolors.[ch] renamed to src/colorlabel.[ch]
21 2001-08-24 [christoph]
24 keep filename when browsing directories
25 (not working for user entered filename, but
26 for default name and selected filename from
29 fixed wrong spelling "Folllow-up"
33 fixed new/unread message count with ignored
34 threads (2 commits, first didn't notice no
35 longer needed decreasing)
37 readded scrolling of progress dialog
45 * sync with sylpheed 0.5.3cvs7
47 2001-08-24 [christoph]
50 set request return receipt when replying
51 if it is set is the folder prefs of the
54 disable final error popup if popups are
55 disabled in config (again)
60 Change version number to 0.5.3claws3
62 * sync with sylpheed 0.5.3cvs5
65 double quote '%s' in 'gedit %s' to fix bug when
66 opening attachment with spaces in the name
69 * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
70 src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
71 initial message templates support
77 change version number to 0.5.3claws2
79 * sync with sylpheed 0.5.3cvs4
81 * src/procmsg.h src/summaryview.c
82 re-implement (un)ignore thread
87 remove unnecessary code
89 enable 'dynamic' signatures (submitted by
90 Eric Limpens <eric@hscg-internet.nl>)
94 clean up after sync with sylpheed 0.5.3 release
97 fix re-introduced font mess, see Christoph's
102 use sylpheed's small font instead of
103 gtk default font for summary view
109 add pl to ALL_LINGUAS - sync with main branch
111 * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
112 Updated. Translations by Jens Oberender, Ricardo Mones
113 Lastra, Alfons, and Fabio Junior Beneditto respectively.
115 * po/pl.po ** NEW FILE **
116 sync with the main branch
119 fix target folder colorizing and refresh problem
122 2001-08-17 [christoph]
125 claws uses 4 colors for target folder coloring.
126 arrays were not long enough and destroyed the
127 stack causing a segfault.
128 target folder colorizing does not work anymore
134 change to version 0.5.3claws1
136 * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
137 src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
138 src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
140 sync with sylpheed 0.5.3 release, but keep claws method of
141 configuring/saving fonts
143 * src/addressbook.[ch]
144 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
145 in line with a similar change in Hiroyuki's branch
147 * src/mainwindow.[ch]
148 disable main_window_set_thread_option()
149 * src/prefs_folder_item.c
150 comment out &tmps_prefs.enable_thread,
151 * src/mbox_folder.c, src/procmsg.[ch]
152 comment out MSG_IS_IGNORE_THREAD
154 comment out summary_ignore_thread() and summary_unignore_thread()
155 comment out MSG_IS_IGNORE_THREAD
157 use Hiroyuki's threading instead.
164 use Hiroyuki's 0.5.3 column scheme but also
165 include the enable/disable button.
166 * src/pixmaps/mark.xpm
167 add Hiroyuki's amended pixmap
169 2001-08-13 [christoph]
172 receive at get all column showed wrong state for APOP
173 button should only work for POP3 and APOP accounts
174 * src/prefs_account.c
175 added missing preprocessor statement for SSL
180 add 'receive at get all' column and enable/disable
183 2001-08-06 [christoph]
186 show usage of SSL in protocol column
192 * src/prefs_account.[ch]
193 moved ssl options to a new page
199 added support for SMTP STARTTLS command
201 2001-08-05 [christoph]
204 debian autoconf needs version check to find
205 correct autoconf version. if the file is
206 named configure.in 2.13 is used, which does
207 not work with this configure.in script.
208 other solution would be to rename the script
209 to configure.ac as suggested in the autoconf
213 disable final error popup if popups are
218 fixes IMAP over SSL problem
223 change to 0.5.2claws1
225 * sync with sylpheed 0.5.2cvs1
230 quick fix for ispell detection...
235 change to 0.5.1claws4
237 * sync with sylpheed 0.5.1cvs7
241 * src/prefs_common.c, src/prefs_common.h,
242 src/gtkspell.c, src/gtkspell.h
243 add global spelling checker settings (compose tab) +
244 selection of dictionary
247 guess valid ispell location
252 removal of 'src/quote_fmt_parse.c'
255 (submitted by Jens Oberender <didge@suse.de>)
260 * src/folderview.[ch]
263 * src/prefs_common.[ch]
265 target folder colourization
269 more sync with Sylpheed 0.5.1cvs6
274 * src/prefs_folder_item.[hc]
276 shared folders support with a GUI
282 * sync with Sylpheed 0.5.1cvs6
288 (submitted by Fabio Junior Beneditto)
294 patch to correct bad image mime headers
295 (submitted by Don Quijote <dq@searchlores.org>)
299 * tools/gif2xface.pl **NEW FILE**
301 script to convert file.gif to file.xface for
302 use in a custom header.
303 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
308 change macros for detecting JPilot and LDAP
310 2001-07-27 [christoph]
313 code cleanup (MIN / MAX warning, needed casting)
318 disallow setting flags when detecting certain headers
319 (X-Status, Status, Seen, X-Seen).
321 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
323 2001-07-27 [christoph]
326 * src/prefs_filtering.c
327 * src/prefs_matcher.c
328 * src/prefs_scoring.c
329 scroll list when moving rows up or down
333 * src/prefs_account.c
334 * src/prefs_account.h
336 SMTP over SSL (untested, feedback requested)
344 * configure.in, acconfig.h
345 define CLAWS (need this for main / claws detection)
352 * sync with Sylpheed 0.5.1cvs4
354 2001-07-25 [christoph]
358 item->prefs == NULL (don't know why)
365 * sync with Sylpheed 0.5.1cvs1-3
367 2001-07-24 [christoph]
370 * src/prefs_folder_item.[ch]
371 added folderitem preferences dialog with
372 default To: and auto request return receipt
376 changes to handle new folderitem preferences
380 call compose new mail with current folderitem
384 Release Sylpheed 0.5.1claws
387 change to release version 0.5.1claws
389 2001-07-24 [christoph]
392 fixed segfault that happend when the selected
393 message was removed while retrieving new messages.
397 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
401 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
402 this is a work in progress, for more information: http://nlpagan.net/sylman
404 * configure.in, src/mainwindow.c, manual/Makefile.am
405 add support for English manual
408 add authors of user manuals
410 * manual/en/sylpheed*.html
411 add English documentation
413 2001-07-22 [christoph]
418 changed a wrong debug message
423 update Dutch translation
425 * src/prefs_filtering.c,
427 add more translatable strings
436 * src/inc.c, src/summaryview.[ch]
437 prevent update of mark file when filtering has done, by
438 using a variable; this affects two functions:
439 inc.c::inc_finished()
440 summaryview.c::summary_show()
444 * src/filtering.[ch], src/prefs_filtering.c,
446 add filtering action for label coloring
451 * added src/labelcolors.c
452 * added src/labelcolors.h
453 * src/Makefile.am, src/summaryview.c
454 rearrange label coloring code
457 add more parentheses so label colouring works correctly
460 don't really delete message, but move it to Trash
462 * src/prefs_matcher.c
463 add quote options to info dialog
465 2001-07-20 [christoph]
472 moved ssl stuff to a seperate file
477 fix show sender using address book with no e-mail
478 address in From: field
482 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
483 fix messy handling of escaping... now at least the
484 execute command is useful. escape char is '\', we
485 accept \n and \r too.
489 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
490 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
499 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
501 revise filtering; currently move, copy, marking have
502 been tested. if you like bleeding edge stuff, you
503 should definitely go for this version :)
505 * mark old working stuff as VERSION_0_5_0_CLAWS5
507 2001-07-17 [christoph]
516 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
517 bits in the mark file, without affecting either branch. Lots of
518 files changed, also in claws branch.
520 UNTESTED: use of mbox folders
523 added mark all read; however this was a quick hack used for
524 cleaning up mess after initial merge with Hiroyuki
527 change claws version number back to 0.5.0claws5 to clear up
528 confusion & pretension (recent release was technically
529 0.5.0claws4, so we neatly align with Hiroyuki :-)
533 sync with Hiroyuki's 0.5.0cvs4
540 remove invalid updating of mark files for
541 filter actions MATCHING_ACTION_MOVE and
542 MATCHING_ACTION_DELETE; this should fix the
546 revert Christoph's stab at fixing the folder
550 add missing files with translatable strings
557 * src/addr_compl.[ch], src/prefs_filtering.c
558 make "filtering pref dialog's destination entry" an
559 "address completable entry", if filter destination is
564 sync with Hiroyuki's 0.5.0cvs2-3
566 2001-07-15 [christoph]
569 fixed folder stats update after incorporation
574 * finish label colouring stuff (for now)
575 * fix incorrect colour bug (off by one)
580 change text labels for news and mail message so there's
581 plenty of toolbar estate left
588 sync with Hiroyuki's 0.5.0cvs1
591 more rewrite label colouring
595 * src/summaryview.[ch]
596 * start rewrite label colouring
597 * fix proper location "Add Sender To Addressbook" menu item
601 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
602 (actually this is 0.5.0claws4)
607 * fix duplicate message
608 * add updated Portugese / Brazilian translation
609 submitted by Fabio Junior Beneditto
617 add updated Dutch translation
620 add updated German translation submitted by Jens
624 Prerelease before 0.5.0claws. Please test.
625 This version is temporarily tagged as VERSION_0_5_0_TEST
627 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
628 src/prefs_scoring.c, src/prefs_matcher.c,
629 src/prefs_filtering.c, src/mbox.c,
630 src/main.c, src/inc.c, src/filtering.[ch]
631 revert new Hoa's new matcher (does not work yet)
638 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
644 add ChangeLog.claws to EXTRA_DIST
646 add matcher_parser_parse.h to EXTRA_DIST
648 2001-07-10 [christoph]
651 add destination folder to table of
652 folders that need to be updated after
659 make collapse state of folders and folder items persistent, i.e.
660 if you collapse a folder tree, the next time sylpheed-claws starts
661 up the folder tree remains collapsed.
663 2001-07-10 [christoph]
669 renamed MD5_CTX to MD5_CTX_syl
670 conflicts with a struct in openssl
673 * src/prefs_account.[ch]
677 fixed compose with current account
678 broken by new compose button stuff
683 changed my email address
685 * src/matcher_parser_parse.y
686 clean the parser to remove conflicts
694 fix incorrect description of --enable-ldap parameter
696 * src/prefs_common.[ch]
698 add experimental option "smart wrapping" which makes the
699 compose editor auto wrap.
701 | TODO: the problem with the buggy cursor handling is caused |
702 | by the GtkText. when deleting / backspacing text its |
703 | wrapping algorithm does not take in account the previous |
704 | line. should find a way to hack this in. |
705 | or should perhaps combine this with the word wrapping |
706 | patch i wrote in january. |
709 show build parameters for LDAP and JPilot
712 revert Christoph's bugfix for selecting next unread message,
713 because folder stats aren't updated correctly
720 * src/matcher_parser_lex.l
721 * src/matcher_parser_parse.y
722 * src/prefs_filtering.c
723 * src/prefs_scoring.c
725 bugfix of the config file parser
730 added generated matcher sources to BUILT_SOURCES
736 added new config file parser
741 * src/prefs_filtering.c
742 * src/prefs_matcher.c
743 * src/prefs_scoring.c
744 * added src/matcher_parser.h
745 * added src/matcher_parser_lex.h
746 * added src/matcher_parser_lex.l
747 * added src/matcher_parser_parse.y
748 lex & yacc config file parser
753 changes prefs_filtering into global_filtering
756 build threads with subjects only if "Re: " is at the
757 beginning of the subject
763 sync with sylpheed 0.5.0
764 change of version number only
770 sync with sylpheed 0.5.0pre5
774 sync with sylpheed 0.5.0pre4 release
775 /po and /manual/ja not sync'ed
779 more sync with sylpheed 0.5.0pre4
781 2001-07-03 [christoph]
784 fixed address book broken by address book
785 for VCard, JPilot, LDAP
795 more sync with sylpheed 0.5.0pre4
799 * included address book patch for VCard, JPilot, LDAP
800 * pref_common.c - fixed Font options on Display tab (cosmetic)
801 * alertpanel.c - fixed truncated message
803 2001-07-02 [christoph]
808 mark threads for ignoring
814 * sync with sylpheed 0.5.0pre4
815 updated gettext to 0.10.38.
821 * src/summaryview.[ch]
822 new right-click option: Label.
823 substitute for 'Mark-->Mark/Unmark', colours the line.
824 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
826 2001-07-01 [christoph]
831 move ctree to unread message
835 * sync with sylpheed 0.5.0pre3 release
841 allow inserting / attaching multiple files in
847 small change to Alfons' previous stuff so that it
852 * lots of files changed; first attempt to merge the changes
853 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
858 updated and completed, translations by Fabio
859 Junior Beneditto <fjbeneditto@yahoo.com.br>
865 allow selecting an attached files' mime type from a
870 * more sync with sylpheed 0.5.0pre3
875 merge with sylpheed.pot and pt_BR.po provided by
876 Fabio Junior Beneditto.
881 make MIME types case insensitive
886 merge with sylpheed.pot and old nl.po; translations added.
890 * more sync with sylpheed 0.5.0pre3
895 don't crash when removing parent node of messages
896 attracted by subject. this was caused by not deleting
897 the parent node from the subject line hash table.
904 if there are multiple messages selected, allow forwarding
909 * more sync with sylpheed 0.5.0pre3
915 * sync with sylpheed 0.5.0pre3
920 fixed 'compose news article' bug
921 from icon-and-text toolbar
925 * sync with sylpheed 0.5.0pre2 release
927 2001-06-24 [christoph]
930 bug fix in font selection
932 use sylpheed's normal font instead of
933 gtk default font for folders without
938 * src/mainwindow.[ch]
939 added composite compose mail / news button (an idea by Leandro
940 Pereira <leandro@linuxmag.com.br>)
944 Added instructions for ldif-to-xml.py
952 * src/pixmaps/stock_news_compose.xpm
953 added pixmap by Leandro
955 tested built-in spelling checker of GCC 3.0 :)
957 merged dutch translation of sylpheed-main with
962 Added tools directory and files.
964 * tools/filter_conv.pl
965 converts old filter system to new filtering system
966 * tools/ldif-to-xml.py
967 converts netscape addressbook to sylpheed addressbook
969 descriptions/instructions for above two files
971 2001-06-23 [christoph]
974 * src/manage_window.[ch]
975 * src/prefs_common.[ch]
976 mail retrieval dialog can be enabled, disabled
977 or hidden if non of sylpheed's windows is active
983 * sync with sylpheed 0.5.0pre2
985 2001-06-21 [christoph]
988 show recipient on 'from' for all accounts
991 * src/prefs_common.[ch]
992 disable error popup on mail receive errors
997 made the ruler correctly appear and disappear.
1000 removed Hoa's work-in-progress-stuff (interesting!) so
1003 2001-06-20 [christoph]
1006 * src/progressdialog.c
1007 added scrolled window for list in progressdialog
1011 sync with sylpheed 0.5.0pre1 release
1013 2001-06-20 [christoph]
1016 make building threads by subject work when
1017 thread view is enabled
1020 * src/prefs_common.[ch]
1021 automatically select account for mail replys
1025 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
1026 they are filled in from the account settings.
1030 * more sync with sylpheed 0.5.0pre1
1036 added --sysconfdir to CPPFLAGS for pointing to the correct
1037 location of mime.types.
1039 NOTE: make sure you use --sysconfdir when running ./autogen.sh
1045 fixed some bug when building threads
1049 * src/prefs_account.c
1050 UI stuff: More changes to the English
1054 * src/pixmaps/stock_news_compose.xpm: new file
1058 Added new icon for Hoa's 'compose a news
1059 message', plus minor improvements to the
1065 more sync with sylpheed 0.5.0pre1
1071 Follow-up and reply to
1073 * src/summaryview.[ch]
1074 Build threads also with subjects
1079 forwarding use the current account.
1082 the "compose message" button has been replaced with
1083 "new mail" and "new news" buttons
1085 * src/prefs_common.[ch]
1086 added a configuration option to use the forward button
1087 as "forward as attachment"
1088 changed reply and forward format description
1090 * src/quote_fmt_lex.l
1091 * src/quote_fmt_parse.y
1092 added message with no signature in format for reply
1101 Improvements to the English
1103 * src/prefs_common.c
1104 Improvements to the English and some
1105 clarity/continuity improvements in the
1106 description of Quote symbols.
1112 * sync with sylpheed 0.5.0pre1
1117 Better interface for compose, displayed fields
1118 are updated whenever we change account.
1119 Newsgroups field is automatically filled.
1122 Newsgroups field is automatically filled.
1124 * src/prefs_account.c
1125 Some interface stuff when fields appear and
1132 * sync with sylpheed 0.4.99
1136 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
1137 base64_decoder_free, base64_decoder_decode): new object and
1138 functions for decoding base64 streams.
1139 * src/procmime.c (procmime_decode_content): modified to use the
1146 * sync with sylpheed 0.4.99cvs11
1152 * sync with sylpheed 0.4.99cvs9
1157 * src/prefs_account.c
1159 SMTP server can be defined in the news account
1160 mime type of attachment are kept.
1164 now choose the highest important score between default
1165 and important score of folder.
1169 * src/prefs_common.c:
1171 (prefs_quote_description_create): corrected description of
1172 quote format characters
1178 * sync with sylpheed 0.4.99cvs8
1182 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
1183 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
1189 * sync with sylpheed 0.4.99cvs7
1193 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
1194 clashes with autogenerated header).
1195 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
1196 * src/Makefile.am: added quote_fmt.h.
1197 * src/.cvsignore: added lex/yacc autogenerated files
1198 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
1204 * sync with sylpheed 0.4.99cvs6
1208 * added src/quote_fmt_parse.h
1213 don't modify readonly configuration files
1215 * src/prefs_account.c
1216 * src/prefs_common.c
1217 * src/prefs_customheader.c
1218 * src/prefs_display_header.c
1219 * src/prefs_filter.c
1220 * src/prefs_filtering.c
1221 * src/prefs_scoring.c
1222 don't open dialog box when configuration files
1227 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
1229 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
1230 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
1231 BUILT_SOURCES to make all files rebuild properly.
1233 * src/compose.c: removed #include "quote_fmt.tab.h".
1235 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
1236 CHARACTER value in yylval.
1238 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
1239 receive CHARACTER value by documented means (yylval).
1241 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
1246 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
1251 * src/prefs_filtering.c
1252 now keep the configuration for execute action
1259 * sync with sylpheed 0.4.99cvs5
1264 added quote_fmt.[ch]
1266 * added src/quote_fmt.y
1267 * added src/quote_fmt.l
1268 * added src/quote_fmt.tab.h
1269 * added src/quote_fmt.tab.c
1270 * added src/lex.quote_fmt.c
1271 parsing configuration for replying
1274 * src/prefs_common.[ch]
1275 added configuration UI for replying
1279 using configuration for replying
1287 * src/prefs_filtering.c
1288 * src/prefs_matcher.c
1289 * src/prefs_matcher.h
1290 action "run a command" for filtering
1291 and matching with a command.
1292 fixed the "whole message" matching
1295 changed temporary filename for security
1298 queue the notification if it fails to send.
1300 * src/prefs_common.c
1301 * src/prefs_folder_item.c
1302 changed the default important score
1304 * src/prefs_scoring.c
1306 hide kill score input when the folder is not
1311 * src/prefs_common.c:
1313 (prefs_font_select): pass font name in font entry box to font
1318 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
1322 * sync with sylpheed 0.4.99cvs4
1326 * src/headerwindow.c:
1328 (headerwindow_show_cb): use the selected summary view item, not
1333 * src/headerwindow.c:
1335 (headerwindow_show_cb): always try to show msginfo
1340 keep attached parts when reediting or forwarding.
1345 * src/prefs_folder_item.[ch]
1346 * src/prefs_scoring.[ch]
1348 * src/summaryview.[ch]
1351 * src/prefs_common.[ch]
1352 support for folder scoring
1353 kill score and important score for messages
1355 * src/prefs_account.c
1356 some display bug fixed for local account
1361 * src/summaryview.c:
1363 (add_sender_to_cb): don't crash when no or invalid sender; the add
1364 sender to address book menu item is disabled.
1368 * src/filtering.[ch]
1370 handling summary menu / filter messages
1376 imap folders now appears in list
1379 doesn't crash if destination mail is not writeable
1384 removed some warnings
1388 * src/prefs_filtering.c
1389 global string to identify any folders
1390 removed some debug info
1391 filtering to mbox folders is now possible
1394 removed some warnings
1397 permission on files are changed to read/write for user only,
1399 creation of subfolder is handled better.
1403 Verified the sync for src/prefs_common.[ch] and
1404 src/prefs_account.[ch]. I believe there were some
1405 minor indentation differences.
1411 * sync with 0.4.99cvs3
1416 handling flags for mbox format
1419 use of mark file only for MH format
1420 handling flags for mbox format
1421 filtering cannot yet move or copy mails to mbox folders.
1424 changed move_msg, copy_msg,
1425 move_msgs_with_dest, copy_msgs_with_dest functions
1426 uses only folder->copy_msg() function
1427 uses folder->finished_copy() to handle the destination
1428 folder at the end of the copy or move operation.
1431 included mbox directories.
1433 * src/folderview.[ch]
1435 handle folders operation for mbox format
1438 disable conversion of "From " header
1440 * src/mbox_folder.[ch]
1441 completion of mbox format handling
1444 changed mh_copy_msg() function and
1445 removed mh_move_msg(), mh_move_msgs_with_dest(),
1446 mh_copy_msgs_with_dest()
1448 * src/prefs_filtering.c
1449 removed some warnings
1451 * src/prefs_matcher.c
1452 default boolean operation is AND
1455 handling flags for mbox format
1456 handling of "From " header
1460 added MSG_REALLY_DELETED flags to handle deletion of
1461 messages in mbox format.
1464 handling flags for mbox format
1465 disable the MSG_DELETED flags when messages
1466 are deleted in mbox format
1469 "From " headers display fixed.
1475 (get_email_part): skip quoted email addresses, like in e.g.
1476 "'alfons@proteus.demon.nl'".
1480 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
1481 and fixing the persistence troubles when using separate windows.
1485 Added #define SEPARATE_ACTION used in the gtk item factory for
1486 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
1487 use gtk_item_factory_get_widget_by_action() to get the items.
1489 Removed separate_widget_cb from the gtk item factory data
1491 (mainwindow_create): connect separate_widget_cb() to check
1492 menu item "toggled" signal. also passing a MainWindow pointer
1493 as object data for both check menu items.
1495 (separate_widget_cb): definition of separate_widget_cb() to match
1496 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
1497 window using gtk_object_get_data(). The type of window separation
1498 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
1500 * src/prefs_filtering.c,
1501 src/prefs_matcher.c: added horizontal scrollbars
1506 fix segfault with invalid bold font
1508 correctly display summary stats after row is marked
1512 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
1513 encodings with libjconv.
1518 added mbox_folder.[ch]
1520 mbox temporary folder
1522 * added src/mbox_folder.[ch]
1524 * src/procheader.[ch]
1527 bugfix for file incorporation filtering
1529 enable creation of MBOX
1530 * src/prefs_display_header.c
1531 enable use of headers like "From "
1532 something that should be fixed :
1533 displaying of such headers add an extra space
1534 * src/prefs_folder_item.c
1535 don't create folders because it is not necessary
1537 added data field to MsgInfo for mbox internal use
1539 added some support for mbox
1541 added get_mbox_cache_dir() function
1543 2001-05-23 [hiroyuki]
1545 * src/headerwindow.c
1556 src/folderview.c: more sync with 0.4.99cvs2.
1558 * src/headerwindow.c: reverted.
1564 * sync with sylpheed 0.4.99cvs2
1572 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
1578 * configure.in: if gnome-config not found, "no" is displayed
1580 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
1582 * src/textview.c: now also possible to add mail addresses by right
1583 clicking in the text view
1585 * src/codeconv.c: merged patch which fixes endless loop when encountering
1586 invalid wide characters; from Alte <010@imis.ru>
1590 Added installation of gnome specific things:
1592 * Makefile.am: gnome conditional
1594 * configure.in: check for installed gnome
1596 * added sylpheed.png, sylpheed.desktop
1600 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
1602 * src/mainwindow.h (main_window_toolbar_create): created a button
1604 (main_window_set_toolbar_sensitive): enable/disable the new button
1606 (toolbar_reply_to_author_cb): handle the new button.
1608 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
1609 send_progress_dialog_destroy() on failure (fixes hang on SMTP
1614 * src/compose.h (ComposeReplyMode): new modes
1615 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
1616 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
1619 (compose_send): move some code into a new function:
1620 (compose_current_mail_account): new function.
1621 (compose_reply): new argument to_author, all callers changed; if
1622 to_author==TRUE and account->protocol==A_NNTP, find and use an
1623 appropriate mail account for replying.
1624 (compose_reply_set_entry): new argument to_author; ignore
1625 compose->replyto if to_author==TRUE.
1627 * src/mainwindow.c: new command "Message/Reply to author".
1628 (main_window_set_menu_sensitive): enable/disable it.
1629 (reply_cb): handle it.
1631 * src/summaryview.c: new command "Reply to author".
1632 (summary_set_menu_sensitive): enable/disable it.
1633 (summary_reply_cb): handle it.
1635 * src/account.c (account_find_mail_from_address): new function.
1641 * sync with sylpheed 0.4.99cvs1
1648 new filtering action : forward and forward as attachment
1651 no need for $DISPLAY when we run sylpheed --help
1652 call to parse_cmd_opt() is moved
1654 * src/mainwindow.[ch]
1655 execute button is hidden when immediate execute
1660 * src/prefs_folder_item.c
1662 better handling of missing directories
1665 reedit is enabled in outbox
1666 reedit is enabled in queue
1672 * src/prefs_filtering.c
1673 changed attachement into attachment
1679 * sync with sylpheed 0.4.67cvs9
1680 * sync with sylpheed 0.4.67cvs7-8
1685 added prefs_filtering.c
1687 * src/filtering.[ch]
1689 removed action : forward_news and forward_news_as_attachement
1690 (forward and forward_as_attachement can be used instead)
1693 added menu option to access filtering configuration
1695 * src/prefs_account.c
1696 changed mail_command default to /usr/sbin/sendmail
1698 * added src/prefs_filtering.[ch]
1699 dialog box for filtering configuration
1701 * src/prefs_matcher.c
1702 added function prefs_matcher_get_criteria_from_matching()
1704 * src/prefs_scoring.c
1705 reset the dialog when register or substitute is clicked
1710 added filtering.[ch]
1712 using filering.[ch] instead of filter.[ch]
1714 reading new filtering configuration
1716 added some filtering actions
1717 and fixed a bug for headers and mail body matching
1719 using filering.[ch] instead of filter.[ch]
1721 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
1723 some fixes for filtering
1725 2001-05-14 [hiroyuki]
1727 * src/send.c: fixed some weird indentations.
1728 send_message_with_command(): call pclose() only if p != NULL.
1729 * src/textview.c: get_email_part(): modified the code for readability.
1731 2001-05-14 [hiroyuki]
1735 src/md5ify.h: removed from the cvs.
1739 * src/main.c: include rfc2015.h to avoid compiler warnings.
1740 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
1741 the panel is already on screen.
1742 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
1743 closing the alert window by ESC as "No".
1744 * src/prefs_common.c (prefs_interface_create): moved return
1745 receipt check button to the correct place.
1749 * src/prefs_common.c:
1750 moved return receipt check button to the Send tab. (prefs_send_create)
1751 removed the date format ui related globals. (prefs_display_create)
1755 * sync with sylpheed 0.4.67cvs5-6
1759 * added Alfons' font selection patch
1762 * src/headerwindow.c
1763 * src/prefs_common.c
1764 * src/prefs_common.h
1768 changed version of cache
1770 * src/prefs_matcher.c
1771 added additionnal matching criteria
1775 added references in MsgInfo
1780 prepared some things for new filtering
1782 added some matching properties
1783 inreplyto need to be enhanced
1784 prepared some things for new filtering
1786 added Return-Receipt-To handling
1787 * src/prefs_folder_item.c
1788 changed default value to TRUE
1789 * src/prefs_matcher.c
1790 added some matching properties
1791 * src/prefs_scoring.[ch]
1792 the scoring dialog is finished
1794 added Return-Receipt-To handling
1795 Reference need to be added
1797 added Return-Receipt-To handling
1798 added threadscore to get a better score sorting when
1801 suppressed a bug when we sort the list
1802 when no folder is opened.
1803 better score sorting when threads are enabled
1807 * reverted previous patch because of potential errors
1811 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
1812 applied "toggle mail-retrieval dialog window" patch submitted
1813 by Eric Limpens <eric@qnt.net>
1815 * sync with sylpheed 0.4.67cvs4
1819 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
1820 some picky compilers.
1821 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
1822 * src/grouplist_dialog.c: include alertpanel.h.
1823 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
1824 fix compile warning.
1825 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
1826 #include "defs.h" before others to prevent the warning of `MIN'
1827 and `MAX' redefinition.
1833 * src/prefs_account.c
1834 * src/prefs_display_header.c
1837 added prefs_scoring.[ch]
1838 * src/grouplist_dialog.c
1839 display an error dialog box if the group list
1841 * src/mainwindow.[ch]
1842 added main_window_set_thread_option() function
1843 scoring dialog box enabled
1845 added flags matching unread /new / marked
1846 / deleted / replied / forwarded
1848 newsgroups are now finally in newscache
1849 * src/prefs_matcher.[ch]
1850 finished preferences for matching dialog
1851 * added src/prefs_scoring.[ch]
1852 scoring dialog box completed
1854 conversion to string : added scoringprop_to_string()
1855 write config for preferences :
1856 added prefs_scoring_write_config()
1858 threads can be enabled/disabled independently
1866 thought it would be nice to have a list of all
1867 contributors (used Changelog as a reference)
1870 messed up version numbering...
1874 * sync with sylpheed 0.4.67cvs1-3
1878 * src/prefs_common.c:
1879 better UI for strftime format, double clicking
1880 on format now inserts the format in text entry
1881 replaced close button with standard OK/Cancel
1882 moved date format button to the right of the
1888 Ctrl-Home / Ctrl-End have proper cursor navigation
1892 * src/prefs_matcher.c
1893 finished UI to define matching properties
1894 added ok and cancel button
1895 * src/prefs_filter.c
1896 added ok and cancel button
1898 fixed some bug in xhdr parsing
1903 fixed a bug in textview_show_header(), which displayed two colons (':');
1904 cleaned up some warnings
1909 added prefs_matcher.[ch]
1910 compilation with -W -Wall
1912 ungrab the mouse events if grabbed - does it
1913 fix the bug for disposition notification ?
1915 added a menu option to open the matching dialog.
1917 added matcherprop_to_string() and matcherlist_to_string()
1918 fixed some bugs, changed the name of some options
1919 age_sup and age_inf becomes age_greater and age_lower,
1920 body and messageheaders becomes body_part and headers_part,
1921 changed the names of constants from SCORING_XXX to MATCHING_XXX
1922 * src/prefs_display_header.c
1923 * src/prefs_headers.c
1924 fixed a bug that accidentally destroyed dialogs
1925 when closed them with delete_event
1926 Added *_deleted() which handle delete_event signal correctly.
1927 * src/prefs_folder_item.[ch]
1928 added "enable_thread" field for future customization
1929 * added src/prefs_matcher.[ch]
1930 sample of the UI to define matching properties
1932 using procheader_headername_equal instead of str*cmp functions
1933 using procheader_parse_header() function
1935 using MATCHING_XXX instead of SCORING_XXX
1937 display the sender of the news even if this is ourself
1938 when this is a news message.
1940 using headername_equal() instead of str*cmp functions
1946 * sync with sylpheed 0.4.66
1947 * src/gtkstext.c: trace logs added
1951 * src/prefs_common.[ch]: added option to enable/disable GnuPG
1952 signature check popup.
1953 * src/rfc2015.c (check_signature): show signature check popup only
1954 if it is enabled in preferences.
1960 * sync with sylpheed 0.4.66cvs6
1964 * src/prefs_common.[ch]: added option to enable/disable
1965 looking up sender name in address book for summary pane
1966 * src/summaryview.c: look up sender in the address book
1967 by using Alfons' address completion code
1969 2001-05-07 [hiroyuki]
1972 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
1973 member of Pop3State.
1974 * src/news.c: brought #include "defs.h" before #include <glib.h>
1975 to prevent the warning of `MIN' and `MAX' redefinition.
1979 * removed src/headers_display.[ch]
1980 * removed src/prefs_display_headers.[ch]
1982 use a temporary file in the user directory for mbox import
1984 added XHDR support to get "To" and "Cc" headers
1985 (in order to match news with to or cc field for
1987 added function news_parse_xhdr() to get XHDR response
1989 added function nntp_xhdr()
1991 fetch the message if necessary
1997 * sync with sylpheed 0.4.66cvs3-5
2002 added function itos_buf() to enable use of several buffers
2004 use of itos_buf() instead of itos() in summary list
2005 to fix the broken display of message number.
2009 * src/gtkstext.c: bug in cursor up navigation fixed,
2010 fixed another unsigned / signed comparison (we're getting there :-)
2015 added scoring.c scoring.h
2016 prefs_folder_item.c prefs_folder_item.h
2019 added FOLDERITEM_RC SCORING_RC
2021 added prefs field in FolderItem :
2022 properties for each folder (PrefsFolderItem),
2023 sorting type and mode were added as the first properties.
2025 read config for scoring
2026 * added src/matcher.[ch]
2027 gives functions to parse configuration file to do
2028 matching on mails with a list of conditions.
2030 add option to sort by score
2031 * src/prefs_common.[ch]
2032 added preference option to show score and for
2033 the score column size
2034 * added src/prefs_folder_item.[ch]
2035 properties for each folder (PrefsFolderItem),
2036 sorting type and mode were added as the first properties.
2037 * src/procheader.[ch]
2038 added procheader_parse_header()
2039 added procheader_header_free()
2040 added procheader_headername_equal()
2041 and made modification to use them.
2043 added score field to MsgInfo structure
2044 * added src/scoring.[ch]
2045 gives functions to parse configuration file to do
2046 scoring on mails with a list of conditions.
2047 * src/summaryview.[ch]
2048 save the sorting type and mode for the folder
2049 added column to display the score of the mail
2050 added function summary_score_clicked()
2051 sorting type and mode are restored to the folder
2054 use procheader_parse_header(), procheader_headername_equal()
2055 removed memory leak in text_scan_header when freeing headers
2057 changed the function to match names of headers
2058 using procheader_headername_equal()
2060 Scoring functions are implemented, an interface is needed
2066 hopefully fixed the row up navigation bug,
2067 removed adding back / forward lines to cache
2071 * src/prefs_display_headers.c: user interface changes:
2072 (prefs_display_headers_create): remove unused "Show" check button;
2073 allow reordering of headers by dragging.
2074 (prefs_display_headers_write_config): remove unused variables.
2075 (prefs_display_headers_set_dialog): do not insert "(New)" at top
2076 of lists (not needed with the new UI).
2077 (prefs_display_headers_set_list): scan lists starting from row 0,
2078 not 1 (do not skip "(New)").
2079 (prefs_display_headers_find_header): new function.
2080 (prefs_display_headers_clist_set_row): do not allow duplicates.
2081 (prefs_display_headers_delete_cb): do not skip row 0; treat
2082 closing the alert window by ESC as "No".
2083 (prefs_display_headers_up): do not protect row 0.
2084 (prefs_display_headers_down): do not protect row 0.
2088 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
2092 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
2093 summary_select_next_marked, summary_select_prev_marked): new
2098 * src/news.c: fixed a bug when no article can be fetched after
2099 server timeout if the connection was restored by news_post():
2100 (news_select_group): new function.
2101 (news_fetch_msg): call news_select_group() before fetching
2103 (news_get_uncached_articles): set session->group after successful
2111 changed version of cache, added cc field
2113 * src/prefs_display_headers.c
2114 the interface was changed
2116 * src/prefs_headers.c
2121 * completed sync of sylpheed cvs2
2122 * src/gtkstext.c: updated row up / down cursor navigation
2123 * src/textview.c: re-edited, prepared for fixing the email address
2128 * src/prefs_common.c: use alfons' strftime ui code
2129 entry_datefmt and datefmt_sample widgets have to be
2130 global in this module because of this change
2135 * src/prefs_common.[ch] added option to activate the return receipt
2140 * src/gtkstext.c: fix for row up/down cursor navigation.
2144 * sync with 0.4.66cvs2
2148 added add-sender-to-addressbook patch
2156 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
2159 * src/alertpanel.c (alertpanel_create): new argument can_disable,
2160 all existing callers changed to pass FALSE; create a check button
2161 to disable the message.
2162 (alertpanel_message_with_disable): new function.
2163 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
2164 (alertpanel_button_toggled): new function.
2165 (alertpanel_button_clicked, alertpanel_close): set value using
2168 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
2170 * src/prefs_common.c (prefs_privacy_create): new check button
2171 checkbtn_gpgme_warning.
2173 * src/main.c (main): moved preferences reading before gpgme
2174 initialization; check prefs_common.gpgme_warning before giving the
2175 GnuPG warning and set it to FALSE if the user wants to disable the
2178 2001-05-02 [hiroyuki]
2180 * src/prefs_display_headers.c: modified the layout and some labels.
2184 * src/prefs_account.c (prefs_account_fix_size): new function.
2185 (prefs_account_create): call prefs_account_fix_size(); use
2186 gtk_widget_show instead of gtk_widget_show_all (fixes too large
2187 size when the window is shown for the first time).
2188 (prefs_account_basic_create): changed layout of serv_table; moved
2189 localmbox_entry above smtpserv_entry (logically it replaces
2191 (prefs_account_protocol_activated): set sensitivity of
2192 nntpauth_chkbtn according to the protocol (in addition to
2193 hide/show); commented out gtk_table_set_row_spacing() calls.
2194 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
2195 not sensitive (fixes a bug with disabled username/password boxes
2196 when editing POP3 account after NNTP with authentication).
2202 * src/prefs_account.[ch]
2204 removed local account without SMTP server
2205 added option to use mail command instead of a connexion
2206 to SMTP server when a local account is used
2207 * src/prefs_headers.c
2210 fixed a bug when connexion immediately closed
2220 * src/prefs_account.c (Basic, prefs_account_basic_create): new
2221 widget nntpauth_chkbtn.
2222 (prefs_account_protocol_activated): handle nntpauth_chkbtn
2224 (prefs_account_nntpauth_toggled): new function.
2226 * src/news.c (news_session_new_for_folder): use NNTP
2227 authentication only if ac->use_nntp_auth is set.
2231 * src/Makefile.am changed headers.[ch] in customheader.[ch]
2232 * src/prefs_display_headers.c changed the UI
2233 * src/prefs_headers.c changed account_name to account_id
2234 * src/compose.c using customheader.h
2236 2001-05-01 [hiroyuki]
2240 src/nntp.c: changed sock_read() to sock_gets(), they've been left
2245 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
2246 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
2247 for displaying of headers
2248 * src/grouplist_dialog.[ch] minor changes to remove warnings
2249 * src/prefs_display_headers.[ch] dialog to choose the
2250 headers to display in the mail viewer.
2251 * src/headers.h correction of #define
2252 * src/headers_display.[ch] configuration for displaying of headers.
2253 * src/main.c read config of displaying of headers
2254 * src/prefs_common.c add a button to access the config dialog
2255 for displaying of headers
2256 * src/prefs_display_headers.[ch] dialog for configuration for
2257 displaying of the headers.
2258 * src/prefs_headers.c cleaning of code
2259 * src/procheader.c comments added to code
2260 * src/textview.c changes to reorder the headers depending
2261 on the config for displaying of headers
2267 * sync with 0.4.65cvs12
2269 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
2273 * src/nntp.h (NNTPSockInfo): new field auth_failed.
2275 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
2276 is set to force reconnection after authentication failure.
2277 (nntp_gen_command): set sock->auth_failed on authentication
2278 failure, or if sock->userid and sock->passwd are not set.
2280 * src/news.c (news_session_new_for_folder): set userid=NULL if
2281 password dialog is cancelled.
2285 * src/nntp.h (NNTPSockInfo): new type.
2287 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
2289 (nntp_open_auth, nntp_close): new functions.
2290 (nntp_gen_command): new function to handle authentication; all
2291 NNTP command functions updated to use it.
2292 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
2293 (nntp_list): removed old useless code.
2295 * src/news.h (NNTPSession): new field nntp_sock.
2297 * src/news.c: all functions updated to use NNTPSockInfo instead of
2299 (news_session_new): new arguments (userid, passwd); made static;
2300 use nntp_open_auth() if needed.
2301 (news_session_destroy): use nntp_close() instead of sock_close().
2302 (news_query_password): changed arguments.
2303 (news_session_new_for_folder): new function.
2304 (news_session_get): use news_session_new_for_folder().
2305 (news_authenticate): deleted.
2306 (news_get_uncached_articles): removed old authentication code.
2310 * src/news.c: reverted my previous changes (need to do NNTP
2311 authentication in a cleaner way).
2315 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
2316 news_nntp_post, news_nntp_mode): new functions (wrappers with
2317 authentication support).
2318 (news_get_article_cmd, news_get_article, news_get_header): new
2319 argument "folder"; all callers changed.
2320 (news_get_article_cmd): added authentication support.
2321 (news_session_get): use news_nntp_mode() instead of nntp_mode().
2322 (news_post): use news_nntp_post() instead of nntp_post().
2323 (news_get_uncached_articles): use news_nntp_group() instead of
2324 nntp_group() and news_nntp_xover() instead of nntp_xover();
2325 removed old authentication code.
2326 (news_get_group_list): use news_nntp_list() instead of nntp_list().
2328 * src/nntp.c (nntp_list): return real error code instead of
2333 * configure.in: fixed wint_t typedef detection again
2337 * src/prefs_account.[ch], added A_LOCAL_CMD
2338 (send mail with mail command)
2339 * src/send.c added function send_message_with_command()
2340 * src/inc.c made a more secure get_spool() function with
2341 mktemp() but maybe mkstemp() or something more
2346 * src/textview.c, colorization of email addresses in headers
2350 * bug sync with sylpheed
2351 * prefs_common.c: created date format ui for darko
2352 * sync with 0.4.65cvs11
2353 * configure.in: corrected to have the new gpg checks
2357 * completed sync with 0.4.65cvs10
2358 * minor debug things added to gtkstext.c
2362 * configure.in: remove check for availability of
2363 strftime() as advised by Hiroyuki
2364 * src/prefs_common.[ch], src/procheader.c:
2365 synch strftime() code with Hiroyki's main branch
2369 * src/news.c: news_query_password(), news_authenticate(): new
2371 news_get_uncached_articles(): added NNTP authentication
2373 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
2375 * src/prefs_account.c: prefs_account_protocol_activated():
2376 enable userid and password fields for NNTP.
2380 * configure.in: check for availability of strftime()
2382 * src/prefs_common.[ch], src/procheader.c: use
2383 strftime() for displaying date in summary pane if it
2388 * more .cvsignore cleanups [alfons]
2392 * ac/sv-check-type.m4: new autoconf macro.
2393 * configure.in: fixed wint_t typedef detection (did not work
2398 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
2402 * modified gtkstext.c : buggy cursor navigation fixed,
2403 and font descent also taken in account when drawing
2407 * added comments in src/news.c src/nntp.c
2408 * added src/prefs_headers.[ch]
2409 * added src/headers.[ch]
2410 * modified compose.c to activate custom headers
2411 added function is_in_custom_headers
2412 * modified prefs_account.[ch]
2413 added function prefs_account_customhdr_edit
2414 * modified src/defs.h :
2415 added HEADERS_RC : name of the config file
2416 for the custom headers
2427 added gtkstext with configure.in patch by Hiroyuki which
2428 should fix the XIM detection [alfons]
2430 * more clean up of cvs [alfons]
2432 * removed all Makefile.in files to attic.
2434 * updated all .cvsignores to really ignore things that could
2435 be unintentionally committed by a recursive commit.
2438 * added src/grouplist_dialog.[ch]
2439 * changed src/folderview.c to call grouplist_dialog instead
2442 added functions news_reset_group_list
2443 and news_get_group_list
2445 added function nntp_list
2447 added GROUPLIST_FILE : name of the newsgroup list cache file
2451 * added option to warn about queued messages on exit [sergey]:
2453 * src/compose.c: compose_queue(): call folder_item_scan()
2454 and folderview_update_item() after queueing.
2455 * src/folderview.c: folderview_update_node(): draw the queue
2456 folder in bold font if there are queued messages.
2457 * src/mainwindow.c: queued_messages(): new function.
2458 app_exit_cb(): display warning if there are queued messages
2459 if warn_queued_on_exit is set.
2460 * prefs_common.[ch]: add warn_queued_on_exit option.
2462 * enhanced GnuPG key selection support [sergey]:
2464 * src/select-keys.c: updated to newer version from Win32
2465 branch with support for selecting arbitrary keys.
2466 * src/prefs_account.c: added the Privacy tab to the account
2468 prefs_account_privacy_create(),
2469 prefs_account_sign_key_set_data_from_radiobtn(),
2470 prefs_account_sign_key_set_radiobtn(): new functions.
2471 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2472 * src/rfc2015.c: set_signers(): new function.
2473 pgp_sign(): add the account parameter, call set_signers().
2474 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2475 * src/rfc2015.h: rfc2015_sign(): updated prototype.
2476 * src/compose.c: pass the current account to rfc2015_sign().
2478 * tag name claws added to prevent confusion with main branch [alfons]
2480 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
2482 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
2484 * sync with recent sylpheed cvs. Untested though. [alfons]