aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-11-01added fallback encoding setting.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@702 ee746299-78ed-0310-b773-934348b2243d
2005-11-01win32: added program icon.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@701 ee746299-78ed-0310-b773-934348b2243d
2005-10-31fixed scroll jumping on focus of textview in mimeview.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@697 ee746299-78ed-0310-b773-934348b2243d
2005-10-27win32: implemented remote command using TCP socket.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@692 ee746299-78ed-0310-b773-934348b2243d
2005-10-27fixed initially wrong widget size of option menu in compose window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@691 ee746299-78ed-0310-b773-934348b2243d
2005-10-26added a setting to delete filtered junk mails from server.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@689 ee746299-78ed-0310-b773-934348b2243d
2005-10-26modification for ML post with Reply-To.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@688 ee746299-78ed-0310-b773-934348b2243d
2005-10-26win32: convert locale string to UTF-8 when setting rc dir.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@686 ee746299-78ed-0310-b773-934348b2243d
2005-10-25display confirmation dialog instead of input dialog when printing.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@684 ee746299-78ed-0310-b773-934348b2243d
2005-10-25match the output header for printing to the message view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@679 ee746299-78ed-0310-b773-934348b2243d
2005-10-24make input dialog in front on focus out.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@678 ee746299-78ed-0310-b773-934348b2243d
2005-10-24create/destroy input dialog each time it is displayed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@677 ee746299-78ed-0310-b773-934348b2243d
2005-10-24set the title of separated message window to '(Subject) - Sylpheed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@676 ee746299-78ed-0310-b773-934348b2243d
2005-10-24fixed the problem that DnD didn't work on GTK+ 2.8hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@674 ee746299-78ed-0310-b773-934348b2243d
2005-10-21src/main.c: replaced gdk_input_add() with GIOChannel.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@673 ee746299-78ed-0310-b773-934348b2243d
2005-10-20textview.c: optimized a bit.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@672 ee746299-78ed-0310-b773-934348b2243d
2005-10-20textview.c: don't move cursor if selection exists.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@671 ee746299-78ed-0310-b773-934348b2243d
2005-10-20textview.c: fixed a problem that the view was scrolled to top when it got focus.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@669 ee746299-78ed-0310-b773-934348b2243d
2005-10-20added '--configdir' option which specifies config directory.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@667 ee746299-78ed-0310-b773-934348b2243d
2005-10-18prefs_filter_open(): correct focus when msginfo is specified.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@660 ee746299-78ed-0310-b773-934348b2243d
2005-10-17win32: made the default editor command 'notepad'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@657 ee746299-78ed-0310-b773-934348b2243d
2005-10-17adjusted the minimum input dialog size.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@656 ee746299-78ed-0310-b773-934348b2243d
2005-10-17added the default browser to the option of URI command.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@654 ee746299-78ed-0310-b773-934348b2243d
2005-10-17handle destroy event properly.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@653 ee746299-78ed-0310-b773-934348b2243d
2005-10-16win32: use ShellExecute() to open URI.Hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@652 ee746299-78ed-0310-b773-934348b2243d
2005-10-16win32: restrict launching of executable files.Hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@651 ee746299-78ed-0310-b773-934348b2243d
2005-10-14win32: prohibit duplicate exec using CreateMutex().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@648 ee746299-78ed-0310-b773-934348b2243d
2005-10-14made some warnings just debug messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@647 ee746299-78ed-0310-b773-934348b2243d
2005-10-13modified the text of mailbox setup dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@644 ee746299-78ed-0310-b773-934348b2243d
2005-10-13win32: use ShellExecute() to launch attachments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@642 ee746299-78ed-0310-b773-934348b2243d
2005-10-13enabled the property of the top folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@641 ee746299-78ed-0310-b773-934348b2243d
2005-10-12win32: make alert dialog in front on focus out.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@638 ee746299-78ed-0310-b773-934348b2243d
2005-10-12fixed prefix on G_LOG_LEVEL_WARNING.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@637 ee746299-78ed-0310-b773-934348b2243d
2005-10-12brought back 'Crate filter rule' in the context menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@635 ee746299-78ed-0310-b773-934348b2243d
2005-10-11fixed the label 'Type' not aligned to right at folder property dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@634 ee746299-78ed-0310-b773-934348b2243d
2005-10-11output g_log() messages to the log window and log file. Disabled console ↵hiro
window on win32. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@631 ee746299-78ed-0310-b773-934348b2243d
2005-10-10fixed DnD on Win32.Hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@629 ee746299-78ed-0310-b773-934348b2243d
2005-10-06added file system path info to folder prefs.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@625 ee746299-78ed-0310-b773-934348b2243d
2005-10-06win32: environmental variable fix.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@624 ee746299-78ed-0310-b773-934348b2243d
2005-10-06win32: include startup directory into %PATH% for GSpawn.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@623 ee746299-78ed-0310-b773-934348b2243d
2005-10-03win32: fixed not-working translation on non-ascii directory.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@619 ee746299-78ed-0310-b773-934348b2243d
2005-09-28make the message catalog location absolute path if LOCALEDIR is relative.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@611 ee746299-78ed-0310-b773-934348b2243d
2005-09-28only show subject on the compose titlebar.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@609 ee746299-78ed-0310-b773-934348b2243d
2005-09-27fixed S/MIME.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@608 ee746299-78ed-0310-b773-934348b2243d
2005-09-27src/rfc2015.c: check_signature(): set transfer encoding for S/MIME.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@607 ee746299-78ed-0310-b773-934348b2243d
2005-09-27display the subject line in the window title bar.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@606 ee746299-78ed-0310-b773-934348b2243d
2005-09-27verify PKCS#7 (S/MIME) signature.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@605 ee746299-78ed-0310-b773-934348b2243d
2005-09-22implemented 'Save all'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@601 ee746299-78ed-0310-b773-934348b2243d
2005-09-22summaryview.c: align selected row to center when reached to the edge on key ↵hiro
operation. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@600 ee746299-78ed-0310-b773-934348b2243d
2005-09-22summaryview.c: keep selecting row after changing thread display.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@598 ee746299-78ed-0310-b773-934348b2243d