aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-03-18fixed re-edit crash.hiro
2005-03-17optimized strncpy2().hiro
2005-03-17made every code conversion API allocate new memory.hiro
2005-03-16added an option whether to render HTML as text or not.hiro
2005-03-16remember the state of the expander of file save dialog.hiro
2005-03-16added a menu to temporally change the outgoing encoding to the composition wi...hiro
2005-03-15modified IO dialog of action.hiro
2005-03-14fixed a memory leak.hiro
2005-03-14do a strict check for code conversion when sending.hiro
2005-03-14implemented PLAIN authentication method for SMTP AUTH.hiro
2005-03-14improvement to filesel dialog.hiro
2005-03-11stabilized signature replacement of composition window.hiro
2005-03-10implemented 'Save this image as...' in the context menu of inline images.hiro
2005-03-10fixed size of separate window.hiro
2005-03-10partially fixed grab input of passphrase dialog.hiro
2005-03-09fixed wrapping of quote when auto-wrapping is enabled.hiro
2005-03-09fixed remembering of the state of the visibility of MessageView.hiro
2005-03-09enabled multiple file selection when attaching files.hiro
2005-03-08also resize inline images.hiro
2005-03-08changed the implementation of switching Text/MIME view.hiro
2005-03-08optimized making of clickable URI.hiro
2005-03-07save selected attachments if mimeview has focus when 'File/Save as...' is sel...hiro
2005-03-07modified conv_unmime_header() and procheader_scan_date_string().hiro
2005-03-04improved header MIME decoding.hiro
2005-03-04fixed a buffer overflow bug.hiro
2005-03-03use Content-Type's charset as a fallback encoding of broken header strings.hiro
2005-03-02fixed compose_destroy().hiro
2005-03-02modified the popup dialog of signature status.hiro
2005-03-01fixed LDAP compilation.hiro
2005-03-01gtkutils.[ch]: removed non-used code.hiro
2005-03-01improved MimeView and file selection dialog.hiro
2005-02-28generate References: from In-Reply-To: even if the parent message doesn't hav...hiro
2005-02-28procheader.c: fixed the argument type of buffer length.hiro
2005-02-27fixed a SSL bug.hiro
2005-02-25fixed messageview's select all and selection reply.hiro
2005-02-25output printing text with locale encoding, and removed broken locale specific...hiro
2005-02-25replaced GtkFileSelection with GtkFileChooserDialog.hiro
2005-02-24modified AlertPanel's design to fit other GTK2 apps.hiro
2005-02-24modified ProgressDialog to use GtkDialog.hiro
2005-02-24force transfer encoding of attachments for PGP.hiro
2005-02-23gtkutils.c: modified the find text API.hiro
2005-02-23re-enabled the line number limit of logwindow.hiro
2005-02-22try to convert unencoded header strings using locale encoding.hiro
2005-02-21compose.c: improved auto-wrapping.hiro
2005-02-21changed the indent size of summary.hiro
2005-02-18added 'Copy this link' to the context menu of textview.hiro
2005-02-18compose.c: removed extra spaces between the next line when joining.hiro
2005-02-18comply with 'Wrap quotation' setting.hiro
2005-02-18fixed glitches of underlined URI in textview.hiro
2005-02-18don't use gtk-2.6 only API.hiro