| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't g_error out if the html-editor-control fails. (create_composer): New | Dan Winship | 2000-09-19 | 1 | -60/+55 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -2/+2 |
* | The Commit from hell that breaks all UI related stuff; | Michael Meeks | 2000-09-14 | 1 | -7/+9 |
* | Fix the accelerator for the "Format" menu so that it doesn't conflict | Ettore Perazzoli | 2000-09-06 | 1 | -1/+1 |
* | Applied Jesse's patch that sets the composer's sig_file | Jeffrey Stedfast | 2000-09-04 | 1 | -25/+27 |
* | This needs to return a const char * and not a char *, because we're not | Jeffrey Stedfast | 2000-09-02 | 1 | -50/+66 |
* | This needs to return a const char * and not a char *, because we're not | Jeffrey Stedfast | 2000-09-02 | 1 | -1/+1 |
* | Always request to import the HTML version if at all possible so that we | Jeffrey Stedfast | 2000-08-29 | 1 | -4/+2 |
* | Set the "From" address in the CamelMimeMessage. Also updated to use | Jeffrey Stedfast | 2000-08-29 | 1 | -16/+32 |
* | kill using_oaf assertion. | Michael Meeks | 2000-08-12 | 1 | -1/+1 |
* | Check nrow, not srow. | JP Rosevear | 2000-08-12 | 1 | -3/+1 |
* | Remove unneeded e-setup.h include | Dan Winship | 2000-08-11 | 1 | -1/+0 |
* | Made async | Jeffrey Stedfast | 2000-08-11 | 1 | -57/+82 |
* | Workaround Zucchi's new append_message | Peter Williams | 2000-08-11 | 1 | -4/+35 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -8/+8 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-10 | 1 | -2/+2 |
* | Modified to allow dropdown entry-boxes as well (for headers like From:) | Jeffrey Stedfast | 2000-08-10 | 1 | -9/+9 |
* | s/strncasecmp/g_strncasecmp - this will help later with building on | Jeffrey Stedfast | 2000-08-08 | 1 | -6/+6 |
* | Added code to set the body text based on the CamelMimeMessage. | Jeffrey Stedfast | 2000-08-07 | 1 | -23/+32 |
* | Prompt the user to save their composition in Drafts. (set_editor_text): | Jeffrey Stedfast | 2000-08-07 | 1 | -12/+137 |
* | Constify param | JP Rosevear | 2000-08-02 | 1 | -3/+3 |
* | Typo fix | Peter Williams | 2000-08-01 | 1 | -1/+1 |
* | New function to create composer with sig file set. | JP Rosevear | 2000-07-29 | 1 | -10/+70 |
* | add textual exception printout. (set_editor_text): close pre tags & check | Michael Meeks | 2000-07-26 | 1 | -3/+8 |
* | Update the insert text file command. Still waiting on GtkHtml. | Peter Williams | 2000-07-25 | 1 | -41/+39 |
* | Remove GOAD support. (create_editor): Try to give a more helpful error | Dan Winship | 2000-07-25 | 1 | -5/+1 |
* | Add a "Send HTML mail" toggle in the message composer. | Ettore Perazzoli | 2000-07-23 | 1 | -73/+143 |
* | Change the message composer to use BonoboUIHandler directly instead of | Ettore Perazzoli | 2000-07-23 | 1 | -178/+165 |
* | Fix bug #345: Command to show/hide attachments in the composer | Peter Williams | 2000-07-13 | 1 | -4/+183 |
* | Make the wm close button in the message composer work the same as | Ettore Perazzoli | 2000-07-11 | 1 | -14/+40 |
* | Don't load "" into the editor, because it will cause the editor component | Dan Winship | 2000-07-10 | 1 | -1/+4 |
* | Create an empty "Edit" menu for the editor control to insert itself into. | Dan Winship | 2000-07-09 | 1 | -0/+5 |
* | Added code for initializing the values of the fields in the message | Ettore Perazzoli | 2000-07-08 | 1 | -0/+2 |
* | changed "Exit" to "Close" in the File menu | Jeffrey Stedfast | 2000-07-01 | 1 | -10/+6 |
* | Changed "Exit" to "Close" in the File menu. This is a little more | Jeffrey Stedfast | 2000-06-30 | 1 | -9/+3 |
* | Implement "Save"/"Save As...". | Ettore Perazzoli | 2000-06-27 | 1 | -10/+72 |
* | I18N the message composer's title bar. Don't install header files. | Ettore Perazzoli | 2000-06-17 | 1 | -30/+95 |
* | Don't line-wrap lines that start with ">". | Dan Winship | 2000-06-14 | 1 | -2/+3 |
* | implemented a temp hack for the imap fetch by uid code | Jeffrey Stedfast | 2000-06-13 | 1 | -18/+8 |
* | If a paragraph starts with TABs, indent the whole paragraph to that tab | Dan Winship | 2000-06-13 | 1 | -12/+28 |
* | Make the message composer use a EScrollFrame for the attachment bar | Ettore Perazzoli | 2000-06-13 | 1 | -16/+16 |
* | Don't break on non-breaking spaces, don't keep non-breaking spaces that | Dan Winship | 2000-06-13 | 1 | -5/+19 |
* | New convenience function. | Dan Winship | 2000-06-06 | 1 | -0/+20 |
* | Added the ability to save plain text mail. | Christopher James Lahey | 2000-06-03 | 1 | -25/+75 |
* | add a "format" argument so we can fetch different kinds of text. | Dan Winship | 2000-05-30 | 1 | -27/+78 |
* | #include <errno.h> | Dan Winship | 2000-05-29 | 1 | -0/+1 |
* | routine to read the user's signature file. (set_editor_text): If the user | Dan Winship | 2000-05-26 | 1 | -1/+68 |
* | Update for CamelMultipart changes. | Dan Winship | 2000-05-26 | 1 | -0/+3 |
* | Update for PersistStream changes | Dan Winship | 2000-05-26 | 1 | -2/+2 |
* | Use camel_data_wrapper_new instead of camel_simple_data_wrapper_new. | Not Zed | 2000-05-26 | 1 | -1/+1 |
* | Use camel_simple_data_wrapper_new rather than camel_data_wrapper_new. | Dan Winship | 2000-05-18 | 1 | -1/+1 |
* | NUL-terminate the data extracted from the BonoboStream. | Dan Winship | 2000-05-13 | 1 | -1/+5 |
* | make it really work with oaf. I need to recompile everyhting now.. shit | Mathieu Lacage | 2000-05-08 | 1 | -1/+1 |
* | uh | Mathieu Lacage | 2000-05-08 | 1 | -1/+1 |
* | make the composer work with oaf | Mathieu Lacage | 2000-05-08 | 1 | -3/+9 |
* | unref content, etc. after attaching it to message. | Dan Winship | 2000-05-08 | 1 | -0/+4 |
* | New routine, to process mailto URLs. | Dan Winship | 2000-04-28 | 1 | -0/+125 |
* | Oops. Fix previous commit so we don't get a mime part nested directly | Dan Winship | 2000-04-27 | 1 | -5/+15 |
* | Only generate a multipart message if there are attachments. Otherwise | Dan Winship | 2000-04-27 | 1 | -9/+11 |
* | Remove. We weren't using the fields that made this different from | Dan Winship | 2000-04-27 | 1 | -5/+4 |
* | Update for camel_mime_part_set_content. | Dan Winship | 2000-04-27 | 1 | -4/+2 |
* | add a s/SIMPLE_// that notzed missed remove a now-unused variable | Dan Winship | 2000-04-26 | 1 | -1/+0 |
* | Use camel_mime_part_set_text() to set the text rather than messing with | NotZed | 2000-04-26 | 1 | -6/+3 |
* | fix menu problem in composer window | Radek Doulik | 2000-04-26 | 1 | -7/+4 |
* | new function to make the composer record additional headers it should | Dan Winship | 2000-04-23 | 1 | -1/+45 |
* | Connect "Exit" menu item finally. | Dan Winship | 2000-04-22 | 1 | -1/+21 |
* | new functions | Dan Winship | 2000-04-22 | 1 | -0/+43 |
* | new functions to get and set the contents of the HTML editor via | Dan Winship | 2000-04-21 | 1 | -4/+77 |
* | Remove the "session" field from CamelMimeMessage. Nothing uses it, about | Dan Winship | 2000-04-18 | 1 | -1/+1 |
* | Get the menubar to work. | Bertrand Guiheneuf | 2000-03-17 | 1 | -2/+2 |
* | Further work. | Ettore Perazzoli | 2000-03-08 | 1 | -9/+15 |
* | Bonobization of the message composer, part 1. | Ettore Perazzoli | 2000-03-02 | 1 | -19/+120 |
* | Don't use libglade for menus and toolbars in the message composer | Ettore Perazzoli | 2000-03-02 | 1 | -86/+2 |
* | More work: | Ettore Perazzoli | 1999-11-17 | 1 | -0/+564 |