aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.c
Commit message (Expand)AuthorAgeFilesLines
* Draft messages should be marked read.Dan Winship2001-05-181-1/+1
* Added S/MIME sign/encrypt code. (init): Initalize smime_sign/encrypt.Jeffrey Stedfast2001-05-171-5/+217
* If we are creating a message with only a single part (ie no attachmentsJeffrey Stedfast2001-05-111-5/+14
* Don't wrap content-id with brackets here as it is now done internally inJeffrey Stedfast2001-05-101-5/+3
* signature editing fixesRadek Doulik2001-05-041-13/+17
* block/unblock redrawRadek Doulik2001-04-261-0/+6
* signature changingRadek Doulik2001-04-251-55/+102
* Set window_icon of the Composer window to be compose-message.pngDuncan Mak2001-04-221-1/+2
* Use the mail-crypto pgp-mime wrappers. (build_message):Jeffrey Stedfast2001-04-131-10/+10
* Use the mail-crypto pgp-mime wrappers.Jeffrey Stedfast2001-04-131-3/+3
* Change into the user's home dir before opening the filesel.Jeffrey Stedfast2001-04-121-2/+2
* Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #includeKjartan Maraas2001-03-301-8/+17
* Use the drafts folder specified by the account, if possible. Also, fix theDan Winship2001-03-291-4/+54
* set the FormatHTML property on the editor to let it know the mode.Larry Ewing2001-03-281-0/+5
* set the FormatHTML property on the editor to let it know the mode.Larry Ewing2001-03-271-0/+4
* Added view_replyto member.Jeffrey Stedfast2001-03-131-18/+139
* New function. Used to store integer values into the configuration engine.Miguel de Icaza2001-03-081-59/+302
* Use mail_append_mail to save to drafts instead of custom thread handler.Not Zed2001-02-211-76/+33
* Handle exceptions a little nicer and pop up a nice GnomeDialog with theJeffrey Stedfast2001-02-201-8/+23
* If @account_name is NULL, pick the default account rather than giving aDan Winship2001-02-161-1/+2
* Updated. We might want to change the corba interface for this to allowJeffrey Stedfast2001-02-111-3/+8
* (Moving the flag for has_changed from the Hdrs to the Composer itself.Jason Leach2001-01-261-2/+53
* New callback. (menu_security_pgp_sign_cb): Another new callback.Jeffrey Stedfast2001-01-251-8/+72
* Fixed some memory leaks dealing with content-type temp strings. AlsoJeffrey Stedfast2001-01-221-17/+84
* Updated to reflect changes to e_msg_composer_hdrs_get_from().Jeffrey Stedfast2001-01-181-2/+2
* (Bug #1192: Set the Composer window title to something useful)Jason Leach2001-01-181-1/+20
* Use the to/cc/bcc addresses insted of just the to.JP Rosevear2001-01-181-2/+2
* publicate mark_orig_text (set_editor_text): don't call mark_orig_text, letRadek Doulik2001-01-171-4/+2
* Call set_from_account which means we no longer have to do all the crapJeffrey Stedfast2001-01-131-8/+28
* Only attach to "changed" if the widget is an EEntry. The HEADER_COMBOBOXMiguel de Icaza2001-01-121-50/+0
* Add an ItemContainer Bonobo interface to allow client applications toMiguel de Icaza2001-01-121-1/+51
* New callback to save draft. Fixes bug #1045.Jeffrey Stedfast2001-01-111-0/+14
* Removed more UNSAFE stuff. Maybe we should kill this macro, and haveMiguel de Icaza2001-01-101-10/+10
* If the headers have changed, then continue with the prompt else justJeffrey Stedfast2001-01-041-16/+20
* Use CamelContentType instead of GMimeContentField.Dan Winship2000-12-291-8/+8
* New function to get whether or not to encrypt the message.Jeffrey Stedfast2000-12-161-3/+98
* Don't convert the utf-8 string to a gtkstring because the widget expectsJeffrey Stedfast2000-12-131-1/+2
* added warnings (prepare_engine): updated toRadek Doulik2000-12-081-9/+12
* Use camel to construct the list of recipients rather than justJeffrey Stedfast2000-12-061-0/+27
* return NULL if we can't create a view.Michael Meeks2000-12-051-2/+2
* update namespaceRadek Doulik2000-11-161-1/+1
* updates for HTMLEditor API changesRadek Doulik2000-11-161-8/+10
* e_msg_composer_guess_mime_type renamed and movedRadek Doulik2000-11-151-3/+26
* updated to HTMLEditor API changesRadek Doulik2000-11-141-1/+1
* set the HTML charset to utf-8 for all the html message parts.Larry Ewing2000-11-111-10/+19
* (get_signature): added in_html arg, it tells if we should use HTMLRadek Doulik2000-11-091-22/+37
* new function (destroy): use e_msg_composer_clear_inlined_table, destroyRadek Doulik2000-11-081-13/+88
* set the content type on the plain part of outgoing messages.Larry Ewing2000-11-071-6/+36
* use inline images hash tableRadek Doulik2000-11-041-2/+14
* The big api rename ...Michael Meeks2000-11-021-6/+6
* Don't create the To, Cc, and Bcc lists based only on the address, use bothJeffrey Stedfast2000-11-021-9/+27
* better reply editing, uses new HTMLEditor::Engine,Listener interfacesRadek Doulik2000-11-011-9/+70
* Fixed my not-quite-right logic so that we don't accidently set the bodyJeffrey Stedfast2000-10-281-25/+82
* Populate the composer with any attachments.Jeffrey Stedfast2000-10-261-122/+182
* lots of i18n fixesDan Winship2000-10-241-4/+4
* Old cruft. Remove.Dan Winship2000-10-241-1/+0
* kill. (create_toolbar): die. (setup_ui): impl. (e_msg_composer_construct):Michael Meeks2000-10-191-202/+81
* If the body text was NULL, then don't bother turning it into HTMLJeffrey Stedfast2000-10-181-10/+11
* stop using format_text, gtkhtml handles this now. (format_text): functionLarry Ewing2000-10-131-84/+12
* check to make sure we get a valid response from when calling get_text andLarry Ewing2000-10-111-2/+14
* If the body of the message has 8-bit chars, set theJeffrey Stedfast2000-10-031-16/+27
* The big eye-candy commit.Iain Holmes2000-10-011-1/+46
* Check to see if the body has 8bit chars, if so - set theJeffrey Stedfast2000-09-291-1/+20
* fix typo in tooltip. fix accelerator for "Save as" to be different fromDan Winship2000-09-261-1/+1
* Updated to handle FIFO streams.Jeffrey Stedfast2000-09-251-31/+18
* Don't g_error out if the html-editor-control fails. (create_composer): NewDan Winship2000-09-191-60/+55
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-2/+2
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-7/+9
* Fix the accelerator for the "Format" menu so that it doesn't conflictEttore Perazzoli2000-09-061-1/+1
* Applied Jesse's patch that sets the composer's sig_fileJeffrey Stedfast2000-09-041-25/+27
* This needs to return a const char * and not a char *, because we're notJeffrey Stedfast2000-09-021-50/+66
* This needs to return a const char * and not a char *, because we're notJeffrey Stedfast2000-09-021-1/+1
* Always request to import the HTML version if at all possible so that weJeffrey Stedfast2000-08-291-4/+2
* Set the "From" address in the CamelMimeMessage. Also updated to useJeffrey Stedfast2000-08-291-16/+32
* kill using_oaf assertion.Michael Meeks2000-08-121-1/+1
* Check nrow, not srow.JP Rosevear2000-08-121-3/+1
* Remove unneeded e-setup.h includeDan Winship2000-08-111-1/+0
* Made asyncJeffrey Stedfast2000-08-111-57/+82
* Workaround Zucchi's new append_messagePeter Williams2000-08-111-4/+35
* Merge with camel-async.Peter Williams2000-08-111-8/+8
* Fixed some warnings.Christopher James Lahey2000-08-101-2/+2
* Modified to allow dropdown entry-boxes as well (for headers like From:)Jeffrey Stedfast2000-08-101-9/+9
* s/strncasecmp/g_strncasecmp - this will help later with building onJeffrey Stedfast2000-08-081-6/+6
* Added code to set the body text based on the CamelMimeMessage.Jeffrey Stedfast2000-08-071-23/+32
* Prompt the user to save their composition in Drafts. (set_editor_text):Jeffrey Stedfast2000-08-071-12/+137
* Constify paramJP Rosevear2000-08-021-3/+3
* Typo fixPeter Williams2000-08-011-1/+1
* New function to create composer with sig file set.JP Rosevear2000-07-291-10/+70
* add textual exception printout. (set_editor_text): close pre tags & checkMichael Meeks2000-07-261-3/+8
* Update the insert text file command. Still waiting on GtkHtml.Peter Williams2000-07-251-41/+39
* Remove GOAD support. (create_editor): Try to give a more helpful errorDan Winship2000-07-251-5/+1
* Add a "Send HTML mail" toggle in the message composer.Ettore Perazzoli2000-07-231-73/+143
* Change the message composer to use BonoboUIHandler directly instead ofEttore Perazzoli2000-07-231-178/+165
* Fix bug #345: Command to show/hide attachments in the composerPeter Williams2000-07-131-4/+183
* Make the wm close button in the message composer work the same asEttore Perazzoli2000-07-111-14/+40
* Don't load "" into the editor, because it will cause the editor componentDan Winship2000-07-101-1/+4
* Create an empty "Edit" menu for the editor control to insert itself into.Dan Winship2000-07-091-0/+5
* Added code for initializing the values of the fields in the messageEttore Perazzoli2000-07-081-0/+2
* changed "Exit" to "Close" in the File menuJeffrey Stedfast2000-07-011-10/+6
* Changed "Exit" to "Close" in the File menu. This is a little moreJeffrey Stedfast2000-06-301-9/+3
* Implement "Save"/"Save As...".Ettore Perazzoli2000-06-271-10/+72
* I18N the message composer's title bar. Don't install header files.Ettore Perazzoli2000-06-171-30/+95
* Don't line-wrap lines that start with ">".Dan Winship2000-06-141-2/+3
* implemented a temp hack for the imap fetch by uid codeJeffrey Stedfast2000-06-131-18/+8
* If a paragraph starts with TABs, indent the whole paragraph to that tabDan Winship2000-06-131-12/+28
* Make the message composer use a EScrollFrame for the attachment barEttore Perazzoli2000-06-131-16/+16
* Don't break on non-breaking spaces, don't keep non-breaking spaces thatDan Winship2000-06-131-5/+19
* New convenience function.Dan Winship2000-06-061-0/+20
* Added the ability to save plain text mail.Christopher James Lahey2000-06-031-25/+75
* add a "format" argument so we can fetch different kinds of text.Dan Winship2000-05-301-27/+78
* #include <errno.h>Dan Winship2000-05-291-0/+1
* routine to read the user's signature file. (set_editor_text): If the userDan Winship2000-05-261-1/+68
* Update for CamelMultipart changes.Dan Winship2000-05-261-0/+3
* Update for PersistStream changesDan Winship2000-05-261-2/+2
* Use camel_data_wrapper_new instead of camel_simple_data_wrapper_new.Not Zed2000-05-261-1/+1
* Use camel_simple_data_wrapper_new rather than camel_data_wrapper_new.Dan Winship2000-05-181-1/+1
* NUL-terminate the data extracted from the BonoboStream.Dan Winship2000-05-131-1/+5
* make it really work with oaf. I need to recompile everyhting now.. shitMathieu Lacage2000-05-081-1/+1
* uhMathieu Lacage2000-05-081-1/+1
* make the composer work with oafMathieu Lacage2000-05-081-3/+9
* unref content, etc. after attaching it to message.Dan Winship2000-05-081-0/+4
* New routine, to process mailto URLs.Dan Winship2000-04-281-0/+125
* Oops. Fix previous commit so we don't get a mime part nested directlyDan Winship2000-04-271-5/+15
* Only generate a multipart message if there are attachments. OtherwiseDan Winship2000-04-271-9/+11
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-271-5/+4
* Update for camel_mime_part_set_content.Dan Winship2000-04-271-4/+2
* add a s/SIMPLE_// that notzed missed remove a now-unused variableDan Winship2000-04-261-1/+0
* Use camel_mime_part_set_text() to set the text rather than messing withNotZed2000-04-261-6/+3
* fix menu problem in composer windowRadek Doulik2000-04-261-7/+4
* new function to make the composer record additional headers it shouldDan Winship2000-04-231-1/+45
* Connect "Exit" menu item finally.Dan Winship2000-04-221-1/+21
* new functionsDan Winship2000-04-221-0/+43
* new functions to get and set the contents of the HTML editor viaDan Winship2000-04-211-4/+77
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-181-1/+1
* Get the menubar to work.Bertrand Guiheneuf2000-03-171-2/+2
* Further work.Ettore Perazzoli2000-03-081-9/+15
* Bonobization of the message composer, part 1.Ettore Perazzoli2000-03-021-19/+120
* Don't use libglade for menus and toolbars in the message composerEttore Perazzoli2000-03-021-86/+2
* More work:Ettore Perazzoli1999-11-171-0/+564