aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
AgeCommit message (Collapse)Author
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-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-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-21removed mbs/wcs functions which are no longer required.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@596 ee746299-78ed-0310-b773-934348b2243d
2005-09-16don't display code conversion error and line limit warning on draft mode.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@590 ee746299-78ed-0310-b773-934348b2243d
2005-09-14normalize address fields before encoding them.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@581 ee746299-78ed-0310-b773-934348b2243d
2005-08-30separated UI code from prefs.c.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@527 ee746299-78ed-0310-b773-934348b2243d
2005-08-29fixed broken message/* attachments on pgp-sign.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@519 ee746299-78ed-0310-b773-934348b2243d
2005-08-26the line space setting now applies to the compose window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@518 ee746299-78ed-0310-b773-934348b2243d
2005-08-18disabled GtkHandleBox.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@489 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-08-05enabled compilation with MinGW.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@469 ee746299-78ed-0310-b773-934348b2243d
2005-08-04braced some Unix-specific code with ifdef.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@467 ee746299-78ed-0310-b773-934348b2243d
2005-08-04replaced random() with g_random_*().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@464 ee746299-78ed-0310-b773-934348b2243d
2005-08-02fixed gcc-4.0 warnings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@457 ee746299-78ed-0310-b773-934348b2243d
2005-07-19added a hack to prevent duplicated insertion to compose.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@437 ee746299-78ed-0310-b773-934348b2243d
2005-07-19don't break line after '/' on compose.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@436 ee746299-78ed-0310-b773-934348b2243d
2005-07-19modification for DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@435 ee746299-78ed-0310-b773-934348b2243d
2005-07-12don't break line after '-'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@425 ee746299-78ed-0310-b773-934348b2243d
2005-07-12modified several alerts, and added accelerators for the buttons.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@421 ee746299-78ed-0310-b773-934348b2243d
2005-07-11use Content-Type's charset as a fallback encoding of broken header strings ↵hiro
when replying. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@419 ee746299-78ed-0310-b773-934348b2243d
2005-07-11compose.c: don't convert encoding if inserted file is UTF-8.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@418 ee746299-78ed-0310-b773-934348b2243d
2005-07-11fixed duplicate signature problem in re-edit or after editing with external ↵hiro
editor. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@417 ee746299-78ed-0310-b773-934348b2243d
2005-07-11compose.[ch]: replaced gdk_input_*() with GIOChannel.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@415 ee746299-78ed-0310-b773-934348b2243d
2005-07-08put existing window in front when trying to reedit draft/queued messages ↵hiro
which are already open. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@409 ee746299-78ed-0310-b773-934348b2243d
2005-07-08modified alert dialogs.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@408 ee746299-78ed-0310-b773-934348b2243d
2005-07-06replaced sylpheed logo with new one.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@404 ee746299-78ed-0310-b773-934348b2243d
2005-07-06added 'insert signature' icon.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@402 ee746299-78ed-0310-b773-934348b2243d
2005-07-05replaced pixmaps icons with png images.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@398 ee746299-78ed-0310-b773-934348b2243d
2005-06-30when sending messages, check for line length limit and display warning if ↵hiro
exceeds. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@386 ee746299-78ed-0310-b773-934348b2243d
2005-06-21added an option to encrypt when replying to encrypted message.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@357 ee746299-78ed-0310-b773-934348b2243d
2005-06-15made 'File/Insert signature' replace current signature, or add it to the bottom.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@343 ee746299-78ed-0310-b773-934348b2243d
2005-06-14scroll the view to the cursor position after paste.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@341 ee746299-78ed-0310-b773-934348b2243d
2005-06-14compose scroll fix.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@340 ee746299-78ed-0310-b773-934348b2243d
2005-06-14scroll the compose view to the cursor position after inserting signatures or ↵hiro
files. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@339 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-06-07added an option to apply filter rules to sent messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@317 ee746299-78ed-0310-b773-934348b2243d
2005-06-06don't use 'destroy' signal to destroy Compose object.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@315 ee746299-78ed-0310-b773-934348b2243d
2005-06-06added Hebrew encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@312 ee746299-78ed-0310-b773-934348b2243d
2005-06-03improved the DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@310 ee746299-78ed-0310-b773-934348b2243d
2005-05-27don't interpret Bcc header field of mailto URL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@294 ee746299-78ed-0310-b773-934348b2243d
2005-05-27optimized the writing of mark file.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@293 ee746299-78ed-0310-b773-934348b2243d
2005-05-24disable attach toggle button for now.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@284 ee746299-78ed-0310-b773-934348b2243d
2005-05-24added a toggle button for the attachment pane.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@283 ee746299-78ed-0310-b773-934348b2243d
2005-05-24reimplemented the attachment list with GtkTreeView. Fixed attaching of ↵hiro
locale filename. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@282 ee746299-78ed-0310-b773-934348b2243d
2005-05-23added PGP Sign/Encrypt check button on the compose window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@279 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-04-19removed '/Edit/Advanced' menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@220 ee746299-78ed-0310-b773-934348b2243d
2005-04-12support GBK (and X-GBK) encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@211 ee746299-78ed-0310-b773-934348b2243d
2005-04-12don't encode clearsigned text.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@210 ee746299-78ed-0310-b773-934348b2243d