aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-12-26src/rpop3.c: added refresh (reload) menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2996 ee746299-78ed-0310-b773-934348b2243d
2011-12-22src/rpop3.c: implemented reloading after the loading stopped.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2995 ee746299-78ed-0310-b773-934348b2243d
2011-12-21remote mailbox: supported SOCKS proxy and made it receive headers from the ↵hiro
latest one. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2993 ee746299-78ed-0310-b773-934348b2243d
2011-12-16src/mainwindow.c: main_window_create(): force visibility of the message view ↵hiro
on startup only if the layout type is vertical mode. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2991 ee746299-78ed-0310-b773-934348b2243d
2011-11-29made 3.2beta4 release.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2987 ee746299-78ed-0310-b773-934348b2243d
2011-11-29sylfilter command was added as a preset of junk filter program.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2985 ee746299-78ed-0310-b773-934348b2243d
2011-11-17fixed startup summary/message view size on vertical-view mode.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2984 ee746299-78ed-0310-b773-934348b2243d
2011-10-14show both filtered and original numbers of messages on the status iabel.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2977 ee746299-78ed-0310-b773-934348b2243d
2011-10-04quick_search.c: removed debug print.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2974 ee746299-78ed-0310-b773-934348b2243d
2011-10-04implemented multiple keywords search of the quick search entry.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2973 ee746299-78ed-0310-b773-934348b2243d
2011-09-16src/summaryview.c: summary_select_row(): don't always move focus when ↵hiro
refreshing (mainly for quick search). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2969 ee746299-78ed-0310-b773-934348b2243d
2011-09-15prevent IMAP error caused by sending multiple commands at the same time.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2968 ee746299-78ed-0310-b773-934348b2243d
2011-08-03applied a patch to fix quick search text color on dark themes.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2932 ee746299-78ed-0310-b773-934348b2243d
2011-08-03reflect account preference for trash folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2931 ee746299-78ed-0310-b773-934348b2243d
2011-07-21textview.c: use style colors for part widgets.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2928 ee746299-78ed-0310-b773-934348b2243d
2011-06-30added 'Print' menu in mime part menu. Added part widget to message/rfc822 part.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2920 ee746299-78ed-0310-b773-934348b2243d
2011-06-28src/undo.c: undo_insert_text_cb(): removed alloca() call.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2917 ee746299-78ed-0310-b773-934348b2243d
2011-06-28src/folderview.c: removed alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2916 ee746299-78ed-0310-b773-934348b2243d
2011-06-28src/account_dialog.c: account_open(): removed alloca() call.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2915 ee746299-78ed-0310-b773-934348b2243d
2011-06-28src/foldersel.c: removed alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2914 ee746299-78ed-0310-b773-934348b2243d
2011-06-24src/update_check.c: win32: also check the file size of updater exe.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2913 ee746299-78ed-0310-b773-934348b2243d
2011-06-24src/compose.c: removed alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2912 ee746299-78ed-0310-b773-934348b2243d
2011-06-24summaryview.c: removed alloca().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2910 ee746299-78ed-0310-b773-934348b2243d
2011-06-23libsylph/utils.[ch]: to_human_readable_buf(): new.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2909 ee746299-78ed-0310-b773-934348b2243d
2011-06-23src/messageview.c: removed alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2908 ee746299-78ed-0310-b773-934348b2243d
2011-06-23fixed a typo. code cleanup.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2907 ee746299-78ed-0310-b773-934348b2243d
2011-06-16use image menu item for part menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2906 ee746299-78ed-0310-b773-934348b2243d
2011-06-15src/textview.[ch]: reuse popup menu for each attachments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2904 ee746299-78ed-0310-b773-934348b2243d
2011-06-14textview_part_widget_button_pressed(): disable 'Copy file name' menu if file ↵hiro
name not exist. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2903 ee746299-78ed-0310-b773-934348b2243d
2011-06-14textview_part_widget_exposed(): draw edges as rounded.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2902 ee746299-78ed-0310-b773-934348b2243d
2011-06-14Use prelight state for textview.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2901 ee746299-78ed-0310-b773-934348b2243d
2011-06-14textview_part_widget_destroy_notify(): fixed destroy notify handler.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2900 ee746299-78ed-0310-b773-934348b2243d
2011-06-13highlight part widgets on mouse over.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2899 ee746299-78ed-0310-b773-934348b2243d
2011-06-13implemented popup menu of attachments in text view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2898 ee746299-78ed-0310-b773-934348b2243d
2011-06-13fixed handling of button release event.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2897 ee746299-78ed-0310-b773-934348b2243d
2011-06-10changed the spec of compose-send signal because the previous one prohibited ↵hiro
sending if the signal is not used. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2894 ee746299-78ed-0310-b773-934348b2243d
2011-06-10src/textview.c: added border line before and after headers. Made attachments ↵hiro
display more graphical. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2892 ee746299-78ed-0310-b773-934348b2243d
2011-06-09fixed duplicated keyboard accelerators in account edit dialog and filter dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2890 ee746299-78ed-0310-b773-934348b2243d
2011-06-08added a new plug-in API: 'messagev-ew-show'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2887 ee746299-78ed-0310-b773-934348b2243d
2011-06-08added a new plug-in API: 'compose-send'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2886 ee746299-78ed-0310-b773-934348b2243d
2011-06-06changed message-id string into more difficult one to guess e-mail address.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2885 ee746299-78ed-0310-b773-934348b2243d
2011-06-06don't close compose window when saving to outbox failed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2884 ee746299-78ed-0310-b773-934348b2243d
2011-05-18cancel online mode switch if active sessions exist.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2881 ee746299-78ed-0310-b773-934348b2243d
2011-05-13src/compose.c: removed some alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2877 ee746299-78ed-0310-b773-934348b2243d
2011-05-13textview_make_clickable_parts(): removed alloca() and use GSList.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2876 ee746299-78ed-0310-b773-934348b2243d
2011-05-12removed some alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2875 ee746299-78ed-0310-b773-934348b2243d
2011-05-12increased the prefs buffer size from 1024 to 8192.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2874 ee746299-78ed-0310-b773-934348b2243d
2011-03-16changed keyboard shortcut of File/Send to prevent accidental sending.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2853 ee746299-78ed-0310-b773-934348b2243d
2011-03-14mark messages read when message view becomes visible by Enter or Space key.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2852 ee746299-78ed-0310-b773-934348b2243d
2011-03-01renamed variable 'interface' to 'iface'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2850 ee746299-78ed-0310-b773-934348b2243d