aboutsummaryrefslogtreecommitdiff
path: root/src/mimeview.c
AgeCommit message (Collapse)Author
2014-12-12made file names generated on opening attachments more user-friendly.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3458 ee746299-78ed-0310-b773-934348b2243d
2013-05-14refactored MessageView/MimeView/hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3254 ee746299-78ed-0310-b773-934348b2243d
2012-06-25possible fix for gmodule link error on some environments (#74). Updated ↵hiro
copyright year. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3118 ee746299-78ed-0310-b773-934348b2243d
2012-06-18fixed a memory leak of a GtkItemFactory.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3097 ee746299-78ed-0310-b773-934348b2243d
2012-06-18disabled 'Save all...' menu on attach view if attached files with file name ↵hiro
do not exist. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3096 ee746299-78ed-0310-b773-934348b2243d
2012-04-13fixed a bug that a MIME part that didn't have a name could not be saved.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3044 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-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-23fixed a typo. code cleanup.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2907 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-02-25use 'open' command on OS X.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2847 ee746299-78ed-0310-b773-934348b2243d
2010-12-17changed the label 'MIME type' to 'Data type' for understandability.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2758 ee746299-78ed-0310-b773-934348b2243d
2010-07-01don't display images when inline image setting is off.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2593 ee746299-78ed-0310-b773-934348b2243d
2010-02-04fixed crash when checking signature while GnuPG is not available.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2453 ee746299-78ed-0310-b773-934348b2243d
2007-09-20removed all warnings output with -Wall.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1910 ee746299-78ed-0310-b773-934348b2243d
2007-07-17remove temporary file after reply to attached messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1868 ee746299-78ed-0310-b773-934348b2243d
2007-07-10added the feature to reply to attached message/rfc822 messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1852 ee746299-78ed-0310-b773-934348b2243d
2006-11-30implemented printing of MIME part. Code cleanups.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1386 ee746299-78ed-0310-b773-934348b2243d
2006-08-23added signature information to MsgInfo.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1128 ee746299-78ed-0310-b773-934348b2243d
2006-03-09added a hidden option "mime_command" for backward compatibility.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1035 ee746299-78ed-0310-b773-934348b2243d
2006-03-08removed metamail support and replaced it with the alternative implementation.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1032 ee746299-78ed-0310-b773-934348b2243d
2006-02-03show filenames with normal font in MIME view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@968 ee746299-78ed-0310-b773-934348b2243d
2006-01-26also recognize GDK_KP_* keycodes.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@931 ee746299-78ed-0310-b773-934348b2243d
2005-11-25fixed warning of imageview.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@778 ee746299-78ed-0310-b773-934348b2243d
2005-11-15win32: the method of detecting executables was modified.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@746 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-16win32: restrict launching of executable files.Hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@651 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-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-14fixed warnings about signedness difference.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@583 ee746299-78ed-0310-b773-934348b2243d
2005-08-08added wrappers for C library function that take pathname arguments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@478 ee746299-78ed-0310-b773-934348b2243d
2005-07-13mimeview.c: included missing modification.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@428 ee746299-78ed-0310-b773-934348b2243d
2005-07-13made the file size of attachments more accurate, and human-readable.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@427 ee746299-78ed-0310-b773-934348b2243d
2005-06-10fixed Turkish locale problem.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@333 ee746299-78ed-0310-b773-934348b2243d
2005-05-26improved DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@291 ee746299-78ed-0310-b773-934348b2243d
2005-05-23reimplemented MimeView with GtkTreeView.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@275 ee746299-78ed-0310-b773-934348b2243d
2005-05-09reimplemented summary view with GtkTreeView.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@237 ee746299-78ed-0310-b773-934348b2243d
2005-03-14improvement to filesel dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@165 ee746299-78ed-0310-b773-934348b2243d
2005-03-08also resize inline images.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@155 ee746299-78ed-0310-b773-934348b2243d
2005-03-08changed the implementation of switching Text/MIME view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@154 ee746299-78ed-0310-b773-934348b2243d
2005-03-07save selected attachments if mimeview has focus when 'File/Save as...' is ↵hiro
selected. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@152 ee746299-78ed-0310-b773-934348b2243d
2005-03-01improved MimeView and file selection dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@135 ee746299-78ed-0310-b773-934348b2243d
2005-02-25replaced GtkFileSelection with GtkFileChooserDialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@128 ee746299-78ed-0310-b773-934348b2243d
2005-02-07replaced intl.h with glib/gi18n.h.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@92 ee746299-78ed-0310-b773-934348b2243d
2005-01-31ported to gpgme-1.0.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@56 ee746299-78ed-0310-b773-934348b2243d
2005-01-24use GTK stock button for button set.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@36 ee746299-78ed-0310-b773-934348b2243d
2005-01-12Initial import of Sylpheed (GTK2 version).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1 ee746299-78ed-0310-b773-934348b2243d