aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.c
AgeCommit message (Collapse)Author
2015-11-26fix for sigbus on ARM caused by unaligned access (#242).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3486 ee746299-78ed-0310-b773-934348b2243d
2013-11-27fixed fp and memory leaks.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3300 ee746299-78ed-0310-b773-934348b2243d
2013-04-05print all texts in messages with print command.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3250 ee746299-78ed-0310-b773-934348b2243d
2013-04-04procmsg.c: procmsg_save_message_as_text(): guard against code conversion ↵hiro
failure. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3248 ee746299-78ed-0310-b773-934348b2243d
2013-04-04open output file as text mode when saving messages as text.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3247 ee746299-78ed-0310-b773-934348b2243d
2013-04-03added the feature to save message as plain text (locale or UTF-8 encoding).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3245 ee746299-78ed-0310-b773-934348b2243d
2011-08-11removed warnings when cache files were not found.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2937 ee746299-78ed-0310-b773-934348b2243d
2011-07-05use mmap to read cache.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2926 ee746299-78ed-0310-b773-934348b2243d
2011-06-10fixed an error when removing queued messages on win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2895 ee746299-78ed-0310-b773-934348b2243d
2011-06-09procmsg_add_messages_from_queue(): changed g_print() to debug_print().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2889 ee746299-78ed-0310-b773-934348b2243d
2011-06-08remove queue headers when moving messages from a queue folder (fixes Debian ↵hiro
BTS #493546). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2888 ee746299-78ed-0310-b773-934348b2243d
2010-07-29added 'Empty junk' context menu to Junk folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2640 ee746299-78ed-0310-b773-934348b2243d
2010-07-16removed redundant debug print.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2623 ee746299-78ed-0310-b773-934348b2243d
2010-07-13fully implemented RFC 2046.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2610 ee746299-78ed-0310-b773-934348b2243d
2010-07-13message/partial: allow Content-Type without total parameter.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2609 ee746299-78ed-0310-b773-934348b2243d
2010-07-12implemented concatenation of partial messages (RFC 2046).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2608 ee746299-78ed-0310-b773-934348b2243d
2010-06-30update summary view on receiving on the fly.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2591 ee746299-78ed-0310-b773-934348b2243d
2009-11-02more fix for UID more than INT_MAX.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2327 ee746299-78ed-0310-b773-934348b2243d
2009-10-16libsylph: use itos_buf() because itos() is not thread-safe.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2286 ee746299-78ed-0310-b773-934348b2243d
2009-09-15generate cache on adding messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2253 ee746299-78ed-0310-b773-934348b2243d
2009-09-15minor optimization: use g_slist_prepend() for mark/cache queue.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2252 ee746299-78ed-0310-b773-934348b2243d
2009-09-14use MsgFlagInfo struct for mark queue to reduce its memory usage.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2251 ee746299-78ed-0310-b773-934348b2243d
2009-09-14update summary caches on receiving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2247 ee746299-78ed-0310-b773-934348b2243d
2009-06-10merged plugin-test branch into trunk.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2164 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-09-13disabled the passphrase dialog on query search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1896 ee746299-78ed-0310-b773-934348b2243d
2007-07-12refactored add-reply-or-forward-mark-after-sending.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1857 ee746299-78ed-0310-b773-934348b2243d
2007-07-09implemented add-reply-mark-after-sending.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1848 ee746299-78ed-0310-b773-934348b2243d
2007-01-16procmsg_open_data_file(): fixed a bug that the version of a data file was ↵hiro
not checked when the file couldn't be opened with EACCES and reopened. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1486 ee746299-78ed-0310-b773-934348b2243d
2006-12-25fixed crash when .sylpheed_mark is not writable.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1457 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-11-06fixed a crash when printing a message with empty Subject, From, and To.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1266 ee746299-78ed-0310-b773-934348b2243d
2006-09-13avoid uninitialized value.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1158 ee746299-78ed-0310-b773-934348b2243d
2006-09-13session.c: added extra error checking when writing to buffer.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1155 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-07-31modified folder context menu on receiving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1106 ee746299-78ed-0310-b773-934348b2243d
2006-06-16added 'Mark all read' to the folder context menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1082 ee746299-78ed-0310-b773-934348b2243d
2006-03-10printing messages now follows 'Show all headers'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1038 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-01-25don't show 'Empty trash' dialog if trashed messages don't exist.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@927 ee746299-78ed-0310-b773-934348b2243d
2006-01-24skip virtual folders when clearing caches.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@920 ee746299-78ed-0310-b773-934348b2243d
2006-01-23implemented clearing of IMAP4 message caches on exit.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@919 ee746299-78ed-0310-b773-934348b2243d
2005-12-27cache search result to speed up on and after the second search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@869 ee746299-78ed-0310-b773-934348b2243d
2005-12-21reflect flag changes on virtual folders in the real ones.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@850 ee746299-78ed-0310-b773-934348b2243d
2005-12-07update caches and flags when reading message list from a folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@806 ee746299-78ed-0310-b773-934348b2243d
2005-10-25fixed a typo.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@683 ee746299-78ed-0310-b773-934348b2243d
2005-10-25win32: use ShellExecute() on print.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@680 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-09-13changed the license of LibSylph from GPL to LGPL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@578 ee746299-78ed-0310-b773-934348b2243d
2005-09-13added 'View/Sort/by thread date'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@574 ee746299-78ed-0310-b773-934348b2243d