4 gtkut_font_load(): new. It automatically choose font or fontset
6 gtkut_font_load_from_fontset(): new. It tries to load single font
7 instead of fontset from a fontset string.
11 src/summaryview.c: workaround for the problem that couldn't display
12 8-bit characters in C or POSIX locale (use font instead of fontset).
15 src/textview.c: made code cleanup using gtkut_font_load*().
19 * src/mh.c: mh_get_msginfo(): set correct message number.
23 * src/folder.[ch]: added a new virtual method Folder::get_msginfo().
24 It returns a new MsgInfo associated to a message number.
25 folder_item_get_msginfo(): new.
26 * src/imap.[ch]: imap_get_msginfo(): new.
27 * src/mh.[ch]: mh_get_msginfo(): new.
28 * src/news.[ch]: news_get_msginfo(): new.
32 * src/codeconv.c: conv_euctojis(): fixed a bug which will cause
33 infinite loop if an invalid code appeared.
37 * src/codeconv.c: conv_codeset_strdup()
38 src/html.[ch]: html_read_line(): don't output conversion failure
40 Added HTML_CONV_FAILED to the enum HTMLState.
44 * implemented per-folder auto-set address (still in progress).
45 * src/compose.[ch]: compose_new(): added FolderItem to its arguments,
46 and set entries from it (if mailto is empty).
47 compose_entry_append(): activate menu if required.
48 compose_entries_set_from_item(): new.
49 * src/folder.[ch]: added auto_to, use_auto_to_on_reply, auto_cc,
50 auto_bcc, and auto_replyto to FolderItem, and renamed apply_sub to
52 folder_build_tree(), folder_read_folder_func(),
53 folder_write_list_recursive(): added the above members.
54 * src/prefs_folder_item.[ch]: added auto-set addresses.
55 * src/pop.[ch]: removed Pop3State::prev_folder.
59 * src/compose.c: allow dropping files by also "moving" files from a
60 file manager (thanks to Alfons).
64 * compose_reply_set_entry(): made Reply-To have priority over
65 List-Post on ML reply.
69 * src/gtksctree.[ch]: gtk_sctree_set_anchor_row(): new.
70 * src/summaryview.c: summary_step(): fixed a bug that lost the
71 correct selection anchor.
72 summary_key_pressed(): use gtk_sctree_select() instead of
76 src/recv.c: differentiate disk full and socket errors
77 (thanks to Colin Leroy).
81 * src/account.c: account_edit_prefs(): removed unused variables.
82 * src/compose.[ch]: separated WITH_QUOTE/WITHOUT_QUOTE flags in
85 compose_reply_set_entry(): receive reply type with one argument.
86 * src/summaryview.c: summary_reply(): reduced conditional branches.
90 * src/compose.c: compose_redirect(), compose_reedit(): strip CR
91 from line ends (thanks to Sergey Vlasov).
92 * src/folderview.c: renamed 'Rescan folder tree' to 'Rebuild
97 * src/folder.[ch]: added a virtual method Folder::remove_msgs().
98 * src/imap.[ch]: implemented imap_remove_msgs() which expunges
103 * src/account.[ch]: account_open(): new. It opens account prefs
104 dialog and reflects to UI when finished.
106 folderview_button_pressed()
107 folderview_property_cb(): open account prefs dialog when the
108 property of the root folder of remote account is requested.
112 * src/account.c: account_destroy(): unref account information in
114 * src/folder.[ch]: folder_unref_account_all(): new. It unref the
115 specified account information in all folders.
117 folderview_rm_imap_server_cb()
118 folderview_rm_news_server_cb(): destroy Folder first because
119 folder_destroy() refers to account information.
123 * src/account.c: account_find_from_item(): fixed a bug which didn't
124 select the correct account.
125 * inc_pop3_session_do():
126 fixed the resource leak when SSL initialization failed.
127 Immediately break from temporary event loop if cancelled.
131 * src/account.[ch]: account_find_from_item(): new.
133 compose_reply(), compose_forward(), compose_redirect()
134 src/mainwindow.c: compose_cb(): select optimal account when
136 * src/folder.[ch]: added FolderItem::apply_sub.
137 * src/menu.[ch]: menu_find_option_menu_index(): new. It finds the
138 index of option menu which contains the specified data.
139 * src/prefs_folder_item(): added Compose tab, and the setting of
144 * configure.in: added $LDAP_LIBS for lber library detection.
152 * src/procmsg.c: procmsg_msginfo_get_full_info(): fixed a memory
153 leak, and added error checking.
157 * src/compose.[ch]: added a flag Compose::use_newsgroups, and
158 removed Compose::orig_account.
159 compose_check_for_valid_recipient(): check only enabled entries.
160 compose_write_headers()
161 compose_redirect_write_headers(): add Newsgroups header only
162 when the entry is enabled.
163 compose_send(): modified the method of finding a mail account
164 from a news account so that it tries to match the From address.
165 * src/send.c: send_message_queue(): enabled the queueing of news
167 * src/news.[ch]: news_post_stream(): new.
171 * configure.in: check lber first and use $LDAP_LIBS on the check
176 * po/*.po: fixed many typos of format strings which will lead to
177 crash (thanks to Sergey Vlasov).
181 * src/procheader.c: procheader_parse_stream(): added Cc header
182 to the target for full parsing.
183 * src/procmsg.[ch]: procmsg_msginfo_get_full_info(): new. It
184 returns the full message information from the given information.
185 * src/compose.c: compose_reply(), compose_forward(): get full
186 message information for Cc header.
190 * src/inc.c: inc_account_mail(), inc_all_account_mail(): update
191 IMAP4 and NNTP folder summary after checking those accounts.
199 * src/prefs_common.c: prefs_compose_create(): modified the label
200 of the option for Reply button.
201 * configure.in: add -lldap and -llber to the 5th argument of
202 AC_CHECK_LIB() for LDAP library detection.
211 * src/mainwindow.c: toggle the behavior of Reply button between
212 normal reply and reply-to-list.
213 * src/prefs_common.[ch]: added an option to switch the function
218 * src/compose.c: compose_new(): removed the workaround for XIM
219 because it doesn't have any effect and only seems to cause
224 * src/compose.[ch]: compose_reply(): added a flag for reply-to-ML.
225 compose_parse_header(): parse also List-Post header.
226 compose_reply_set_entry(): support reply-to-ML (fall back to
227 normal reply if ML address is not found).
230 src/summaryview.c: reorganized Reply menu and added 'Reply to
232 * src/utils.[ch]: scan_mailto_url(): new. It scans mailto URL and
233 returns newly allocated parameters.
237 * src/account.c: account_read_config_all(): set account information
238 to default before initializing with configuration file.
239 * src/prefs_account.[ch]: prefs_account_new(): new. It returns a
240 newly created account information structure initialized by
241 the default settings.
246 replace_address_in_edit(): check if newtext is NULL.
247 completion_window_button_press(): fixed a memory leak.
248 * src/pop.c: LOOKUP_NEXT_MSG(): don't expire messages whose
249 recv_time is RECV_TIME_KEEP.
250 pop3_getrange_uidl_recv(): only set get_all flag if
251 ac_prefs->getall is set.
252 pop3_retr_recv(): don't delete messages which are not received
253 by filter, and set recv_time to RECV_TIME_KEEP in the case.
254 * src/pop.h: added an enum RecvTime.
255 * src/inc.c: inc_drop_message(): unlink temporary message file if
256 not received by filter.
260 * src/mainwindow.c: added 'Edit/Select thread' menu.
261 * src/summaryview.[ch]: added 'Select thread' to the context menu.
262 summary_select_thread(): new. It selects all messages of current
267 * src/rfc2015.c: check_signature(): corrected error handling and
272 * src/rfc2015.c: check_signature(): correctly remove the last empty
273 line, and canonicalize the file part before verifying (this should
274 fix incompatibility with Evolution or some other MUAs).
275 * src/utils.[ch]: copy_file_part(): new. It copies the specified
276 range of file stream to another file.
280 * src/compose.c: compose_write_to_file(): force BASE64 encoding for
281 8-bit text when signing (thanks to Colin Leroy).
285 * src/prefs_common.c: prefs_send_create(): fixed the charset string
286 for Cyrillic (Windows-1251).
294 * src/codeconv.c: changed the charset for ru_RU.CP1251 to
295 Windows-1251. Added bg_BG locale.
299 * src/compose.c: account_activated(): change the state of menu items
300 and entries according to the selected account.
301 compose_select_account(): new. It changes the state of title bar,
302 menu items and entries.
306 * src/inc.c: inc_mail(): correct new_msgs when inc_spool() returned
308 Don't refresh summary view on fetching when open_inbox_on_inc is
313 * src/summaryview.c: summary_show(): refresh even if open_inbox_on_inc
314 is set (to avoid summary refresh problem).
315 * src/imap.c: removed warnings by checking the existence of directory
316 before calling remove*_numbered_files().
320 * src/prefs_common.c: corrected English.
324 * src/prefs_common.[ch]: added an option: "Mark messages as read
325 only when opened in new window".
330 folder_tree_destroy()
331 folder_write_list_recursive(): added sanity check.
332 * src/imap.c: imap_scan_tree(): if folder->node is NULL and
333 can't get session, create empty folder node (based on the
338 * src/textview.c: textview_key_pressed(): pass GDK_Delete event to
340 * src/summaryview.c: summary_key_pressed(): scroll correct TextView
345 * src/news.c: news_scan_group(): fixed wrong message number
350 * major refactoring for POP3.
351 * src/inc.[ch]: moved Pop3State, inc_pop3_state_new(),
352 inc_pop3_state_destroy(), inc_get_uidl_table(), and
353 inc_write_uidl_list() into pop.c.
354 Moved Pop3State::folder_table and Pop3State::inc_state into
357 inc_put_error(): added lockbusy state.
358 inc_pop3_session_do(): obtain inc_state from Pop3State::error_val.
359 inc_cancel(): don't terminate the automaton here but just set
360 the flags to prevent crash.
362 pop3_getauth_pass_recv()
363 pop3_getauth_apop_recv(): check lockbusy state.
364 pop3_retr_recv(): check Pop3State::cancelled flag.
365 * src/automaton.[ch]: added 'cancelled' flag to Automaton.
366 automaton_input_cb(): terminate if cancelled flag is true.
367 * sylpheed.desktop: changed Type=Internet to Type=Application.
368 Added Categories=Application;Network;.
374 src/progressdialog.c: show detailed information to the status
376 Added cur_total_recv_bytes to Pop3State.
377 * src/prefs_common.[ch]: added an option to specify whether to
378 close receive dialog when finished.
382 * src/folder.[ch]: folder_get_path(): new. It returns the root path
386 imap_folder_destroy()
388 imap_remove_all_msg()
389 news_folder_destroy(): remove cache directories / files when
390 deleting Folder / messages.
394 is_file_entry_exist(): check if the argument is NULL.
396 remove_numbered_files()
397 remove_expired_files(): fixed memory leaks on error.
406 src/smtp.[ch]: made Folder and Session destructor virtual method.
410 * src/compose.c: do joining of normal lines only when auto-wrapping.
411 * src/main.c: modified the warning message for GnuPG.
412 * src/about.c: about_create(): modified the compiled-in features
414 * configure.in: improved LDAP library checking (thanks to Alfons).
424 compose_wrap_line_all(): backed out the change to join lines that
429 * configure.in: require at least gpgme-0.3.5.
433 * src/alertpanel.c: alertpanel_create(): minor modification.
442 * src/alertpanel.c: alertpanel_create(): modified the layout.
443 * src/rfc2015.c: check_signature(): don't abort on error.
447 * src/compose.c: compose_wrap_line_all(): freeze widget only if
448 required to repress flickers.
452 * src/compose.c: improved line wrapping.
454 compose_wrap_line_all(): also join lines that are not indented.
455 dump_text(): handle multi-byte strings correctly.
459 * src/compose.c: compose_wrap_line_all(): fix for auto-wrapping
460 (go to next line when space is entered at line limit).
464 * src/inc.c: inc_get_uidl_table(): fixed a memory leak reported by
469 * src/mh.c: mh_scan_tree_recursive(): disabled Maildir folder
470 checking to prevent confusion.
474 * src/folder.[ch]: folder_item_get_msg_list(): added a wrapper for
475 method Folder::get_msg_list().
476 * src/account.c: account_edit_prefs(), account_delete(): use
477 folderview_set_all() instead of folderview_rescan_all().
478 * src/folderview.[ch]:
479 folderview_check_new_all(): new. Updates all folders.
480 folderview_rescan_tree(): confirm before executing.
481 folderview_rescan_all(): commented out since it's not used anymore.
482 folderview_update_item_foreach(): added a flag for summary update.
483 * src/inc.c: inc_finished(): update summary only when
484 prefs_common.scan_all_after_inc is set.
485 inc_drop_message(): set mtime of target folder to 0 to force
486 the updating of summary.
487 inc_start(), get_spool(): update also summary when updating
489 * src/mainwindow.c: changed 'File - Rescan folder tree' to
490 'File - Check for new messages in all folders'.
494 * src/compose.c: compose_write_to_file(): clearsign message body
496 compose_clearsign_text(): new. Replaces the string with clearsigned
498 * src/prefs_account.c: added an option for clearsign.
499 * src/rfc2015.c: rfc2015_clearsign(): new.
500 pgp_sign(): added a flag for clearsign.
501 * src/utils.[ch]: get_tmp_file(): return newly allocated unique file
502 name (needs to be freed by caller).
503 str_write_to_file(), file_read_to_str(): new.
507 * src/procmsg.c: procmsg_read_mark_file(): check key duplication
508 to avoid memory leak.
512 * src/base64.c: include string.h for memcpy().
513 * src/gtksctree.c: use macro ABS() instead of function abs().
514 * src/prefs_account.c
515 src/prefs_common.c: renamed 'send' to 'p_send' so as not to
516 conflict with the function send() in sys/socket.h.
517 * src/mainwindow.c: commented out the unnecessary functions.
518 * src/utils.c: canonicalize_file_replace(): correct warning message.
522 * src/utils.[ch]: get_tmp_file(): new. Returns the directory for
523 temporary files in ~/.sylpheed/.
524 * src/main.c: create temporary directory in ~/.sylpheed/.
526 src/inc.c: create temporary files in ~/.sylpheed/, and modified
528 compose_exec_ext_editor(): fixed a bug that failed to create the
529 temporary file if g_get_tmp_dir() returned directory other than
534 * src/utils.c: copy_file(): check if dest_bak != NULL when unlinking.
538 * src/utils.[ch]: canonicalize_file_replace(): fixed a bug that fails
539 to replace the file when the given file and temporary file are not
540 on the same filesystem.
541 copy_file(): added a flag whether to keep backup.
542 move_file(): added a flag whether to overwrite the destination file.
546 * src/socket.[ch]: fixed the linking failure when IPv6 is enabled.
547 * src/select-keys.c: modified key selection dialog.
551 * src/socket.[ch]: my_gethostbyname(): new.
552 * src/utils.c: get_domain_name(): return FQDN instead of short
553 hostname (thanks to Bob Woodside).
554 * src/template.c: made the debug messages less verbose.
558 * src/prefs_common.[ch]: removed obsolete default sign key setting.
559 * src/utils.c: canonicalize_file(): correct the error check of
564 * src/compose.c: compose_write_to_file():
565 canonicalize line endings before encrypting/signing (this will fix
566 interoperability with other MUAs).
567 Removed unnecessary strdup.
568 Don't encrypt/sign draft message.
570 canonicalize_file(), canonicalize_file_replace(): new.
572 src/select-keys.c: changed g_message() to debug_print() and
574 * src/mimeview.c: mimeview_check_signature(): removed unnecessary
575 MIME structure scanning.
576 * src/textview.c: textview_add_part(): show signature status in
579 src/sigstatus.c: modified translatable strings and some MIME
584 * src/procmsg.c: procmsg_save_to_outbox(): don't forget to remove
585 the temporary file when saving from queue.
591 src/prefs_account.[ch]
592 src/prefs_common.[ch]: merged GnuPG stuff from the claws branch.
593 Modified some messages.
597 * src/textview.c: textview_scan_header(): fixed a memory leak
602 * src/prefs_actions.c: execute_actions(): put create_io_dialog()
603 in right conditional block.
607 * src/compose.c: compose_wrap_line_all(): fixed character buffer
613 log_error(): add time stamp to log messages.
618 corrected a typo (HAVE_SYS_SELECT -> HAVE_SYS_SELECT_H)
622 * src/socket.c: implemented socket I/O timeout.
624 * src/pop.c: check errors and return error value correctly.
628 * src/prefs_actions.c: made the action's input/output dialog display
629 without delay. Made the dialog modal instead of making window
630 insensitive. Also cleaned up its UI.
634 * implemented --attach command line option.
636 Cmd::attach_files: new member to store file paths.
637 parse_cmd_opt(): added --attach option. --compose option is implied.
638 prohibit_duplicate_launch()
639 lock_socket_input_cb(): added "compose_attach" message.
642 src/textview.c: renamed compose_new_with_recipient() to
643 compose_new(), and added an argument for attachment files.
647 * src/logwindow.c: freeze GtkText widget while hidden.
648 log_window_append(): changed the header for message and warning.
652 * src/news.c: implement automatic cache expiration.
653 news_delete_expired_caches(): new.
654 news_get_article_list(): fixed a bug that nonexistent messages
655 were not removed from list.
656 * src/procmsg.[ch]: procmsg_get_last_num_in_msg_list(): renamed
657 procmsg_get_last_num_in_cache().
658 * src/utils.[ch]: remove_expired_files(): new.
663 inc_mail(): force summary refresh when using external command for
665 inc_all_account_mail(): fixed a bug on spool checking failure.
676 src/editldap_basedn.c
678 src/prefs_common.c: fixed memory leaks which didn't free strings
679 gtk_editable_get_chars() returned. And minor code cleanups.
681 src/vcard.h: removed C++-style comments.
685 * src/codeconv.c: conv_encode_header(): fixed a problem in encoding
686 strings which include both multi-byte and us-ascii characters.
690 * src/utils.c: remove_numbered_files(): don't try to unlink()
693 conv_get_code_conv_func(): return conv_anytodisp() if charset is
695 conv_unmime_header_overwrite()
696 conv_unmime_header(): do conv_anytodisp() before decoding header.
704 * src/compose.c: added 'Tools/Actions' menu.
708 * src/base64.c: a minor fix for BASE64VAL() macro.
712 * src/base64.c: base64_decode(): fixed a buffer overrun bug.
720 src/base64.[ch]: rewrote the BASE64 encode / decode routines.
721 base64_encode(), base64_decode(): new.
722 * src/rfc822.[ch]: removed.
724 src/about.c: removed the copyright notice for fetchmail.
730 src/unmime.[ch]: rewrote the MIME decode routines.
732 unmime_quoted_printable_line(): new.
734 procheader_get_one_field()
735 procheader_get_unfolded_line(): remove also CR.
739 * libkcc: removed from the source tree.
741 src/about.c: removed the copyright notice for libkcc.
742 * src/codeconv.c: conv_guess_encoding(): check for ASCII code first
744 * src/prefs_actions.c: removed unnecessary spaces/tabs.
748 * src/prefs_actions.c: comply with the coding style.
749 Modified the UI design.
750 * src/mainwindow.c: main_window_set_menu_sensitive(): enable Actions
751 menu when multiple messages are selected.
755 * src/prefs_actions.[ch]: merged the 'Actions' feature from claws.
756 update_actions_menu(): simplified the menu deletion.
757 * src/mainwindow.c: added 'Actions' menu to Tools and Configuration.
761 * src/codeconv.[ch]: implemented conv_jistoeuc(), conv_euctojis(),
762 conv_sjistoeuc(), and conv_guess_encoding(). Removed the dependency
767 * configure.in: added check for strchr.
771 * src/prefs_common.[ch]
772 src/inc.c: added an option to inhibit receive error dialog.
776 * src/account.c: account_find_from_address(): support multiple
781 * src/gtksctree.[ch]: changed GtkSCTree::anchor_row from gint to
782 GtkCTreeNode* so that it won't become invalid after the row move.
783 Removed dependency to gtkutils.c.
784 * src/prefs_common.[ch]
785 src/summaryview.c: summary_selected(): added an option to show
786 message when cursor keys are pressed on summary view.
792 src/compose.c: changed "host_alias" to "target_alias" so that it
793 shows the correct system name on cross-compiling (thanks to
798 * src/prefs_account.[ch]: added the option menu to force an
799 authentication method for SMTP AUTH.
801 src/smtp.[ch]: smtp_from(), smtp_auth(): added an argument to
802 specify the authentication method for SMTP AUTH.
803 smtp_ehlo(): allow AUTH responses that don't comply with the RFC.
807 * src/prefs_common.[ch]
808 src/compose.c: enabled "Wrap on input".
812 * src/summaryview.[ch]
813 src/mainwindow.c: added "Go to/{Prev,Next} new message" menu.
814 Made some code cleanups.
819 src/prefs_common.[ch]: added the hidden option to specify the
820 policy of the vertical scrollbar on folder view.
824 * src/messageview.[ch]:
825 messageview_copy_clipboard(): fixed a bug that couldn't copy text
827 messageview_get_current_textview(): new.
828 messageview_get_text_widget(): removed.
829 * src/quote_fmt_parse.y: quote message even if msginfo is empty.
830 * src/compose.[ch]: implemented the "Paste as quotation" feature.
831 text_inserted(): new callback for "insert_text" signal.
832 Add quote mark to the pasted text if Compose::paste_as_quotation
837 * src/compose.c: if the Content-Type of a file is text/*, check
838 its content and set the optimal Content-Transfer-Encoding (thanks
843 * src/textview.c: textview_key_pressed(): pass key press event to
844 main window to activate menu shortcuts (thanks to Alfons).
848 * src/folder.c: folder_build_tree(): use strtoul() instead of atoi()
849 for mtime to prevent flooring.
852 imap_move_msgs_with_dest()
853 imap_copy_msgs_with_dest(): fixed a bug that prevented multiple
855 imap_parse_envelope()
856 imap_cmd_envelope(): use RFC822.HEADER instead of ENVELOPE to get
857 full information of messages and simplify the parser. Also fixed
858 the bug that References header was ignored on threading.
859 imap_parse_one_address()
860 imap_parse_address(): removed.
861 imap_get_header(): new. It reads the RFC822 header and returns
862 a newly allocated string.
863 * src/procheader.[ch]: changed procheader_parse() to
864 procheader_parse_stream() and added different interfaces for it.
868 * po/zh_TW.Big5.po: fixed a mistake that caused a crash.
876 * src/inc.c: inc_get_uidl_table(): fixed a bug that garbage time
877 could be inserted into the hash table.
878 inc_write_uidl_list(): a minor code cleanup.
879 * src/mainwindow.c: main_window_get_current_state():
880 make the state unexecutable on an empty folder.
881 * src/summaryview.c: summary_sort(): don't sort on an empty folder.
882 * src/pop.c: minor code cleanups.
886 * src/prefs_account.c: CREATE_RADIO_BUTTONS(): fixed a typo and
887 corrected the behavior of the radio buttons.
891 * implemented 'Delete messages after N days' feature for POP3.
894 inc_write_uidl_list(): moved the location of UIDL list file from
895 RC_DIR/uidl-* to RC_DIR/uidl/*.
896 Added received time for each UIDLs.
897 src/main.c: main(): create RC_DIR/uidl/ directory.
898 src/pop.[ch]: LOOKUP_NEXT_MSG(): delete expired messages here.
899 Added recv_time to Pop3MsgInfo.
900 src/prefs_account.[ch]: added an option for the number of days for
909 * src/folder.c: folder_set_missing_folders(): fixed a bug that
910 caused multiplication of special folders on startup if their
912 * src/folderview.c: folderview_remove_mailbox_cb(): modified the
917 * src/compose.c: compose_reply(), compose_forward(): reverted the
918 last change since it causes lockup problem.
922 * src/compose.c: compose_reply(), compose_forward(): don't autowrap
924 compose_new_with_recipient(): workaround for initial XIM problem.
928 * src/mainwindow.c: sort ascending / descending order can be
929 specified with separated menu items.
930 Added "View/Sort/Don't sort" menu item.
931 * src/summaryview.[ch]: summary_sort(): added an argument for
936 * implemented persistent sort order.
938 folder_build_tree(): read 'sort_key' and 'sort_type' attributes.
939 folder_write_list_recursive(): write sorting state.
941 src/summaryview.[ch]: summary_show(): sort if required.
942 select the top node on descending sort.
943 Removed SummarySortType and sorting state variables from
951 src/prefs_account.[ch]: enabled NNTP over SSL.
952 * src/nntp.c: nntp_group(): issue MODE READER command and retry
953 when GROUP command once failed (this seems to avoid problems on
954 some broken news servers).
958 * faq/it/*.html: corrected DOS linebreaks.
959 * faq/*/*.html: changed ">" to ".
963 * src/prefs_account.c: prefs_account_protocol_activated(): hide
964 unnecessary frames in SSL tab.
970 src/prefs_account.[ch]: enabled STLS command in POP3.
971 * src/account.c: account_clist_set_row(): display TLS setting.
975 * src/compose.c: compose_send_later_cb(): support redirect function.
978 src/prefs_account.[ch]: enabled STARTTLS command in IMAP4.
980 src/smtp.[ch]: use SSLType instead of SSLSMTPType.
984 * src/utils.[ch]: make_dir(): wrapper for mkdir() and chmod().
985 * src/compose.c: compose_create(): removed unrequired lines.
989 * src/news.c: news_scan_group(): fixed a bug that set the wrong
990 values in some cases.
991 * src/prefs_account.c: corrected English in Advanced - Folder
996 * src/textview.c: textview_show_message(), textview_show_part():
997 fixed a bug that GtkSText *text pointed the incorrect object.
998 textview_add_part(): freeze GtkSText while adding RFC822 headers.
999 textview_show_part(): fixed a bug that couldn't display single
1000 part MIME message as text.
1004 * src/compose.c: compose_redirect_write_to_file(): correct the target
1005 for change_file_mode_rw(). Check if fclose() succeeded. Unlink
1006 incomplete file when an error occured.
1011 compose_create(): disable menus for draft on redirection mode.
1012 compose_redirect_write_to_file(): correct the error handling of
1014 * src/prefs_common.c: turned off the "Display recipient on `From'
1015 column if sender is yourself" option by default.
1019 * src/compose.[ch]: implemented 'Redirect' (aka Bounce) feature.
1020 Based on the implementation of the claws branch.
1021 compose_redirect(): create a new window and make it uneditable.
1022 compose_redirect_write_to_file(): copy headers and body of
1023 original message except for some.
1024 compose_redirect_write_headers(): add extra "Resent-*" headers.
1025 compose_create(): set menu sensitivity for redirection mode.
1029 * src/codeconv.c: conv_encode_header(): fixed a bug that unnecessary
1030 space is inserted between encoded string and the following folded
1031 one (thanks to Masahiro Tomita).
1035 * src/mainwindow.[ch]: some refactoring has been made.
1036 main_window_toggle_message_view(): moved summary_toggle_view_real()
1038 * src/messageview.[ch]: messageview_is_visible(): new.
1039 * src/summary_search.c
1040 src/summaryview.[ch]: SummaryView::msg_is_toggled_on: removed.
1041 Instead use messageview_is_visible().
1045 * src/mainwindow.c: added 'Expand/Collapse all threads' menu.
1046 * src/summaryview.[ch]:
1047 summary_expand_threads(), summary_collapse_threads(): new.
1051 * src/mainwindow.c: Fixed the behavior of
1052 '/View/Show or hide/Folder tree' and
1053 '/View/Show or hide/Message view' toggle menu.
1054 Removed '/View/Toggle summary view' menu and integrated the
1055 function into '/View/Show or hide/Message view'.
1056 main_window_set_widgets(): change the state of toggle menu items.
1057 * src/prefs_common.c: prefs_keybind_apply_clicked(): updated menurc
1062 * src/mimeview.c: mimeview_set_multipart_tree(): show single part
1063 MIME contents other than text as children of message/rfc822 part.
1065 procmime_mimeinfo_next(): modified for message/rfc822 part which
1066 content-type is single part MIME.
1067 procmime_scan_multipart_message(): fix for nested message/rfc822
1068 part. Corrected the size of the contents of message/rfc822.
1069 * src/textview.c: textview_show_part(): extract the contents of
1070 multipart/* and message/rfc822. Some code cleanups.
1071 textview_add_parts(): new. It adds the all parts under a part to
1073 textview_clear(): reset body_pos and cur_pos.
1077 * src/addr_compl.c: modified so that it behaves better.
1078 get_address_from_edit(): ignore comma inside of brackets.
1079 completion_window_apply_selection(): new. Only apply the current
1081 completion_window_accept_selection(): removed.
1082 address_completion_complete_address_in_entry(): minor code cleanup.
1083 don't replace address in entry here.
1084 completion_window_select_row(): always apply clist selection to
1086 completion_window_key_press(): don't apply selection here.
1090 * src/imap.c: imap_create_folder(): keep trailing directory separator
1091 to create a folder that contains sub folder.
1095 * src/foldersel.c: sort tree with case insensitive.
1096 * src/mainwindow.c: allsel_cb()
1097 src/messageview.c: messageview_select_all(): fixed 'Select all'
1099 * src/mainwindow.c: removed common and account prefs button from
1104 * src/compose.c: compose_account_option_menu_create(): check if
1113 * manual/ja/*: updated the Japanese manual (thanks to Yoichi Imai).
1114 manual/en/*: updated the English manual.
1116 faq/it/*: added German and Italian FAQ.
1119 faq/fr/*: updated FAQs.
1121 src/mainwindow.c: added German and Italian language.
1125 * src/prefs_account.c: turn off "receive at get all" option by default
1126 when creating an IMAP or News account.
1130 * src/imap.c: imap_scan_tree(): don't use namespace for prefix.
1131 * src/prefs_folder_item.c: show also identifier path.
1132 Made layout using table. Show uneditable entry using background
1134 * src/procmime.c: procmime_get_tmp_file_name(): generate safe
1139 * src/automaton.[ch]: added UI callback to Automaton.
1141 src/pop.c: use callback instead of calling inc_progress_update()
1143 pop3_getrange_uidl_recv(): don't fall back to LAST when 'get all'
1148 * src/folderview.c: properly sort abbreviated newsgroups.
1153 src/prefs_common.[ch]
1154 src/summaryview.c: added an option to specify the minimum length
1155 for abbreviated newsgroups name.
1159 * src/folderview.c: folderview_check_new(): skip unselectable folders.
1160 * src/summaryview.c: added 'Create filter rule' to the context menu.
1161 * src/imap.c: some code cleanups.
1162 imap_scan_tree_recursive(): get path separator for each calls.
1163 imap_get_path_separator(): new.
1167 * src/imap.[ch]: supported namespace for others/shared folders
1169 imap_parse_namespace(): parse also others/shared namespace.
1170 imap_find_namespace(): search also others/shared namespace.
1172 strchr_parenthesis_close(): return pointer to closing parenthesis.
1173 strsplit_parenthesis(): split parenthetic list into array of
1178 * src/procheader.c: procheader_date_parse(): fixed a bug that didn't
1179 parse date string like "Mon,6 May 2002 20:31:12 +0800".
1180 procheader_scan_date_string(): new. Separated string scanning
1181 part from procheader_date_parse().
1185 * src/summary_search.c: summary_search_execute(): unlock while
1186 selecting summary row (thanks to Martin Schaaf).
1187 * src/summaryview.c: summary_set_column_titles(): reversed the
1188 direction of the arrow so that it matches with Win/Mac style.
1192 * src/compose.c: compose_write_headers(): quote self address name
1193 if required. Some code cleanups. Don't override Newsgroups and
1194 Cc with custom headers.
1195 * src/imap.c: imap_add_msg(): return UID for appended message.
1196 * src/compose.c: compose_queue(): check if queue folder exists.
1197 * src/imap.c: QUOTE_IF_REQUIRED(): quote also other IMAP special
1199 imap_open(): removed an unrequired argument.
1203 * src/utils.[ch]: trim_string(): new. It trim characters longer than
1204 the specified length and adds "...".
1205 * src/folderview.c: trim folder name when displaying dialog.
1209 * src/imap.c: imap_create_folder(): don't add prefix for root INBOX
1211 * src/folderview.c: folderview_select()
1212 src/summary_search.c: summary_search_execute(): lock summary view
1213 while searching (thanks to Martin Schaaf).
1221 * sylpheed*.png: added new app icons by WAKAI Kazunao (thanks!).
1225 * src/summaryview.c: summary_show(): fixed a bug that didn't process
1227 * src/account.c: account_edit_prefs(): fixed a crash bug when account
1229 * src/prefs_account.c: prefs_account_apply(): display error dialog
1230 if account name is empty.
1231 * src/imap.c: changed some log_print() to debug_print() to reduce
1236 * src/mh.c: mh_get_new_msg_filename(): new. It returns the filename
1240 mh_do_move_msgs_with_dest()
1242 mh_copy_msgs_with_dest(): use mh_get_new_msg_filename().
1243 * src/utils.[ch]: added is_file_entry_exist() which returns TRUE
1244 if stat() succeeded.
1246 imap_fetch_msg(): SELECT mailbox before FETCH if required.
1247 imap_scan_folder(): set last_num using the value of UIDNEXT.
1248 imap_select(): return immediately if there is no need for SELECT.
1249 preserve the path of currently selected mailbox.
1250 imap_status(): added UIDNEXT.
1254 * src/folder.c: folder_item_scan(): removed the warning.
1255 * src/inputdialog.[ch]: input_dialog_combo(): added an argument for
1256 setting case sensitivity.
1260 * src/mainwindow.c: main_window_create(): restrict the minimum size.
1264 * src/compose.c: merged the new line-wrapping routine.
1265 join_next_line(): fixed a bug that didn't join multibyte
1267 get_indent_length(): modified enums and variable names.
1268 INDENT_CHARS: don't indent ':'.
1270 folderview_rename_folder_cb()
1271 folderview_delete_folder_cb(): support folder identifier.
1272 folderview_rm_imap_folder_cb(): integrated with
1273 folderview_delete_folder_cb().
1277 * src/folder.[ch]: folder_item_scan(): return -1 if scanning failed.
1278 * src/folderview.c: folderview_check_new(): abort checking if
1279 folder_item_scan() failed.
1283 * src/imap.c: imap_create_missing_folders(): create only INBOX and
1285 * src/prefs_folder_item.c: prefs_folder_item_set_dialog(): made the
1286 type of news folders unchangeable.
1287 prefs_folder_item_destroy(): use prefs_dialog_destroy().
1288 * src/prefs.[ch]: prefs_dialog_destroy(): new.
1292 * src/prefs_account.[ch]: added special folder setting to Advanced
1293 tab. Also moved "IMAP server directory" setting to there.
1294 * src/account.[ch]: account_get_special_folder(): new. It returns
1295 the optimal special folder for accounts.
1296 * src/compose.c: use account_get_special_folder().
1297 * src/prefs_folder_item.[ch]: new. Implemented folder property
1298 dialog, and the special folder settings (most of the functions in
1299 claws are not integrated yet, and the structure is slightly
1301 * src/folderview.c: enabled Property menu.
1305 * src/textview.c: IS_RFC822_CHAR(): make email parser also stop
1306 scanning when encountering separators ',' and ';'.
1310 * src/mainwindow.c: reorderd the menu a bit.
1311 * src/compose.c: made 'Ctrl-Enter' ignore some modifiers.
1312 compose_reply_set_entry(): made 'Reply to sender' work for
1317 * src/compose.c: compose_create(): set geometry hints to restrict
1318 the maximum size of window.
1319 * src/imap.c: imap_parse_list(): don't mark INBOX as \Noselect.
1320 imap_get_uncached_messages()
1321 imap_cmd_fetch(): ignore responses which don't include FETCH.
1325 * COPYING: re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
1326 the clause for OpenSSL).
1330 * src/prefs_account.c
1331 src/smtp.[ch]: fixed a bug that didn't complie with OpenSSL enabled.
1337 src/session.[ch]: first reorganization of SMTP protocol handling.
1338 SMTPSession: new class which is a sub class of Session.
1339 smtp_session_new(): moved send_smtp_open() into this function.
1340 smtp_from(): moved SMTP AUTH calls into smtp_auth().
1341 smtp_auth(): use server response for SMTP AUTH method.
1342 smtp_ehlo(): read server response and set auth type flags.
1343 smtp_helo(): separated EHLO command.
1344 smtp_ok(): return the last server response if the buffer is
1346 * src/esmtp.[ch]: merged into smtp.[ch].
1347 * src/imap.c: imap_session_destroy_all(): use session_destroy().
1351 * src/imap.c: imap_open(): show warning message if IMAP4 session
1352 can't be established.
1356 * src/compose.c: made template able to be inserted into the current
1358 * src/mainwindow.c: moved some menu items under the submenu
1359 '/View/Show or hide'.
1364 src/inc.c: changed folder_find_item_from_path() to
1365 folder_find_item_from_identifier().
1367 src/prefs_filter.c: use folder_item_get_identifier() to specify
1372 * src/folder.[ch]: implemented "folder identifier" (and fixed a bug
1373 existed in claws' implementation).
1374 folder_find_from_name(): find Folder from name and type.
1375 folder_get_identifier(): return Folder id.
1376 folder_item_get_identifier(): return FolderItem id.
1377 folder_find_item_from_identifier(): find FolderItem from id.
1378 folder_get_type_string(): return folder type string.
1379 folder_get_type_from_string(): return FolderType from string
1380 (and fixed the wrong g_strcasecmp() usage).
1382 src/import.c: use folder_item_get_identifier() and
1383 folder_find_item_from_identifier().
1387 * src/imap.c: imap_parse_atom(): fixed a bug that cur_pos didn't
1388 point the correct address after reading the continuous line.
1389 imap_scan_folder(): set new number to 0 if unseen number is 0.
1390 imap_parse_flags(): don't add new and unread flag if \Seen flag
1392 * ac/Makefile.am: removed gpgme.m4 from MACROS.
1396 * fixed the old problem that couldn't add flags to currently opened
1399 compose_send(): update outbox after saving.
1401 compose_draft_cb(): use procmsg_add_flags().
1402 * src/folder.[ch]: added "opened" flag and "mark_queue" list to
1404 * src/main.c: send_queue(): send from all queue folders.
1405 * src/mainwindow.c: send_queue_cb(): send from all queue folders.
1407 procmsg_flush_mark_queue(): new. Write all queued flags into file.
1408 procmsg_add_flags(): new. Add specified flags to the folder.
1409 procmsg_send_queue(): added an argument to specify queue folder.
1410 procmsg_save_to_outbox(): use procmsg_add_flags().
1411 * src/summaryview.c:
1412 summary_show(): up the opened flag of FolderItem.
1413 summary_clear_list(): down the opened flag of FolderItem.
1414 summary_write_cache(): call procmsg_flush_mark_queue().
1418 * src/summaryview.[ch]: trim the tail of folder name and selected
1419 number on the status label if the space is not enough.
1423 * src/imap.c: imap_create_special_folder(): fixed a bug that didn't
1424 set SpecialFolderItemType when creating special folders under
1426 * ac/gpgme.m4: removed.
1428 * ac/missing/gdk-pixbuf.m4
1429 ac/missing/gettext.m4
1431 ac/missing/imlib.m4: added for convenience.
1435 * src/esmtp.c: esmtp_auth(): fixed a bug that some garbages are
1436 shown after the decoded challenge string. Fixed a memory leak.
1438 * src/compose.c: compose_draft_cb(): mark draft messages as read.
1439 * src/folderview.c: folderview_update_node(): disable emphasis
1440 for Outbox and Draft folders.
1444 * src/messageview.c: messageview_show(): fixed a memory leak.
1445 * src/summaryview.c: summary_save_as(): show error dialog if copy
1447 * src/about.c: about_show(): make the window active if it is already
1452 * src/compose.c: show confirmation dialog before sending if Subject
1454 compose_check_entries(): new.
1456 compose_send_later_cb(): use compose_check_entries().
1457 * src/imap.c: imap_parse_atom(): more fix for parsing responses.
1461 * src/imap.c: imap_parse_atom(): fixed a bug that didn't parse the
1462 responses with continuous line correctly, and fixed a memory leak.
1466 * src/undo.c: undo_insert_text_cb(): fixed a crash bug if the text
1468 * src/gtkstext.c: gtk_stext_button_press(): cancel current selection
1469 after pasting with middle button to prevent the selection growth.
1474 folderview_rename_folder_cb()
1475 folderview_delete_folder_cb(): modify filter rules only if the
1476 target folder is in the default mailbox.
1477 * src/utils.c: get_abbrev_newsgroup_name(): removed a redundant
1484 src/prefs_common.c: changed 'Tool' menu to 'Tools'.
1485 Moved 'Delete duplicated messages' under 'Tools'.
1489 * src/folderview.c: SET_SPECIAL_FOLDER(): keep the same parent
1491 * src/imap.c: imap_create_special_folder(): fixed a crash bug
1492 when folder creation failed, and re-try to create folders under
1494 imap_scan_tree_recursive(): don't automatically add namespace
1495 prefix if it's INBOX. Search also under the INBOX for special
1497 * src/foldersel.c: SET_SPECIAL_FOLDER(): keep the same parent
1502 * src/utils.[ch]: get_abbrev_newsgroup_name(): new. It returns the
1503 abbreviated newsgroup name.
1504 * src/folderview.c: folderview_update_node(): display newsgroups
1505 with abbreviated name if name and path is the same.
1506 * src/summaryview.c: summary_status_show(): show the newsgroup with
1512 src/folderview.c: changed the label 'Draft' to 'Drafts'.
1513 * src/imap.c: changed the directory name 'Draft' to 'Drafts'.
1514 imap_create_missing_folders(): fixed the wrong assignment of
1515 Queue folder to draft.
1519 * enabled Sent / Draft / Queue folders on IMAP server.
1520 * src/compose.c: compose_queue(), compose_draft_cb(): use account's
1521 queue and draft folder if they exist.
1523 imap_create_trash(): removed.
1524 imap_create_special_folder(): new. Generalized imap_create_trash().
1525 imap_create_missing_folders(): automatically create missing folders.
1526 imap_is_msg_changed(): added the dummy method.
1527 imap_scan_tree_recursive(): search also Sent, Draft and Queue
1528 folders. Minor code cleanups.
1529 imap_parse_envelope(): check for null strings.
1530 src/procmsg.c: procmsg_read_cache(): add F_QUEUE or F_DRAFT flag
1531 for messages on IMAP folder.
1535 * src/compose.c: compose_send(): use account's outbox folder
1537 * src/procmsg.[ch]: procmsg_save_to_outbox(): changed the API so
1538 that the outbox can be specified.
1542 * src/compose.c: don't save to outbox when messages are queued.
1543 compose_save_to_outbox(): moved to procmsg.c.
1544 * src/procmsg.[ch]: procmsg_send_queue(): save to outbox when
1546 procmsg_save_to_outbox(): new. Removes the queueing headers if
1547 needed, and adds the given file to the outbox.
1551 * src/compose.c: compose_wrap_line(): treat '|' also as quote char.
1552 get_indent_length(): treat ':' and '#' also as quote char, and
1553 cleaned up using strchr().
1557 * src/mainwindow.c: modified some menu items.
1561 * src/defs.h: changed OUTBOX_DIR from "outbox" to "sent"
1562 (current "outbox" will be kept until rescan).
1563 * src/folder.c: folder_set_missing_folders(): create the missing
1566 src/folderview.c: changed 'Outbox' to 'Sent'.
1567 * src/main.c: call folder_set_missing_folders().
1568 * src/mh.c: mh_scan_tree(): create missing folders.
1569 * src/summaryview.c: summary_set_menu_sensitive(): fixed a bug that
1570 didn't set the menu sensitivity correctly.
1575 src/imap.[ch]: implemented folder renaming on IMAP (thanks to Mio).
1576 folderview_rename_folder_cb(): reopen the current folder when
1577 the ancestor is renamed.
1578 imap_rename_folder(): new method implementation.
1580 imap_rename_folder_func(): new.
1581 imap_remove_folder(): remove also the cache directory.
1585 * src/imap.c: implemented locale encoding <-> modified utf-7
1586 conversion, and supported i18n of folder name (thanks to Suzuki
1588 imap_path_separator_subst(): handle the escape characters of
1590 imap_modified_utf7_to_locale()
1591 imap_locale_to_modified_utf7(): new.
1592 imap_create_trash(): modified so that it create the Trash folder
1593 to the correct location when imap directory is specified.
1594 imap_get_real_path(): removed debug print.
1598 * src/socket.c: implemented timeout for DNS lookup and connect().
1599 sock_connect_by_hostname(): timeout support and code cleanup.
1600 sock_connect_with_timeout(): new.
1601 sock_peek(): implemented SSL peek.
1605 * src/messageview.c: messageview_show(): display single-part
1606 text/html messages with the normal text view.
1620 src/prefs_customheader.c
1621 src/prefs_display_header.c
1636 src/xml.c: added 'b' to the option of all fopen().
1644 * src/ssl.[ch]: match its coding style.
1645 * src/compose.c: compose_send_later_cb(): fixed a bug that failed
1649 faq/en/sylpheed-faq*.html
1651 faq/es/sylpheed-faq*.html
1653 faq/fr/sylpheed-faq*.html
1659 src/manual.[ch]: added FAQs in English, Spanish and French.
1663 * manual/en/sylpheed*.html: updated to the latest version.
1668 src/mgutils.c: include string.h to remove warning about strlen()
1682 src/summaryview.c: added break to the last label of switch to
1683 prevent the 'deprecated use of label at end of compound statement'
1685 * src/rfc2015.c: passphrase_cb(): fixed the type of r_hd.
1689 * src/inc.[ch]: preserve the pointer to IncProgressDialog to the
1691 inc_cancel_all(): new. It cancels the all current incorporation.
1692 * src/mainwindow.c: added 'Cancel receiving' menu.
1693 * src/textview.c: a minor fix for single-part MIME messages, and
1694 a bit of cleanup for textview_write_body().
1698 * src/inc.c: inc_write_uidl_list(): fixed a bug that lost UIDL
1699 information if any errors occured before issuing UIDL command.
1700 src/inc.h: added uidl_is_valid to Pop3State.
1701 src/pop.c: set uidl_is_valid to TRUE if UIDL becomes valid.
1709 * src/mimeview.c: mimeview_create(): set the initial notebook page
1711 * src/folderview.c: folderview_selected(): scroll the view if the
1712 selected row is hidden.
1713 * src/prefs_filter.c: prefs_filter_register_cb(): scroll the view
1714 and select the added row.
1715 * src/summaryview.c: fix threading for null message ids.
1719 * src/textview.c: textview_show_message(): follow message/rfc822
1721 textview_add_part(): add a caption before the attached text files.
1722 textview_show_header(): don't add the newline.
1723 * src/messageview.c: enabled message search also in MIME mode.
1727 * src/messageview.c: messageview_show(): set header state of
1728 MimeView's TextView, too.
1729 * src/mimeview.c: mimeview_show_message(): call
1730 textview_show_message() to display message.
1731 * src/textview.c: textview_add_part(): new. It adds the content
1732 of message part without clearing the view.
1733 textview_show_message(): display all parts with appropriate
1735 textview_write_body(): separated from textview_show_part().
1740 src/prefs_common.c: added ISO-8859-15 to the codesets for
1741 displaying and sending.
1742 * src/codeconv.c: conv_codeset_strdup(): return NULL if code
1743 conversion failed, and made caller deal with it.
1744 * src/compose.c: compose_write_to_file(): show error dialog when
1745 code conversion failed, and let user select whether to send it
1747 * src/textview.c: textview_write_line(): show the original string
1748 if code conversion failed.
1752 * src/inc.c: get_spool(): fixed a bug that failed to unlock mbox
1753 if copy_mbox() failed (thanks to Alexander Kabaev).
1754 * src/prefs_account.[ch]: added separate user ID / password setting
1756 * src/send.c: send_message_smtp(): use separate user ID / password
1757 for SMTP AUTH if it is specified.
1762 src/pop.[ch]: refactored the UIDL management.
1763 store the information of messages into the array of Pop3MsgInfo
1764 structure, and do full scanning of not retrieved messages.
1770 src/mainwindow.c: set WMCLASS for window/dialog.
1771 * src/codeconv.c: conv_codeset_strdup(): return source string
1772 when jconv_alloc_conv() failed.
1776 * src/mh.c: mh_scan_tree_recursive(): changed the hardcoded directory
1783 src/summaryview.c: implemented the new notebook tab interface for
1785 * src/textview.[ch]: fixed line space related glitches.
1789 * src/prefs_filter.c:
1790 prefs_filter_rename_path()
1791 prefs_filter_delete_path(): fixed a crash when flt->dest was NULL.
1795 * src/recv.[ch]: cancel data receiving if RecvUIFunc returns FALSE.
1796 * src/pop.c: pop3_retr_recv(): fixed false 'No space' when cancelled
1798 * src/inc.c: inc_pop3_recv_func(): abort data receiving when
1799 cancelled, and fixed potential crash bug.
1800 * src/grouplistdialog.c: enabled cancelling of data receiving.
1801 * src/news.c: news_get_group_list(): destroy current session if
1806 * src/manage_window.[ch]: fixed a bug that caused crash when
1807 the main window was hidden.
1808 MANAGE_WINDOW_SIGNALS_CONNECT(): new macro.
1809 Monitor "unmap_event", "destroy" events.
1816 src/grouplistdialog.c
1820 src/message_search.c
1824 src/prefs_customheader.c
1825 src/prefs_display_header.c
1827 src/prefs_template.c
1828 src/summary_search.c
1829 src/summaryview.c: use MANAGE_WINDOW_SIGNALS_CONNECT() macro to
1830 connect signals for window management.
1834 * src/prefs_account.[ch]: added receive size limit option.
1835 * src/pop.c: skip messages larger than the limit size.
1836 LOOKUP_NEXT_MSG(): new macro.
1837 * src/compose.c: compose_attach_append(): check whether the file
1842 * src/rfc2015.c: commented out dump_mimeinfo() and dump_part().
1843 changed g_message()'s to debug_print() and g_warning().
1844 rfc2015_decrypt_message(): fixed a bug that duplicated message
1845 parts when decryption was failed/cancelled. And made some code
1847 * src/passphrase.c: made the dialog transient.
1848 * src/prefs.c: prefs_config_parse_one_line(): removed debug_print().
1853 src/procmsg.[ch]: fixed a bug that failed to parse multipart
1854 messages if GPGME was enabled.
1855 * src/rfc2015.c: commented out copy_gpgmedata_to_temp() which
1857 * src/prefs_account.c: prefs_account_privacy_create(): modified
1858 the vertical spacing.
1862 * src/menu.[ch]: menu_set_sensitive_all(): new.
1863 menu_set_insensitive_all(): made it a wrapper for
1864 menu_set_sensitive_all().
1865 * src/prefs_account.c:
1866 prefs_account_open()
1867 prefs_account_protocol_set_optmenu(): made the protocol type
1868 unchangeable after creating an account.
1869 * src/compose.c: compose_attach_parts(): traverse MIME tree to
1870 extract all attathed files from nested multipart MIME message.
1874 * src/procmsg.[ch]: procmsg_get_mark_sum(): added arguments to
1875 obtain minimum/maximum number, and to specify first number
1878 src/inc.c: enabled new message checking on news folder.
1879 * src/news.c: news_scan_group(): implemented. Guess new/unread
1880 message number from the response of GROUP command and the mark
1882 news_select_group(): return the total/first/last number.
1883 * src/prefs_account.c: prefs_account_receive_create(): modified
1884 the text of the 'Get all' check button.
1888 * src/account.c: made 'Get all' checkbox available for IMAP4 and
1890 * src/inc.c: corrected the argument of folderview_check_new().
1891 * src/prefs_account.c: modification for the "`Get all' checks for
1892 new mail on this account" checkbox.
1896 * src/folderview.[ch]:
1897 folderview_rescan_tree(), folderview_rescan_all(): renamed from
1898 folderview_update_tree() and folderview_update_all().
1899 folderview_update_all_node(): removed.
1900 folderview_check_new(): new. If the argument is NULL, it checks
1901 all local folders. If the arguments is specified, it checks
1902 the (local and remote) folder.
1905 inc_all_account_mail(): check also IMAP4 account.
1910 folderview_rename_folder_cb()
1911 folderview_delete_folder_cb(): modify the filter rules when folder
1913 * src/prefs_filter.[ch]:
1914 prefs_filter_rename_path(): new. It renames the destination paths
1916 prefs_filter_delete_path(): new. It deletes the filter rules if
1917 the destination paths matched.
1918 * thanks to Neill Miller for above.
1922 * src/compose.c: inherit attached files when forwarding or reediting
1923 (rewrote the code in claws branch).
1924 compose_attach_parts(): new. It extracts and attaches the files
1925 in the given message.
1926 compose_attach_append(): chnaged the types of arguments.
1927 * src/messageview.c: messageview_show(): moved the GPG decryption
1929 * src/procmsg.[ch]: procmsg_open_message_decrypted(): new.
1937 * src/summary_search(): summary_search_execute(): scroll the view
1938 when message view is hidden.
1942 * src/foldersel.c: foldersel_set_tree(): made different type of
1943 folders selectable in moving mode.
1944 * src/folderview.[ch]: folderview_update_msg_num(): compare the
1945 numbers with the CTree's labels, and don't update folder_item here.
1946 * src/imap.c: imap_move_msg(), imap_move_msgs_with_dest():
1947 implemented moving between different type of folders.
1948 * src/mh.c: SET_DEST_MSG_FLAGS(): new macro.
1949 mh_do_move(), mh_do_move_msgs_with_dest(): new (renamed previous
1950 mh_move_msg() and mh_move_msgs_with_dest()).
1951 mh_move_msg(), mh_move_msgs_with_dest(): implemented message
1952 moving between different type of folders.
1953 mh_copy_msg(), mh_copy_msgs_with_dest(): some code cleanups.
1954 * src/summaryview.c: summary_status_show(): update folder_item
1956 * po/POTFILES.in: removed reference to headerwindow.c.
1957 * src/summaryview.c: summary_step(): fixed the behavior on the
1958 head and tail of the list.
1962 * src/mainwindow.c: main_window_set_menu_sensitive(): set 'Show
1963 all header' toggle state from the property of the TextView.
1964 * src/summaryview.[ch]: made 'All header' toggle switch.
1965 Prohibited unnecessary menu update.
1966 summary_select_node(): added the argument 'do_refresh'.
1971 * src/utils.c: strsplit_with_quote(): remove quotation characters
1972 in the function (fix composer's external editor problem) (thanks
1973 to Stefaan A Eeckels).
1974 * src/mainwindow.[ch]: made 'Show all header' toggle switch.
1975 main_window_menu_callback_block()
1976 main_window_menu_callback_unblock(): new.
1977 main_window_set_menu_sensitive(): set the toggle status of
1979 show_all_header_cb(): read the status of toggle menu item.
1980 * src/mainwindow.[ch]: made 'Thread view' toggle switch.
1981 * src/prefs_common.c: prefs_keybind_apply_clicked(): removed
1986 * src/imap.c: imap_add_msg(): fixed a bug that didn't replace
1987 the path separator (thanks to Sergey Vlasov).
1988 * src/gtkutils.c: gtkut_editable_get_selection(): return NULL
1989 if the length of selection is zero.
1990 Fixed the assertion.
1991 * src/utils.c: str_open_as_stream(): return immediately if
1992 the length of str is zero.
1993 * src/headerwindow.[ch]: removed.
1995 src/inc.c: removed stale thread support codes.
1999 * src/procmsg.c: procmsg_open_message(): modified so that it
2000 returns the stream of decrypted message file if it exists
2001 (this fixes the failure of gpg decryption in messageview.c).
2011 src/prefs_template.c
2013 src/quote_fmt_parse.y
2015 src/utils.[ch]: if the part of the message text is selected, use
2016 it for quoted text instead of the entire message body (thanks to
2018 src/utils.[ch]: str_open_as_stream(): new. It returns an
2019 temporary stream for the given string.
2020 * src/main.c: added "--send" command line option.
2021 * src/compose.c: compose_reply_set_entry(): add From address to
2022 Cc if Reply-To and to_all are both specified.
2023 * Makefile.am: correct the Source: line in the RPM spec file in
2028 * src/procmsg.c: procmsg_open_message(): fetch message if the cache
2030 * src/foldersel.[ch]: foldersel_folder_sel(): added an argument
2031 that specifies the folder selection type.
2042 src/prefs_customheader.c
2044 src/summaryview.c: made it compile with C compilers other than gcc
2045 (thanks to Shawn Houston).
2049 * src/imap.c: imap_copy_msgs_with_dest(): fixed a bug on traversing
2051 * src/prefs_common.c: made the key binding setting separate dialog.
2052 * src/addressbook.c: addressbook_format_address(): add "" around
2053 the display name if it contains comma (thanks to Satoshi Watanabe).
2054 * src/addr_compl.c: get_complete_address(): add "" around the
2055 display name if it contains comma.
2056 get_address_from_edit(): handle the quotation character correctly.
2057 * src/addr_compl.c: get_complete_address()
2058 src/addressbook.c: addressbook_format_address(): fixed a bug that
2059 caused wrong text processing if the display name is empty.
2064 * src/compose.c: compose_exec_ext_editor_real(): replaced
2065 g_strsplit() with strsplit_with_quote().
2067 src/folderview.c: folderview_drag_motion_cb(): minor code cleanups.
2069 folderview_drag_motion_cb()
2070 folderview_drag_received_cb(): allow dropping into IMAP4 folder.
2071 * src/utils.c: get_file_size_as_crlf(): use fgets() instead of
2075 imap_copy_msgs_with_dest(): use imap_add_msg() if the source
2076 of the message is different from the current mailbox.
2077 Return the correct value.
2078 imap_cmd_append(): properly implemented the APPEND command.
2083 src/messageview.[ch]
2084 src/summaryview.[ch]
2085 src/textview.[ch]: show all headers in the message view, and don't
2086 use the header window anymore.
2088 src/prefs_common.c: changed the default shortcut of 'compose new
2091 src/summaryview.[ch]: summary_display_msg_selected(): new.
2092 Show the selected message if 'Show all header' is selected.
2094 src/sourcewindow.c: changed some procmsg_get_message_file_path()
2095 to procmsg_get_message_file() to be sure the message is
2097 * src/folderview.c: folderview_drag_motion_cb(): allow DnD from
2098 any folder to MH folder.
2099 folderview_drag_received_cb(): copy messages instead of moving
2100 if the source folder is news or IMAP.
2102 src/summaryview.c: allow copy from news folder.
2106 * src/prefs_common.c: prefs_other_create(): modified the design
2107 of the external command settings.
2108 prefs_keybind_apply_clicked(): made the Mew / Wanderlust keybind
2109 preset closer to the original.
2110 Added Mutt keybind preset.
2111 Also change the compose keybinds.
2112 * src/compose.c: modified some menu shortcuts.
2113 * src/codeconv.c: modified the locale_table for Thai encoding.
2117 * src/Makefile.am: added $(GPGME_CFLAGS) to INCLUDES.
2118 * src/prefs_common.c: prefs_interface_create(): modified the
2119 description for menu shortcut.
2123 * src/gtkutils.[ch]: added gtk_stext_clear().
2126 src/summaryview.[ch]: enabled multiple forwarding.
2127 * src/summaryview.c:
2128 summary_set_marks_selected(): set marks for all selected row.
2129 summary_reply(): moved from summary_reply_cb().
2130 * compose.[ch]: compose_forward(): modified so that it receives
2132 * src/mainwindow.c: cleanup for reply processing.
2133 * src/summaryview.c: summary_reply(): fixed a memory leak.
2134 summary_key_pressed(): removed hardcoded mark / mark as unread
2137 src/prefs_common.c: added mark / mark as unread shortcuts to
2142 * src/compose.c: compose_wrap_line_all(): wrap quoted part even
2143 if prefs_common.linewrap_quote is not set (it is only for
2144 auto-wrapping on reply).
2145 * src/prefs_account.c: prefs_account_open(): initialize tmp_ac_prefs
2146 when creating a new account.
2147 * src/mh.c: mh_get_msg_list(): use also st_ctime to detect
2149 * src/prefs_common.c: prefs_interface_create(): modified the
2150 description of key binds selector.
2154 * src/mimeview.c: fixed multiple dialog / moving by correcting
2155 button / key event processing.
2157 src/textview.c: pass some key press events to MimeView in MIME
2159 * src/prefs_filter.c: fixed a bug that didn't set the order of
2161 * src/prefs_common.c: prefs_keybind_apply_clicked(): fixed
2162 empty_menurc string.
2167 src/prefs_common.c: reorganized the menu shortcuts.
2168 Added 'View - Toggle summary view'.
2169 * src/summaryview.[ch]: summary_toggle_view(): made it public
2171 * src/prefs_common.[ch]: swapped the position of 'Shortcut key'
2173 * src/importldif.c: imp_ldif_delete_event(): fixed segfault when
2174 closing the dialog with window manager (in more appropriate way).
2175 * src/imageview.[ch]
2177 src/mimeview.c: fixed wrong scrolling position when switching
2178 between text and image parts. Also free the unrequired image
2179 (thanks to Sergey Vlasov).
2180 * src/prefs_common.c: disabled 'Go to inbox after receiving new mail'
2185 * src/prefs_common.c: implemented shortcut quick changer.
2186 * src/folderview.c: folderview_key_pressed()
2187 src/summaryview.c: summary_key_pressed(): removed some hardcoded
2193 procmime_get_mime_type()
2194 procmime_get_mime_type_table(): made the MIME type search case
2197 gtk_stext_delete_line(): delete newline on empty line.
2198 gtk_stext_delete_to_line_end(): delete newline if cursor is on
2200 (thanks to Yasuzaki Masayoshi.)
2205 src/gtkstext.[ch]: removed the hardcoded shortcuts in GtkSText,
2206 and made them customizable.
2207 * src/utils.[ch]: added get_file_size_as_crlf() which returns
2208 the file size when converting LF to CR+LF.
2212 * src/compose.c: enabled 'Ctrl-Enter' or
2213 'Ctrl-(other modifier keys)-Enter' shortcut that didn't work
2215 * src/gtkstext.c: disabled some Emacs key bindings.
2216 gtk_stext_key_press(): don't extend selection when Shift-Enter
2217 is pressed to prevent the disapperance of cursor.
2218 * src/summaryview.c: summary_select_next_unread(): added the button
2219 to search unread message again from the beginning to the dialog.
2220 * src/folderview.c: folderview_key_pressed(): go to next unread
2221 folder if space key is pressed on the empty folder.
2222 Move CTree focus before selecting row.
2226 * src/defs.h: modified the XLFD of default fonts.
2227 * src/textview.c: textview_create(): fixed a bug that caused
2228 segfault if font couldn't be loaded.
2230 src/grouplistdialog.c: compare subscribed groups with path.
2231 * src/prefs_filter.c: changed 'Operator' to 'Condition'.
2235 * src/compose.c: compose_wrap_line_all(): fixed wrapping crash
2236 when URL is wider than wrapping margin.
2238 src/prefs_filter.[ch]
2239 src/summaryview.[ch]: added "Create filter rule" function based
2240 on the patch from Luca Rosellini.
2241 * src/summaryview.c: summary_filter_open(): added X-List and
2242 X-Mailing-list to the automatically detected headers.
2246 * configure.in: support Mac OS X (Darwin).
2250 * src/prefs_filter.c: use inc_(un)lock() instead of
2251 inc_autocheck_timer_{remove|set}().
2252 * src/summaryview.c: summary_sort(): use gtk_ctree_sort_recursive()
2253 instead of gtk_ctree_sort_node() so that messages within threads
2255 * src/procmsg.c: procmsg_read_mark_file(): fixed a bug that the
2256 target of sizeof was wrong and caused crash on Alpha architecture
2257 (thanks to Motonobu Ichimura).
2262 foldersel_gnode_func(): made the names of special folders
2264 foldersel_set_tree(): move the special folder to the top.
2265 * src/inputdialog.[ch]: input_dialog_query_password(): new.
2269 src/send.c: use input_dialog_query_password() instead of their
2270 own query functions.
2274 * src/defs.h: modified the default font.
2278 src/news.[ch]: moved the class definition and some methods to
2279 the proper location.
2283 * src/mimeview.c: mimeview_save_as()
2284 src/summaryview.c: summary_save_as(): put the default filename
2285 based on the subject.
2286 * src/utils.[ch]: added subst_chars() and subst_for_filename()
2287 which substitute some special characters with underscore.
2288 * src/filesel.c: filesel_select_file(): select the default filename.
2293 INSTALL.jp: added the description and the URL for libjconv.
2294 * src/mainwindow.c: menu entries cleanup.
2300 src/about.c: modified the copyright year.
2301 * src/gtkstext.h: added the notice for modification by the Sylpheed
2307 INSTALL.jp: added the URL for compface.
2315 * src/headerwindow.c
2318 src/sourcewindow.c: set wmclass when creating windows.
2322 * src/compose.c: compose_wrap_line_all(): fixed the bug that
2323 caused infinite loop when wrapping certain patterns of quoted text.
2327 * src/imap.c: imap_parse_envelope(): put the assertion after
2328 imap_parse_address() to prevent segmentation fault.
2333 src/mainwindow.c: modified some labels of menu items.
2334 * src/ldif.c: put the return value of fgetc() in a gint.
2335 * src/importldif.c: don't brace null strings with _().
2336 * src/compose.c: moved the position of Subject entry to the last.
2337 Reorganized the menu.
2338 compose_draft_cb(): added 'keep editing after saving to draft'
2343 * src/mainwindow.c: reorganization of main menu. Removed 'Summary'
2344 menu. Moved 'Help' menu to just the right of 'Configuration'.
2345 Removed 'File - Close' menu item.
2349 * src/mainwindow.c: some menu reorganization.
2350 * AUTHORS: updated. Added more contributors.
2351 * src/account.c: account_row_moved(): new. Moves displayed row to
2352 the appropriate position when up / down button are pressed.
2353 account_clist_set(): move displayed row to the appropriate position.
2355 src/mainwindow.c: set title and wmclass when creating windows.
2359 * src/gtkstext.c: fixed a bug that didn't show block cursor
2360 correctly. Removed unnecessary GdkGC copy. Fixed cursor
2365 src/undo.c: modified to use GtkSText.
2366 * src/menu.h: added #include <gtk/gtkmenu.h>.
2371 configure.in: added XIM checking for GTK+.
2372 * src/gtkstext.[ch]: new. Copied GtkText in GTK+ and renamed.
2376 * src/filter.c: added #include <sys/types.h>.
2380 * src/template.c: template_write_config(): fixed a typo.
2381 * src/compose.c: toolbar_linewrap_cb(): call compose_wrap_line_all().
2383 src/prefs_filter.c: supported regular expression (thanks to
2385 * src/undo.c: undo_paste_clipboard_cb(): fixed a bug that broke
2386 undo state when pasted clipboard was empty.
2387 undo_check_size(): use g_list_last().
2389 undo_redo(): fixed NULL checking and made a bit of optimization.
2391 * src/prefs_common.c: changed the default value of linewrap length
2396 * reorganization of pixmap management.
2397 * src/stock_pixmap.[ch]: new. This module manages all static pixmaps.
2398 * modified every files which directly use pixmaps data to use
2400 * src/undo.[ch]: renamed undo_set_undo_change_funct() to
2401 undo_set_change_state_func(), and changed its argument from
2402 GtkWidget* to gpointer.
2403 undo_merge(): code cleanup.
2404 * src/compose.c: renamed compose_set_undo() to
2405 compose_undo_state_changed().
2409 * src/account.c: account_find_from_address(): made it case
2411 * src/addressbook.c: addressbook_create(): set wmclass.
2412 * src/compose.c: compose_insert_file(): supported DOS/Win/Mac line
2415 src/ldif.[ch]: merged from the claws branch.
2416 * src/importldif.c: removed some warnings.
2417 imp_ldif_field_list_toggle(): fixed button checking.
2418 imp_ldif_dialog_create(): minor layout fix.
2419 * src/ldif.c: removed some warnings.
2421 INSTALL.jp: updated confirmation list.
2424 vcard_test_read_file(): fixed a memory leak of tagtemp.
2425 Some code cleanups (decreasing the indent level).
2428 src/syldap.[ch]: disabled runtime library checking because JPilot
2429 and LDAP libraries are linked on the build time, and the program
2430 doesn't execute without them anyway.
2432 src/addrindex.c: changed "J-Pilot" to "JPilot".
2433 Removed warning for atoi().
2437 * src/procmsg.c: procmsg_empty_trash()
2438 src/mainwindow.c: main_window_empty_trash(): empty trash only if
2439 it contains some messages.
2440 * src/imap.c: search_array_str(): new.
2441 imap_status(): fixed a bug that didn't parse the command response
2446 * merged undo function (by Jens Oberender).
2447 * src/undo.[ch]: new.
2448 undo_insert_text_cb(): fix for multibyte characters (obtain the
2449 number of letters instead of bytes).
2450 * src/compose.[ch]: added the code for undo.
2451 * src/prefs_common.[ch]: added the interface for setting undo level.
2455 * src/compose.c: compose_template_apply()
2456 src/prefs_template.c: prefs_template_clist_set_row()
2457 src/template.c: template_write_config(): don't replace To: and
2458 Subject: entry in composition window if they are empty.
2466 * src/folderview.c: folderview_drag_motion_cb(): fixed a DnD bug.
2467 * src/ldif.c: ldif_get_line(): ignore CR.
2468 * src/mimeview.c: mimeview_show_message(): search also text/html
2469 for first text part.
2473 * src/prefs_account.c: prefs_account_save_config_all(): fixed a bug
2474 that didn't update accountrc if account_list == NULL (thanks to
2479 * src/utils.h: added the macro Xstrcat_a() that concatenates
2480 two strings and return alloca'd string.
2481 * src/imap.c: imap_scan_tree_recursive(): fixed a bug that didn't
2482 handle folder name which includes some spaces correctly
2483 (based on the patch from Willem van Engen (thanks!)).
2484 * src/compose.c: compose_wrap_line_all(): fixed the crash when
2485 wrapping long lines if linewrap quotation is disabled and
2486 a word spanning more than one line.
2490 * applied the Tobias' patch with modification (thanks!).
2492 imap_msg_set_perm_flags()
2493 imap_msg_unset_perm_flags(): new. They set permanent flags to
2496 src/summaryview.c: set flags on IMAP server when flags are changed.
2500 * src/gtkutils.[ch]: gtkut_container_remove(): new. It's a wrapper
2501 of gtk_container_remove() for workaround of a bug in
2502 Gtk{Text,Entry} (thanks to Sergey Vlasov).
2508 src/textview.c: replaced gtk_container_remove() with
2509 gtkut_container_remove(), and removed previous partial fix.
2513 * src/prefs_account.c: prefs_account_apply(): fixed a bug that
2514 checked user ID on "local", but didn't on IMAP4.
2515 * src/imap.c: imap_session_get(): fixed a crash bug when
2516 rfolder->session == NULL.
2517 * Makefile.am: changed the arguments of tar from 'chojf' to
2519 * src/summaryview.c: summary_toggle_view(): disclaim the selection
2520 of textview before removing vpaned.
2524 * src/messageview.c: messageview_change_view_type(): disclaim the
2525 selection before removing textview. This solves the mysterious
2526 copy-paste disability (thanks to Melvin Hadasht).
2527 * src/textview.c: textview_set_font(): use
2528 gtk_editable_claim_selection() instead of
2529 gtk_editable_select_region().
2533 * src/prefs_template.c: prefs_template_window_create(): supported
2534 address completion on the To: entry.
2539 folder_count_total_msgs()
2540 folder_count_total_msgs_func(): use g_node_traverse() to traverse
2545 * src/compose.c: fixed a bug that empty body was refused.
2546 * src/prefs_template.c: fixed a bug that didn't set To: entry
2547 correctly. Display error dialog if format is illegal.
2548 * src/prefs_common.c
2550 src/quote_fmt_parse.y: changed parenthesis "( )" to curly braces
2551 "{ }" to prevent confusion on using parenthesis.
2552 * src/html.c: html_get_parenthesis(): ignore CSS / script stuff.
2556 * src/prefs_template.c: added colon to the header labels.
2561 src/prefs_template.c
2562 src/template.[ch]: added To field to the template.
2566 * src/textview.c: textview_show_part(): use first found
2567 message/rfc822 header.
2568 * src/folderview.c: added "Search messages..." to the context menu.
2569 * src/prefs_common.c: prefs_quote_description_create(): added
2570 description for characters which need to be escaped.
2574 * src/compose.c: compose_wrap_line_all(): more merging from claws.
2575 GET_CHAR(): renamed GET_TEXT() and made it more generic.
2576 Modified compose_wrap_line() and compose_wrap_line_all() to use
2578 * src/textview.c: textview_show_part(): show the header of nested
2579 RFC822 attachment correctly.
2584 src/main.c: added --status option to get new, unread and total
2585 message count from a running Sylpheed (merged from claws).
2586 prohibit_duplicate_launch(): output '\n' only once.
2591 src/gtkutils.[ch]: merged the new wrapping function.
2592 gtkut_text_str_compare_n()
2593 gtkut_text_str_compare()
2594 gtkut_text_is_uri_string(): backport from the GtkSText in the
2595 claws branch, and made modification.
2596 * src/prefs_template.c
2597 src/template.[ch]: added Subject to the template.
2601 * src/compose.c: compose_write_headers(): added missing parenthesis
2602 that generated invalid custom header (thanks to Masaaki Noro).
2603 Allow Sender: custom header.
2607 * src/procheader.c: procheader_date_parse(): workaround for
2608 RFC-incompliant Date header.
2612 * src/addrbook.c: removed redundant functions, and fixed generation
2613 of spurious address book file names.
2614 * src/addrindex.c: V-Card -> vCard.
2618 * src/textview.c: get_email_part(): replaced isalnum() with
2619 the macro IS_ASCII_ALNUM() which restricts the range of
2620 characters to 7bit ASCII (thanks to Shimamoto).
2621 * src/utils.c: remote_tzoffset_sec(): workaround for malformed
2626 * src/textview.c: textview_show_part(): show headers on nested
2631 * src/imap.c: imap_session_get()
2632 src/news.c: news_session_get(): fixed segfault when reconnection
2634 * src/grouplistdialog.c: removed redundant code, and expand nodes
2635 that doesn't match the pattern.
2639 * src/compose.c: modified so that it sends message when any of
2640 To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
2641 compose_check_for_valid_recipient(): new.
2642 * src/grouplistdialog.c: improved the UI.
2643 Added appropriate description and search button.
2644 Search doesn't get group list again.
2648 * src/news.[ch]: news_session_get(): update the last access time
2650 news_group_list_free(): new.
2651 * src/grouplistdialog.c: free resources correctly.
2656 src/grouplistdialog.[ch]: more merging of new newsgroup
2657 subscription dialog.
2658 * src/news.[ch]: renamed news_remove_group_list() to
2659 news_remove_group_list_cache().
2663 * src/defs.h: added MAX_ENTRY_LENGTH definition.
2664 * src/compose.c: compose_add_entry_field(): create new entry with
2669 * src/grouplistdialog.c: made non-leaf node selectable.
2670 Give the complete newsgroup name for each nodes.
2674 * src/grouplistdialog.c
2675 src/news.[ch]: merging of new newsgroup subscription dialog
2676 (still in progress. Don't use it yet!).
2680 * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
2681 * src/compose.[ch]: compose_new_with_recipient(): accept mailto
2683 compose_entries_set(): new. It parses mailto URL and put each
2684 values into the entries.
2688 * src/compose.c: compose_forward(): fixed a bug that forward
2689 quote mark wasn't used (thanks to Hironori IWANE).
2692 src/prefs_common.c: added Thai encodings (thanks to Manrat
2697 * src/socket.c: sock_connect_by_hostname(): removed h_errno.
2701 src/news.c: added last_access_time to Session.
2702 imap_session_get(): check connection only when access interval
2711 * src/socket.c: ssl_gets(): use SSL_peek.
2712 * updated NEWS and AUTHORS.
2713 * Makefile.am: fixed release target.
2717 * src/template.c: changed the format of template file to
2719 * src/compose.c: compose_template_apply(): freeze the text widget
2720 while inserting strings.
2724 * po/POTFILES.in: removed src/template_select.c.
2725 * src/summaryview.c: summary_set_header()
2726 src/address.c: address_parse_str()
2727 src/filter.c: filter_read_str()
2728 src/news.c: news_parse_xover()
2729 src/procheader.c: procheader_get_fromname()
2730 src/utils.c: subject_compare():
2731 replaced Xalloca() + strcpy() with Xstrdup_a().
2732 * src/inputdialog.[ch]: added combo mode.
2733 input_dialog_combo(): new.
2734 * src/prefs_common.[ch]: added MIME open command setting.
2735 prefs_common_{read, save}_config(): read / write command history.
2736 * src/mimeview.c: mimeview_open_with(): use combo input dialog.
2737 * src/utils.[ch]: add_history(): history list management function.
2741 * src/compose.c: select templates from the menu.
2742 compose_set_template_menu(): new.
2743 compose_reflect_prefs_all(): new.
2744 compose_template_apply(): new. Use dummy MsgInfo for parsing.
2745 * src/template.[ch]: store template list to the static heap.
2746 template_get_config(): new.
2747 template_set_config(): new.
2748 * src/prefs_template.c: don't store template list to the global area.
2749 * src/template_select.[ch]: removed.
2750 * src/quote_fmt_parse.y: check folderitem when quoting messages.
2751 * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
2752 (thanks to OSHIRO Naoki).
2756 * src/utils.[ch]: get_template_dir(): new.
2757 * src/template.c: use get_template_dir().
2761 * src/prefs_template.c: modified the dialog layout.
2762 Added symbol description button.
2763 * src/summaryview.c: show an arrow mark to the column of the sort
2765 summary_set_column_titles(): new.
2771 TODO.jp: updated the documents.
2775 * src/Makefile.am: add missing checkbox_{on, off}.xpm.
2776 * src/textview.c: textview_key_pressed()
2777 src/mimeview.c: mimeview_key_pressed()
2778 src/summaryview.c: summary_key_pressed(): delete messages with
2783 * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
2784 when SSL_read() returned 0.
2785 * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
2787 * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
2788 Add prototype of yylex() to suppress the warning.
2789 * merged the template function.
2790 * src/prefs_template.[ch]
2792 src/template_select.[ch]: new.
2793 Renamed prefs_templates_* -> prefs_template_*.
2794 * src/compose.c: added template menu. Added replyinfo to Compose.
2795 * src/mainwindow.c: added template setting menu.
2796 * src/quote_fmt_lex.l: output literal tab and return as is.
2797 * src/prefs_common.c: changed the pref. name of quote format to
2798 'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
2802 * src/prefs_common.[ch]: added Quote tab, and moved the quote
2803 setting from Compose tab.
2804 * merged the new quote format parser.
2805 * src/quote_fmt_lex.h
2808 src/quote_fmt_parse.y: new files for quote format parser.
2809 * configure.in: added checks for lex and yacc.
2810 * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
2812 compose_quote_fmt(): new.
2813 * src/prefs_common.[ch]: added forward format setting to the
2814 Quote tab. Updated the quote description dialog.
2815 * src/quote_fmt_parse.y: fixed bugs that tried to read file even
2816 if they couldn't get text part.
2820 * src/pixmaps/checkbox_off.xpm
2821 src/pixmaps/checkbox_on.xpm: new.
2822 * src/account.c: display `get all' status with the checkbox pixmaps.
2826 * src/send.c: code cleanup. Pass account prefs structure instead
2828 Query password for SMTP AUTH if not specified (thanks to Mio).
2832 * src/procheader.c: procheader_parse(): fixed a bug that didn't
2833 parse multiple message-id in In-Reply-To: header correctly
2834 (thanks to KAJIWARA).
2838 * src/account.c: enabled 'Get all' setting by clicking the 'G'
2839 column of account list, and added some description.
2840 * src/prefs_common.c: prefs_send_create(): added a description
2841 for outgoing codeset.
2845 * src/prefs_account.[ch]: moved inbox entry to the receive tab,
2846 and added select button and short description.
2847 * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
2849 procmime_get_mime_type_table()
2850 procmime_get_mime_type_list(): modified so that
2851 $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
2852 $(HOME)/.sylpheed/mime.types are read.
2856 * src/prefs_account.c: moved the address auto-setting to the compose
2858 prefs_account_create(): removed gtk_widget_show_all() for proper
2860 * src/prefs_common.c: changed "Program path" to "Command".
2864 * src/textview.c: textview_set_font(): support Russian charset
2866 * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
2870 prefs_summary_column.c: minor improvements to the English.
2871 * src/main.c: get_queued_message_num(): don't output the warning
2872 when queueing folder is not found.
2880 * src/prefs_summary_column.[ch]:
2881 made prefs_summary_column_get_config() public.
2882 * src/summaryview.c: summary_ctree_create(): some code cleanup.
2883 * configure.in: moved the position of SSL checking after LDAP
2884 for linking problem.
2889 src/summaryview.c: allowed reedit in the outbox.
2890 * src/prefs_summary_column.[ch]: new. UI for setting summary
2892 * src/mainwindow.[ch]: main_window_set_summary_column(): new.
2893 It calls summary_set_column_order().
2894 * src/summaryview.[ch]:
2895 summary_ctree_create(): new. separated from summary_create().
2896 summary_set_column_order(): new. It destroys the current
2897 CTree and replaces it with the new one.
2901 * src/smtp.[ch]: smtp_from(): abort if auth failed.
2902 * changed C++-style comments into C-style in some files, and
2903 removed unnecessary commented out codes.
2904 * src/addrcache.[ch]
2908 src/syldap.[ch]: updated the addressbook code, and fixed the
2911 src/importldif.[ch]: new.
2915 * src/about.c: added some items to compiled-in features.
2916 * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
2917 * src/addressbook.c: changed "V-Card" to "vCard".
2918 addressbook_edit_address_cb(): added
2919 invalidate_address_completion() to the point address is changed.
2920 * src/codeconv.c: changed C++-style comments into C-style.
2924 * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
2928 * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
2933 * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
2935 * src/summaryview.c:
2936 summary_thread_init(): separated from summary_thread_build().
2937 summary_thread_build(): removed the codes for initialization.
2938 summary_set_ctree_from_list(): call summary_thread_init() instead
2939 of summary_thread_build().
2940 summary_filter(): fixed a bug that didn't moved messages despite
2941 of immediate execution setting.
2945 * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
2946 reversed thread tree from message list.
2947 * src/summaryview.c: summary_set_ctree_from_list(): prepend the
2948 node to the head instead of appending to the tail. This prevents
2949 the traverse of node list inside of the GtkCTree, and considerably
2950 speeds up the summary display (the order is O(n^2) -> O(n)).
2954 * src/prefs_common.c
2955 src/summaryview.[ch]: initial modification for reorderable columns.
2959 * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
2961 * src/folderview.c: folderview_button_pressed(): code cleanup, and
2962 turn sensitivity off if main window is locked.
2963 * src/syldap.c: syldap_read_data(): removed unnecessary and
2964 unportable sched_yield().
2968 * src/folderview.c: renamed "Update folder tree" context menu to
2969 "Rescan folder tree", and made "Update folder tree" only updates
2971 folderview_update_all_node(): don't show message dialog.
2972 * src/gtkutils.c: gtkut_widget_get_uposition()
2973 src/mainwindow.c: main_window_popup(): clip the coordinate to
2978 * src/utils.c: to_human_readable(): made a bit of optimization.
2979 * src/summaryview.c: summary_delete(): fixed a focus problem.
2980 summary_find_{prev,next}_msg(): new. They find previous/next
2981 message that is not deleted.
2982 * src/prefs_filter.c: scroll CList automatically if moved row
2983 becomes not fully visible.
2987 * updated some autotool scripts.
2988 * src/codeconv.c: conv_encode_header(): fixed a bug that caused
2989 infinite loop when failed to convert encoding.
2990 * src/codeconv.[ch]: a fix for older version of libjconv
2991 (jconv_info_get_current_codeset() returned "EUCJP" instead of
3000 * src/compose.c: compose_write_to_file()
3001 src/codeconv.c: conv_codeset_strdup(): more workaround for
3002 libjconv problem on C locale.
3003 * src/editldap_basedn.c: fixed segfault when opening dialog.
3004 * src/utils.c: is_next_mbs()
3005 src/compose.c: compose_wrap_line(), compose_wrap_line_all():
3006 changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
3007 * configure.in: increased the reqired version of GPGME to 0.2.3.
3008 * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
3009 the receive dialog when POP3 server refused normal authentication.
3013 * src/prefs_common.c: prefs_receive_create(): correction to English.
3014 * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
3015 that didn't set the menu sensitivity correctly (thanks to
3017 * src/summaryview.c: delete messages permanently if the current
3018 folder is trash and 'delete' operation is executed.
3019 Fixed the bug that didn't select the last row correctly (thanks
3020 to Alfons Hoogervorst).
3021 * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
3022 all messages given in the list.
3026 * src/summaryview.c: summary_show(): fixed a bug that didn't show
3027 message even if the 'open unread message on entering folder'
3028 option was turned on.
3032 * src/procmime.c: procmime_get_text_content(): supported HTML.
3036 * src/summaryview.[ch]: implemented new locking mechanism, and
3037 replaced every static locks with summary_lock(), summary_unlock(),
3038 and added locks to some extra functions.
3039 This fixes a bug that caused segfault when 'd' (delete) key
3044 * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
3045 that caused segfault (thanks to Stefaan A Eeckels).
3049 * src/textview.[ch]: added textview_set_position().
3050 * src/messageview.[ch]: added messageview_set_position().
3062 src/editldap_basedn.c
3067 src/vcard.c: converted C++-style comments into C-style one.
3068 * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
3069 new buffer and quote with double quotes if required.
3070 imap_status(), imap_cmd_login(), imap_cmd_list(),
3071 imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
3072 imap_cmd_copy(): use QUOTE_IF_REQUIRED().
3073 * compose.c: compose_write_to_file(): workaround for the problem
3074 when using libjconv and 8bit codes cannot be converted on C
3076 * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
3077 conv_codeset_strdup(): don't convert if source and destination
3078 codeset are identical.
3082 * src/textview.[ch]: textview_search_string_backward(): new.
3083 Add the new member cur_pos to TextView.
3084 Connect button_press_event with gtk_signal_connect_after() to
3085 obtain the correct editable position.
3089 * src/folder.c: folder_write_list_recursive(): preserve unthreaded
3094 * src/summaryview.c: modified the layout of popup menu.
3101 src/summaryview.c: applied the patch from Alfons that allows
3102 threading setting for each folders (tnanks!).
3106 * src/message_search.[ch]: new. A Dialog for searching in current
3108 * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
3109 text in current position of GtkText and given wide-character
3111 * src/messageview.[ch]: messageview_search_string()
3112 src/textview.[ch]: textview_search_string(): return TRUE if
3114 * src/textview.[ch]: remember the beginning of body.
3118 * src/procmime.c: procmime_get_first_text_content(): modified so
3119 that it search entire MIME structure.
3120 * src/summary_search.c: summary_search_execute(): use
3121 strdup_mbstowcs() instead of macro. Display matched message.
3125 * src/inc.c: fix for background POP3 hangs and crashes (thanks to
3127 * src/summary_search.c: added body searching function.
3128 * src/procmime.[ch]: procmime_find_string(): changed arguments
3129 and return value. Added case sensitivity option.
3133 * src/procmime.[ch]:
3134 procmime_find_string()
3135 procmime_find_string_part(): new. It searchs the string from
3137 Renamed procmime_get_text_part() to
3138 procmime_get_first_text_content().
3139 procmime_get_text_content(): new. It returns the text contents
3140 of the specified MIME part.
3141 procmime_mimeinfo_next(): new. It returns the next node of
3146 * src/procmime.c: procmime_get_text_part(): modified so that it
3147 finds a text part in nested multipart message correctly.
3148 * src/procmime.h: added an example of MimeInfo structure.
3149 * src/mimeview.c: mimeview_show_message(): search the first text
3154 * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
3155 caused segfault. Changed 'Preferences per account...' menu item.
3163 * src/addrindex.c: translate the "Common address" and "Personal
3164 address" from old addressbook.
3168 * src/utils.c: get_quote_level(): some optimization and bugfixes.
3169 * src/codeconv.[ch]: conv_get_current_locale(): new.
3170 * src/editaddress.c: edit_person_page_basic(): reverse the order
3171 of first and last name on some locales.
3175 * src/compose.c: applied the patch from Yasumatsu that reformats
3176 the current paragraph (thanks!). Modified so that it doesn't
3177 reformat quoted paragraphs.
3178 compose_create(): don't fill the entry automatically on reedit
3181 src/summaryview.[ch]: added the "Mark all read" option.
3182 summary_mark_all_read(): new.
3190 src/editldap_basedn.c
3192 src/editjpilot.c: removed all warnings.
3194 src/jpilot.[ch]: fixed the problem that failed to detect JPilot
3195 header files on the Debian system.
3197 src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
3198 and color label. Enabled moving to next/prev flagged messages.
3202 * src/pixmaps/dir-close.xpm
3203 src/pixmaps/dir-open.xpm
3205 src/pixmaps/unread.xpm: modified the color balance.
3206 * src/utils.[ch]: execute_sync(): new.
3207 execute_command_line(): added the arg for async mode.
3208 * src/inc.c: inc_mail(): use execute_command_line().
3213 src/prefs_common.[ch]
3214 src/prefs_account.c: modified the layout. Added the option to
3215 launch the external editor automatically.
3216 * src/compose.c: launch the external editor automatically if the
3221 * src/Makefile.am: added extra xpm's.
3225 * src/addressbook.c: fixed a compilation problem when enabling
3227 addressbook_open(): fixed a missing 'else'.
3231 * src/pixmaps/dir-close.xpm
3232 src/pixmaps/dir-open.xpm
3233 src/pixmaps/trash.xpm: replaced with the new blue icons.
3234 * merged Match Grun's new addressbook code.
3235 * src/pixmaps/address.xpm
3236 src/pixmaps/book.xpm
3237 src/pixmaps/category.xpm
3238 src/pixmaps/interface.xpm
3239 src/pixmaps/jpilot.xpm
3240 src/pixmaps/ldap.xpm
3241 src/pixmaps/vcard.xpm: new icons.
3245 src/addressitem.[ch]
3248 src/editaddress.[ch]
3253 src/editldap_basedn.[ch]
3258 src/vcard.[ch]: new. Many fixes to remove the huge amount of
3260 addrbook_build_avail_email_vis(): fixed a memory leak.
3264 * NEWS: brought in the all of the changes previously put on the web.
3269 src/summaryview.c: modified the layout of menus.
3270 * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
3271 return a focus to the main window after selecting the account menu.
3279 * src/send.c: send_message_data(): fixed a bug that didn't process
3280 body part correctly.
3284 * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
3285 inc_mail(), inc_all_account_mail(): return immediately if locked.
3288 src/prefs_account.c: use inc_lock() and inc_unlock() instead of
3289 inc_autocheck_timer_{remove,set}().
3290 * src/summaryview.c: summary_set_colorlabel_color(): get the average
3291 of label color and selected fg color for visibility.
3295 * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
3296 They increase/decrease the lock count.
3297 inc_autocheck_func(): if locked, delay the autochecking 1 second.
3298 inc_autocheck_timer_set_interval(): set interval by its argument.
3299 * src/summaryview.c: summary_show(): lock the autochecking while
3301 * src/main.c: app_will_exit(): remove autocheck timer.
3303 src/defs.h: removed the definitions of PACKAGE and VERSION to
3304 prevent unnecessary compilation.
3305 * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
3306 to AC_SUBST, and added src/version.h to AC_OUTPUT.
3307 * src/version.h.in: new.
3308 * src/intl.h: changed dgettext() to gettext().
3312 * po/ja.po: fixed a typo that crashed Sylpheed with older version
3314 * configure.in: fixed a bug that didn't show results correctly.
3315 Fixed a bug that --enable-compface and --enable-jconv disabled
3317 * src/procmsg.c: procmsg_send_queue(): don't abort when sending
3319 * src/compose.c: compose_write_headers(): add Bcc: header to the
3321 * src/send.c: send_message_data(): new. Separated from
3322 send_message_smtp(). Remove Bcc: header before sending.
3330 * src/send.c: implemented sending with local sendmail command.
3331 send_message_local(): new. It executes command with popen()
3332 and send the contents of RFC822 message to the command.
3333 * src/prefs_common.[ch]: enabled the external sending command option.
3334 * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
3335 * src/account.c: account_edit_create(): widened the protocol column.
3336 * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
3341 * src/folder.c: folder_item_remove_msg(): scan the folder again
3342 if the last message is removed.
3343 * src/compose.c: compose_queue(), compose_draft_cb(): remove the
3344 old reedited message after adding the new message.
3348 * src/compose.c: compose_queue(): added AID: to the queueing header.
3349 * src/send.c: send_message_queue(): look for AID: header, and use
3350 the server specified in the account instead of SSV: header.
3352 src/compose.[ch]: queued messages can be reedited now.
3353 compose_remove_reedit_target(): new. It removes the old reedited
3355 compose_send(), compose_queue(), compose_draft_cb(): if reedit
3356 mode, remove the old message.
3357 * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
3362 * applied the XML string table patch from Alfons Hoogervorst that
3363 stores strings in a hash table and minimizes memory allocations
3365 * src/stringtable.[ch]: new.
3366 removed all G and g_ prefix from type and function names since
3367 they're not official GLib symbol names.
3368 string_table_insert_string(): fixed a bug that might refer to an
3369 invalid pointer on lookup, and also made a bit of optimization.
3373 * merged the color label feature from the claws branch (thanks to
3374 Satoshi Nagayasu and Alfons Hoogervoost).
3375 * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
3376 Renamed labelcolors_*() to colorlabel_*().
3377 * src/summaryview.[ch]: added color label support.
3378 * src/procmsg.h: added color label flags to the permanent flags.
3379 * updated to gettext 0.10.39.
3380 * src/summaryview.[ch]: put the color label menu item to ItemFactory.
3381 * sylpheed.desktop: added for GNOME.
3382 * configure.in: added AC_MSG_CHECKING() for some options.
3383 Output the configuration results when configure is finished.
3387 * src/account.c: account_clist_set_row(): fixed a bug that failed
3388 to compile if SSL was not enabled.
3392 * merged the SSL support from the claws branch (thanks to Christoph
3394 * src/ssl.[ch]: new.
3395 * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
3397 sock_close(): call ssl_done_socket() if SSL is active.
3398 * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
3399 prevent type confliction.
3400 * src/prefs_account.[ch]: added SSL tab, and modified the expression.
3401 * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
3402 Removed SSL initialization and HELO from esmtp_starttls().
3403 esmtp_auth(): removed use_smtp_auth from its arguments.
3404 * src/send.c: send_smtp_open(): added SSL support.
3405 * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
3409 * src/mimeview.c: mimeview_open_with(): braced '%s' with single
3414 * src/main.c: open new account dialog if no account is set.
3415 * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
3416 the verbosity count.
3417 log_print(): put to statusbar only if log_verbosity_count > 0.
3418 log_message(): put to statusbar.
3419 * src/inc.c: inc_pop3_session_do(): set log verbosity.
3420 * src/mainwindow.c: main_window_set_menu_sensitive(): added the
3421 "Compose new message" item.
3422 main_window_show_cur_account(): removed "Current account: " string.
3423 * src/summaryview.c: summary_show(): ignore the current marks if
3424 main window is locked.
3425 * src/compose.c: compose_attach_property(): fixed a bug that caused
3430 * src/mainwindow.c: main_window_get_current_state(): new. It returns
3431 the current state for the sensitivity of UI.
3432 main_window_set_toolbar_sensitive(): use table like
3433 main_window_set_menu_sensitive().
3437 * src/mainwindow.[ch]: added progressbar and status label to the
3439 main_window_close_cb(): don't exit if locked.
3440 * src/inc.c: update the progressbar of main window, too.
3444 * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
3445 the second argument, and determine the sensitivity with the
3446 state of summary view.
3450 * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
3451 pop3_delete_recv(): don't try to receive messages which are not
3456 * src/mainwindow.c: main_window_lock(), main_window_unlock():
3457 removed the whole menubar locking.
3458 main_window_set_menu_sensitive(): process the sensitivity change
3459 with a table, and deal with locking.
3463 * src/summaryview.[ch]: summary_get_selection_type(): new.
3464 It returns the current selection state of summary view.
3465 summary_key_pressed(): abort on some commands if main window
3467 * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
3468 increase/decrease the lock count.
3472 * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
3473 default header list.
3474 * src/prefs_common.[ch]: added the option for receive dialog mode
3475 to the Interface tab.
3476 * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
3477 transient, and show dialog only if the setting is
3478 RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
3479 * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
3480 new. Lock / unlock the user-interface.
3481 * src/progressdialog.c: progress_dialog_create(): don't make the
3486 * src/folderview.c: folderview_update_node(): suppressed unnecessary
3488 * src/menu.[ch]: menu_button_position(): new. It calculates the
3489 position of popup menu.
3490 * src/mainwindow.c: toolbar_account_button_pressed(),
3491 ac_label_button_pressed(): put the popup menu to the correct
3492 position. Change the style of the button while opening the menu.
3493 ac_menu_popup_closed(): new function called on selection_done
3495 * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
3497 * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
3499 Fixed the bug that didn't select previous message in refresh mode
3500 if threads were not expanded.
3501 summary_select_node(): new.
3502 * src/inc.c: applied the summary view update optimization patch from
3503 Sergey Vlasov (thanks!).
3504 If no new messages are received, don't perform summary refreshing.
3505 In addition to the Vlasov's patch, POP3 receive information is
3507 * src/inc.h: added a new member cur_total_num to Pop3State.
3508 * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
3516 * src/summaryview.c: summary_set_row_marks(): got the color of
3517 unread row set properly.
3518 * src/folderview.c: foldreview_update_node(): don't use
3519 gtk_style_copy(), and reuse previously allocated styles.
3520 * README, README.jp: modified.
3524 * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
3525 memory corruption bug (thanks to David Looney).
3526 * src/inc.c: inc_all_account_mail(): call inc_finished() even if
3527 there are no enabled accounts, or local spool only.
3528 * src/summaryview.c: applied the summary update improvement patch
3529 from Sergey Vlasov (thanks!). It keeps the position of the
3530 message displayed. Selected and displayed message are also kept.
3531 summary_get_msgnum(): new.
3532 summary_get_current_msgnum(): removed.
3533 summary_select_by_msgnum(): don't display the message.
3534 * src/account.c: added "Get all" column.
3535 account_clist_set_row(): show default and get-all flags with the
3537 * src/utils.c: to_human_readable(): increased the number of decimals
3542 * implemented the long-awaited :) "Add sender to address book" feature.
3543 * src/address.[ch]: added the argument for remarks to
3545 address_get_folder_list(): new. It traverses the address tree and
3546 returns the folder list.
3547 address_delete_object(): modified so that it removes the node
3549 * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
3550 a address folder menu and attaches it to the menu item.
3551 addressbook_refresh(): reload the address book folder tree.
3552 * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
3553 the menu to add sender to address book.
3554 summary_button_pressed(): call summary_set_add_sender_menu()
3555 before popup the menu.
3559 * src/summaryview.c: summary_thread_build(): fixed a bug that locked
3560 up the process. Optimized the initial thread build.
3564 * src/summaryview.c: made many code cleanups.
3565 summary_show(): block/unblock the signal handlers instead of
3566 disconnect/connect them.
3567 summary_set_row_marks(): made the font of collapsed node bold if
3568 it has cnildren marked as unread.
3569 summary_thread_build(): block tree_expand signals while processing.
3570 Use loop instead of the recursive function. Mark collapsed nodes
3572 summary_unthread(): block tree_collapse signals while processing.
3573 Use loop instead of the recursive function.
3574 summary_thread_func(), summary_unthread_func(): removed.
3575 summary_tree_expanded(), summary_tree_collapsed(): new callback
3577 * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
3578 failed to connect. Show more detailed status on the dialog.
3582 * src/folderview.c: folderview_update_all_node(): new. It updates
3584 * src/inc.c: update all local folders after incorporation if
3585 scan_all_after_inc option is set.
3586 * src/prefs_common.[ch]: added scan_all_after_inc option.
3587 * src/folder.h: FOLDER_IS_LOCAL(): new macro.
3596 src/prefs_common.h: made bold and small font configurable.
3597 src/summaryview.c: display unread messages with bold font.
3598 * src/prefs_common.c
3600 src/summaryview.c: added an option to enable/disable the
3601 emphasis of unread messages.
3605 * src/pixmaps/mark.xpm: modified.
3606 * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
3607 * src/summaryview.c: summary_set_ctree_from_list(): don't expand
3608 the root messages of threads for performance improvement.
3610 summary_select_next_unread()
3611 summary_step(): expand threads when opening messages.
3612 summary_thread_build(): expand threads if the option is turned on.
3613 * src/prefs_common.[ch]: added "Expand threads" option.
3617 * src/prefs_common.c: removed "Emulate the behavior of mouse
3618 operation of Emacs-based mailer".
3619 * src/prefs_common.c
3620 src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
3621 * src/pixmaps/new.xpm
3622 src/pixmaps/unread.xpm: reverted.
3627 address_folder_new()
3629 address_item_new(): changed the return value to AddressObject.
3630 address_build_tree(): don't put assertion for file.
3631 * src/pixmaps/new.xpm
3632 src/pixmaps/unread.xpm: modified a bit.
3636 * src/addressbook.c: fixed some bugs.
3640 * separated the logic part of addressbook into another module
3641 (still in progress).
3642 * src/address.[ch]: new. It contains the logic part of addressbook.
3643 * src/addressbook.[ch]: removed the logic part.
3647 * src/textview.c: textview_show_header(): fixed a bug that a garbage
3648 character was shown after header names.
3652 * src/inc.c: inc_start(): don't abort with non-fatal error.
3660 * src/mimeview.c: mimeview_view_file(): added -x option to the
3661 metamail to prevent the suspention of the main process.
3662 mimeview_button_pressed(): deactivate `Open' menu item if
3663 content-type is application/octet-stream.
3667 * src/imap.c: imap_parse_atom(): parse escaped characters properly.
3668 get_quoted(): new. It handles the escape character '\'.
3669 * src/folder.c: folder_read_list(): don't output warning if
3670 folderlist.xml doesn't exist.
3671 * src/main.c: main(): write folder list after setup.
3672 * src/textview.c: textview_create()
3673 src/compose.c: compose_create(): set default tab width to 8.
3677 * src/prefs_common.c: date_format_select_row(): fixed a bug that
3678 caused segfault when selecting the list with key.
3682 * src/mainwindow.c: main_window_popup(): deiconize the window
3683 when popup (thanks to Henrik Carlqvist).
3684 * src/procmime.c: procmime_scan_mime_type(): new.
3685 procmime_scan_content_type(): use procmime_scan_mime_type().
3686 procmime_scan_mime_header(): scan the extension of attached files
3687 and add the correct MIME type if the Content-Type is
3688 "application/octet-stream" (thanks to Don Quijote).
3689 * src/compose.c: compose_toolbar_create(): added a new "Send later"
3690 icon (thanks to Leandro Pereira).
3694 * src/prefs_common.c: date_format_create(): modified the layout of
3699 * src/account.c: account_find_from_address(): fixed a minor bug.
3700 * src/prefs_common.c: incorporated the user-interface for setting
3701 date format from the claws branch, and made some modification to
3706 * src/account.[ch]: account_edit_create(): modified the text of
3708 account_find_from_address(): new.
3710 procmime_scan_content_type(), procmime_scan_content_disposition():
3711 fixed ESC code detection.
3712 * src/compose.c: compose_reply(): automatically select account
3713 according to the message header.
3714 * src/prefs_common.[ch]: added member "reply_account_autosel".
3718 * src/progressdialog.c: made the CList scrollable.
3719 * src/inc.c: inc_start(): don't abort with non-fatal error.
3723 * added English Sylpheed User's Manual by Paul Kater
3724 (paul@nlpagan.net) (thanks!).
3727 src/mainwindow.c: added support for English manual.
3728 * manual/en/sylpheed*.html: added English documentation.
3733 * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
3734 that didn't have any trailing messages.
3735 * src/smtp.c: smtp_ok(): ditto.
3736 * src/compose.c: compose_account_option_menu_create(): modified
3737 the style of the account option menu.
3741 * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
3742 remove return code from strings automatically.
3743 prefs_custom_header_create(): added "X-Face" to the default
3745 * src/news.c: news_fetch_msg(), news_get_group_list()
3746 src/imap.c: imap_fetch_msg(): create the cache directory before
3749 procmime_scan_content_type()
3750 procmime_scan_content_disposition(): convert JIS into EUC-JP
3752 * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
3753 * src/compose.c: don't append attachment headers if the attach
3754 pane is visible but the list is empty.
3755 * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
3763 * src/compose.c: compose_quote_parse_fmt()
3764 src/prefs_common.c: prefs_quote_description_create(): added the
3765 symbol `%c' that allows to include Cc in reply format (thanks
3768 src/procmime.c: procmime_decode_content(): applied the patch
3769 from Sergey Vlasov that allows to decode base64 data with
3770 unusual line length (not a multiple of 4) (thanks!).
3774 * src/procmsg.[ch]: separated the permanent flags and temporary
3775 flags into two variables, and made MsgFlags a structure that
3777 MSG_SET_PERM_FLAGS()
3779 MSG_UNSET_PERM_FLAGS()
3780 MSG_UNSET_TMP_FLAGS(): new macros.
3788 src/summaryview.c: modified for the new MsgFlags.
3789 * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
3794 * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
3795 display current size with human-readable format.
3796 * src/grouplistdialog.c: grouplist_recv_func(): ditto.
3803 conv_unmime_header(), conv_unmime_header_overwrite(): workaround
3804 for raw-JIS code in header fields.
3806 folder_get_default_folder()
3807 folder_get_default_inbox()
3808 folder_get_default_outbox()
3809 folder_get_default_draft()
3810 folder_get_default_queue()
3811 folder_get_default_trash(): fixed a bug that caused segfault
3812 if folder_list is NULL.
3822 * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
3823 while retrieving newsgroup list.
3824 grouplist_dialog_create(): added entry widget and status label.
3825 grouplist_recv_func(): new.
3826 refresh_clicked(): added exclusive lock variable.
3827 clist_selected(): set text entry when the CList is selected.
3828 renamed from group_clist_select().
3829 entry_activated(): new.
3830 grouplist_clear(): renamed from grouplist_free(). Also clears
3831 list and entry widget.
3832 * src/news.c: news_get_group_list(): sped up the list appending
3833 (g_slist_append() becomes very slow if list size is large).
3834 * src/defs.h: added UI_REFRESH_INTERVAL definition.
3835 Changed the definition of NEWSGROUP_LIST.
3836 * src/recv.c: recv_write()
3837 src/send.c: send_message_smtp(): changed the UI refresh interval
3838 to UI_REFRESH_INTERVAL (50msec).
3839 * src/account.c: account_add(): fixed a bug that didn't update
3840 folder tree when a news account was added.
3841 * src/grouplistdialog.c: made exclusive lock variable global, and
3842 lock at grouplist_dialog_set_list().
3843 * src/textview.c: fixed a bug that disabled clickable URI if
3844 message color was disabled.
3848 * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
3849 quit main loop if gtk_main_level() is 1.
3850 grouplist_dialog_set_list(): freeze CList while appending the list.
3851 grouplist_dialog(): show dialog before updating the list.
3855 * src/folder.c: folder_write_list_recursive(): add the attribute
3856 `collapsed' if a node have some children.
3857 * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
3860 news_get_group_list(): new. It returns newsgroup list.
3861 news_remove_group_list(): new. It removes newsgroup list cache.
3862 * src/folderview.c: folderview_new_news_group_cb(): call
3863 grouplist_dialog() instead of input_dialog().
3867 * autogen.sh: modified.
3869 src/folderview.c: made expand/collapse state of folders persistent
3878 * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
3880 imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
3881 according to the argument.
3882 imap_cmd_select(): use imap_cmd_do_select().
3883 imap_cmd_examine(): new.
3884 * src/folderview.c: folderview_rm_imap_folder_cb(): select current
3885 folder again when removing failed.
3891 * manual/ja/sylpheed.sgml
3892 manual/ja/*.html: updated the Japanese manual (thanks to Imai).
3893 * src/summaryview.c: summary_set_row_marks(): fixed a bug that
3894 didn't set foreground correctly.
3896 src/summaryview.h: removed the member color_normal from FolderView
3898 * src/mainwindow.c: main_window_create(): removed color_normal.
3902 * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
3904 * src/imap.c: imap_session_get()
3905 src/news.c: news_session_new_for_folder(), news_session_get():
3906 use user-defined port number if specified.
3910 * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
3912 imap_scan_folder(): implemented. It updates the numbers of new,
3913 unread and total messages.
3914 imap_status(): new. It parses the response of STATUS command.
3915 imap_status_uidnext(): removed.
3916 imap_cmd_status(): removed.
3917 * src/textview.c: textview_show_part(): fixed potential memory leaks.
3921 * src/alertpanel.c: alertpanel_create(): fixed truncated message.
3922 * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
3923 of content-type (thanks to René Rebe for the patch).
3924 * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
3926 * src/prefs_common.c: prefs_send_create(): made some more character
3927 sets specifiable when not using libjconv.
3928 * configure.in: disabled --enable-threads option temporarily.
3930 INSTALL.jp: deleted the description about --enable-threads option.
3934 * updated gettext to 0.10.38.
3940 * src/folderview.[ch]: folderview_set_all(): new.
3941 * src/account.c: account_add(): call folderview_set_all() after
3942 creating IMAP4 tree.
3943 account_edit_create(): account preferences dialog can be opened
3944 with double clicking of the list.
3945 account_selected(): new.
3946 account_clist_set(): made the CList focus set correctly.
3950 * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
3952 imap_scan_tree_recursive(): search the sub folders of INBOX.
3953 recognize Trash folder.
3954 imap_create_tree(): separated the part of creating trash.
3955 imap_create_trash(): new.
3956 * src/folder.c: folder_build_tree(), folder_write_list_recursive():
3957 preserve no_sub and no_select.
3958 * src/summaryview.c: summary_show(): don't proceed if item->no_select
3963 * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
3964 root folder correctly.
3968 * src/folderview.[ch]:
3969 folderview_update_tree(): new. It updates one folder tree.
3970 folderview_update_tree_cb(): new.
3971 Added "Update folder tree" to the popup menu, and modified some
3976 * src/imap.c: implemented the autoscan of IMAP4 folder list.
3977 imap_scan_tree(): new. It scans the whole IMAP4 folder.
3978 imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
3979 imap_parse_list(): new. It parses the LIST response.
3980 imap_get_real_path(): new. It converts local path into IMAP4 path.
3981 * src/folder.h: added no_sub and no_select to FolderItem.
3982 * src/folder.c: folder_tree_destroy(): reset some variables.
3983 * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
3987 * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
3988 parse the FETCH response that continues to the next line.
3989 imap_parse_fetch_element(): removed.
3990 imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
3991 imap_parse_envelope(), imap_get_uncached_messages(): use GString
3992 and sock_getline() to parse the FETCH response.
3993 imap_remove_all_msg(): fixed a bug that didn't delete messages
3995 imap_parse_address(): fixed a bug that didn't concaternate
3996 addresses correctly, using GString.
3997 * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
3998 the whole line and return the newly allocated string.
3999 * src/prefs_account.[ch]: added `IMAP server directory' entry.
4005 * src/imap.c: imap_create_tree(): pass the path that is separated
4006 by the local filesystem separator to imap_create_folder().
4007 imap_create_folder(): examine the existence of folders using
4008 LIST command instead of STATUS.
4009 imap_cmd_list(): new.
4010 imap_query_password(): new.
4011 imap_session_new(): query password if it is not set.
4015 * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
4016 with arbitrary order.
4017 imap_parse_fetch_element(): new. it parses one pair of name and
4018 value of FETCH results.
4019 imap_parse_flags(): modified for more flexibility.
4020 * src/utils.[ch]: set_log_file(): new. it opens a new file for
4022 close_log_file(): new. it closes the opened log file.
4023 log_print(), log_message(), log_warning(), log_error(): also
4028 * src/imap.c: imap_cmd_status(): check the pointer to "value"
4029 before the assignment (thanks to NISHIJIMA).
4033 * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
4034 across MH and IMAP4 folder (for now) (thanks to Hiramatu).
4035 * src/foldersel.[ch]: don't show folders which can't be targets
4047 imap_cmd_store(): use UID instead of sequential number.
4048 Renamed imap_set_article_flags() to imap_set_message_flags().
4049 * src/summaryview.c: summary_execute(): don't update summary
4050 even if current folder is IMAP4.
4051 * src/utils.[ch]: remove_numbered_files(): changed the type of
4052 arguments from gint to guint.
4056 * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
4057 imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
4058 enclose with double quotation if string doesn't have space
4059 (workaround for old Cyrus IMAP4 server).
4060 imap_create_folder(): fixed a bug of separator substitution.
4061 renamed imap_session_connect_if_not() to imap_session_get().
4062 imap_get_msg_list(): delete all cached messages if use_cache
4064 imap_delete_cached_messages(): remove cached files in between
4065 the specified range by reading directory entry.
4066 imap_parse_one_address(): set fromname same as the from address
4068 * src/utils.[ch]: remove_numbered_files(): new. The range is
4070 * src/summaryview.c: summary_execute(): update summary if current
4072 KEY_PRESS_EVENT_STOP(): new macro.
4073 summary_key_pressed(): stop signal emission when calling
4075 summary_select_by_msgnum(): show message only if
4076 msg_is_toggled_on is TRUE. Move current page to the selected
4078 * src/news.c; news_delete_old_articles(): remove cached files in
4079 between the specified range by reading directory entry.
4081 folderview_selected(), folderview_button_released(): fixed a bug
4082 that didn't select folder correctly.
4088 src/prefs_common.c: improvements to the English (thanks to Paul
4090 * src/mainwindow.c: compose_cb()
4091 src/summaryview.c: summary_key_pressed()
4092 src/compose.c: compose_new_with_recipient(): newsgroups entry
4093 is automatically filled when composing a new article.
4097 * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
4098 free list correctly.
4104 * src/imap.c: imap_find_namespace(): replace namespace path
4105 separator with slash before comparison.
4106 imap_remove_folder(): use namespace.
4107 imap_create_tree(): use namespece when creating Trash.
4108 imap_get_msg_list(): fixed a bug that returned old list and caused
4109 memory leak if exists == 0.
4110 imap_select(): new. It's a wrapper for imap_cmd_select().
4111 * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
4116 folderview_new_folder_cb()
4117 folderview_new_imap_folder_cb(): show error dialog when creation
4118 or deletion of folder failed.
4119 Made it allow users to create a folder which contains subfolders.
4120 folderview_button_pressed(): disabled delete menu on the special
4122 * AUTHORS: incorporated from claws branch. It now contains all
4124 * src/send.c: enabled cancellation.
4125 EXIT_IF_CANCELLED(): new macro.
4126 Added cancelled flag to SendProgressDialog.
4127 * src/utils.[ch]: strtailchomp(): new. It removes the trailing
4128 specified character.
4129 * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
4133 * src/imap.c: imap_create_tree(): new. It creates required
4134 folders such as INBOX and Trash.
4135 imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
4137 imap_remove_all_msg(): return immediately if exists == 0.
4138 * src/account.c: account_add(), account_set_missing_folder():
4139 made them use folder->create_tree().
4143 * src/imap.c: more namespace implementation.
4144 imap_find_namespace(), imap_path_separator_subst(): new.
4148 * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
4152 * src/summaryview.c: summary_show(): fixed a glitch in folder view.
4156 * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
4157 which appends file into IMAP4 folder.
4159 imap_create_folder(): check the existence of a folder before
4161 renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
4162 * src/account.c: account_add(), account_set_missing_folder():
4163 create INBOX automatically when creating IMAP4 account.
4167 * src/utils.[ch]: added itos_buf() that takes the buffer for its
4169 * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
4170 * src/folder.c: added copy_msg and copy_msgs_with_dest methods
4175 * src/utils.[ch]: move_file(): new.
4176 * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
4177 use move_file(), and fixed a bug that didn't close file when
4182 * src/imap.c: renamed imap_delete_messages() and
4183 imap_delete_all_messages() to imap_delete_cached_messages() and
4184 imap_delete_all_cached_messages(). Some code cleanups.
4185 * src/utils.[ch]: added a function remove_all_numbered_files().
4186 * src/mh.c: mh_remove_all_msg()
4187 src/imap.c: imap_delete_all_cached_messages():
4188 use remove_all_numbered_files().
4191 src/compose.[ch]: added `Reply to sender'.
4193 compose_reply_set_entry(): added an argument `ignore_replyto'.
4197 * src/folderview.c: folderview_selected()
4198 src/summaryview.c: summary_show(): fixed a bug that updated wrong
4199 folder when remaining marks were processed.
4203 * src/headerwindow.c: headerwindow_show_cb(): always try to show
4204 msginfo, and use the selected message, not the displayed one.
4205 * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
4209 * src/folderview.c: folderview_selected()
4210 src/mimeview.c: mimeview_selected(): ungrab the mouse event.
4211 * src/summaryview.c: summary_show(): process the left marks if any.
4215 * src/passphrase.c: enclosed with #if USE_GPGME.
4216 * src/prefs_account.c: added NNTP AUTH check button.
4217 * src/alertpanel.[ch]: alertpanel_create(): added new argument
4218 `can_disable', all existing callers changed to pass FALSE;
4219 created a check button to disable the message.
4220 alertpanel_message_with_disable(): new.
4221 alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
4222 alertpanel_button_toggled(): new.
4223 alertpanel_button_clicked(), alertpanel_close(): set value using
4225 * src/prefs_common.[ch]: added option to toggle GnuPG signature
4226 check popup window, and GnuPG warning.
4227 * src/rfc2015.c: check_signature(): show signature check dialog
4228 only if it is enabled.
4229 * src/main.c: modified GnuPG checking.
4231 src/prefs_common.c: fixed some compilation bugs when enabled
4236 * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
4237 encodings with libjconv.
4238 conv_encode_header(): fixed an endless loop bug when encountering
4239 an invalid wide character (thanks to Alte).
4240 * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
4242 * src/imap.c: imap_create_folder(): don't create folder if the
4244 * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
4245 execute button when immediate execution is enabled.
4250 README.jp: added the "How to run" section.
4254 * merged NNTP AUTH from the claws branch.
4255 * src/news.[ch]: supported NNTP AUTH.
4256 * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
4258 INSTALL.jp: modified the confirmation list and the warning about
4263 * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
4264 gtkut_ctree_find_collapsed_parent().
4265 * src/folderview.c: folderview_select_node(): automatically expand
4266 the parent folders when selected.
4267 * configure.in: made the version number to 0.4.99 (0.5pre)
4268 * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
4269 so that X is not necessary for --help and --version.
4270 parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
4271 * src/folderview.c: folderview_update_node(): a fix for collapsed
4276 * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
4277 It caused garbages in --compose option.
4278 * src/socket.[ch]: made fd_gets() public.
4282 * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
4283 * src/folderview.c: folderview_find_next_unread(): new.
4284 folderview_select_next_unread(): modified so that it can find
4289 * src/compose.c: compose_write_headers(): excluded also From, To,
4290 Sender because they could be used for SPAM.
4291 * src/folderview.c: add '+' mark to the collapsed folder that have
4292 some unread folders.
4293 folderview_search_new_recursive(),
4294 folderview_have_new_children(),
4295 folderview_search_unread_recursive(),
4296 folderview_have_unread_children(),
4297 folderview_find_collapsed_parent(): new.
4298 folderview_update_node(): display the number of queued messages.
4303 src/mh.[ch]: modified *_add_msg() to use link(). Added the
4304 argument to switch whether to remove the source file or not.
4307 src/mbox.c: modified the argument of folder_item_add_msg() and
4308 removed some unlink()'s.
4312 * src/prefs_customheader.[ch]: renamed prefs_headers_* to
4313 prefs_custom_header_*. Removed `(New)' row and `Substitute'
4314 button. Supported empty value.
4315 prefs_custom_header_row_moved(): new. Connected "row_move" signal
4316 to the function, and made it set header list.
4317 * src/customheader.c: custom_header_get_str()
4318 src/compose.c: compose_write_headers(): supported empty value.
4319 * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
4320 Connected "row_move" signal to the function, and made it set
4322 * src/compose.c: compose_write_headers(): modified the order of
4323 headers, and made it encode the custom headers.
4324 * src/prefs_customheader.c: prefs_custom_header_delete_cb()
4325 src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
4326 alert panel by ESC as "No".
4330 * merged the custom header stuff from claws branch:
4331 * src/customheader.[ch]
4332 src/prefs_customheader.[ch]: new.
4333 * src/customheader.c: custom_header_read_str(): use strtol() instead
4334 of atoi() and check errors.
4335 custom_header_find(): new function.
4336 * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
4337 compose_write_headers(): made it replace headers with user-defined
4338 headers except for some automatically generated headers.
4342 * src/inc.c: connection_check_cb(): fixed a bug that caused
4343 segmentation fault if connection was not established.
4344 * src/compose.c: compose_create(): even if set_autobcc or set
4345 autoreplyto is checked and the entries are empty, show them.
4349 * src/textview.c: textview_show_mime_part(): modified the messages.
4350 TEXT_INSERT(): new macro.
4352 * src/prefs_display_header.c: prefs_display_header_create():
4353 modified the text of checkbutton.
4357 * src/mimeview.c: added "Open with..." to the context menu.
4358 * src/summaryview.c: summary_print()
4359 src/inputdialog.c: input_dialog(): fixed memory leaks.
4360 * src/textview.c: textview_show_mime_part(): updated the description.
4361 * src/send.c: implemented sending progress dialog.
4362 (TODO: automaton should be used.)
4363 send_progress_dialog_create(), send_progress_dialog_destroy(),
4365 send_message_smtp(): made it update the dialog for each stage.
4366 * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
4368 * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
4369 go to first unread message even if folder is same as previous.
4370 * src/prefs_common.c: made color selection dialog transient, and
4371 made escape key close the dialogs.
4377 * src/select-keys.c: delete_event_cb(): removed `;' from its end.
4378 * src/recv.c: recv_write(): changed the interval to 10msec.
4379 * src/prefs_display_header.c: modified the layout of the dialog,
4380 and made the hidden headers list insensitive when `Show other
4381 headers' is not checked.
4382 * src/textview.c: changed strcasecmp() and strncasecmp() to
4383 the corresponding glib functions.
4384 * src/inc.c: get_spool(): make a temporary file in the home
4389 * src/prefs_common.c
4401 src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
4402 when closed them with delete_event (thanks to DINH).
4403 Added *_deleted() and *delete_event() which handle delete_event
4408 * src/prefs_display_header.c: merged some changes from claws branch:
4409 prefs_display_header_create(): allow reordering of headers by
4411 prefs_display_header_find_header(): new function.
4412 prefs_display_header_clist_set_row(): don't allow duplicates.
4413 * src/prefs_account.c: prefs_account_receive_create(): changed
4414 the label of the check button.
4418 * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
4420 * src/inc.h: removed cur_msg_bytes from Pop3State.
4421 * src/inc.c: pop3_recv_func()
4422 src/recv.[ch]: made the second arguments of RecvUIFunc current
4424 recv_write(): made it call UI func if elapsed time is greater
4426 * src/recv.c: recv_write(): changed the interval to 300 usec.
4427 * src/textview.c: textview_show_header(): if header is Subject,
4429 * src/utils.[ch]: unfold_line(): new.
4430 * src/procheader.[ch]: procheader_get_header_array(): new.
4431 * src/prefs_display_header.c: updated defaults.
4435 * some merge from the sylpheed-claws branch.
4436 It allows user to specify displayed headers in message view.
4437 (symbol names were also changed.)
4438 * src/prefs_display_header.[ch]
4439 src/displayheader.[ch]: new.
4440 * src/prefs_display_header.c:
4441 removed prefs_display_headers_other_headers_toggled().
4442 removed "(New)" row from the list.
4443 * src/defs.h: added DISPLAY_HEADER_RC.
4444 * src/prefs_common.c: prefs_message_create(): added a button for
4445 opening the display header setting dialog.
4446 * src/prefs_common.h: added show_other_header and disphdr_list
4448 * src/procheader.[ch]: procheader_get_header_list_from_file(),
4449 procheader_get_header_array_asis(): new.
4450 procheader_get_header_list(): modified so that it takes FILE
4451 pointer for its argument.
4452 procheader_header_array_destroy(), procheader_header_free(): new.
4453 * src/main.c: main(): made it call prefs_display_header_*_config().
4454 * src/textview.c: textview_scan_header(): modified so that it
4455 sorts headers according to user setting.
4456 src/textview_show_header(): made it call
4457 textview_make_clickable_parts().
4458 textview_make_clickable_parts(): added GdkFont to its arguments,
4459 and removed GtkText from them.
4463 * implemented auto-checking of new mail based on the patch from
4464 Pierric Descamps (thanks!).
4465 * src/inc.c: added inc_autocheck_timer_init(),
4466 inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
4467 inc_autocheck_func() for auto-checking of new mail.
4468 * src/main.c: main(): call inc_autocheck_timer_init().
4469 * src/prefs_common.c: prefs_receive_create(): activated the
4470 auto-checking UI. Added prefs_common_cancel(), and connected
4471 some signals to that.
4472 * src/prefs_common.c
4475 src/account.c: Disabled auto-checking while opening the dialog.
4476 * src/headerview.c: headerview_show_xface(): fixed a bug that
4477 showed a warning when header pane was hidden.
4483 src/recv.c: removed non-blocking socket mode support since it
4486 src/inc.c: modified the messages of incorporation dialog.
4490 * src/utils.h: made u32 the typedef of guint32.
4491 added BIG_ENDIAN_HOST macro that is used by md5.c.
4492 * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
4493 that didn't calculate MD5 correctly on big endian machines.
4499 * src/folder.c: folder_init(): added the method imap_remove_folder.
4500 * src/folderview.c: folderview_rm_imap_folder_cb(): made it
4501 actually remove folder from IMAP4 server.
4502 * src/imap.[ch]: imap_create_folder(): made it actually create
4503 folder on IMAP4 server.
4504 imap_remove_folder(): added.
4505 imap_create(), imap_delete(): added.
4506 * src/summaryview.c: summary_execute_delete(): don't check trash
4507 if folder type is not F_MH.
4508 * thanks to Ishihara for the above changes.
4510 ac/check-type.m4: better wint_t typedef detection (renamed
4511 sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
4515 * src/recv.c: recv_bytes_write(): fixed another bug that caused
4516 infinite loop and buffer overrun.
4520 * src/socket.[ch]: renamed sock_read() and fd_read() to
4521 sock_gets() and fd_gets() for preventing confusion.
4522 Added sock_read() and fd_read() whic