3 * src/session.[ch]: session_start_tls(): new.
4 session_recv_msg(): made it static.
8 * implemented asynchronous network I/O.
9 * src/session.[ch]: the interface to communicate with servers through
12 src/send_message.[ch]: rewrote using new I/O system.
13 * src/socket.[ch]: renamed *_write() to *_write_all(), and made
14 *_write() as just a simple wrapper for write().
15 * src/utils.c: get_outgoing_rfc2822_str(): new. It modifies the
16 message to send with SMTP or NNTP.
17 file_read_stream_to_str(): new.
21 * src/textview.c: textview_button_pressed(): corrected the range of
23 * src/compose.c: compose_wrap_line_all_full(): treat UTF-8 characters
24 represented with more than 2 bytes as 2 character width and 2 bytes
25 one as a single character width as a workaround for wrapping problem.
29 * src/utils.c: subject_compare_for_sort(): allow null strings (fixes
34 * implemented HTML link correctly.
35 * src/html.[ch]: HTMLAttr, HTMLTag: new structure for attributes /
37 html_get_tag(): new. It parses tag and returns HTMLTag object.
38 html_parse_tag(): also parses <a> tags and 'href' attributes.
39 * src/textview.c: textview_write_link(): new. It creates link string.
43 * src/compose.c: compose_wrap_line_all_full(): fixed an infinite
44 loop / crash bug (thanks to Darko Koruga).
45 compose_write_to_file(): put correct charset element when
46 conversion failed but want to send anyway.
50 * src/headerview.c: headerview_show()
51 src/textview.c: textview_write_line(): remove unreadable characters
52 from displayed strings to prevent crashes on multi-byte
54 * src/codeconv.[ch]: conv_unreadable_locale(): new. It was separated
55 from conv_localetodisp().
59 * src/procmsg.c: procmsg_cmp_by_subject()
60 src/summaryview.c: summary_cmp_by_subject(): ignore Re: when
63 subject_compare_for_sort()
64 trim_subject_for_sort(): new.
72 * src/defs.h: added -i option to the default sendmail command.
76 * src/codeconv.[ch]: added missing character encodings and locales.
81 procmsg_get_mark_sum()
82 procmsg_open_mark_file()
83 procmsg_read_mark_file(): take FolderItem instead of directory
88 * src/codeconv.c: conv_encode_header(): fixed a bug that spaces
89 which is on the wrap boundary would be lost when encoding long
90 non-ascii strings (thanks to Sergey Vlasov).
91 Don't force wrapping within a long word until it reaches hard line
92 length limit (998 characters) (workaround for the breakage of
93 long address list with no spaces).
97 * src/prefs_account.c: fixed compile failure when using neither
102 * src/codeconv.c: fixed UTF-8 locale support.
103 conv_get_code_conv_func(): return conv_noconv if locale encoding
104 is UTF-8. Return conv_latintodisp on ISO-8859-* to locale encoding
106 conv_convert(): call conv_iconv_strdup() instead of
107 conv_codeset_strdup().
108 conv_codeset_strdup(): moved some codes into conv_iconv_strdup().
112 * src/prefs_account.[ch]: added an option to use command output for
114 * src/compose.c: compose_insert_sig(): use command output if
116 compose_insert_command_output(): new.
120 * src/main.c: main(): remove lock socket if sylpheed is not running
121 when --status command is executed.
122 lock_socket_remove(): new.
126 * src/codeconv.c: conv_codeset_strdup(): don't convert if current
127 codeset is US-ASCII (or POSIX).
131 * src/codeconv.c: conv_iconv_strdup(): try to skip invalid characters
132 and continue conversion.
136 * src/summaryview.c: summary_selected(): always update widget
141 * src/utils.c: tzoffset_sec(): fixed a bug that displayed wrong
142 date in timezones more than GMT+12 or less than GMT-12.
146 * src/prefs_common.[ch]
147 src/sourcewindow.c: remember the size of source window.
148 * src/md5.c: fixed a compile problem with gcc 3.3.
152 * src/about.c: about_create(): modified the copyright notice.
156 * src/colorlabel.c: don't use pixmaps for label color rect but draw
157 rectangles so we can respect the color map of palette based visuals
158 (fixes the long time crashes on Solaris - thanks to Alfons
163 * src/procheader.c: procheader_date_parse(): made month string case
165 * src/prefs_filter.c: prefs_filter_close(): fixed the crash when the
166 selection list is empty.
170 * src/quote_fmt_parse.y: removed gettext translatable strings.
171 * src/unmime.c: unmime_header(): remove broken characters when
172 code conversion failed.
173 * src/codeconv.c: conv_encode_header(): fixed a bug that broken
174 headers if long words more than 75 characters are entered.
178 * src/prefs_account.c: prefs_account_receive_create()
179 src/utils.c: to_human_readable(): made units translatable.
183 * src/codeconv.c: isprintableeuckanji(): don't allow more than 0xf4
184 at first byte (fixes abort() problem of glibc).
185 * src/html.c: html_read_line(): remove characters which can't be
186 displayed on the current locale.
191 trim_subject_for_compare(): renamed from trim_subject().
192 trim_subject(): new. It removes [...] or (...) at the beginning
194 * src/prefs_folder_item.c
196 added options for trimming summary / compose subject.
197 * src/summaryview.c: summary_set_header(): trim subject if the folder
199 * src/compose.c: compose_reply_set_entry(): trim subject if the folder
205 LBREAK_IF_REQUIRED(): don't break lines before first word (fixes
206 X-Face header problem).
207 conv_encode_header(): allow up to 97 characters for one word.
211 * src/filter.c: filter_match_condition(): fixed the bug that
212 second condition ignored regex.
213 * src/news.h: NewsGroupInfo: use guint for message numbers
214 (fix count in grouplist dialog) (thanks to Thorsten Maerz).
218 * src/codeconv.c: conv_encode_header(): fixed a segfault bug
219 on code conversion failure.
220 conv_get_charset_str()
221 conv_get_charset_from_str(): optimized using hash table.
225 * src/quote_fmt_parse.y:
226 SHOW_MESSAGE_NO_SIGNATURE, SHOW_QUOTED_MESSAGE_NO_SIGNATURE:
227 treat only "\n-- \n" as a signature separator.
231 * src/gtkutils.[ch]: gtkut_ctree_node_prev(): new.
232 * src/summary_search.c: summary_search_execute(): search collapsed
238 conv_unreadable_latin(): include 0x7f as an unreadable character.
239 conv_localetodisp(): don't remove 8bit characters by default.
240 conv_get_current_charset()
241 conv_get_outgoing_charset(): return ISO-8859-15 if "@euro" is
242 appended at the last of locale name.
243 * src/compose.c: compose_write_to_file(): show from and to encoding
244 when code conversion failed.
252 * src/procmsg.h: WRITE_CACHE_DATA(): little speed improvement
253 (thanks to Colin Leroy).
254 * src/mh.c: mh_get_msginfo(): added NULL check (thanks to Thorsten
259 * src/textview.c: textview_write_line(): don't convert if conv is
265 renamed conv_guess_encoding() to conv_guess_ja_encoding().
266 conv_localetodisp(): new. It removes unreadable characters from
267 (assumed) current locale string.
268 conv_codeset_strdup(): convert into ISO-8859-1 if dest_code is
269 NULL and current locale encoding is US-ASCII.
270 conv_get_code_conv_func(): return conv_ustodisp if US-ASCII is
271 specified for destination charset.
272 * src/textview.c: textview_write_line(): use conv_localetodisp()
273 instead of strncpy2() if conversion failed.
277 * src/codeconv.c: conv_iconv_strdup()
279 imap_modified_utf7_to_locale()
280 imap_locale_to_modified_utf7(): use ICONV_CONST macro to remove
281 a warning on some systems.
282 * src/codeconv.c: conv_iconv_strdup(): flush iconv() output and
284 Return NULL instead of incomplete string if conversion failed.
288 * src/summaryview.c: summary_execute(): select appropriate node
289 if currently selected node is to be deleted.
290 * src/gtkutils.[ch]: gtkut_ctree_node_is_selected(): new. Returns
291 TRUE if the specified node is selected.
295 * src/summaryview.c: summary_status_show(): fixed a occasional crash
296 on deleting or moving.
300 * src/codeconv.c: conv_unreadable_eucjp(): made the validity check
301 of EUC-JP more accurate.
302 isprintableeuckanji(): new. Use table for validity check of EUC-JP.
314 * src/quoted-printable.c: qp_encode_line(): fixed linebreak
315 duplication bug if the source string has CRLF.
317 canonicalize_str(): new. Returns newly allocated canonicalized
319 uncanonicalize_file(): new. Uncanonicalize (CRLF -> LF) text.
320 uncanonicalize_file_replace(): new.
321 * src/compose.c: always canonicalize body before processing, and
322 uncanonicalize before returning.
326 * src/procmime.c: procmime_get_encoding_for_charset(): prefer
327 ENC_8BIT for Russian charsets.
328 * src/compose.c: compose_write_to_file(): use base64 when signing
333 * src/prefs_common.c: prefs_send_create(): added a description for
334 the setting of Content-Transfer-Encoding.
338 * src/codeconv.c: fixed locale_table for Russian locales (thanks to
340 * src/procmime.c: procmime_get_encoding_for_charset(): return
341 ENC_BASE64 for ISO-8859-5, KOI8-* and Windows-1251.
342 * src/compose.c: compose_attach_append(): set correct Content-
343 Transfer-Encoding for message/rfc822.
344 compose_write_to_file(): enabled user-definable Content-Transfer-
346 * src/prefs_common.[ch]: added an option for user-defined Content-
351 * src/quoted-printable.[ch]: qp_encode_line(): fixed a bug if the
352 line doesn't end with linebreak.
356 * implemented quoted-printable encoding.
357 * src/quoted-printable.[ch]: qp_encode_line(): new.
359 compose_write_to_file()
360 compose_write_attach(): implemented quoted-printable encoding.
361 compose_attach_property_create(): enabled quoted-printable menu
363 * src/procmime.c: procmime_get_encoding_for_charset(): return
364 ENC_QUOTED_PRINTABLE for ISO-8859-* and CP125* charset.
365 * src/Makefile.am: added $(LIBICONV) to sylpheed_LDADD for libiconv
372 src/utils.[ch]: get_abbrev_newsgroup_name(): improved the way
373 of abbreviation of newsgroup name.
377 * configure.in: show the result of iconv detection.
381 * src/codeconv.[ch]: made the transition from libjconv to iconv().
382 conv_iconv_strdup(): new.
386 src/prefs_common.c: replaced HAVE_LIBJCONV to HAVE_ICONV.
392 src/prefs_folder_item.c: English fix (property -> properties).
393 * src/prefs_filter.c: alert if entry is not saved.
394 prefs_filter_dialog_to_filter(): new.
398 * src/codeconv.c: conv_encode_header(): fixed a bug which output raw
399 strings after linefeed.
404 * src/codeconv.[ch]: code cleanup and optimization.
405 conv_code_converter_new()
406 conv_convert(): use functions obtained by conv_get_code_conv_func()
408 conv_codeset_strdup(): code cleanup.
409 conv_get_code_conv_func(): added an argument for destination
410 character set, and generalized.
414 * src/codeconv.c: LBREAK_IF_REQUIRED(): break line only if some
416 * src/compose.c: compose_convert_header(): remove trailing spaces.
417 * src/customheader.c: custom_header_read_str(): strip the spaces
419 * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
420 strip the spaces of name and value.
428 * src/codeconv.c: conv_encode_header(): fixed a bug which will run
429 into infinite loop when encountering invalid characters.
433 * src/procmsg.[ch]: procmsg_sort_msg_list(): new. It sorts message
435 * src/summaryview.c: summary_show(): removed summary_sort() because
436 it is done inside folder_item_get_msg_list(). This will improve
437 the performance of summary display.
438 Sorted out the summary sort functions using macros.
442 src/folder.[ch]: folder_item_get_msg_list(): return pre-sorted
443 list if FolderItem::sort_key is set.
444 Added SORT_BY_TO to FolderSortKey enum.
445 * src/mainwindow.c: added "View/Sort/by recipient".
453 * src/codeconv.c: conv_encode_header(): fix for redundant space on
455 * src/compose.c: compose_convert_header(): always pass string to
456 conv_encode_header() for line-breaking.
460 * src/textview.c: textview_make_clickable_parts(): fixed incorrect
461 parsing of email addresses.
465 * src/defs.h: added DEFAULT_BROWSER_CMD.
466 * src/mimeview.c: mimeview_view_file()
467 src/prefs_common.c: prefs_other_create()
468 src/utils.c: open_uri(): changed the default web browser to
469 mozilla, and changed 'raise' command (which is undocumented)
470 to 'new-window' in 'netscape -remote'.
474 * src/compose.c: compose_send_control_enter(): fixed crash on
475 Ctrl-Enter when Message/Send has no accelerator key (thanks to
483 sort_summary_type_cb(): prevent unwanted processing on unchecking
488 * src/main.c: process command line option before gtk_init() to
489 enable remote operation without X (thanks to Ruslan N. Balkin).
490 * src/codeconv.c: conv_encode_header(): fixed a potential buffer
495 * src/Makefile.am: changed $(target_alias) to $(target_triplet)
496 (the spec of autotools seems to be changed).
500 * src/imap.c: get path separator using LIST command if server
501 doesn't support NAMESPACE (based on the patch by Brian Sammon).
502 imap_parse_list(): added an argument to return path separator.
503 imap_get_namespace_by_list(): new.
507 * src/addr_compl.c: add_address(): removed the debug print.
508 * src/gtkutils.[ch]: gtkut_window_popup()
509 src/mainwindow.c: main_window_popup(): applied the patch to fix
510 the behavior of window popup from Sergey Vlasov (thanks!)
511 * src/account.c: account_edit_create(): use signal_connect_after
512 for row_move signal to fix the row position bug.
513 account_row_moved(): scroll the CList half page.
514 * src/prefs_filter.c: prefs_filter_row_move(): scroll the CList
516 * src/summaryview.c: summary_reply(): use selection text only if
517 the displayed message is selected (thanks to Sergey Vlasov).
521 * src/codeconv.c: conv_encode_header(): reimplemented the routine
522 of MIME header encoding. And use Q-encoding method if the current
523 locale is single-byte one.
524 * src/utils.[ch]: is_next_nonascii(): take multi-byte string instead
525 of wide-character string. Consider control codes as non-ASCII.
526 get_next_word_len(): new. It returns the length of next word.
527 is_next_mbs(), find_wspace(): removed.
528 * src/quoted-printable.[ch]: new.
529 qp_decode_line(): decodes one QP line.
530 qp_decode_q_encoding(): decodes Q-encoded string in MIME header.
531 qp_get_q_encoding_len(): returns the length when a string is
533 qp_q_encode(): Q-encode a string (RFC 2047).
534 * src/unmime.c: moved the functions for quoted-printable to
539 * src/send.c: send_message_local(): escape line that only have one
540 dot character (postfix's sendmail command will stop there).
544 * src/send.c: send_message_local(): don't escape first-dot line
545 (thanks to Sergey Vlasov).
549 * autogen.sh: added 'libtoolize --force --copy' to override the
551 * acconfig.h: removed.
552 * configure.in: increased minimal version of GPGME to 0.3.10.
553 Fixed checking of XIM.
555 ac/gnupg-check-typedef.m4: added an argument for comment.
559 * src/imageview.[ch]: fixed conflicting declarations of
560 imageview_show_image() (thanks to Thorsten Maerz).
564 * src/compose.c: compose_entry_append(): don't add ", " on subject
566 * src/codeconv.c: conv_get_outgoing_charset(): obtain outgoing
567 charset from the table (currently disabled for non-Japanese locales).
568 conv_get_current_locale(): also refer to LC_CTYPE.
572 * README: added a description about hidden settings.
576 * src/prefs_common.[ch]: reorganized the common prefs dialog.
577 Made enable_hscrollbar and bold_unread hidden options.
581 * src/quote_fmt_parse.y: fixed a parse error (thanks to Andreas Hinz).
586 account_find_from_message_file()
587 account_find_from_msginfo(): new. They find an account from the
588 headers like 'From:', 'X-Sylpheed-Account-Id:', and 'AID:' in the
591 compose_reedit(): restore messages' previous account on composition.
592 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
597 * src/compose.c: cleaned up the code using compose_entry_set()
598 (don't use gtk_entry_set_text() directly).
602 * src/imap.c: imap_parse_namespace(): fixed a memory leak.
606 * updated autotools and libtool to the latest version.
607 * configure.in: added AC_PREREQ(2.50).
611 * src/textview.c: textview_set_font(): fix for message display in
612 UTF-8 locales (thanks to Sergey Vlasov).
616 * src/imageview.[ch]: imageview_show_image(): resize images to fit
617 the window size if specified.
618 * src/prefs_common.[ch]: added an option 'Resize attached images'.
622 * refactoring for SMTP implementation.
623 * src/session.h: added ui_func to Session.
624 * src/smtp.[ch]: separated the connection routine from
625 smtp_session_new() to smtp_connect().
626 Changed the argument of every function other than smtp_ok() from
627 SockInfo to SMTPSession.
628 Call UI callback from each functions.
629 * src/send.c: send_message_smtp(): separated the code for UI update
630 into send_progress_dialog_update().
634 * src/smtp.[ch]: separated smtp_auth() from smtp_from().
635 * src/send.c: send_message_smtp(): call smtp_auth() and display
636 the state to the dialog.
640 * src/filter.c: strmatch_regex(): use extended regex (thanks to
642 * src/main.c: main(): removed the code for assortrc -> filterrc
644 * src/gtkutils.c: gtkut_font_load(): only use gdk_font_load() if
645 current locale is C or POSIX.
646 gtkut_stext_is_uri_string(): include "www." for URI string.
647 * src/textview.c: textview_make_clickable_parts(): include "www."
656 * src/textview.c: textview_add_part(): indicate signature status
657 using different colors.
661 * src/folder.c: folder_write_list_recursive(): escape
662 To/Cc/Bcc/Reply-To strings.
666 * src/codeconv.c: conv_encode_header(): enabled B-encoding of
667 headers on locales other than Japanese when not using libjconv.
671 * src/inc.[ch]: added INC_IO_ERROR to IncState. Also added its
672 corresponding error message.
673 inc_pop3_session_do(): set INC_IO_ERROR instead of INC_NOSPACE
678 * src/prefs_account.[ch]: removed prefs_account_save_config() since
680 * src/procmime.[ch]: removed procmime_mimeinfo_free() since
681 procmime_mimeinfo_free_all() can be used in every case.
685 * src/account.c: account_get_special_folder(): support F_INBOX, and
690 * src/compose.[ch]: ComposeEntryType: changed COMPOSE_* to
691 COMPOSE_ENTRY_*, and added
692 COMPOSE_ENTRY_{REPLY_TO,SUBJECT,FOLLOWUP_TO}.
695 compose_redirect(): added FolderItem to the arguments, and reflect
696 settings in the item.
697 compose_entry_set(): new.
698 compose_entry_append(): code cleanup.
699 compose_entries_set_from_item(): take ComposeMode in its arguments,
700 and enabled FolderItem::use_auto_to_on_reply.
701 * src/summaryview.c: summary_reply(): pass folder_item to
702 compose_{reply,forward,redirect}().
707 gtkut_font_load(): new. It automatically choose font or fontset
709 gtkut_font_load_from_fontset(): new. It tries to load single font
710 instead of fontset from a fontset string.
714 src/summaryview.c: workaround for the problem that couldn't display
715 8-bit characters in C or POSIX locale (use font instead of fontset).
718 src/textview.c: made code cleanup using gtkut_font_load*().
722 * src/mh.c: mh_get_msginfo(): set correct message number.
726 * src/folder.[ch]: added a new virtual method Folder::get_msginfo().
727 It returns a new MsgInfo associated to a message number.
728 folder_item_get_msginfo(): new.
729 * src/imap.[ch]: imap_get_msginfo(): new.
730 * src/mh.[ch]: mh_get_msginfo(): new.
731 * src/news.[ch]: news_get_msginfo(): new.
735 * src/codeconv.c: conv_euctojis(): fixed a bug which will cause
736 infinite loop if an invalid code appeared.
740 * src/codeconv.c: conv_codeset_strdup()
741 src/html.[ch]: html_read_line(): don't output conversion failure
743 Added HTML_CONV_FAILED to the enum HTMLState.
747 * implemented per-folder auto-set address (still in progress).
748 * src/compose.[ch]: compose_new(): added FolderItem to its arguments,
749 and set entries from it (if mailto is empty).
750 compose_entry_append(): activate menu if required.
751 compose_entries_set_from_item(): new.
752 * src/folder.[ch]: added auto_to, use_auto_to_on_reply, auto_cc,
753 auto_bcc, and auto_replyto to FolderItem, and renamed apply_sub to
755 folder_build_tree(), folder_read_folder_func(),
756 folder_write_list_recursive(): added the above members.
757 * src/prefs_folder_item.[ch]: added auto-set addresses.
758 * src/pop.[ch]: removed Pop3State::prev_folder.
762 * src/compose.c: allow dropping files by also "moving" files from a
763 file manager (thanks to Alfons).
767 * compose_reply_set_entry(): made Reply-To have priority over
768 List-Post on ML reply.
772 * src/gtksctree.[ch]: gtk_sctree_set_anchor_row(): new.
773 * src/summaryview.c: summary_step(): fixed a bug that lost the
774 correct selection anchor.
775 summary_key_pressed(): use gtk_sctree_select() instead of
779 src/recv.c: differentiate disk full and socket errors
780 (thanks to Colin Leroy).
784 * src/account.c: account_edit_prefs(): removed unused variables.
785 * src/compose.[ch]: separated WITH_QUOTE/WITHOUT_QUOTE flags in
788 compose_reply_set_entry(): receive reply type with one argument.
789 * src/summaryview.c: summary_reply(): reduced conditional branches.
793 * src/compose.c: compose_redirect(), compose_reedit(): strip CR
794 from line ends (thanks to Sergey Vlasov).
795 * src/folderview.c: renamed 'Rescan folder tree' to 'Rebuild
800 * src/folder.[ch]: added a virtual method Folder::remove_msgs().
801 * src/imap.[ch]: implemented imap_remove_msgs() which expunges
802 messages all at once.
806 * src/account.[ch]: account_open(): new. It opens account prefs
807 dialog and reflects to UI when finished.
809 folderview_button_pressed()
810 folderview_property_cb(): open account prefs dialog when the
811 property of the root folder of remote account is requested.
815 * src/account.c: account_destroy(): unref account information in
817 * src/folder.[ch]: folder_unref_account_all(): new. It unref the
818 specified account information in all folders.
820 folderview_rm_imap_server_cb()
821 folderview_rm_news_server_cb(): destroy Folder first because
822 folder_destroy() refers to account information.
826 * src/account.c: account_find_from_item(): fixed a bug which didn't
827 select the correct account.
828 * inc_pop3_session_do():
829 fixed the resource leak when SSL initialization failed.
830 Immediately break from temporary event loop if cancelled.
834 * src/account.[ch]: account_find_from_item(): new.
836 compose_reply(), compose_forward(), compose_redirect()
837 src/mainwindow.c: compose_cb(): select optimal account when
839 * src/folder.[ch]: added FolderItem::apply_sub.
840 * src/menu.[ch]: menu_find_option_menu_index(): new. It finds the
841 index of option menu which contains the specified data.
842 * src/prefs_folder_item(): added Compose tab, and the setting of
847 * configure.in: added $LDAP_LIBS for lber library detection.
855 * src/procmsg.c: procmsg_msginfo_get_full_info(): fixed a memory
856 leak, and added error checking.
860 * src/compose.[ch]: added a flag Compose::use_newsgroups, and
861 removed Compose::orig_account.
862 compose_check_for_valid_recipient(): check only enabled entries.
863 compose_write_headers()
864 compose_redirect_write_headers(): add Newsgroups header only
865 when the entry is enabled.
866 compose_send(): modified the method of finding a mail account
867 from a news account so that it tries to match the From address.
868 * src/send.c: send_message_queue(): enabled the queueing of news
870 * src/news.[ch]: news_post_stream(): new.
874 * configure.in: check lber first and use $LDAP_LIBS on the check
879 * po/*.po: fixed many typos of format strings which will lead to
880 crash (thanks to Sergey Vlasov).
884 * src/procheader.c: procheader_parse_stream(): added Cc header
885 to the target for full parsing.
886 * src/procmsg.[ch]: procmsg_msginfo_get_full_info(): new. It
887 returns the full message information from the given information.
888 * src/compose.c: compose_reply(), compose_forward(): get full
889 message information for Cc header.
893 * src/inc.c: inc_account_mail(), inc_all_account_mail(): update
894 IMAP4 and NNTP folder summary after checking those accounts.
902 * src/prefs_common.c: prefs_compose_create(): modified the label
903 of the option for Reply button.
904 * configure.in: add -lldap and -llber to the 5th argument of
905 AC_CHECK_LIB() for LDAP library detection.
914 * src/mainwindow.c: toggle the behavior of Reply button between
915 normal reply and reply-to-list.
916 * src/prefs_common.[ch]: added an option to switch the function
921 * src/compose.c: compose_new(): removed the workaround for XIM
922 because it doesn't have any effect and only seems to cause
927 * src/compose.[ch]: compose_reply(): added a flag for reply-to-ML.
928 compose_parse_header(): parse also List-Post header.
929 compose_reply_set_entry(): support reply-to-ML (fall back to
930 normal reply if ML address is not found).
933 src/summaryview.c: reorganized Reply menu and added 'Reply to
935 * src/utils.[ch]: scan_mailto_url(): new. It scans mailto URL and
936 returns newly allocated parameters.
940 * src/account.c: account_read_config_all(): set account information
941 to default before initializing with configuration file.
942 * src/prefs_account.[ch]: prefs_account_new(): new. It returns a
943 newly created account information structure initialized by
944 the default settings.
949 replace_address_in_edit(): check if newtext is NULL.
950 completion_window_button_press(): fixed a memory leak.
951 * src/pop.c: LOOKUP_NEXT_MSG(): don't expire messages whose
952 recv_time is RECV_TIME_KEEP.
953 pop3_getrange_uidl_recv(): only set get_all flag if
954 ac_prefs->getall is set.
955 pop3_retr_recv(): don't delete messages which are not received
956 by filter, and set recv_time to RECV_TIME_KEEP in the case.
957 * src/pop.h: added an enum RecvTime.
958 * src/inc.c: inc_drop_message(): unlink temporary message file if
959 not received by filter.
963 * src/mainwindow.c: added 'Edit/Select thread' menu.
964 * src/summaryview.[ch]: added 'Select thread' to the context menu.
965 summary_select_thread(): new. It selects all messages of current
970 * src/rfc2015.c: check_signature(): corrected error handling and
975 * src/rfc2015.c: check_signature(): correctly remove the last empty
976 line, and canonicalize the file part before verifying (this should
977 fix incompatibility with Evolution or some other MUAs).
978 * src/utils.[ch]: copy_file_part(): new. It copies the specified
979 range of file stream to another file.
983 * src/compose.c: compose_write_to_file(): force BASE64 encoding for
984 8-bit text when signing (thanks to Colin Leroy).
988 * src/prefs_common.c: prefs_send_create(): fixed the charset string
989 for Cyrillic (Windows-1251).
997 * src/codeconv.c: changed the charset for ru_RU.CP1251 to
998 Windows-1251. Added bg_BG locale.
1002 * src/compose.c: account_activated(): change the state of menu items
1003 and entries according to the selected account.
1004 compose_select_account(): new. It changes the state of title bar,
1005 menu items and entries.
1009 * src/inc.c: inc_mail(): correct new_msgs when inc_spool() returned
1011 Don't refresh summary view on fetching when open_inbox_on_inc is
1016 * src/summaryview.c: summary_show(): refresh even if open_inbox_on_inc
1017 is set (to avoid summary refresh problem).
1018 * src/imap.c: removed warnings by checking the existence of directory
1019 before calling remove*_numbered_files().
1023 * src/prefs_common.c: corrected English.
1027 * src/prefs_common.[ch]: added an option: "Mark messages as read
1028 only when opened in new window".
1033 folder_tree_destroy()
1034 folder_write_list_recursive(): added sanity check.
1035 * src/imap.c: imap_scan_tree(): if folder->node is NULL and
1036 can't get session, create empty folder node (based on the
1037 Alfons' suggestion).
1041 * src/textview.c: textview_key_pressed(): pass GDK_Delete event to
1043 * src/summaryview.c: summary_key_pressed(): scroll correct TextView
1048 * src/news.c: news_scan_group(): fixed wrong message number
1053 * major refactoring for POP3.
1054 * src/inc.[ch]: moved Pop3State, inc_pop3_state_new(),
1055 inc_pop3_state_destroy(), inc_get_uidl_table(), and
1056 inc_write_uidl_list() into pop.c.
1057 Moved Pop3State::folder_table and Pop3State::inc_state into
1060 inc_put_error(): added lockbusy state.
1061 inc_pop3_session_do(): obtain inc_state from Pop3State::error_val.
1062 inc_cancel(): don't terminate the automaton here but just set
1063 the flags to prevent crash.
1065 pop3_getauth_pass_recv()
1066 pop3_getauth_apop_recv(): check lockbusy state.
1067 pop3_retr_recv(): check Pop3State::cancelled flag.
1068 * src/automaton.[ch]: added 'cancelled' flag to Automaton.
1069 automaton_input_cb(): terminate if cancelled flag is true.
1070 * sylpheed.desktop: changed Type=Internet to Type=Application.
1071 Added Categories=Application;Network;.
1077 src/progressdialog.c: show detailed information to the status
1079 Added cur_total_recv_bytes to Pop3State.
1080 * src/prefs_common.[ch]: added an option to specify whether to
1081 close receive dialog when finished.
1085 * src/folder.[ch]: folder_get_path(): new. It returns the root path
1089 imap_folder_destroy()
1091 imap_remove_all_msg()
1092 news_folder_destroy(): remove cache directories / files when
1093 deleting Folder / messages.
1097 is_file_entry_exist(): check if the argument is NULL.
1099 remove_numbered_files()
1100 remove_expired_files(): fixed memory leaks on error.
1109 src/smtp.[ch]: made Folder and Session destructor virtual method.
1113 * src/compose.c: do joining of normal lines only when auto-wrapping.
1114 * src/main.c: modified the warning message for GnuPG.
1115 * src/about.c: about_create(): modified the compiled-in features
1117 * configure.in: improved LDAP library checking (thanks to Alfons).
1127 compose_wrap_line_all(): backed out the change to join lines that
1132 * configure.in: require at least gpgme-0.3.5.
1136 * src/alertpanel.c: alertpanel_create(): minor modification.
1145 * src/alertpanel.c: alertpanel_create(): modified the layout.
1146 * src/rfc2015.c: check_signature(): don't abort on error.
1150 * src/compose.c: compose_wrap_line_all(): freeze widget only if
1151 required to repress flickers.
1155 * src/compose.c: improved line wrapping.
1157 compose_wrap_line_all(): also join lines that are not indented.
1158 dump_text(): handle multi-byte strings correctly.
1162 * src/compose.c: compose_wrap_line_all(): fix for auto-wrapping
1163 (go to next line when space is entered at line limit).
1167 * src/inc.c: inc_get_uidl_table(): fixed a memory leak reported by
1172 * src/mh.c: mh_scan_tree_recursive(): disabled Maildir folder
1173 checking to prevent confusion.
1177 * src/folder.[ch]: folder_item_get_msg_list(): added a wrapper for
1178 method Folder::get_msg_list().
1179 * src/account.c: account_edit_prefs(), account_delete(): use
1180 folderview_set_all() instead of folderview_rescan_all().
1181 * src/folderview.[ch]:
1182 folderview_check_new_all(): new. Updates all folders.
1183 folderview_rescan_tree(): confirm before executing.
1184 folderview_rescan_all(): commented out since it's not used anymore.
1185 folderview_update_item_foreach(): added a flag for summary update.
1186 * src/inc.c: inc_finished(): update summary only when
1187 prefs_common.scan_all_after_inc is set.
1188 inc_drop_message(): set mtime of target folder to 0 to force
1189 the updating of summary.
1190 inc_start(), get_spool(): update also summary when updating
1192 * src/mainwindow.c: changed 'File - Rescan folder tree' to
1193 'File - Check for new messages in all folders'.
1197 * src/compose.c: compose_write_to_file(): clearsign message body
1199 compose_clearsign_text(): new. Replaces the string with clearsigned
1201 * src/prefs_account.c: added an option for clearsign.
1202 * src/rfc2015.c: rfc2015_clearsign(): new.
1203 pgp_sign(): added a flag for clearsign.
1204 * src/utils.[ch]: get_tmp_file(): return newly allocated unique file
1205 name (needs to be freed by caller).
1206 str_write_to_file(), file_read_to_str(): new.
1210 * src/procmsg.c: procmsg_read_mark_file(): check key duplication
1211 to avoid memory leak.
1215 * src/base64.c: include string.h for memcpy().
1216 * src/gtksctree.c: use macro ABS() instead of function abs().
1217 * src/prefs_account.c
1218 src/prefs_common.c: renamed 'send' to 'p_send' so as not to
1219 conflict with the function send() in sys/socket.h.
1220 * src/mainwindow.c: commented out the unnecessary functions.
1221 * src/utils.c: canonicalize_file_replace(): correct warning message.
1225 * src/utils.[ch]: get_tmp_file(): new. Returns the directory for
1226 temporary files in ~/.sylpheed/.
1227 * src/main.c: create temporary directory in ~/.sylpheed/.
1229 src/inc.c: create temporary files in ~/.sylpheed/, and modified
1231 compose_exec_ext_editor(): fixed a bug that failed to create the
1232 temporary file if g_get_tmp_dir() returned directory other than
1237 * src/utils.c: copy_file(): check if dest_bak != NULL when unlinking.
1241 * src/utils.[ch]: canonicalize_file_replace(): fixed a bug that fails
1242 to replace the file when the given file and temporary file are not
1243 on the same filesystem.
1244 copy_file(): added a flag whether to keep backup.
1245 move_file(): added a flag whether to overwrite the destination file.
1249 * src/socket.[ch]: fixed the linking failure when IPv6 is enabled.
1250 * src/select-keys.c: modified key selection dialog.
1254 * src/socket.[ch]: my_gethostbyname(): new.
1255 * src/utils.c: get_domain_name(): return FQDN instead of short
1256 hostname (thanks to Bob Woodside).
1257 * src/template.c: made the debug messages less verbose.
1261 * src/prefs_common.[ch]: removed obsolete default sign key setting.
1262 * src/utils.c: canonicalize_file(): correct the error check of
1267 * src/compose.c: compose_write_to_file():
1268 canonicalize line endings before encrypting/signing (this will fix
1269 interoperability with other MUAs).
1270 Removed unnecessary strdup.
1271 Don't encrypt/sign draft message.
1273 canonicalize_file(), canonicalize_file_replace(): new.
1275 src/select-keys.c: changed g_message() to debug_print() and
1277 * src/mimeview.c: mimeview_check_signature(): removed unnecessary
1278 MIME structure scanning.
1279 * src/textview.c: textview_add_part(): show signature status in
1282 src/sigstatus.c: modified translatable strings and some MIME
1287 * src/procmsg.c: procmsg_save_to_outbox(): don't forget to remove
1288 the temporary file when saving from queue.
1294 src/prefs_account.[ch]
1295 src/prefs_common.[ch]: merged GnuPG stuff from the claws branch.
1296 Modified some messages.
1300 * src/textview.c: textview_scan_header(): fixed a memory leak
1305 * src/prefs_actions.c: execute_actions(): put create_io_dialog()
1306 in right conditional block.
1310 * src/compose.c: compose_wrap_line_all(): fixed character buffer
1316 log_error(): add time stamp to log messages.
1321 corrected a typo (HAVE_SYS_SELECT -> HAVE_SYS_SELECT_H)
1325 * src/socket.c: implemented socket I/O timeout.
1327 * src/pop.c: check errors and return error value correctly.
1331 * src/prefs_actions.c: made the action's input/output dialog display
1332 without delay. Made the dialog modal instead of making window
1333 insensitive. Also cleaned up its UI.
1337 * implemented --attach command line option.
1339 Cmd::attach_files: new member to store file paths.
1340 parse_cmd_opt(): added --attach option. --compose option is implied.
1341 prohibit_duplicate_launch()
1342 lock_socket_input_cb(): added "compose_attach" message.
1345 src/textview.c: renamed compose_new_with_recipient() to
1346 compose_new(), and added an argument for attachment files.
1350 * src/logwindow.c: freeze GtkText widget while hidden.
1351 log_window_append(): changed the header for message and warning.
1355 * src/news.c: implement automatic cache expiration.
1356 news_delete_expired_caches(): new.
1357 news_get_article_list(): fixed a bug that nonexistent messages
1358 were not removed from list.
1359 * src/procmsg.[ch]: procmsg_get_last_num_in_msg_list(): renamed
1360 procmsg_get_last_num_in_cache().
1361 * src/utils.[ch]: remove_expired_files(): new.
1366 inc_mail(): force summary refresh when using external command for
1368 inc_all_account_mail(): fixed a bug on spool checking failure.
1379 src/editldap_basedn.c
1381 src/prefs_common.c: fixed memory leaks which didn't free strings
1382 gtk_editable_get_chars() returned. And minor code cleanups.
1384 src/vcard.h: removed C++-style comments.
1388 * src/codeconv.c: conv_encode_header(): fixed a problem in encoding
1389 strings which include both multi-byte and us-ascii characters.
1393 * src/utils.c: remove_numbered_files(): don't try to unlink()
1396 conv_get_code_conv_func(): return conv_anytodisp() if charset is
1398 conv_unmime_header_overwrite()
1399 conv_unmime_header(): do conv_anytodisp() before decoding header.
1407 * src/compose.c: added 'Tools/Actions' menu.
1411 * src/base64.c: a minor fix for BASE64VAL() macro.
1415 * src/base64.c: base64_decode(): fixed a buffer overrun bug.
1423 src/base64.[ch]: rewrote the BASE64 encode / decode routines.
1424 base64_encode(), base64_decode(): new.
1425 * src/rfc822.[ch]: removed.
1427 src/about.c: removed the copyright notice for fetchmail.
1433 src/unmime.[ch]: rewrote the MIME decode routines.
1435 unmime_quoted_printable_line(): new.
1437 procheader_get_one_field()
1438 procheader_get_unfolded_line(): remove also CR.
1442 * libkcc: removed from the source tree.
1444 src/about.c: removed the copyright notice for libkcc.
1445 * src/codeconv.c: conv_guess_encoding(): check for ASCII code first
1447 * src/prefs_actions.c: removed unnecessary spaces/tabs.
1451 * src/prefs_actions.c: comply with the coding style.
1452 Modified the UI design.
1453 * src/mainwindow.c: main_window_set_menu_sensitive(): enable Actions
1454 menu when multiple messages are selected.
1458 * src/prefs_actions.[ch]: merged the 'Actions' feature from claws.
1459 update_actions_menu(): simplified the menu deletion.
1460 * src/mainwindow.c: added 'Actions' menu to Tools and Configuration.
1464 * src/codeconv.[ch]: implemented conv_jistoeuc(), conv_euctojis(),
1465 conv_sjistoeuc(), and conv_guess_encoding(). Removed the dependency
1470 * configure.in: added check for strchr.
1474 * src/prefs_common.[ch]
1475 src/inc.c: added an option to inhibit receive error dialog.
1479 * src/account.c: account_find_from_address(): support multiple
1480 addresses in header.
1484 * src/gtksctree.[ch]: changed GtkSCTree::anchor_row from gint to
1485 GtkCTreeNode* so that it won't become invalid after the row move.
1486 Removed dependency to gtkutils.c.
1487 * src/prefs_common.[ch]
1488 src/summaryview.c: summary_selected(): added an option to show
1489 message when cursor keys are pressed on summary view.
1495 src/compose.c: changed "host_alias" to "target_alias" so that it
1496 shows the correct system name on cross-compiling (thanks to
1501 * src/prefs_account.[ch]: added the option menu to force an
1502 authentication method for SMTP AUTH.
1504 src/smtp.[ch]: smtp_from(), smtp_auth(): added an argument to
1505 specify the authentication method for SMTP AUTH.
1506 smtp_ehlo(): allow AUTH responses that don't comply with the RFC.
1510 * src/prefs_common.[ch]
1511 src/compose.c: enabled "Wrap on input".
1515 * src/summaryview.[ch]
1516 src/mainwindow.c: added "Go to/{Prev,Next} new message" menu.
1517 Made some code cleanups.
1522 src/prefs_common.[ch]: added the hidden option to specify the
1523 policy of the vertical scrollbar on folder view.
1527 * src/messageview.[ch]:
1528 messageview_copy_clipboard(): fixed a bug that couldn't copy text
1530 messageview_get_current_textview(): new.
1531 messageview_get_text_widget(): removed.
1532 * src/quote_fmt_parse.y: quote message even if msginfo is empty.
1533 * src/compose.[ch]: implemented the "Paste as quotation" feature.
1534 text_inserted(): new callback for "insert_text" signal.
1535 Add quote mark to the pasted text if Compose::paste_as_quotation
1540 * src/compose.c: if the Content-Type of a file is text/*, check
1541 its content and set the optimal Content-Transfer-Encoding (thanks
1546 * src/textview.c: textview_key_pressed(): pass key press event to
1547 main window to activate menu shortcuts (thanks to Alfons).
1551 * src/folder.c: folder_build_tree(): use strtoul() instead of atoi()
1552 for mtime to prevent flooring.
1555 imap_move_msgs_with_dest()
1556 imap_copy_msgs_with_dest(): fixed a bug that prevented multiple
1558 imap_parse_envelope()
1559 imap_cmd_envelope(): use RFC822.HEADER instead of ENVELOPE to get
1560 full information of messages and simplify the parser. Also fixed
1561 the bug that References header was ignored on threading.
1562 imap_parse_one_address()
1563 imap_parse_address(): removed.
1564 imap_get_header(): new. It reads the RFC822 header and returns
1565 a newly allocated string.
1566 * src/procheader.[ch]: changed procheader_parse() to
1567 procheader_parse_stream() and added different interfaces for it.
1571 * po/zh_TW.Big5.po: fixed a mistake that caused a crash.
1579 * src/inc.c: inc_get_uidl_table(): fixed a bug that garbage time
1580 could be inserted into the hash table.
1581 inc_write_uidl_list(): a minor code cleanup.
1582 * src/mainwindow.c: main_window_get_current_state():
1583 make the state unexecutable on an empty folder.
1584 * src/summaryview.c: summary_sort(): don't sort on an empty folder.
1585 * src/pop.c: minor code cleanups.
1589 * src/prefs_account.c: CREATE_RADIO_BUTTONS(): fixed a typo and
1590 corrected the behavior of the radio buttons.
1594 * implemented 'Delete messages after N days' feature for POP3.
1596 inc_get_uidl_table()
1597 inc_write_uidl_list(): moved the location of UIDL list file from
1598 RC_DIR/uidl-* to RC_DIR/uidl/*.
1599 Added received time for each UIDLs.
1600 src/main.c: main(): create RC_DIR/uidl/ directory.
1601 src/pop.[ch]: LOOKUP_NEXT_MSG(): delete expired messages here.
1602 Added recv_time to Pop3MsgInfo.
1603 src/prefs_account.[ch]: added an option for the number of days for
1612 * src/folder.c: folder_set_missing_folders(): fixed a bug that
1613 caused multiplication of special folders on startup if their
1615 * src/folderview.c: folderview_remove_mailbox_cb(): modified the
1620 * src/compose.c: compose_reply(), compose_forward(): reverted the
1621 last change since it causes lockup problem.
1625 * src/compose.c: compose_reply(), compose_forward(): don't autowrap
1627 compose_new_with_recipient(): workaround for initial XIM problem.
1631 * src/mainwindow.c: sort ascending / descending order can be
1632 specified with separated menu items.
1633 Added "View/Sort/Don't sort" menu item.
1634 * src/summaryview.[ch]: summary_sort(): added an argument for
1639 * implemented persistent sort order.
1641 folder_build_tree(): read 'sort_key' and 'sort_type' attributes.
1642 folder_write_list_recursive(): write sorting state.
1644 src/summaryview.[ch]: summary_show(): sort if required.
1645 select the top node on descending sort.
1646 Removed SummarySortType and sorting state variables from
1654 src/prefs_account.[ch]: enabled NNTP over SSL.
1655 * src/nntp.c: nntp_group(): issue MODE READER command and retry
1656 when GROUP command once failed (this seems to avoid problems on
1657 some broken news servers).
1661 * faq/it/*.html: corrected DOS linebreaks.
1662 * faq/*/*.html: changed ">" to ".
1666 * src/prefs_account.c: prefs_account_protocol_activated(): hide
1667 unnecessary frames in SSL tab.
1673 src/prefs_account.[ch]: enabled STLS command in POP3.
1674 * src/account.c: account_clist_set_row(): display TLS setting.
1678 * src/compose.c: compose_send_later_cb(): support redirect function.
1681 src/prefs_account.[ch]: enabled STARTTLS command in IMAP4.
1683 src/smtp.[ch]: use SSLType instead of SSLSMTPType.
1687 * src/utils.[ch]: make_dir(): wrapper for mkdir() and chmod().
1688 * src/compose.c: compose_create(): removed unrequired lines.
1692 * src/news.c: news_scan_group(): fixed a bug that set the wrong
1693 values in some cases.
1694 * src/prefs_account.c: corrected English in Advanced - Folder
1699 * src/textview.c: textview_show_message(), textview_show_part():
1700 fixed a bug that GtkSText *text pointed the incorrect object.
1701 textview_add_part(): freeze GtkSText while adding RFC822 headers.
1702 textview_show_part(): fixed a bug that couldn't display single
1703 part MIME message as text.
1707 * src/compose.c: compose_redirect_write_to_file(): correct the target
1708 for change_file_mode_rw(). Check if fclose() succeeded. Unlink
1709 incomplete file when an error occured.
1714 compose_create(): disable menus for draft on redirection mode.
1715 compose_redirect_write_to_file(): correct the error handling of
1717 * src/prefs_common.c: turned off the "Display recipient on `From'
1718 column if sender is yourself" option by default.
1722 * src/compose.[ch]: implemented 'Redirect' (aka Bounce) feature.
1723 Based on the implementation of the claws branch.
1724 compose_redirect(): create a new window and make it uneditable.
1725 compose_redirect_write_to_file(): copy headers and body of
1726 original message except for some.
1727 compose_redirect_write_headers(): add extra "Resent-*" headers.
1728 compose_create(): set menu sensitivity for redirection mode.
1732 * src/codeconv.c: conv_encode_header(): fixed a bug that unnecessary
1733 space is inserted between encoded string and the following folded
1734 one (thanks to Masahiro Tomita).
1738 * src/mainwindow.[ch]: some refactoring has been made.
1739 main_window_toggle_message_view(): moved summary_toggle_view_real()
1741 * src/messageview.[ch]: messageview_is_visible(): new.
1742 * src/summary_search.c
1743 src/summaryview.[ch]: SummaryView::msg_is_toggled_on: removed.
1744 Instead use messageview_is_visible().
1748 * src/mainwindow.c: added 'Expand/Collapse all threads' menu.
1749 * src/summaryview.[ch]:
1750 summary_expand_threads(), summary_collapse_threads(): new.
1754 * src/mainwindow.c: Fixed the behavior of
1755 '/View/Show or hide/Folder tree' and
1756 '/View/Show or hide/Message view' toggle menu.
1757 Removed '/View/Toggle summary view' menu and integrated the
1758 function into '/View/Show or hide/Message view'.
1759 main_window_set_widgets(): change the state of toggle menu items.
1760 * src/prefs_common.c: prefs_keybind_apply_clicked(): updated menurc
1765 * src/mimeview.c: mimeview_set_multipart_tree(): show single part
1766 MIME contents other than text as children of message/rfc822 part.
1768 procmime_mimeinfo_next(): modified for message/rfc822 part which
1769 content-type is single part MIME.
1770 procmime_scan_multipart_message(): fix for nested message/rfc822
1771 part. Corrected the size of the contents of message/rfc822.
1772 * src/textview.c: textview_show_part(): extract the contents of
1773 multipart/* and message/rfc822. Some code cleanups.
1774 textview_add_parts(): new. It adds the all parts under a part to
1776 textview_clear(): reset body_pos and cur_pos.
1780 * src/addr_compl.c: modified so that it behaves better.
1781 get_address_from_edit(): ignore comma inside of brackets.
1782 completion_window_apply_selection(): new. Only apply the current
1784 completion_window_accept_selection(): removed.
1785 address_completion_complete_address_in_entry(): minor code cleanup.
1786 don't replace address in entry here.
1787 completion_window_select_row(): always apply clist selection to
1789 completion_window_key_press(): don't apply selection here.
1793 * src/imap.c: imap_create_folder(): keep trailing directory separator
1794 to create a folder that contains sub folder.
1798 * src/foldersel.c: sort tree with case insensitive.
1799 * src/mainwindow.c: allsel_cb()
1800 src/messageview.c: messageview_select_all(): fixed 'Select all'
1802 * src/mainwindow.c: removed common and account prefs button from
1807 * src/compose.c: compose_account_option_menu_create(): check if
1816 * manual/ja/*: updated the Japanese manual (thanks to Yoichi Imai).
1817 manual/en/*: updated the English manual.
1819 faq/it/*: added German and Italian FAQ.
1822 faq/fr/*: updated FAQs.
1824 src/mainwindow.c: added German and Italian language.
1828 * src/prefs_account.c: turn off "receive at get all" option by default
1829 when creating an IMAP or News account.
1833 * src/imap.c: imap_scan_tree(): don't use namespace for prefix.
1834 * src/prefs_folder_item.c: show also identifier path.
1835 Made layout using table. Show uneditable entry using background
1837 * src/procmime.c: procmime_get_tmp_file_name(): generate safe
1842 * src/automaton.[ch]: added UI callback to Automaton.
1844 src/pop.c: use callback instead of calling inc_progress_update()
1846 pop3_getrange_uidl_recv(): don't fall back to LAST when 'get all'
1851 * src/folderview.c: properly sort abbreviated newsgroups.
1856 src/prefs_common.[ch]
1857 src/summaryview.c: added an option to specify the minimum length
1858 for abbreviated newsgroups name.
1862 * src/folderview.c: folderview_check_new(): skip unselectable folders.
1863 * src/summaryview.c: added 'Create filter rule' to the context menu.
1864 * src/imap.c: some code cleanups.
1865 imap_scan_tree_recursive(): get path separator for each calls.
1866 imap_get_path_separator(): new.
1870 * src/imap.[ch]: supported namespace for others/shared folders
1872 imap_parse_namespace(): parse also others/shared namespace.
1873 imap_find_namespace(): search also others/shared namespace.
1875 strchr_parenthesis_close(): return pointer to closing parenthesis.
1876 strsplit_parenthesis(): split parenthetic list into array of
1881 * src/procheader.c: procheader_date_parse(): fixed a bug that didn't
1882 parse date string like "Mon,6 May 2002 20:31:12 +0800".
1883 procheader_scan_date_string(): new. Separated string scanning
1884 part from procheader_date_parse().
1888 * src/summary_search.c: summary_search_execute(): unlock while
1889 selecting summary row (thanks to Martin Schaaf).
1890 * src/summaryview.c: summary_set_column_titles(): reversed the
1891 direction of the arrow so that it matches with Win/Mac style.
1895 * src/compose.c: compose_write_headers(): quote self address name
1896 if required. Some code cleanups. Don't override Newsgroups and
1897 Cc with custom headers.
1898 * src/imap.c: imap_add_msg(): return UID for appended message.
1899 * src/compose.c: compose_queue(): check if queue folder exists.
1900 * src/imap.c: QUOTE_IF_REQUIRED(): quote also other IMAP special
1902 imap_open(): removed an unrequired argument.
1906 * src/utils.[ch]: trim_string(): new. It trim characters longer than
1907 the specified length and adds "...".
1908 * src/folderview.c: trim folder name when displaying dialog.
1912 * src/imap.c: imap_create_folder(): don't add prefix for root INBOX
1914 * src/folderview.c: folderview_select()
1915 src/summary_search.c: summary_search_execute(): lock summary view
1916 while searching (thanks to Martin Schaaf).
1924 * sylpheed*.png: added new app icons by WAKAI Kazunao (thanks!).
1928 * src/summaryview.c: summary_show(): fixed a bug that didn't process
1930 * src/account.c: account_edit_prefs(): fixed a crash bug when account
1932 * src/prefs_account.c: prefs_account_apply(): display error dialog
1933 if account name is empty.
1934 * src/imap.c: changed some log_print() to debug_print() to reduce
1939 * src/mh.c: mh_get_new_msg_filename(): new. It returns the filename
1943 mh_do_move_msgs_with_dest()
1945 mh_copy_msgs_with_dest(): use mh_get_new_msg_filename().
1946 * src/utils.[ch]: added is_file_entry_exist() which returns TRUE
1947 if stat() succeeded.
1949 imap_fetch_msg(): SELECT mailbox before FETCH if required.
1950 imap_scan_folder(): set last_num using the value of UIDNEXT.
1951 imap_select(): return immediately if there is no need for SELECT.
1952 preserve the path of currently selected mailbox.
1953 imap_status(): added UIDNEXT.
1957 * src/folder.c: folder_item_scan(): removed the warning.
1958 * src/inputdialog.[ch]: input_dialog_combo(): added an argument for
1959 setting case sensitivity.
1963 * src/mainwindow.c: main_window_create(): restrict the minimum size.
1967 * src/compose.c: merged the new line-wrapping routine.
1968 join_next_line(): fixed a bug that didn't join multibyte
1970 get_indent_length(): modified enums and variable names.
1971 INDENT_CHARS: don't indent ':'.
1973 folderview_rename_folder_cb()
1974 folderview_delete_folder_cb(): support folder identifier.
1975 folderview_rm_imap_folder_cb(): integrated with
1976 folderview_delete_folder_cb().
1980 * src/folder.[ch]: folder_item_scan(): return -1 if scanning failed.
1981 * src/folderview.c: folderview_check_new(): abort checking if
1982 folder_item_scan() failed.
1986 * src/imap.c: imap_create_missing_folders(): create only INBOX and
1988 * src/prefs_folder_item.c: prefs_folder_item_set_dialog(): made the
1989 type of news folders unchangeable.
1990 prefs_folder_item_destroy(): use prefs_dialog_destroy().
1991 * src/prefs.[ch]: prefs_dialog_destroy(): new.
1995 * src/prefs_account.[ch]: added special folder setting to Advanced
1996 tab. Also moved "IMAP server directory" setting to there.
1997 * src/account.[ch]: account_get_special_folder(): new. It returns
1998 the optimal special folder for accounts.
1999 * src/compose.c: use account_get_special_folder().
2000 * src/prefs_folder_item.[ch]: new. Implemented folder property
2001 dialog, and the special folder settings (most of the functions in
2002 claws are not integrated yet, and the structure is slightly
2004 * src/folderview.c: enabled Property menu.
2008 * src/textview.c: IS_RFC822_CHAR(): make email parser also stop
2009 scanning when encountering separators ',' and ';'.
2013 * src/mainwindow.c: reorderd the menu a bit.
2014 * src/compose.c: made 'Ctrl-Enter' ignore some modifiers.
2015 compose_reply_set_entry(): made 'Reply to sender' work for
2020 * src/compose.c: compose_create(): set geometry hints to restrict
2021 the maximum size of window.
2022 * src/imap.c: imap_parse_list(): don't mark INBOX as \Noselect.
2023 imap_get_uncached_messages()
2024 imap_cmd_fetch(): ignore responses which don't include FETCH.
2028 * COPYING: re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
2029 the clause for OpenSSL).
2033 * src/prefs_account.c
2034 src/smtp.[ch]: fixed a bug that didn't complie with OpenSSL enabled.
2040 src/session.[ch]: first reorganization of SMTP protocol handling.
2041 SMTPSession: new class which is a sub class of Session.
2042 smtp_session_new(): moved send_smtp_open() into this function.
2043 smtp_from(): moved SMTP AUTH calls into smtp_auth().
2044 smtp_auth(): use server response for SMTP AUTH method.
2045 smtp_ehlo(): read server response and set auth type flags.
2046 smtp_helo(): separated EHLO command.
2047 smtp_ok(): return the last server response if the buffer is
2049 * src/esmtp.[ch]: merged into smtp.[ch].
2050 * src/imap.c: imap_session_destroy_all(): use session_destroy().
2054 * src/imap.c: imap_open(): show warning message if IMAP4 session
2055 can't be established.
2059 * src/compose.c: made template able to be inserted into the current
2061 * src/mainwindow.c: moved some menu items under the submenu
2062 '/View/Show or hide'.
2067 src/inc.c: changed folder_find_item_from_path() to
2068 folder_find_item_from_identifier().
2070 src/prefs_filter.c: use folder_item_get_identifier() to specify
2075 * src/folder.[ch]: implemented "folder identifier" (and fixed a bug
2076 existed in claws' implementation).
2077 folder_find_from_name(): find Folder from name and type.
2078 folder_get_identifier(): return Folder id.
2079 folder_item_get_identifier(): return FolderItem id.
2080 folder_find_item_from_identifier(): find FolderItem from id.
2081 folder_get_type_string(): return folder type string.
2082 folder_get_type_from_string(): return FolderType from string
2083 (and fixed the wrong g_strcasecmp() usage).
2085 src/import.c: use folder_item_get_identifier() and
2086 folder_find_item_from_identifier().
2090 * src/imap.c: imap_parse_atom(): fixed a bug that cur_pos didn't
2091 point the correct address after reading the continuous line.
2092 imap_scan_folder(): set new number to 0 if unseen number is 0.
2093 imap_parse_flags(): don't add new and unread flag if \Seen flag
2095 * ac/Makefile.am: removed gpgme.m4 from MACROS.
2099 * fixed the old problem that couldn't add flags to currently opened
2102 compose_send(): update outbox after saving.
2104 compose_draft_cb(): use procmsg_add_flags().
2105 * src/folder.[ch]: added "opened" flag and "mark_queue" list to
2107 * src/main.c: send_queue(): send from all queue folders.
2108 * src/mainwindow.c: send_queue_cb(): send from all queue folders.
2110 procmsg_flush_mark_queue(): new. Write all queued flags into file.
2111 procmsg_add_flags(): new. Add specified flags to the folder.
2112 procmsg_send_queue(): added an argument to specify queue folder.
2113 procmsg_save_to_outbox(): use procmsg_add_flags().
2114 * src/summaryview.c:
2115 summary_show(): up the opened flag of FolderItem.
2116 summary_clear_list(): down the opened flag of FolderItem.
2117 summary_write_cache(): call procmsg_flush_mark_queue().
2121 * src/summaryview.[ch]: trim the tail of folder name and selected
2122 number on the status label if the space is not enough.
2126 * src/imap.c: imap_create_special_folder(): fixed a bug that didn't
2127 set SpecialFolderItemType when creating special folders under
2129 * ac/gpgme.m4: removed.
2131 * ac/missing/gdk-pixbuf.m4
2132 ac/missing/gettext.m4
2134 ac/missing/imlib.m4: added for convenience.
2138 * src/esmtp.c: esmtp_auth(): fixed a bug that some garbages are
2139 shown after the decoded challenge string. Fixed a memory leak.
2141 * src/compose.c: compose_draft_cb(): mark draft messages as read.
2142 * src/folderview.c: folderview_update_node(): disable emphasis
2143 for Outbox and Draft folders.
2147 * src/messageview.c: messageview_show(): fixed a memory leak.
2148 * src/summaryview.c: summary_save_as(): show error dialog if copy
2150 * src/about.c: about_show(): make the window active if it is already
2155 * src/compose.c: show confirmation dialog before sending if Subject
2157 compose_check_entries(): new.
2159 compose_send_later_cb(): use compose_check_entries().
2160 * src/imap.c: imap_parse_atom(): more fix for parsing responses.
2164 * src/imap.c: imap_parse_atom(): fixed a bug that didn't parse the
2165 responses with continuous line correctly, and fixed a memory leak.
2169 * src/undo.c: undo_insert_text_cb(): fixed a crash bug if the text
2171 * src/gtkstext.c: gtk_stext_button_press(): cancel current selection
2172 after pasting with middle button to prevent the selection growth.
2177 folderview_rename_folder_cb()
2178 folderview_delete_folder_cb(): modify filter rules only if the
2179 target folder is in the default mailbox.
2180 * src/utils.c: get_abbrev_newsgroup_name(): removed a redundant
2187 src/prefs_common.c: changed 'Tool' menu to 'Tools'.
2188 Moved 'Delete duplicated messages' under 'Tools'.
2192 * src/folderview.c: SET_SPECIAL_FOLDER(): keep the same parent
2194 * src/imap.c: imap_create_special_folder(): fixed a crash bug
2195 when folder creation failed, and re-try to create folders under
2197 imap_scan_tree_recursive(): don't automatically add namespace
2198 prefix if it's INBOX. Search also under the INBOX for special
2200 * src/foldersel.c: SET_SPECIAL_FOLDER(): keep the same parent
2205 * src/utils.[ch]: get_abbrev_newsgroup_name(): new. It returns the
2206 abbreviated newsgroup name.
2207 * src/folderview.c: folderview_update_node(): display newsgroups
2208 with abbreviated name if name and path is the same.
2209 * src/summaryview.c: summary_status_show(): show the newsgroup with
2215 src/folderview.c: changed the label 'Draft' to 'Drafts'.
2216 * src/imap.c: changed the directory name 'Draft' to 'Drafts'.
2217 imap_create_missing_folders(): fixed the wrong assignment of
2218 Queue folder to draft.
2222 * enabled Sent / Draft / Queue folders on IMAP server.
2223 * src/compose.c: compose_queue(), compose_draft_cb(): use account's
2224 queue and draft folder if they exist.
2226 imap_create_trash(): removed.
2227 imap_create_special_folder(): new. Generalized imap_create_trash().
2228 imap_create_missing_folders(): automatically create missing folders.
2229 imap_is_msg_changed(): added the dummy method.
2230 imap_scan_tree_recursive(): search also Sent, Draft and Queue
2231 folders. Minor code cleanups.
2232 imap_parse_envelope(): check for null strings.
2233 src/procmsg.c: procmsg_read_cache(): add F_QUEUE or F_DRAFT flag
2234 for messages on IMAP folder.
2238 * src/compose.c: compose_send(): use account's outbox folder
2240 * src/procmsg.[ch]: procmsg_save_to_outbox(): changed the API so
2241 that the outbox can be specified.
2245 * src/compose.c: don't save to outbox when messages are queued.
2246 compose_save_to_outbox(): moved to procmsg.c.
2247 * src/procmsg.[ch]: procmsg_send_queue(): save to outbox when
2249 procmsg_save_to_outbox(): new. Removes the queueing headers if
2250 needed, and adds the given file to the outbox.
2254 * src/compose.c: compose_wrap_line(): treat '|' also as quote char.
2255 get_indent_length(): treat ':' and '#' also as quote char, and
2256 cleaned up using strchr().
2260 * src/mainwindow.c: modified some menu items.
2264 * src/defs.h: changed OUTBOX_DIR from "outbox" to "sent"
2265 (current "outbox" will be kept until rescan).
2266 * src/folder.c: folder_set_missing_folders(): create the missing
2269 src/folderview.c: changed 'Outbox' to 'Sent'.
2270 * src/main.c: call folder_set_missing_folders().
2271 * src/mh.c: mh_scan_tree(): create missing folders.
2272 * src/summaryview.c: summary_set_menu_sensitive(): fixed a bug that
2273 didn't set the menu sensitivity correctly.
2278 src/imap.[ch]: implemented folder renaming on IMAP (thanks to Mio).
2279 folderview_rename_folder_cb(): reopen the current folder when
2280 the ancestor is renamed.
2281 imap_rename_folder(): new method implementation.
2283 imap_rename_folder_func(): new.
2284 imap_remove_folder(): remove also the cache directory.
2288 * src/imap.c: implemented locale encoding <-> modified utf-7
2289 conversion, and supported i18n of folder name (thanks to Suzuki
2291 imap_path_separator_subst(): handle the escape characters of
2293 imap_modified_utf7_to_locale()
2294 imap_locale_to_modified_utf7(): new.
2295 imap_create_trash(): modified so that it create the Trash folder
2296 to the correct location when imap directory is specified.
2297 imap_get_real_path(): removed debug print.
2301 * src/socket.c: implemented timeout for DNS lookup and connect().
2302 sock_connect_by_hostname(): timeout support and code cleanup.
2303 sock_connect_with_timeout(): new.
2304 sock_peek(): implemented SSL peek.
2308 * src/messageview.c: messageview_show(): display single-part
2309 text/html messages with the normal text view.
2323 src/prefs_customheader.c
2324 src/prefs_display_header.c
2339 src/xml.c: added 'b' to the option of all fopen().
2347 * src/ssl.[ch]: match its coding style.
2348 * src/compose.c: compose_send_later_cb(): fixed a bug that failed
2352 faq/en/sylpheed-faq*.html
2354 faq/es/sylpheed-faq*.html
2356 faq/fr/sylpheed-faq*.html
2362 src/manual.[ch]: added FAQs in English, Spanish and French.
2366 * manual/en/sylpheed*.html: updated to the latest version.
2371 src/mgutils.c: include string.h to remove warning about strlen()
2385 src/summaryview.c: added break to the last label of switch to
2386 prevent the 'deprecated use of label at end of compound statement'
2388 * src/rfc2015.c: passphrase_cb(): fixed the type of r_hd.
2392 * src/inc.[ch]: preserve the pointer to IncProgressDialog to the
2394 inc_cancel_all(): new. It cancels the all current incorporation.
2395 * src/mainwindow.c: added 'Cancel receiving' menu.
2396 * src/textview.c: a minor fix for single-part MIME messages, and
2397 a bit of cleanup for textview_write_body().
2401 * src/inc.c: inc_write_uidl_list(): fixed a bug that lost UIDL
2402 information if any errors occured before issuing UIDL command.
2403 src/inc.h: added uidl_is_valid to Pop3State.
2404 src/pop.c: set uidl_is_valid to TRUE if UIDL becomes valid.
2412 * src/mimeview.c: mimeview_create(): set the initial notebook page
2414 * src/folderview.c: folderview_selected(): scroll the view if the
2415 selected row is hidden.
2416 * src/prefs_filter.c: prefs_filter_register_cb(): scroll the view
2417 and select the added row.
2418 * src/summaryview.c: fix threading for null message ids.
2422 * src/textview.c: textview_show_message(): follow message/rfc822
2424 textview_add_part(): add a caption before the attached text files.
2425 textview_show_header(): don't add the newline.
2426 * src/messageview.c: enabled message search also in MIME mode.
2430 * src/messageview.c: messageview_show(): set header state of
2431 MimeView's TextView, too.
2432 * src/mimeview.c: mimeview_show_message(): call
2433 textview_show_message() to display message.
2434 * src/textview.c: textview_add_part(): new. It adds the content
2435 of message part without clearing the view.
2436 textview_show_message(): display all parts with appropriate
2438 textview_write_body(): separated from textview_show_part().
2443 src/prefs_common.c: added ISO-8859-15 to the codesets for
2444 displaying and sending.
2445 * src/codeconv.c: conv_codeset_strdup(): return NULL if code
2446 conversion failed, and made caller deal with it.
2447 * src/compose.c: compose_write_to_file(): show error dialog when
2448 code conversion failed, and let user select whether to send it
2450 * src/textview.c: textview_write_line(): show the original string
2451 if code conversion failed.
2455 * src/inc.c: get_spool(): fixed a bug that failed to unlock mbox
2456 if copy_mbox() failed (thanks to Alexander Kabaev).
2457 * src/prefs_account.[ch]: added separate user ID / password setting
2459 * src/send.c: send_message_smtp(): use separate user ID / password
2460 for SMTP AUTH if it is specified.
2465 src/pop.[ch]: refactored the UIDL management.
2466 store the information of messages into the array of Pop3MsgInfo
2467 structure, and do full scanning of not retrieved messages.
2473 src/mainwindow.c: set WMCLASS for window/dialog.
2474 * src/codeconv.c: conv_codeset_strdup(): return source string
2475 when jconv_alloc_conv() failed.
2479 * src/mh.c: mh_scan_tree_recursive(): changed the hardcoded directory
2486 src/summaryview.c: implemented the new notebook tab interface for
2488 * src/textview.[ch]: fixed line space related glitches.
2492 * src/prefs_filter.c:
2493 prefs_filter_rename_path()
2494 prefs_filter_delete_path(): fixed a crash when flt->dest was NULL.
2498 * src/recv.[ch]: cancel data receiving if RecvUIFunc returns FALSE.
2499 * src/pop.c: pop3_retr_recv(): fixed false 'No space' when cancelled
2501 * src/inc.c: inc_pop3_recv_func(): abort data receiving when
2502 cancelled, and fixed potential crash bug.
2503 * src/grouplistdialog.c: enabled cancelling of data receiving.
2504 * src/news.c: news_get_group_list(): destroy current session if
2509 * src/manage_window.[ch]: fixed a bug that caused crash when
2510 the main window was hidden.
2511 MANAGE_WINDOW_SIGNALS_CONNECT(): new macro.
2512 Monitor "unmap_event", "destroy" events.
2519 src/grouplistdialog.c
2523 src/message_search.c
2527 src/prefs_customheader.c
2528 src/prefs_display_header.c
2530 src/prefs_template.c
2531 src/summary_search.c
2532 src/summaryview.c: use MANAGE_WINDOW_SIGNALS_CONNECT() macro to
2533 connect signals for window management.
2537 * src/prefs_account.[ch]: added receive size limit option.
2538 * src/pop.c: skip messages larger than the limit size.
2539 LOOKUP_NEXT_MSG(): new macro.
2540 * src/compose.c: compose_attach_append(): check whether the file
2545 * src/rfc2015.c: commented out dump_mimeinfo() and dump_part().
2546 changed g_message()'s to debug_print() and g_warning().
2547 rfc2015_decrypt_message(): fixed a bug that duplicated message
2548 parts when decryption was failed/cancelled. And made some code
2550 * src/passphrase.c: made the dialog transient.
2551 * src/prefs.c: prefs_config_parse_one_line(): removed debug_print().
2556 src/procmsg.[ch]: fixed a bug that failed to parse multipart
2557 messages if GPGME was enabled.
2558 * src/rfc2015.c: commented out copy_gpgmedata_to_temp() which
2560 * src/prefs_account.c: prefs_account_privacy_create(): modified
2561 the vertical spacing.
2565 * src/menu.[ch]: menu_set_sensitive_all(): new.
2566 menu_set_insensitive_all(): made it a wrapper for
2567 menu_set_sensitive_all().
2568 * src/prefs_account.c:
2569 prefs_account_open()
2570 prefs_account_protocol_set_optmenu(): made the protocol type
2571 unchangeable after creating an account.
2572 * src/compose.c: compose_attach_parts(): traverse MIME tree to
2573 extract all attathed files from nested multipart MIME message.
2577 * src/procmsg.[ch]: procmsg_get_mark_sum(): added arguments to
2578 obtain minimum/maximum number, and to specify first number
2581 src/inc.c: enabled new message checking on news folder.
2582 * src/news.c: news_scan_group(): implemented. Guess new/unread
2583 message number from the response of GROUP command and the mark
2585 news_select_group(): return the total/first/last number.
2586 * src/prefs_account.c: prefs_account_receive_create(): modified
2587 the text of the 'Get all' check button.
2591 * src/account.c: made 'Get all' checkbox available for IMAP4 and
2593 * src/inc.c: corrected the argument of folderview_check_new().
2594 * src/prefs_account.c: modification for the "`Get all' checks for
2595 new mail on this account" checkbox.
2599 * src/folderview.[ch]:
2600 folderview_rescan_tree(), folderview_rescan_all(): renamed from
2601 folderview_update_tree() and folderview_update_all().
2602 folderview_update_all_node(): removed.
2603 folderview_check_new(): new. If the argument is NULL, it checks
2604 all local folders. If the arguments is specified, it checks
2605 the (local and remote) folder.
2608 inc_all_account_mail(): check also IMAP4 account.
2613 folderview_rename_folder_cb()
2614 folderview_delete_folder_cb(): modify the filter rules when folder
2616 * src/prefs_filter.[ch]:
2617 prefs_filter_rename_path(): new. It renames the destination paths
2619 prefs_filter_delete_path(): new. It deletes the filter rules if
2620 the destination paths matched.
2621 * thanks to Neill Miller for above.
2625 * src/compose.c: inherit attached files when forwarding or reediting
2626 (rewrote the code in claws branch).
2627 compose_attach_parts(): new. It extracts and attaches the files
2628 in the given message.
2629 compose_attach_append(): chnaged the types of arguments.
2630 * src/messageview.c: messageview_show(): moved the GPG decryption
2632 * src/procmsg.[ch]: procmsg_open_message_decrypted(): new.
2640 * src/summary_search(): summary_search_execute(): scroll the view
2641 when message view is hidden.
2645 * src/foldersel.c: foldersel_set_tree(): made different type of
2646 folders selectable in moving mode.
2647 * src/folderview.[ch]: folderview_update_msg_num(): compare the
2648 numbers with the CTree's labels, and don't update folder_item here.
2649 * src/imap.c: imap_move_msg(), imap_move_msgs_with_dest():
2650 implemented moving between different type of folders.
2651 * src/mh.c: SET_DEST_MSG_FLAGS(): new macro.
2652 mh_do_move(), mh_do_move_msgs_with_dest(): new (renamed previous
2653 mh_move_msg() and mh_move_msgs_with_dest()).
2654 mh_move_msg(), mh_move_msgs_with_dest(): implemented message
2655 moving between different type of folders.
2656 mh_copy_msg(), mh_copy_msgs_with_dest(): some code cleanups.
2657 * src/summaryview.c: summary_status_show(): update folder_item
2659 * po/POTFILES.in: removed reference to headerwindow.c.
2660 * src/summaryview.c: summary_step(): fixed the behavior on the
2661 head and tail of the list.
2665 * src/mainwindow.c: main_window_set_menu_sensitive(): set 'Show
2666 all header' toggle state from the property of the TextView.
2667 * src/summaryview.[ch]: made 'All header' toggle switch.
2668 Prohibited unnecessary menu update.
2669 summary_select_node(): added the argument 'do_refresh'.
2674 * src/utils.c: strsplit_with_quote(): remove quotation characters
2675 in the function (fix composer's external editor problem) (thanks
2676 to Stefaan A Eeckels).
2677 * src/mainwindow.[ch]: made 'Show all header' toggle switch.
2678 main_window_menu_callback_block()
2679 main_window_menu_callback_unblock(): new.
2680 main_window_set_menu_sensitive(): set the toggle status of
2682 show_all_header_cb(): read the status of toggle menu item.
2683 * src/mainwindow.[ch]: made 'Thread view' toggle switch.
2684 * src/prefs_common.c: prefs_keybind_apply_clicked(): removed
2689 * src/imap.c: imap_add_msg(): fixed a bug that didn't replace
2690 the path separator (thanks to Sergey Vlasov).
2691 * src/gtkutils.c: gtkut_editable_get_selection(): return NULL
2692 if the length of selection is zero.
2693 Fixed the assertion.
2694 * src/utils.c: str_open_as_stream(): return immediately if
2695 the length of str is zero.
2696 * src/headerwindow.[ch]: removed.
2698 src/inc.c: removed stale thread support codes.
2702 * src/procmsg.c: procmsg_open_message(): modified so that it
2703 returns the stream of decrypted message file if it exists
2704 (this fixes the failure of gpg decryption in messageview.c).
2714 src/prefs_template.c
2716 src/quote_fmt_parse.y
2718 src/utils.[ch]: if the part of the message text is selected, use
2719 it for quoted text instead of the entire message body (thanks to
2721 src/utils.[ch]: str_open_as_stream(): new. It returns an
2722 temporary stream for the given string.
2723 * src/main.c: added "--send" command line option.
2724 * src/compose.c: compose_reply_set_entry(): add From address to
2725 Cc if Reply-To and to_all are both specified.
2726 * Makefile.am: correct the Source: line in the RPM spec file in
2731 * src/procmsg.c: procmsg_open_message(): fetch message if the cache
2733 * src/foldersel.[ch]: foldersel_folder_sel(): added an argument
2734 that specifies the folder selection type.
2745 src/prefs_customheader.c
2747 src/summaryview.c: made it compile with C compilers other than gcc
2748 (thanks to Shawn Houston).
2752 * src/imap.c: imap_copy_msgs_with_dest(): fixed a bug on traversing
2754 * src/prefs_common.c: made the key binding setting separate dialog.
2755 * src/addressbook.c: addressbook_format_address(): add "" around
2756 the display name if it contains comma (thanks to Satoshi Watanabe).
2757 * src/addr_compl.c: get_complete_address(): add "" around the
2758 display name if it contains comma.
2759 get_address_from_edit(): handle the quotation character correctly.
2760 * src/addr_compl.c: get_complete_address()
2761 src/addressbook.c: addressbook_format_address(): fixed a bug that
2762 caused wrong text processing if the display name is empty.
2767 * src/compose.c: compose_exec_ext_editor_real(): replaced
2768 g_strsplit() with strsplit_with_quote().
2770 src/folderview.c: folderview_drag_motion_cb(): minor code cleanups.
2772 folderview_drag_motion_cb()
2773 folderview_drag_received_cb(): allow dropping into IMAP4 folder.
2774 * src/utils.c: get_file_size_as_crlf(): use fgets() instead of
2778 imap_copy_msgs_with_dest(): use imap_add_msg() if the source
2779 of the message is different from the current mailbox.
2780 Return the correct value.
2781 imap_cmd_append(): properly implemented the APPEND command.
2786 src/messageview.[ch]
2787 src/summaryview.[ch]
2788 src/textview.[ch]: show all headers in the message view, and don't
2789 use the header window anymore.
2791 src/prefs_common.c: changed the default shortcut of 'compose new
2794 src/summaryview.[ch]: summary_display_msg_selected(): new.
2795 Show the selected message if 'Show all header' is selected.
2797 src/sourcewindow.c: changed some procmsg_get_message_file_path()
2798 to procmsg_get_message_file() to be sure the message is
2800 * src/folderview.c: folderview_drag_motion_cb(): allow DnD from
2801 any folder to MH folder.
2802 folderview_drag_received_cb(): copy messages instead of moving
2803 if the source folder is news or IMAP.
2805 src/summaryview.c: allow copy from news folder.
2809 * src/prefs_common.c: prefs_other_create(): modified the design
2810 of the external command settings.
2811 prefs_keybind_apply_clicked(): made the Mew / Wanderlust keybind
2812 preset closer to the original.
2813 Added Mutt keybind preset.
2814 Also change the compose keybinds.
2815 * src/compose.c: modified some menu shortcuts.
2816 * src/codeconv.c: modified the locale_table for Thai encoding.
2820 * src/Makefile.am: added $(GPGME_CFLAGS) to INCLUDES.
2821 * src/prefs_common.c: prefs_interface_create(): modified the
2822 description for menu shortcut.
2826 * src/gtkutils.[ch]: added gtk_stext_clear().
2829 src/summaryview.[ch]: enabled multiple forwarding.
2830 * src/summaryview.c:
2831 summary_set_marks_selected(): set marks for all selected row.
2832 summary_reply(): moved from summary_reply_cb().
2833 * compose.[ch]: compose_forward(): modified so that it receives
2835 * src/mainwindow.c: cleanup for reply processing.
2836 * src/summaryview.c: summary_reply(): fixed a memory leak.
2837 summary_key_pressed(): removed hardcoded mark / mark as unread
2840 src/prefs_common.c: added mark / mark as unread shortcuts to
2845 * src/compose.c: compose_wrap_line_all(): wrap quoted part even
2846 if prefs_common.linewrap_quote is not set (it is only for
2847 auto-wrapping on reply).
2848 * src/prefs_account.c: prefs_account_open(): initialize tmp_ac_prefs
2849 when creating a new account.
2850 * src/mh.c: mh_get_msg_list(): use also st_ctime to detect
2852 * src/prefs_common.c: prefs_interface_create(): modified the
2853 description of key binds selector.
2857 * src/mimeview.c: fixed multiple dialog / moving by correcting
2858 button / key event processing.
2860 src/textview.c: pass some key press events to MimeView in MIME
2862 * src/prefs_filter.c: fixed a bug that didn't set the order of
2864 * src/prefs_common.c: prefs_keybind_apply_clicked(): fixed
2865 empty_menurc string.
2870 src/prefs_common.c: reorganized the menu shortcuts.
2871 Added 'View - Toggle summary view'.
2872 * src/summaryview.[ch]: summary_toggle_view(): made it public
2874 * src/prefs_common.[ch]: swapped the position of 'Shortcut key'
2876 * src/importldif.c: imp_ldif_delete_event(): fixed segfault when
2877 closing the dialog with window manager (in more appropriate way).
2878 * src/imageview.[ch]
2880 src/mimeview.c: fixed wrong scrolling position when switching
2881 between text and image parts. Also free the unrequired image
2882 (thanks to Sergey Vlasov).
2883 * src/prefs_common.c: disabled 'Go to inbox after receiving new mail'
2888 * src/prefs_common.c: implemented shortcut quick changer.
2889 * src/folderview.c: folderview_key_pressed()
2890 src/summaryview.c: summary_key_pressed(): removed some hardcoded
2896 procmime_get_mime_type()
2897 procmime_get_mime_type_table(): made the MIME type search case
2900 gtk_stext_delete_line(): delete newline on empty line.
2901 gtk_stext_delete_to_line_end(): delete newline if cursor is on
2903 (thanks to Yasuzaki Masayoshi.)
2908 src/gtkstext.[ch]: removed the hardcoded shortcuts in GtkSText,
2909 and made them customizable.
2910 * src/utils.[ch]: added get_file_size_as_crlf() which returns
2911 the file size when converting LF to CR+LF.
2915 * src/compose.c: enabled 'Ctrl-Enter' or
2916 'Ctrl-(other modifier keys)-Enter' shortcut that didn't work
2918 * src/gtkstext.c: disabled some Emacs key bindings.
2919 gtk_stext_key_press(): don't extend selection when Shift-Enter
2920 is pressed to prevent the disapperance of cursor.
2921 * src/summaryview.c: summary_select_next_unread(): added the button
2922 to search unread message again from the beginning to the dialog.
2923 * src/folderview.c: folderview_key_pressed(): go to next unread
2924 folder if space key is pressed on the empty folder.
2925 Move CTree focus before selecting row.
2929 * src/defs.h: modified the XLFD of default fonts.
2930 * src/textview.c: textview_create(): fixed a bug that caused
2931 segfault if font couldn't be loaded.
2933 src/grouplistdialog.c: compare subscribed groups with path.
2934 * src/prefs_filter.c: changed 'Operator' to 'Condition'.
2938 * src/compose.c: compose_wrap_line_all(): fixed wrapping crash
2939 when URL is wider than wrapping margin.
2941 src/prefs_filter.[ch]
2942 src/summaryview.[ch]: added "Create filter rule" function based
2943 on the patch from Luca Rosellini.
2944 * src/summaryview.c: summary_filter_open(): added X-List and
2945 X-Mailing-list to the automatically detected headers.
2949 * configure.in: support Mac OS X (Darwin).
2953 * src/prefs_filter.c: use inc_(un)lock() instead of
2954 inc_autocheck_timer_{remove|set}().
2955 * src/summaryview.c: summary_sort(): use gtk_ctree_sort_recursive()
2956 instead of gtk_ctree_sort_node() so that messages within threads
2958 * src/procmsg.c: procmsg_read_mark_file(): fixed a bug that the
2959 target of sizeof was wrong and caused crash on Alpha architecture
2960 (thanks to Motonobu Ichimura).
2965 foldersel_gnode_func(): made the names of special folders
2967 foldersel_set_tree(): move the special folder to the top.
2968 * src/inputdialog.[ch]: input_dialog_query_password(): new.
2972 src/send.c: use input_dialog_query_password() instead of their
2973 own query functions.
2977 * src/defs.h: modified the default font.
2981 src/news.[ch]: moved the class definition and some methods to
2982 the proper location.
2986 * src/mimeview.c: mimeview_save_as()
2987 src/summaryview.c: summary_save_as(): put the default filename
2988 based on the subject.
2989 * src/utils.[ch]: added subst_chars() and subst_for_filename()
2990 which substitute some special characters with underscore.
2991 * src/filesel.c: filesel_select_file(): select the default filename.
2996 INSTALL.jp: added the description and the URL for libjconv.
2997 * src/mainwindow.c: menu entries cleanup.
3003 src/about.c: modified the copyright year.
3004 * src/gtkstext.h: added the notice for modification by the Sylpheed
3010 INSTALL.jp: added the URL for compface.
3018 * src/headerwindow.c
3021 src/sourcewindow.c: set wmclass when creating windows.
3025 * src/compose.c: compose_wrap_line_all(): fixed the bug that
3026 caused infinite loop when wrapping certain patterns of quoted text.
3030 * src/imap.c: imap_parse_envelope(): put the assertion after
3031 imap_parse_address() to prevent segmentation fault.
3036 src/mainwindow.c: modified some labels of menu items.
3037 * src/ldif.c: put the return value of fgetc() in a gint.
3038 * src/importldif.c: don't brace null strings with _().
3039 * src/compose.c: moved the position of Subject entry to the last.
3040 Reorganized the menu.
3041 compose_draft_cb(): added 'keep editing after saving to draft'
3046 * src/mainwindow.c: reorganization of main menu. Removed 'Summary'
3047 menu. Moved 'Help' menu to just the right of 'Configuration'.
3048 Removed 'File - Close' menu item.
3052 * src/mainwindow.c: some menu reorganization.
3053 * AUTHORS: updated. Added more contributors.
3054 * src/account.c: account_row_moved(): new. Moves displayed row to
3055 the appropriate position when up / down button are pressed.
3056 account_clist_set(): move displayed row to the appropriate position.
3058 src/mainwindow.c: set title and wmclass when creating windows.
3062 * src/gtkstext.c: fixed a bug that didn't show block cursor
3063 correctly. Removed unnecessary GdkGC copy. Fixed cursor
3068 src/undo.c: modified to use GtkSText.
3069 * src/menu.h: added #include <gtk/gtkmenu.h>.
3074 configure.in: added XIM checking for GTK+.
3075 * src/gtkstext.[ch]: new. Copied GtkText in GTK+ and renamed.
3079 * src/filter.c: added #include <sys/types.h>.
3083 * src/template.c: template_write_config(): fixed a typo.
3084 * src/compose.c: toolbar_linewrap_cb(): call compose_wrap_line_all().
3086 src/prefs_filter.c: supported regular expression (thanks to
3088 * src/undo.c: undo_paste_clipboard_cb(): fixed a bug that broke
3089 undo state when pasted clipboard was empty.
3090 undo_check_size(): use g_list_last().
3092 undo_redo(): fixed NULL checking and made a bit of optimization.
3094 * src/prefs_common.c: changed the default value of linewrap length
3099 * reorganization of pixmap management.
3100 * src/stock_pixmap.[ch]: new. This module manages all static pixmaps.
3101 * modified every files which directly use pixmaps data to use
3103 * src/undo.[ch]: renamed undo_set_undo_change_funct() to
3104 undo_set_change_state_func(), and changed its argument from
3105 GtkWidget* to gpointer.
3106 undo_merge(): code cleanup.
3107 * src/compose.c: renamed compose_set_undo() to
3108 compose_undo_state_changed().
3112 * src/account.c: account_find_from_address(): made it case
3114 * src/addressbook.c: addressbook_create(): set wmclass.
3115 * src/compose.c: compose_insert_file(): supported DOS/Win/Mac line
3118 src/ldif.[ch]: merged from the claws branch.
3119 * src/importldif.c: removed some warnings.
3120 imp_ldif_field_list_toggle(): fixed button checking.
3121 imp_ldif_dialog_create(): minor layout fix.
3122 * src/ldif.c: removed some warnings.
3124 INSTALL.jp: updated confirmation list.
3127 vcard_test_read_file(): fixed a memory leak of tagtemp.
3128 Some code cleanups (decreasing the indent level).
3131 src/syldap.[ch]: disabled runtime library checking because JPilot
3132 and LDAP libraries are linked on the build time, and the program
3133 doesn't execute without them anyway.
3135 src/addrindex.c: changed "J-Pilot" to "JPilot".
3136 Removed warning for atoi().
3140 * src/procmsg.c: procmsg_empty_trash()
3141 src/mainwindow.c: main_window_empty_trash(): empty trash only if
3142 it contains some messages.
3143 * src/imap.c: search_array_str(): new.
3144 imap_status(): fixed a bug that didn't parse the command response
3149 * merged undo function (by Jens Oberender).
3150 * src/undo.[ch]: new.
3151 undo_insert_text_cb(): fix for multibyte characters (obtain the
3152 number of letters instead of bytes).
3153 * src/compose.[ch]: added the code for undo.
3154 * src/prefs_common.[ch]: added the interface for setting undo level.
3158 * src/compose.c: compose_template_apply()
3159 src/prefs_template.c: prefs_template_clist_set_row()
3160 src/template.c: template_write_config(): don't replace To: and
3161 Subject: entry in composition window if they are empty.
3169 * src/folderview.c: folderview_drag_motion_cb(): fixed a DnD bug.
3170 * src/ldif.c: ldif_get_line(): ignore CR.
3171 * src/mimeview.c: mimeview_show_message(): search also text/html
3172 for first text part.
3176 * src/prefs_account.c: prefs_account_save_config_all(): fixed a bug
3177 that didn't update accountrc if account_list == NULL (thanks to
3182 * src/utils.h: added the macro Xstrcat_a() that concatenates
3183 two strings and return alloca'd string.
3184 * src/imap.c: imap_scan_tree_recursive(): fixed a bug that didn't
3185 handle folder name which includes some spaces correctly
3186 (based on the patch from Willem van Engen (thanks!)).
3187 * src/compose.c: compose_wrap_line_all(): fixed the crash when
3188 wrapping long lines if linewrap quotation is disabled and
3189 a word spanning more than one line.
3193 * applied the Tobias' patch with modification (thanks!).
3195 imap_msg_set_perm_flags()
3196 imap_msg_unset_perm_flags(): new. They set permanent flags to
3199 src/summaryview.c: set flags on IMAP server when flags are changed.
3203 * src/gtkutils.[ch]: gtkut_container_remove(): new. It's a wrapper
3204 of gtk_container_remove() for workaround of a bug in
3205 Gtk{Text,Entry} (thanks to Sergey Vlasov).
3211 src/textview.c: replaced gtk_container_remove() with
3212 gtkut_container_remove(), and removed previous partial fix.
3216 * src/prefs_account.c: prefs_account_apply(): fixed a bug that
3217 checked user ID on "local", but didn't on IMAP4.
3218 * src/imap.c: imap_session_get(): fixed a crash bug when
3219 rfolder->session == NULL.
3220 * Makefile.am: changed the arguments of tar from 'chojf' to
3222 * src/summaryview.c: summary_toggle_view(): disclaim the selection
3223 of textview before removing vpaned.
3227 * src/messageview.c: messageview_change_view_type(): disclaim the
3228 selection before removing textview. This solves the mysterious
3229 copy-paste disability (thanks to Melvin Hadasht).
3230 * src/textview.c: textview_set_font(): use
3231 gtk_editable_claim_selection() instead of
3232 gtk_editable_select_region().
3236 * src/prefs_template.c: prefs_template_window_create(): supported
3237 address completion on the To: entry.
3242 folder_count_total_msgs()
3243 folder_count_total_msgs_func(): use g_node_traverse() to traverse
3248 * src/compose.c: fixed a bug that empty body was refused.
3249 * src/prefs_template.c: fixed a bug that didn't set To: entry
3250 correctly. Display error dialog if format is illegal.
3251 * src/prefs_common.c
3253 src/quote_fmt_parse.y: changed parenthesis "( )" to curly braces
3254 "{ }" to prevent confusion on using parenthesis.
3255 * src/html.c: html_get_parenthesis(): ignore CSS / script stuff.
3259 * src/prefs_template.c: added colon to the header labels.
3264 src/prefs_template.c
3265 src/template.[ch]: added To field to the template.
3269 * src/textview.c: textview_show_part(): use first found
3270 message/rfc822 header.
3271 * src/folderview.c: added "Search messages..." to the context menu.
3272 * src/prefs_common.c: prefs_quote_description_create(): added
3273 description for characters which need to be escaped.
3277 * src/compose.c: compose_wrap_line_all(): more merging from claws.
3278 GET_CHAR(): renamed GET_TEXT() and made it more generic.
3279 Modified compose_wrap_line() and compose_wrap_line_all() to use
3281 * src/textview.c: textview_show_part(): show the header of nested
3282 RFC822 attachment correctly.
3287 src/main.c: added --status option to get new, unread and total
3288 message count from a running Sylpheed (merged from claws).
3289 prohibit_duplicate_launch(): output '\n' only once.
3294 src/gtkutils.[ch]: merged the new wrapping function.
3295 gtkut_text_str_compare_n()
3296 gtkut_text_str_compare()
3297 gtkut_text_is_uri_string(): backport from the GtkSText in the
3298 claws branch, and made modification.
3299 * src/prefs_template.c
3300 src/template.[ch]: added Subject to the template.
3304 * src/compose.c: compose_write_headers(): added missing parenthesis
3305 that generated invalid custom header (thanks to Masaaki Noro).
3306 Allow Sender: custom header.
3310 * src/procheader.c: procheader_date_parse(): workaround for
3311 RFC-incompliant Date header.
3315 * src/addrbook.c: removed redundant functions, and fixed generation
3316 of spurious address book file names.
3317 * src/addrindex.c: V-Card -> vCard.
3321 * src/textview.c: get_email_part(): replaced isalnum() with
3322 the macro IS_ASCII_ALNUM() which restricts the range of
3323 characters to 7bit ASCII (thanks to Shimamoto).
3324 * src/utils.c: remote_tzoffset_sec(): workaround for malformed
3329 * src/textview.c: textview_show_part(): show headers on nested
3334 * src/imap.c: imap_session_get()
3335 src/news.c: news_session_get(): fixed segfault when reconnection
3337 * src/grouplistdialog.c: removed redundant code, and expand nodes
3338 that doesn't match the pattern.
3342 * src/compose.c: modified so that it sends message when any of
3343 To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
3344 compose_check_for_valid_recipient(): new.
3345 * src/grouplistdialog.c: improved the UI.
3346 Added appropriate description and search button.
3347 Search doesn't get group list again.
3351 * src/news.[ch]: news_session_get(): update the last access time
3353 news_group_list_free(): new.
3354 * src/grouplistdialog.c: free resources correctly.
3359 src/grouplistdialog.[ch]: more merging of new newsgroup
3360 subscription dialog.
3361 * src/news.[ch]: renamed news_remove_group_list() to
3362 news_remove_group_list_cache().
3366 * src/defs.h: added MAX_ENTRY_LENGTH definition.
3367 * src/compose.c: compose_add_entry_field(): create new entry with
3372 * src/grouplistdialog.c: made non-leaf node selectable.
3373 Give the complete newsgroup name for each nodes.
3377 * src/grouplistdialog.c
3378 src/news.[ch]: merging of new newsgroup subscription dialog
3379 (still in progress. Don't use it yet!).
3383 * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
3384 * src/compose.[ch]: compose_new_with_recipient(): accept mailto
3386 compose_entries_set(): new. It parses mailto URL and put each
3387 values into the entries.
3391 * src/compose.c: compose_forward(): fixed a bug that forward
3392 quote mark wasn't used (thanks to Hironori IWANE).
3395 src/prefs_common.c: added Thai encodings (thanks to Manrat
3400 * src/socket.c: sock_connect_by_hostname(): removed h_errno.
3404 src/news.c: added last_access_time to Session.
3405 imap_session_get(): check connection only when access interval
3414 * src/socket.c: ssl_gets(): use SSL_peek.
3415 * updated NEWS and AUTHORS.
3416 * Makefile.am: fixed release target.
3420 * src/template.c: changed the format of template file to
3422 * src/compose.c: compose_template_apply(): freeze the text widget
3423 while inserting strings.
3427 * po/POTFILES.in: removed src/template_select.c.
3428 * src/summaryview.c: summary_set_header()
3429 src/address.c: address_parse_str()
3430 src/filter.c: filter_read_str()
3431 src/news.c: news_parse_xover()
3432 src/procheader.c: procheader_get_fromname()
3433 src/utils.c: subject_compare():
3434 replaced Xalloca() + strcpy() with Xstrdup_a().
3435 * src/inputdialog.[ch]: added combo mode.
3436 input_dialog_combo(): new.
3437 * src/prefs_common.[ch]: added MIME open command setting.
3438 prefs_common_{read, save}_config(): read / write command history.
3439 * src/mimeview.c: mimeview_open_with(): use combo input dialog.
3440 * src/utils.[ch]: add_history(): history list management function.
3444 * src/compose.c: select templates from the menu.
3445 compose_set_template_menu(): new.
3446 compose_reflect_prefs_all(): new.
3447 compose_template_apply(): new. Use dummy MsgInfo for parsing.
3448 * src/template.[ch]: store template list to the static heap.
3449 template_get_config(): new.
3450 template_set_config(): new.
3451 * src/prefs_template.c: don't store template list to the global area.
3452 * src/template_select.[ch]: removed.
3453 * src/quote_fmt_parse.y: check folderitem when quoting messages.
3454 * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
3455 (thanks to OSHIRO Naoki).
3459 * src/utils.[ch]: get_template_dir(): new.
3460 * src/template.c: use get_template_dir().
3464 * src/prefs_template.c: modified the dialog layout.
3465 Added symbol description button.
3466 * src/summaryview.c: show an arrow mark to the column of the sort
3468 summary_set_column_titles(): new.
3474 TODO.jp: updated the documents.
3478 * src/Makefile.am: add missing checkbox_{on, off}.xpm.
3479 * src/textview.c: textview_key_pressed()
3480 src/mimeview.c: mimeview_key_pressed()
3481 src/summaryview.c: summary_key_pressed(): delete messages with
3486 * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
3487 when SSL_read() returned 0.
3488 * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
3490 * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
3491 Add prototype of yylex() to suppress the warning.
3492 * merged the template function.
3493 * src/prefs_template.[ch]
3495 src/template_select.[ch]: new.
3496 Renamed prefs_templates_* -> prefs_template_*.
3497 * src/compose.c: added template menu. Added replyinfo to Compose.
3498 * src/mainwindow.c: added template setting menu.
3499 * src/quote_fmt_lex.l: output literal tab and return as is.
3500 * src/prefs_common.c: changed the pref. name of quote format to
3501 'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
3505 * src/prefs_common.[ch]: added Quote tab, and moved the quote
3506 setting from Compose tab.
3507 * merged the new quote format parser.
3508 * src/quote_fmt_lex.h
3511 src/quote_fmt_parse.y: new files for quote format parser.
3512 * configure.in: added checks for lex and yacc.
3513 * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
3515 compose_quote_fmt(): new.
3516 * src/prefs_common.[ch]: added forward format setting to the
3517 Quote tab. Updated the quote description dialog.
3518 * src/quote_fmt_parse.y: fixed bugs that tried to read file even
3519 if they couldn't get text part.
3523 * src/pixmaps/checkbox_off.xpm
3524 src/pixmaps/checkbox_on.xpm: new.
3525 * src/account.c: display `get all' status with the checkbox pixmaps.
3529 * src/send.c: code cleanup. Pass account prefs structure instead
3531 Query password for SMTP AUTH if not specified (thanks to Mio).
3535 * src/procheader.c: procheader_parse(): fixed a bug that didn't
3536 parse multiple message-id in In-Reply-To: header correctly
3537 (thanks to KAJIWARA).
3541 * src/account.c: enabled 'Get all' setting by clicking the 'G'
3542 column of account list, and added some description.
3543 * src/prefs_common.c: prefs_send_create(): added a description
3544 for outgoing codeset.
3548 * src/prefs_account.[ch]: moved inbox entry to the receive tab,
3549 and added select button and short description.
3550 * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
3552 procmime_get_mime_type_table()
3553 procmime_get_mime_type_list(): modified so that
3554 $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
3555 $(HOME)/.sylpheed/mime.types are read.
3559 * src/prefs_account.c: moved the address auto-setting to the compose
3561 prefs_account_create(): removed gtk_widget_show_all() for proper
3563 * src/prefs_common.c: changed "Program path" to "Command".
3567 * src/textview.c: textview_set_font(): support Russian charset
3569 * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
3573 prefs_summary_column.c: minor improvements to the English.
3574 * src/main.c: get_queued_message_num(): don't output the warning
3575 when queueing folder is not found.
3583 * src/prefs_summary_column.[ch]:
3584 made prefs_summary_column_get_config() public.
3585 * src/summaryview.c: summary_ctree_create(): some code cleanup.
3586 * configure.in: moved the position of SSL checking after LDAP
3587 for linking problem.
3592 src/summaryview.c: allowed reedit in the outbox.
3593 * src/prefs_summary_column.[ch]: new. UI for setting summary
3595 * src/mainwindow.[ch]: main_window_set_summary_column(): new.
3596 It calls summary_set_column_order().
3597 * src/summaryview.[ch]:
3598 summary_ctree_create(): new. separated from summary_create().
3599 summary_set_column_order(): new. It destroys the current
3600 CTree and replaces it with the new one.
3604 * src/smtp.[ch]: smtp_from(): abort if auth failed.
3605 * changed C++-style comments into C-style in some files, and
3606 removed unnecessary commented out codes.
3607 * src/addrcache.[ch]
3611 src/syldap.[ch]: updated the addressbook code, and fixed the
3614 src/importldif.[ch]: new.
3618 * src/about.c: added some items to compiled-in features.
3619 * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
3620 * src/addressbook.c: changed "V-Card" to "vCard".
3621 addressbook_edit_address_cb(): added
3622 invalidate_address_completion() to the point address is changed.
3623 * src/codeconv.c: changed C++-style comments into C-style.
3627 * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
3631 * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
3636 * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
3638 * src/summaryview.c:
3639 summary_thread_init(): separated from summary_thread_build().
3640 summary_thread_build(): removed the codes for initialization.
3641 summary_set_ctree_from_list(): call summary_thread_init() instead
3642 of summary_thread_build().
3643 summary_filter(): fixed a bug that didn't moved messages despite
3644 of immediate execution setting.
3648 * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
3649 reversed thread tree from message list.
3650 * src/summaryview.c: summary_set_ctree_from_list(): prepend the
3651 node to the head instead of appending to the tail. This prevents
3652 the traverse of node list inside of the GtkCTree, and considerably
3653 speeds up the summary display (the order is O(n^2) -> O(n)).
3657 * src/prefs_common.c
3658 src/summaryview.[ch]: initial modification for reorderable columns.
3662 * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
3664 * src/folderview.c: folderview_button_pressed(): code cleanup, and
3665 turn sensitivity off if main window is locked.
3666 * src/syldap.c: syldap_read_data(): removed unnecessary and
3667 unportable sched_yield().
3671 * src/folderview.c: renamed "Update folder tree" context menu to
3672 "Rescan folder tree", and made "Update folder tree" only updates
3674 folderview_update_all_node(): don't show message dialog.
3675 * src/gtkutils.c: gtkut_widget_get_uposition()
3676 src/mainwindow.c: main_window_popup(): clip the coordinate to
3681 * src/utils.c: to_human_readable(): made a bit of optimization.
3682 * src/summaryview.c: summary_delete(): fixed a focus problem.
3683 summary_find_{prev,next}_msg(): new. They find previous/next
3684 message that is not deleted.
3685 * src/prefs_filter.c: scroll CList automatically if moved row
3686 becomes not fully visible.
3690 * updated some autotool scripts.
3691 * src/codeconv.c: conv_encode_header(): fixed a bug that caused
3692 infinite loop when failed to convert encoding.
3693 * src/codeconv.[ch]: a fix for older version of libjconv
3694 (jconv_info_get_current_codeset() returned "EUCJP" instead of
3703 * src/compose.c: compose_write_to_file()
3704 src/codeconv.c: conv_codeset_strdup(): more workaround for
3705 libjconv problem on C locale.
3706 * src/editldap_basedn.c: fixed segfault when opening dialog.
3707 * src/utils.c: is_next_mbs()
3708 src/compose.c: compose_wrap_line(), compose_wrap_line_all():
3709 changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
3710 * configure.in: increased the reqired version of GPGME to 0.2.3.
3711 * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
3712 the receive dialog when POP3 server refused normal authentication.
3716 * src/prefs_common.c: prefs_receive_create(): correction to English.
3717 * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
3718 that didn't set the menu sensitivity correctly (thanks to
3720 * src/summaryview.c: delete messages permanently if the current
3721 folder is trash and 'delete' operation is executed.
3722 Fixed the bug that didn't select the last row correctly (thanks
3723 to Alfons Hoogervorst).
3724 * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
3725 all messages given in the list.
3729 * src/summaryview.c: summary_show(): fixed a bug that didn't show
3730 message even if the 'open unread message on entering folder'
3731 option was turned on.
3735 * src/procmime.c: procmime_get_text_content(): supported HTML.
3739 * src/summaryview.[ch]: implemented new locking mechanism, and
3740 replaced every static locks with summary_lock(), summary_unlock(),
3741 and added locks to some extra functions.
3742 This fixes a bug that caused segfault when 'd' (delete) key
3747 * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
3748 that caused segfault (thanks to Stefaan A Eeckels).
3752 * src/textview.[ch]: added textview_set_position().
3753 * src/messageview.[ch]: added messageview_set_position().
3765 src/editldap_basedn.c
3770 src/vcard.c: converted C++-style comments into C-style one.
3771 * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
3772 new buffer and quote with double quotes if required.
3773 imap_status(), imap_cmd_login(), imap_cmd_list(),
3774 imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
3775 imap_cmd_copy(): use QUOTE_IF_REQUIRED().
3776 * compose.c: compose_write_to_file(): workaround for the problem
3777 when using libjconv and 8bit codes cannot be converted on C
3779 * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
3780 conv_codeset_strdup(): don't convert if source and destination
3781 codeset are identical.
3785 * src/textview.[ch]: textview_search_string_backward(): new.
3786 Add the new member cur_pos to TextView.
3787 Connect button_press_event with gtk_signal_connect_after() to
3788 obtain the correct editable position.
3792 * src/folder.c: folder_write_list_recursive(): preserve unthreaded
3797 * src/summaryview.c: modified the layout of popup menu.
3804 src/summaryview.c: applied the patch from Alfons that allows
3805 threading setting for each folders (tnanks!).
3809 * src/message_search.[ch]: new. A Dialog for searching in current
3811 * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
3812 text in current position of GtkText and given wide-character
3814 * src/messageview.[ch]: messageview_search_string()
3815 src/textview.[ch]: textview_search_string(): return TRUE if
3817 * src/textview.[ch]: remember the beginning of body.
3821 * src/procmime.c: procmime_get_first_text_content(): modified so
3822 that it search entire MIME structure.
3823 * src/summary_search.c: summary_search_execute(): use
3824 strdup_mbstowcs() instead of macro. Display matched message.
3828 * src/inc.c: fix for background POP3 hangs and crashes (thanks to
3830 * src/summary_search.c: added body searching function.
3831 * src/procmime.[ch]: procmime_find_string(): changed arguments
3832 and return value. Added case sensitivity option.
3836 * src/procmime.[ch]:
3837 procmime_find_string()
3838 procmime_find_string_part(): new. It searchs the string from
3840 Renamed procmime_get_text_part() to
3841 procmime_get_first_text_content().
3842 procmime_get_text_content(): new. It returns the text contents
3843 of the specified MIME part.