4 show usage of SSL in protocol column
10 * src/prefs_account.[ch]
11 moved ssl options to a new page
17 added support for SMTP STARTTLS command
19 2001-08-05 [christoph]
22 debian autoconf needs version check to find
23 correct autoconf version. if the file is
24 named configure.in 2.13 is used, which does
25 not work with this configure.in script.
26 other solution would be to rename the script
27 to configure.ac as suggested in the autoconf
31 disable final error popup if popups are
36 fixes IMAP over SSL problem
43 * sync with sylpheed 0.5.2cvs1
48 quick fix for ispell detection...
55 * sync with sylpheed 0.5.1cvs7
59 * src/prefs_common.c, src/prefs_common.h,
60 src/gtkspell.c, src/gtkspell.h
61 add global spelling checker settings (compose tab) +
62 selection of dictionary
65 guess valid ispell location
70 removal of 'src/quote_fmt_parse.c'
73 (submitted by Jens Oberender <didge@suse.de>)
81 * src/prefs_common.[ch]
83 target folder colourization
87 more sync with Sylpheed 0.5.1cvs6
92 * src/prefs_folder_item.[hc]
94 shared folders support with a GUI
100 * sync with Sylpheed 0.5.1cvs6
106 (submitted by Fabio Junior Beneditto)
112 patch to correct bad image mime headers
113 (submitted by Don Quijote <dq@searchlores.org>)
117 * tools/gif2xface.pl **NEW FILE**
119 script to convert file.gif to file.xface for
120 use in a custom header.
121 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
126 change macros for detecting JPilot and LDAP
128 2001-07-27 [christoph]
131 code cleanup (MIN / MAX warning, needed casting)
136 disallow setting flags when detecting certain headers
137 (X-Status, Status, Seen, X-Seen).
139 * sync with Hiroyuki's Sylpheed 0.5.1cvs5
141 2001-07-27 [christoph]
144 * src/prefs_filtering.c
145 * src/prefs_matcher.c
146 * src/prefs_scoring.c
147 scroll list when moving rows up or down
151 * src/prefs_account.c
152 * src/prefs_account.h
154 SMTP over SSL (untested, feedback requested)
162 * configure.in, acconfig.h
163 define CLAWS (need this for main / claws detection)
170 * sync with Sylpheed 0.5.1cvs4
172 2001-07-25 [christoph]
176 item->prefs == NULL (don't know why)
183 * sync with Sylpheed 0.5.1cvs1-3
185 2001-07-24 [christoph]
188 * src/prefs_folder_item.[ch]
189 added folderitem preferences dialog with
190 default To: and auto request return receipt
194 changes to handle new folderitem preferences
198 call compose new mail with current folderitem
202 Release Sylpheed 0.5.1claws
205 change to release version 0.5.1claws
207 2001-07-24 [christoph]
210 fixed segfault that happend when the selected
211 message was removed while retrieving new messages.
215 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
219 add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
220 this is a work in progress, for more information: http://nlpagan.net/sylman
222 * configure.in, src/mainwindow.c, manual/Makefile.am
223 add support for English manual
226 add authors of user manuals
228 * manual/en/sylpheed*.html
229 add English documentation
231 2001-07-22 [christoph]
236 changed a wrong debug message
241 update Dutch translation
243 * src/prefs_filtering.c,
245 add more translatable strings
254 * src/inc.c, src/summaryview.[ch]
255 prevent update of mark file when filtering has done, by
256 using a variable; this affects two functions:
257 inc.c::inc_finished()
258 summaryview.c::summary_show()
262 * src/filtering.[ch], src/prefs_filtering.c,
264 add filtering action for label coloring
269 * added src/labelcolors.c
270 * added src/labelcolors.h
271 * src/Makefile.am, src/summaryview.c
272 rearrange label coloring code
275 add more parentheses so label colouring works correctly
278 don't really delete message, but move it to Trash
280 * src/prefs_matcher.c
281 add quote options to info dialog
283 2001-07-20 [christoph]
290 moved ssl stuff to a seperate file
295 fix show sender using address book with no e-mail
296 address in From: field
300 * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
301 fix messy handling of escaping... now at least the
302 execute command is useful. escape char is '\', we
303 accept \n and \r too.
307 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
308 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
317 * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
319 revise filtering; currently move, copy, marking have
320 been tested. if you like bleeding edge stuff, you
321 should definitely go for this version :)
323 * mark old working stuff as VERSION_0_5_0_CLAWS5
325 2001-07-17 [christoph]
334 * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more
335 bits in the mark file, without affecting either branch. Lots of
336 files changed, also in claws branch.
338 UNTESTED: use of mbox folders
341 added mark all read; however this was a quick hack used for
342 cleaning up mess after initial merge with Hiroyuki
345 change claws version number back to 0.5.0claws5 to clear up
346 confusion & pretension (recent release was technically
347 0.5.0claws4, so we neatly align with Hiroyuki :-)
351 sync with Hiroyuki's 0.5.0cvs4
358 remove invalid updating of mark files for
359 filter actions MATCHING_ACTION_MOVE and
360 MATCHING_ACTION_DELETE; this should fix the
364 revert Christoph's stab at fixing the folder
368 add missing files with translatable strings
375 * src/addr_compl.[ch], src/prefs_filtering.c
376 make "filtering pref dialog's destination entry" an
377 "address completable entry", if filter destination is
382 sync with Hiroyuki's 0.5.0cvs2-3
384 2001-07-15 [christoph]
387 fixed folder stats update after incorporation
392 * finish label colouring stuff (for now)
393 * fix incorrect colour bug (off by one)
398 change text labels for news and mail message so there's
399 plenty of toolbar estate left
406 sync with Hiroyuki's 0.5.0cvs1
409 more rewrite label colouring
413 * src/summaryview.[ch]
414 * start rewrite label colouring
415 * fix proper location "Add Sender To Addressbook" menu item
419 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
420 (actually this is 0.5.0claws4)
425 * fix duplicate message
426 * add updated Portugese / Brazilian translation
427 submitted by Fabio Junior Beneditto
435 add updated Dutch translation
438 add updated German translation submitted by Jens
442 Prerelease before 0.5.0claws. Please test.
443 This version is temporarily tagged as VERSION_0_5_0_TEST
445 * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
446 src/prefs_scoring.c, src/prefs_matcher.c,
447 src/prefs_filtering.c, src/mbox.c,
448 src/main.c, src/inc.c, src/filtering.[ch]
449 revert new Hoa's new matcher (does not work yet)
456 Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
462 add ChangeLog.claws to EXTRA_DIST
464 add matcher_parser_parse.h to EXTRA_DIST
466 2001-07-10 [christoph]
469 add destination folder to table of
470 folders that need to be updated after
477 make collapse state of folders and folder items persistent, i.e.
478 if you collapse a folder tree, the next time sylpheed-claws starts
479 up the folder tree remains collapsed.
481 2001-07-10 [christoph]
487 renamed MD5_CTX to MD5_CTX_syl
488 conflicts with a struct in openssl
491 * src/prefs_account.[ch]
495 fixed compose with current account
496 broken by new compose button stuff
501 changed my email address
503 * src/matcher_parser_parse.y
504 clean the parser to remove conflicts
512 fix incorrect description of --enable-ldap parameter
514 * src/prefs_common.[ch]
516 add experimental option "smart wrapping" which makes the
517 compose editor auto wrap.
519 | TODO: the problem with the buggy cursor handling is caused |
520 | by the GtkText. when deleting / backspacing text its |
521 | wrapping algorithm does not take in account the previous |
522 | line. should find a way to hack this in. |
523 | or should perhaps combine this with the word wrapping |
524 | patch i wrote in january. |
527 show build parameters for LDAP and JPilot
530 revert Christoph's bugfix for selecting next unread message,
531 because folder stats aren't updated correctly
538 * src/matcher_parser_lex.l
539 * src/matcher_parser_parse.y
540 * src/prefs_filtering.c
541 * src/prefs_scoring.c
543 bugfix of the config file parser
548 added generated matcher sources to BUILT_SOURCES
554 added new config file parser
559 * src/prefs_filtering.c
560 * src/prefs_matcher.c
561 * src/prefs_scoring.c
562 * added src/matcher_parser.h
563 * added src/matcher_parser_lex.h
564 * added src/matcher_parser_lex.l
565 * added src/matcher_parser_parse.y
566 lex & yacc config file parser
571 changes prefs_filtering into global_filtering
574 build threads with subjects only if "Re: " is at the
575 beginning of the subject
581 sync with sylpheed 0.5.0
582 change of version number only
588 sync with sylpheed 0.5.0pre5
592 sync with sylpheed 0.5.0pre4 release
593 /po and /manual/ja not sync'ed
597 more sync with sylpheed 0.5.0pre4
599 2001-07-03 [christoph]
602 fixed address book broken by address book
603 for VCard, JPilot, LDAP
613 more sync with sylpheed 0.5.0pre4
617 * included address book patch for VCard, JPilot, LDAP
618 * pref_common.c - fixed Font options on Display tab (cosmetic)
619 * alertpanel.c - fixed truncated message
621 2001-07-02 [christoph]
626 mark threads for ignoring
632 * sync with sylpheed 0.5.0pre4
633 updated gettext to 0.10.38.
639 * src/summaryview.[ch]
640 new right-click option: Label.
641 substitute for 'Mark-->Mark/Unmark', colours the line.
642 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
644 2001-07-01 [christoph]
649 move ctree to unread message
653 * sync with sylpheed 0.5.0pre3 release
659 allow inserting / attaching multiple files in
665 small change to Alfons' previous stuff so that it
670 * lots of files changed; first attempt to merge the changes
671 and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
676 updated and completed, translations by Fabio
677 Junior Beneditto <fjbeneditto@yahoo.com.br>
683 allow selecting an attached files' mime type from a
688 * more sync with sylpheed 0.5.0pre3
693 merge with sylpheed.pot and pt_BR.po provided by
694 Fabio Junior Beneditto.
699 make MIME types case insensitive
704 merge with sylpheed.pot and old nl.po; translations added.
708 * more sync with sylpheed 0.5.0pre3
713 don't crash when removing parent node of messages
714 attracted by subject. this was caused by not deleting
715 the parent node from the subject line hash table.
722 if there are multiple messages selected, allow forwarding
727 * more sync with sylpheed 0.5.0pre3
733 * sync with sylpheed 0.5.0pre3
738 fixed 'compose news article' bug
739 from icon-and-text toolbar
743 * sync with sylpheed 0.5.0pre2 release
745 2001-06-24 [christoph]
748 bug fix in font selection
750 use sylpheed's normal font instead of
751 gtk default font for folders without
756 * src/mainwindow.[ch]
757 added composite compose mail / news button (an idea by Leandro
758 Pereira <leandro@linuxmag.com.br>)
762 Added instructions for ldif-to-xml.py
770 * src/pixmaps/stock_news_compose.xpm
771 added pixmap by Leandro
773 tested built-in spelling checker of GCC 3.0 :)
775 merged dutch translation of sylpheed-main with
780 Added tools directory and files.
782 * tools/filter_conv.pl
783 converts old filter system to new filtering system
784 * tools/ldif-to-xml.py
785 converts netscape addressbook to sylpheed addressbook
787 descriptions/instructions for above two files
789 2001-06-23 [christoph]
792 * src/manage_window.[ch]
793 * src/prefs_common.[ch]
794 mail retrieval dialog can be enabled, disabled
795 or hidden if non of sylpheed's windows is active
801 * sync with sylpheed 0.5.0pre2
803 2001-06-21 [christoph]
806 show recipient on 'from' for all accounts
809 * src/prefs_common.[ch]
810 disable error popup on mail receive errors
815 made the ruler correctly appear and disappear.
818 removed Hoa's work-in-progress-stuff (interesting!) so
821 2001-06-20 [christoph]
824 * src/progressdialog.c
825 added scrolled window for list in progressdialog
829 sync with sylpheed 0.5.0pre1 release
831 2001-06-20 [christoph]
834 make building threads by subject work when
835 thread view is enabled
838 * src/prefs_common.[ch]
839 automatically select account for mail replys
843 * src/compose.c (compose_create): keep Bcc and Reply-To visible if
844 they are filled in from the account settings.
848 * more sync with sylpheed 0.5.0pre1
854 added --sysconfdir to CPPFLAGS for pointing to the correct
855 location of mime.types.
857 NOTE: make sure you use --sysconfdir when running ./autogen.sh
863 fixed some bug when building threads
867 * src/prefs_account.c
868 UI stuff: More changes to the English
872 * src/pixmaps/stock_news_compose.xpm: new file
876 Added new icon for Hoa's 'compose a news
877 message', plus minor improvements to the
883 more sync with sylpheed 0.5.0pre1
889 Follow-up and reply to
891 * src/summaryview.[ch]
892 Build threads also with subjects
897 forwarding use the current account.
900 the "compose message" button has been replaced with
901 "new mail" and "new news" buttons
903 * src/prefs_common.[ch]
904 added a configuration option to use the forward button
905 as "forward as attachment"
906 changed reply and forward format description
908 * src/quote_fmt_lex.l
909 * src/quote_fmt_parse.y
910 added message with no signature in format for reply
919 Improvements to the English
922 Improvements to the English and some
923 clarity/continuity improvements in the
924 description of Quote symbols.
930 * sync with sylpheed 0.5.0pre1
935 Better interface for compose, displayed fields
936 are updated whenever we change account.
937 Newsgroups field is automatically filled.
940 Newsgroups field is automatically filled.
942 * src/prefs_account.c
943 Some interface stuff when fields appear and
950 * sync with sylpheed 0.4.99
954 * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
955 base64_decoder_free, base64_decoder_decode): new object and
956 functions for decoding base64 streams.
957 * src/procmime.c (procmime_decode_content): modified to use the
964 * sync with sylpheed 0.4.99cvs11
970 * sync with sylpheed 0.4.99cvs9
975 * src/prefs_account.c
977 SMTP server can be defined in the news account
978 mime type of attachment are kept.
982 now choose the highest important score between default
983 and important score of folder.
987 * src/prefs_common.c:
989 (prefs_quote_description_create): corrected description of
990 quote format characters
996 * sync with sylpheed 0.4.99cvs8
1000 * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
1001 and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
1007 * sync with sylpheed 0.4.99cvs7
1011 * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
1012 clashes with autogenerated header).
1013 * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
1014 * src/Makefile.am: added quote_fmt.h.
1015 * src/.cvsignore: added lex/yacc autogenerated files
1016 (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
1022 * sync with sylpheed 0.4.99cvs6
1026 * added src/quote_fmt_parse.h
1031 don't modify readonly configuration files
1033 * src/prefs_account.c
1034 * src/prefs_common.c
1035 * src/prefs_customheader.c
1036 * src/prefs_display_header.c
1037 * src/prefs_filter.c
1038 * src/prefs_filtering.c
1039 * src/prefs_scoring.c
1040 don't open dialog box when configuration files
1045 * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
1047 * src/Makefile.am: replaced quote_fmt.tab.[ch] by
1048 quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
1049 BUILT_SOURCES to make all files rebuild properly.
1051 * src/compose.c: removed #include "quote_fmt.tab.h".
1053 * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
1054 CHARACTER value in yylval.
1056 * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
1057 receive CHARACTER value by documented means (yylval).
1059 * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
1064 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
1069 * src/prefs_filtering.c
1070 now keep the configuration for execute action
1077 * sync with sylpheed 0.4.99cvs5
1082 added quote_fmt.[ch]
1084 * added src/quote_fmt.y
1085 * added src/quote_fmt.l
1086 * added src/quote_fmt.tab.h
1087 * added src/quote_fmt.tab.c
1088 * added src/lex.quote_fmt.c
1089 parsing configuration for replying
1092 * src/prefs_common.[ch]
1093 added configuration UI for replying
1097 using configuration for replying
1105 * src/prefs_filtering.c
1106 * src/prefs_matcher.c
1107 * src/prefs_matcher.h
1108 action "run a command" for filtering
1109 and matching with a command.
1110 fixed the "whole message" matching
1113 changed temporary filename for security
1116 queue the notification if it fails to send.
1118 * src/prefs_common.c
1119 * src/prefs_folder_item.c
1120 changed the default important score
1122 * src/prefs_scoring.c
1124 hide kill score input when the folder is not
1129 * src/prefs_common.c:
1131 (prefs_font_select): pass font name in font entry box to font
1136 * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
1140 * sync with sylpheed 0.4.99cvs4
1144 * src/headerwindow.c:
1146 (headerwindow_show_cb): use the selected summary view item, not
1151 * src/headerwindow.c:
1153 (headerwindow_show_cb): always try to show msginfo
1158 keep attached parts when reediting or forwarding.
1163 * src/prefs_folder_item.[ch]
1164 * src/prefs_scoring.[ch]
1166 * src/summaryview.[ch]
1169 * src/prefs_common.[ch]
1170 support for folder scoring
1171 kill score and important score for messages
1173 * src/prefs_account.c
1174 some display bug fixed for local account
1179 * src/summaryview.c:
1181 (add_sender_to_cb): don't crash when no or invalid sender; the add
1182 sender to address book menu item is disabled.
1186 * src/filtering.[ch]
1188 handling summary menu / filter messages
1194 imap folders now appears in list
1197 doesn't crash if destination mail is not writeable
1202 removed some warnings
1206 * src/prefs_filtering.c
1207 global string to identify any folders
1208 removed some debug info
1209 filtering to mbox folders is now possible
1212 removed some warnings
1215 permission on files are changed to read/write for user only,
1217 creation of subfolder is handled better.
1221 Verified the sync for src/prefs_common.[ch] and
1222 src/prefs_account.[ch]. I believe there were some
1223 minor indentation differences.
1229 * sync with 0.4.99cvs3
1234 handling flags for mbox format
1237 use of mark file only for MH format
1238 handling flags for mbox format
1239 filtering cannot yet move or copy mails to mbox folders.
1242 changed move_msg, copy_msg,
1243 move_msgs_with_dest, copy_msgs_with_dest functions
1244 uses only folder->copy_msg() function
1245 uses folder->finished_copy() to handle the destination
1246 folder at the end of the copy or move operation.
1249 included mbox directories.
1251 * src/folderview.[ch]
1253 handle folders operation for mbox format
1256 disable conversion of "From " header
1258 * src/mbox_folder.[ch]
1259 completion of mbox format handling
1262 changed mh_copy_msg() function and
1263 removed mh_move_msg(), mh_move_msgs_with_dest(),
1264 mh_copy_msgs_with_dest()
1266 * src/prefs_filtering.c
1267 removed some warnings
1269 * src/prefs_matcher.c
1270 default boolean operation is AND
1273 handling flags for mbox format
1274 handling of "From " header
1278 added MSG_REALLY_DELETED flags to handle deletion of
1279 messages in mbox format.
1282 handling flags for mbox format
1283 disable the MSG_DELETED flags when messages
1284 are deleted in mbox format
1287 "From " headers display fixed.
1293 (get_email_part): skip quoted email addresses, like in e.g.
1294 "'alfons@proteus.demon.nl'".
1298 Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
1299 and fixing the persistence troubles when using separate windows.
1303 Added #define SEPARATE_ACTION used in the gtk item factory for
1304 the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
1305 use gtk_item_factory_get_widget_by_action() to get the items.
1307 Removed separate_widget_cb from the gtk item factory data
1309 (mainwindow_create): connect separate_widget_cb() to check
1310 menu item "toggled" signal. also passing a MainWindow pointer
1311 as object data for both check menu items.
1313 (separate_widget_cb): definition of separate_widget_cb() to match
1314 GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main
1315 window using gtk_object_get_data(). The type of window separation
1316 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
1318 * src/prefs_filtering.c,
1319 src/prefs_matcher.c: added horizontal scrollbars
1324 fix segfault with invalid bold font
1326 correctly display summary stats after row is marked
1330 * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
1331 encodings with libjconv.
1336 added mbox_folder.[ch]
1338 mbox temporary folder
1340 * added src/mbox_folder.[ch]
1342 * src/procheader.[ch]
1345 bugfix for file incorporation filtering
1347 enable creation of MBOX
1348 * src/prefs_display_header.c
1349 enable use of headers like "From "
1350 something that should be fixed :
1351 displaying of such headers add an extra space
1352 * src/prefs_folder_item.c
1353 don't create folders because it is not necessary
1355 added data field to MsgInfo for mbox internal use
1357 added some support for mbox
1359 added get_mbox_cache_dir() function
1361 2001-05-23 [hiroyuki]
1363 * src/headerwindow.c
1374 src/folderview.c: more sync with 0.4.99cvs2.
1376 * src/headerwindow.c: reverted.
1382 * sync with sylpheed 0.4.99cvs2
1390 * src/summaryview.c: bugfixed a premature assignment in summaryview_add_sender_to_cb()
1396 * configure.in: if gnome-config not found, "no" is displayed
1398 * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
1400 * src/textview.c: now also possible to add mail addresses by right
1401 clicking in the text view
1403 * src/codeconv.c: merged patch which fixes endless loop when encountering
1404 invalid wide characters; from Alte <010@imis.ru>
1408 Added installation of gnome specific things:
1410 * Makefile.am: gnome conditional
1412 * configure.in: check for installed gnome
1414 * added sylpheed.png, sylpheed.desktop
1418 * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
1420 * src/mainwindow.h (main_window_toolbar_create): created a button
1422 (main_window_set_toolbar_sensitive): enable/disable the new button
1424 (toolbar_reply_to_author_cb): handle the new button.
1426 * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
1427 send_progress_dialog_destroy() on failure (fixes hang on SMTP
1432 * src/compose.h (ComposeReplyMode): new modes
1433 COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
1434 COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
1437 (compose_send): move some code into a new function:
1438 (compose_current_mail_account): new function.
1439 (compose_reply): new argument to_author, all callers changed; if
1440 to_author==TRUE and account->protocol==A_NNTP, find and use an
1441 appropriate mail account for replying.
1442 (compose_reply_set_entry): new argument to_author; ignore
1443 compose->replyto if to_author==TRUE.
1445 * src/mainwindow.c: new command "Message/Reply to author".
1446 (main_window_set_menu_sensitive): enable/disable it.
1447 (reply_cb): handle it.
1449 * src/summaryview.c: new command "Reply to author".
1450 (summary_set_menu_sensitive): enable/disable it.
1451 (summary_reply_cb): handle it.
1453 * src/account.c (account_find_mail_from_address): new function.
1459 * sync with sylpheed 0.4.99cvs1
1466 new filtering action : forward and forward as attachment
1469 no need for $DISPLAY when we run sylpheed --help
1470 call to parse_cmd_opt() is moved
1472 * src/mainwindow.[ch]
1473 execute button is hidden when immediate execute
1478 * src/prefs_folder_item.c
1480 better handling of missing directories
1483 reedit is enabled in outbox
1484 reedit is enabled in queue
1490 * src/prefs_filtering.c
1491 changed attachement into attachment
1497 * sync with sylpheed 0.4.67cvs9
1498 * sync with sylpheed 0.4.67cvs7-8
1503 added prefs_filtering.c
1505 * src/filtering.[ch]
1507 removed action : forward_news and forward_news_as_attachement
1508 (forward and forward_as_attachement can be used instead)
1511 added menu option to access filtering configuration
1513 * src/prefs_account.c
1514 changed mail_command default to /usr/sbin/sendmail
1516 * added src/prefs_filtering.[ch]
1517 dialog box for filtering configuration
1519 * src/prefs_matcher.c
1520 added function prefs_matcher_get_criteria_from_matching()
1522 * src/prefs_scoring.c
1523 reset the dialog when register or substitute is clicked
1528 added filtering.[ch]
1530 using filering.[ch] instead of filter.[ch]
1532 reading new filtering configuration
1534 added some filtering actions
1535 and fixed a bug for headers and mail body matching
1537 using filering.[ch] instead of filter.[ch]
1539 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
1541 some fixes for filtering
1543 2001-05-14 [hiroyuki]
1545 * src/send.c: fixed some weird indentations.
1546 send_message_with_command(): call pclose() only if p != NULL.
1547 * src/textview.c: get_email_part(): modified the code for readability.
1549 2001-05-14 [hiroyuki]
1553 src/md5ify.h: removed from the cvs.
1557 * src/main.c: include rfc2015.h to avoid compiler warnings.
1558 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
1559 the panel is already on screen.
1560 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
1561 closing the alert window by ESC as "No".
1562 * src/prefs_common.c (prefs_interface_create): moved return
1563 receipt check button to the correct place.
1567 * src/prefs_common.c:
1568 moved return receipt check button to the Send tab. (prefs_send_create)
1569 removed the date format ui related globals. (prefs_display_create)
1573 * sync with sylpheed 0.4.67cvs5-6
1577 * added Alfons' font selection patch
1580 * src/headerwindow.c
1581 * src/prefs_common.c
1582 * src/prefs_common.h
1586 changed version of cache
1588 * src/prefs_matcher.c
1589 added additionnal matching criteria
1593 added references in MsgInfo
1598 prepared some things for new filtering
1600 added some matching properties
1601 inreplyto need to be enhanced
1602 prepared some things for new filtering
1604 added Return-Receipt-To handling
1605 * src/prefs_folder_item.c
1606 changed default value to TRUE
1607 * src/prefs_matcher.c
1608 added some matching properties
1609 * src/prefs_scoring.[ch]
1610 the scoring dialog is finished
1612 added Return-Receipt-To handling
1613 Reference need to be added
1615 added Return-Receipt-To handling
1616 added threadscore to get a better score sorting when
1619 suppressed a bug when we sort the list
1620 when no folder is opened.
1621 better score sorting when threads are enabled
1625 * reverted previous patch because of potential errors
1629 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
1630 applied "toggle mail-retrieval dialog window" patch submitted
1631 by Eric Limpens <eric@qnt.net>
1633 * sync with sylpheed 0.4.67cvs4
1637 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
1638 some picky compilers.
1639 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
1640 * src/grouplist_dialog.c: include alertpanel.h.
1641 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
1642 fix compile warning.
1643 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
1644 #include "defs.h" before others to prevent the warning of `MIN'
1645 and `MAX' redefinition.
1651 * src/prefs_account.c
1652 * src/prefs_display_header.c
1655 added prefs_scoring.[ch]
1656 * src/grouplist_dialog.c
1657 display an error dialog box if the group list
1659 * src/mainwindow.[ch]
1660 added main_window_set_thread_option() function
1661 scoring dialog box enabled
1663 added flags matching unread /new / marked
1664 / deleted / replied / forwarded
1666 newsgroups are now finally in newscache
1667 * src/prefs_matcher.[ch]
1668 finished preferences for matching dialog
1669 * added src/prefs_scoring.[ch]
1670 scoring dialog box completed
1672 conversion to string : added scoringprop_to_string()
1673 write config for preferences :
1674 added prefs_scoring_write_config()
1676 threads can be enabled/disabled independently
1684 thought it would be nice to have a list of all
1685 contributors (used Changelog as a reference)
1688 messed up version numbering...
1692 * sync with sylpheed 0.4.67cvs1-3
1696 * src/prefs_common.c:
1697 better UI for strftime format, double clicking
1698 on format now inserts the format in text entry
1699 replaced close button with standard OK/Cancel
1700 moved date format button to the right of the
1706 Ctrl-Home / Ctrl-End have proper cursor navigation
1710 * src/prefs_matcher.c
1711 finished UI to define matching properties
1712 added ok and cancel button
1713 * src/prefs_filter.c
1714 added ok and cancel button
1716 fixed some bug in xhdr parsing
1721 fixed a bug in textview_show_header(), which displayed two colons (':');
1722 cleaned up some warnings
1727 added prefs_matcher.[ch]
1728 compilation with -W -Wall
1730 ungrab the mouse events if grabbed - does it
1731 fix the bug for disposition notification ?
1733 added a menu option to open the matching dialog.
1735 added matcherprop_to_string() and matcherlist_to_string()
1736 fixed some bugs, changed the name of some options
1737 age_sup and age_inf becomes age_greater and age_lower,
1738 body and messageheaders becomes body_part and headers_part,
1739 changed the names of constants from SCORING_XXX to MATCHING_XXX
1740 * src/prefs_display_header.c
1741 * src/prefs_headers.c
1742 fixed a bug that accidentally destroyed dialogs
1743 when closed them with delete_event
1744 Added *_deleted() which handle delete_event signal correctly.
1745 * src/prefs_folder_item.[ch]
1746 added "enable_thread" field for future customization
1747 * added src/prefs_matcher.[ch]
1748 sample of the UI to define matching properties
1750 using procheader_headername_equal instead of str*cmp functions
1751 using procheader_parse_header() function
1753 using MATCHING_XXX instead of SCORING_XXX
1755 display the sender of the news even if this is ourself
1756 when this is a news message.
1758 using headername_equal() instead of str*cmp functions
1764 * sync with sylpheed 0.4.66
1765 * src/gtkstext.c: trace logs added
1769 * src/prefs_common.[ch]: added option to enable/disable GnuPG
1770 signature check popup.
1771 * src/rfc2015.c (check_signature): show signature check popup only
1772 if it is enabled in preferences.
1778 * sync with sylpheed 0.4.66cvs6
1782 * src/prefs_common.[ch]: added option to enable/disable
1783 looking up sender name in address book for summary pane
1784 * src/summaryview.c: look up sender in the address book
1785 by using Alfons' address completion code
1787 2001-05-07 [hiroyuki]
1790 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
1791 member of Pop3State.
1792 * src/news.c: brought #include "defs.h" before #include <glib.h>
1793 to prevent the warning of `MIN' and `MAX' redefinition.
1797 * removed src/headers_display.[ch]
1798 * removed src/prefs_display_headers.[ch]
1800 use a temporary file in the user directory for mbox import
1802 added XHDR support to get "To" and "Cc" headers
1803 (in order to match news with to or cc field for
1805 added function news_parse_xhdr() to get XHDR response
1807 added function nntp_xhdr()
1809 fetch the message if necessary
1815 * sync with sylpheed 0.4.66cvs3-5
1820 added function itos_buf() to enable use of several buffers
1822 use of itos_buf() instead of itos() in summary list
1823 to fix the broken display of message number.
1827 * src/gtkstext.c: bug in cursor up navigation fixed,
1828 fixed another unsigned / signed comparison (we're getting there :-)
1833 added scoring.c scoring.h
1834 prefs_folder_item.c prefs_folder_item.h
1837 added FOLDERITEM_RC SCORING_RC
1839 added prefs field in FolderItem :
1840 properties for each folder (PrefsFolderItem),
1841 sorting type and mode were added as the first properties.
1843 read config for scoring
1844 * added src/matcher.[ch]
1845 gives functions to parse configuration file to do
1846 matching on mails with a list of conditions.
1848 add option to sort by score
1849 * src/prefs_common.[ch]
1850 added preference option to show score and for
1851 the score column size
1852 * added src/prefs_folder_item.[ch]
1853 properties for each folder (PrefsFolderItem),
1854 sorting type and mode were added as the first properties.
1855 * src/procheader.[ch]
1856 added procheader_parse_header()
1857 added procheader_header_free()
1858 added procheader_headername_equal()
1859 and made modification to use them.
1861 added score field to MsgInfo structure
1862 * added src/scoring.[ch]
1863 gives functions to parse configuration file to do
1864 scoring on mails with a list of conditions.
1865 * src/summaryview.[ch]
1866 save the sorting type and mode for the folder
1867 added column to display the score of the mail
1868 added function summary_score_clicked()
1869 sorting type and mode are restored to the folder
1872 use procheader_parse_header(), procheader_headername_equal()
1873 removed memory leak in text_scan_header when freeing headers
1875 changed the function to match names of headers
1876 using procheader_headername_equal()
1878 Scoring functions are implemented, an interface is needed
1884 hopefully fixed the row up navigation bug,
1885 removed adding back / forward lines to cache
1889 * src/prefs_display_headers.c: user interface changes:
1890 (prefs_display_headers_create): remove unused "Show" check button;
1891 allow reordering of headers by dragging.
1892 (prefs_display_headers_write_config): remove unused variables.
1893 (prefs_display_headers_set_dialog): do not insert "(New)" at top
1894 of lists (not needed with the new UI).
1895 (prefs_display_headers_set_list): scan lists starting from row 0,
1896 not 1 (do not skip "(New)").
1897 (prefs_display_headers_find_header): new function.
1898 (prefs_display_headers_clist_set_row): do not allow duplicates.
1899 (prefs_display_headers_delete_cb): do not skip row 0; treat
1900 closing the alert window by ESC as "No".
1901 (prefs_display_headers_up): do not protect row 0.
1902 (prefs_display_headers_down): do not protect row 0.
1906 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
1910 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
1911 summary_select_next_marked, summary_select_prev_marked): new
1916 * src/news.c: fixed a bug when no article can be fetched after
1917 server timeout if the connection was restored by news_post():
1918 (news_select_group): new function.
1919 (news_fetch_msg): call news_select_group() before fetching
1921 (news_get_uncached_articles): set session->group after successful
1929 changed version of cache, added cc field
1931 * src/prefs_display_headers.c
1932 the interface was changed
1934 * src/prefs_headers.c
1939 * completed sync of sylpheed cvs2
1940 * src/gtkstext.c: updated row up / down cursor navigation
1941 * src/textview.c: re-edited, prepared for fixing the email address
1946 * src/prefs_common.c: use alfons' strftime ui code
1947 entry_datefmt and datefmt_sample widgets have to be
1948 global in this module because of this change
1953 * src/prefs_common.[ch] added option to activate the return receipt
1958 * src/gtkstext.c: fix for row up/down cursor navigation.
1962 * sync with 0.4.66cvs2
1966 added add-sender-to-addressbook patch
1974 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
1977 * src/alertpanel.c (alertpanel_create): new argument can_disable,
1978 all existing callers changed to pass FALSE; create a check button
1979 to disable the message.
1980 (alertpanel_message_with_disable): new function.
1981 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
1982 (alertpanel_button_toggled): new function.
1983 (alertpanel_button_clicked, alertpanel_close): set value using
1986 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
1988 * src/prefs_common.c (prefs_privacy_create): new check button
1989 checkbtn_gpgme_warning.
1991 * src/main.c (main): moved preferences reading before gpgme
1992 initialization; check prefs_common.gpgme_warning before giving the
1993 GnuPG warning and set it to FALSE if the user wants to disable the
1996 2001-05-02 [hiroyuki]
1998 * src/prefs_display_headers.c: modified the layout and some labels.
2002 * src/prefs_account.c (prefs_account_fix_size): new function.
2003 (prefs_account_create): call prefs_account_fix_size(); use
2004 gtk_widget_show instead of gtk_widget_show_all (fixes too large
2005 size when the window is shown for the first time).
2006 (prefs_account_basic_create): changed layout of serv_table; moved
2007 localmbox_entry above smtpserv_entry (logically it replaces
2009 (prefs_account_protocol_activated): set sensitivity of
2010 nntpauth_chkbtn according to the protocol (in addition to
2011 hide/show); commented out gtk_table_set_row_spacing() calls.
2012 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
2013 not sensitive (fixes a bug with disabled username/password boxes
2014 when editing POP3 account after NNTP with authentication).
2020 * src/prefs_account.[ch]
2022 removed local account without SMTP server
2023 added option to use mail command instead of a connexion
2024 to SMTP server when a local account is used
2025 * src/prefs_headers.c
2028 fixed a bug when connexion immediately closed
2038 * src/prefs_account.c (Basic, prefs_account_basic_create): new
2039 widget nntpauth_chkbtn.
2040 (prefs_account_protocol_activated): handle nntpauth_chkbtn
2042 (prefs_account_nntpauth_toggled): new function.
2044 * src/news.c (news_session_new_for_folder): use NNTP
2045 authentication only if ac->use_nntp_auth is set.
2049 * src/Makefile.am changed headers.[ch] in customheader.[ch]
2050 * src/prefs_display_headers.c changed the UI
2051 * src/prefs_headers.c changed account_name to account_id
2052 * src/compose.c using customheader.h
2054 2001-05-01 [hiroyuki]
2058 src/nntp.c: changed sock_read() to sock_gets(), they've been left
2063 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
2064 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
2065 for displaying of headers
2066 * src/grouplist_dialog.[ch] minor changes to remove warnings
2067 * src/prefs_display_headers.[ch] dialog to choose the
2068 headers to display in the mail viewer.
2069 * src/headers.h correction of #define
2070 * src/headers_display.[ch] configuration for displaying of headers.
2071 * src/main.c read config of displaying of headers
2072 * src/prefs_common.c add a button to access the config dialog
2073 for displaying of headers
2074 * src/prefs_display_headers.[ch] dialog for configuration for
2075 displaying of the headers.
2076 * src/prefs_headers.c cleaning of code
2077 * src/procheader.c comments added to code
2078 * src/textview.c changes to reorder the headers depending
2079 on the config for displaying of headers
2085 * sync with 0.4.65cvs12
2087 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
2091 * src/nntp.h (NNTPSockInfo): new field auth_failed.
2093 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
2094 is set to force reconnection after authentication failure.
2095 (nntp_gen_command): set sock->auth_failed on authentication
2096 failure, or if sock->userid and sock->passwd are not set.
2098 * src/news.c (news_session_new_for_folder): set userid=NULL if
2099 password dialog is cancelled.
2103 * src/nntp.h (NNTPSockInfo): new type.
2105 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
2107 (nntp_open_auth, nntp_close): new functions.
2108 (nntp_gen_command): new function to handle authentication; all
2109 NNTP command functions updated to use it.
2110 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
2111 (nntp_list): removed old useless code.
2113 * src/news.h (NNTPSession): new field nntp_sock.
2115 * src/news.c: all functions updated to use NNTPSockInfo instead of
2117 (news_session_new): new arguments (userid, passwd); made static;
2118 use nntp_open_auth() if needed.
2119 (news_session_destroy): use nntp_close() instead of sock_close().
2120 (news_query_password): changed arguments.
2121 (news_session_new_for_folder): new function.
2122 (news_session_get): use news_session_new_for_folder().
2123 (news_authenticate): deleted.
2124 (news_get_uncached_articles): removed old authentication code.
2128 * src/news.c: reverted my previous changes (need to do NNTP
2129 authentication in a cleaner way).
2133 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
2134 news_nntp_post, news_nntp_mode): new functions (wrappers with
2135 authentication support).
2136 (news_get_article_cmd, news_get_article, news_get_header): new
2137 argument "folder"; all callers changed.
2138 (news_get_article_cmd): added authentication support.
2139 (news_session_get): use news_nntp_mode() instead of nntp_mode().
2140 (news_post): use news_nntp_post() instead of nntp_post().
2141 (news_get_uncached_articles): use news_nntp_group() instead of
2142 nntp_group() and news_nntp_xover() instead of nntp_xover();
2143 removed old authentication code.
2144 (news_get_group_list): use news_nntp_list() instead of nntp_list().
2146 * src/nntp.c (nntp_list): return real error code instead of
2151 * configure.in: fixed wint_t typedef detection again
2155 * src/prefs_account.[ch], added A_LOCAL_CMD
2156 (send mail with mail command)
2157 * src/send.c added function send_message_with_command()
2158 * src/inc.c made a more secure get_spool() function with
2159 mktemp() but maybe mkstemp() or something more
2164 * src/textview.c, colorization of email addresses in headers
2168 * bug sync with sylpheed
2169 * prefs_common.c: created date format ui for darko
2170 * sync with 0.4.65cvs11
2171 * configure.in: corrected to have the new gpg checks
2175 * completed sync with 0.4.65cvs10
2176 * minor debug things added to gtkstext.c
2180 * configure.in: remove check for availability of
2181 strftime() as advised by Hiroyuki
2182 * src/prefs_common.[ch], src/procheader.c:
2183 synch strftime() code with Hiroyki's main branch
2187 * src/news.c: news_query_password(), news_authenticate(): new
2189 news_get_uncached_articles(): added NNTP authentication
2191 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
2193 * src/prefs_account.c: prefs_account_protocol_activated():
2194 enable userid and password fields for NNTP.
2198 * configure.in: check for availability of strftime()
2200 * src/prefs_common.[ch], src/procheader.c: use
2201 strftime() for displaying date in summary pane if it
2206 * more .cvsignore cleanups [alfons]
2210 * ac/sv-check-type.m4: new autoconf macro.
2211 * configure.in: fixed wint_t typedef detection (did not work
2216 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
2220 * modified gtkstext.c : buggy cursor navigation fixed,
2221 and font descent also taken in account when drawing
2225 * added comments in src/news.c src/nntp.c
2226 * added src/prefs_headers.[ch]
2227 * added src/headers.[ch]
2228 * modified compose.c to activate custom headers
2229 added function is_in_custom_headers
2230 * modified prefs_account.[ch]
2231 added function prefs_account_customhdr_edit
2232 * modified src/defs.h :
2233 added HEADERS_RC : name of the config file
2234 for the custom headers
2245 added gtkstext with configure.in patch by Hiroyuki which
2246 should fix the XIM detection [alfons]
2248 * more clean up of cvs [alfons]
2250 * removed all Makefile.in files to attic.
2252 * updated all .cvsignores to really ignore things that could
2253 be unintentionally committed by a recursive commit.
2256 * added src/grouplist_dialog.[ch]
2257 * changed src/folderview.c to call grouplist_dialog instead
2260 added functions news_reset_group_list
2261 and news_get_group_list
2263 added function nntp_list
2265 added GROUPLIST_FILE : name of the newsgroup list cache file
2269 * added option to warn about queued messages on exit [sergey]:
2271 * src/compose.c: compose_queue(): call folder_item_scan()
2272 and folderview_update_item() after queueing.
2273 * src/folderview.c: folderview_update_node(): draw the queue
2274 folder in bold font if there are queued messages.
2275 * src/mainwindow.c: queued_messages(): new function.
2276 app_exit_cb(): display warning if there are queued messages
2277 if warn_queued_on_exit is set.
2278 * prefs_common.[ch]: add warn_queued_on_exit option.
2280 * enhanced GnuPG key selection support [sergey]:
2282 * src/select-keys.c: updated to newer version from Win32
2283 branch with support for selecting arbitrary keys.
2284 * src/prefs_account.c: added the Privacy tab to the account
2286 prefs_account_privacy_create(),
2287 prefs_account_sign_key_set_data_from_radiobtn(),
2288 prefs_account_sign_key_set_radiobtn(): new functions.
2289 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2290 * src/rfc2015.c: set_signers(): new function.
2291 pgp_sign(): add the account parameter, call set_signers().
2292 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2293 * src/rfc2015.h: rfc2015_sign(): updated prototype.
2294 * src/compose.c: pass the current account to rfc2015_sign().
2296 * tag name claws added to prevent confusion with main branch [alfons]
2298 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
2300 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
2302 * sync with recent sylpheed cvs. Untested though. [alfons]