| Commit message (Expand) | Author | Age | Files | Lines |
* | The Commit from hell that breaks all UI related stuff; | Michael Meeks | 2000-09-14 | 3 | -9/+15 |
* | add a make sure the attachment isn't NULL. A more complete fix coming | Larry Ewing | 2000-09-13 | 2 | -0/+7 |
* | Thou shalt add a space after `-I' when invoking `orbit-idl'. | Ettore Perazzoli | 2000-09-13 | 2 | -1/+5 |
* | Fix the accelerator for the "Format" menu so that it doesn't conflict | Ettore Perazzoli | 2000-09-06 | 2 | -1/+7 |
* | Applied Jesse's patch that sets the composer's sig_file | Jeffrey Stedfast | 2000-09-04 | 2 | -25/+32 |
* | A bit more e_utf8 wrappers here and there | Lauris Kaplinski | 2000-09-02 | 2 | -3/+11 |
* | This needs to return a const char * and not a char *, because we're not | Jeffrey Stedfast | 2000-09-02 | 4 | -66/+86 |
* | This needs to return a const char * and not a char *, because we're not | Jeffrey Stedfast | 2000-09-02 | 3 | -2/+8 |
* | Always request to import the HTML version if at all possible so that we | Jeffrey Stedfast | 2000-08-29 | 3 | -5/+9 |
* | Set the "From" address in the CamelMimeMessage. Also updated to use | Jeffrey Stedfast | 2000-08-29 | 4 | -45/+74 |
* | More UTF-8 handling | Lauris Kaplinski | 2000-08-25 | 4 | -20/+62 |
* | Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ... | Peter Williams | 2000-08-25 | 2 | -0/+6 |
* | many fixes to make it compile with strange prefixes... | Mathieu Lacage | 2000-08-21 | 1 | -1/+3 |
* | kill using_oaf assertion. | Michael Meeks | 2000-08-12 | 2 | -1/+5 |
* | Check nrow, not srow. | JP Rosevear | 2000-08-12 | 2 | -3/+6 |
* | Remove unneeded e-setup.h include | Dan Winship | 2000-08-11 | 2 | -1/+4 |
* | Made async | Jeffrey Stedfast | 2000-08-11 | 2 | -57/+86 |
* | Workaround Zucchi's new append_message | Peter Williams | 2000-08-11 | 2 | -4/+40 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 4 | -13/+15 |
* | Return the text in GtkCombo->entry | Jeffrey Stedfast | 2000-08-10 | 2 | -1/+6 |
* | Fixed the GList identity stuff, should now display all configured | Jeffrey Stedfast | 2000-08-10 | 2 | -9/+11 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-10 | 4 | -18/+35 |
* | Modified to allow dropdown entry-boxes as well (for headers like From:) | Jeffrey Stedfast | 2000-08-10 | 4 | -32/+153 |
* | Fix build by allowing includes for e-table dir | JP Rosevear | 2000-08-08 | 2 | -0/+6 |
* | s/strcasecmp/g_strcasecmp | Jeffrey Stedfast | 2000-08-08 | 2 | -2/+5 |
* | s/strncasecmp/g_strncasecmp - this will help later with building on | Jeffrey Stedfast | 2000-08-08 | 2 | -6/+11 |
* | Added code to set the body text based on the CamelMimeMessage. | Jeffrey Stedfast | 2000-08-07 | 2 | -23/+38 |
* | Prompt the user to save their composition in Drafts. (set_editor_text): | Jeffrey Stedfast | 2000-08-07 | 3 | -12/+149 |
* | Constify param | JP Rosevear | 2000-08-02 | 3 | -4/+12 |
* | Typo fix | Peter Williams | 2000-08-01 | 2 | -1/+6 |
* | Fix changelog email address. | JP Rosevear | 2000-07-29 | 1 | -1/+1 |
* | New function to create composer with sig file set. | JP Rosevear | 2000-07-29 | 3 | -10/+84 |
* | add textual exception printout. (set_editor_text): close pre tags & check | Michael Meeks | 2000-07-26 | 2 | -3/+14 |
* | Update the insert text file command. Still waiting on GtkHtml. | Peter Williams | 2000-07-25 | 2 | -41/+45 |
* | Remove GOAD support. (create_editor): Try to give a more helpful error | Dan Winship | 2000-07-25 | 2 | -5/+7 |
* | Add a "Send HTML mail" toggle in the message composer. | Ettore Perazzoli | 2000-07-23 | 3 | -73/+172 |
* | Change the message composer to use BonoboUIHandler directly instead of | Ettore Perazzoli | 2000-07-23 | 2 | -178/+182 |
* | Fix bug #345: Command to show/hide attachments in the composer | Peter Williams | 2000-07-13 | 2 | -4/+190 |
* | Make the wm close button in the message composer work the same as | Ettore Perazzoli | 2000-07-11 | 2 | -14/+45 |
* | Don't load "" into the editor, because it will cause the editor component | Dan Winship | 2000-07-10 | 2 | -1/+9 |
* | Removed the extra frame here. | Christopher James Lahey | 2000-07-09 | 2 | -14/+5 |
* | Create an empty "Edit" menu for the editor control to insert itself into. | Dan Winship | 2000-07-09 | 2 | -0/+10 |
* | Ignore dynamically created source files | Jeffrey Stedfast | 2000-07-09 | 2 | -0/+9 |
* | Added code for initializing the values of the fields in the message | Ettore Perazzoli | 2000-07-08 | 3 | -20/+67 |
* | Use the new controls implemented in the addressbook in the message | Ettore Perazzoli | 2000-07-08 | 3 | -25/+216 |
* | changed "Exit" to "Close" in the File menu | Jeffrey Stedfast | 2000-07-01 | 2 | -11/+7 |
* | Changed "Exit" to "Close" in the File menu. This is a little more | Jeffrey Stedfast | 2000-06-30 | 2 | -9/+9 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 2 | -1/+7 |
* | Implement "Save"/"Save As...". | Ettore Perazzoli | 2000-06-27 | 2 | -10/+81 |
* | I18N the message composer's title bar. Don't install header files. | Ettore Perazzoli | 2000-06-17 | 8 | -67/+408 |
* | keep the GtkFileSelection around between calls so we start up in the same | Dan Winship | 2000-06-14 | 2 | -15/+29 |
* | Don't line-wrap lines that start with ">". | Dan Winship | 2000-06-14 | 2 | -2/+8 |
* | 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 | 2 | -12/+33 |
* | Make the message composer use a EScrollFrame for the attachment bar | Ettore Perazzoli | 2000-06-13 | 3 | -17/+26 |
* | Don't break on non-breaking spaces, don't keep non-breaking spaces that | Dan Winship | 2000-06-13 | 2 | -5/+26 |
* | New convenience function. | Dan Winship | 2000-06-06 | 9 | -408/+301 |
* | Added the ability to save plain text mail. | Christopher James Lahey | 2000-06-03 | 2 | -25/+79 |
* | add a "format" argument so we can fetch different kinds of text. | Dan Winship | 2000-05-30 | 2 | -27/+86 |
* | #include <errno.h> | Dan Winship | 2000-05-29 | 2 | -0/+5 |
* | Fix 'make dist' errors. | Ross Golder | 2000-05-28 | 1 | -1/+3 |
* | routine to read the user's signature file. (set_editor_text): If the user | Dan Winship | 2000-05-26 | 2 | -1/+75 |
* | Update for CamelMultipart changes. | Dan Winship | 2000-05-26 | 2 | -0/+4 |
* | Update for PersistStream changes | Dan Winship | 2000-05-26 | 2 | -2/+7 |
* | Use camel_data_wrapper_new instead of camel_simple_data_wrapper_new. | Not Zed | 2000-05-26 | 2 | -1/+6 |
* | Use camel_simple_data_wrapper_new rather than camel_data_wrapper_new. | Dan Winship | 2000-05-18 | 2 | -1/+6 |
* | Saved translatable strings. Added files to POTFILES.in. | Valek Frob | 2000-05-13 | 5 | -2/+41 |
* | NUL-terminate the data extracted from the BonoboStream. | Dan Winship | 2000-05-13 | 2 | -1/+10 |
* | deal with Content-Transfer-Encoding a little bit at least. | Dan Winship | 2000-05-11 | 2 | -2/+16 |
* | 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 | 2 | -3/+14 |
* | unref content, etc. after attaching it to message. | Dan Winship | 2000-05-08 | 3 | -0/+13 |
* | Turned off focus in the To, Cc, and Bcc buttons. | Christopher James Lahey | 2000-05-07 | 2 | -0/+6 |
* | Set G_LOG_DOMAIN in following files. | Matthew Loper | 2000-05-03 | 2 | -1/+6 |
* | update for Camel recipient changes. (Just to make it build, not to take | Dan Winship | 2000-04-29 | 2 | -2/+10 |
* | New routine, to process mailto URLs. | Dan Winship | 2000-04-28 | 3 | -0/+131 |
* | 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 | 2 | -9/+15 |
* | Remove. We weren't using the fields that made this different from | Dan Winship | 2000-04-27 | 4 | -15/+16 |
* | Update for camel_mime_part_set_content. | Dan Winship | 2000-04-27 | 3 | -25/+27 |
* | add a s/SIMPLE_// that notzed missed remove a now-unused variable | Dan Winship | 2000-04-26 | 3 | -2/+7 |
* | Use camel_mime_part_set_text() to set the text rather than messing with | NotZed | 2000-04-26 | 3 | -9/+15 |
* | fix menu problem in composer window | Radek Doulik | 2000-04-26 | 2 | -7/+10 |
* | build libcomposer static and don't install it. | Dan Winship | 2000-04-24 | 3 | -10/+33 |
* | new function to make the composer record additional headers it should | Dan Winship | 2000-04-23 | 3 | -1/+56 |
* | Connect "Exit" menu item finally. | Dan Winship | 2000-04-22 | 2 | -1/+22 |
* | new functions | Dan Winship | 2000-04-22 | 7 | -9/+99 |
* | new functions to get and set the contents of the HTML editor via | Dan Winship | 2000-04-21 | 2 | -4/+84 |
* | Remove the "session" field from CamelMimeMessage. Nothing uses it, about | Dan Winship | 2000-04-18 | 2 | -1/+6 |
* | Get the menubar to work. | Bertrand Guiheneuf | 2000-03-17 | 2 | -2/+7 |
* | Modified to make the composer into a library, to be used by the mail | Matthew Loper | 2000-03-13 | 2 | -12/+19 |
* | Further work. | Ettore Perazzoli | 2000-03-08 | 2 | -9/+23 |
* | Bonobization of the message composer, part 1. | Ettore Perazzoli | 2000-03-02 | 5 | -35/+187 |
* | Don't use libglade for menus and toolbars in the message composer | Ettore Perazzoli | 2000-03-02 | 5 | -679/+17 |
* | New header with the typedefs for all camel classes. Now the class headers | Dan Winship | 2000-02-19 | 1 | -0/+1 |
* | misc autoconf/automake fixes. | Bertrand Guiheneuf | 2000-02-11 | 1 | -1/+1 |
* | more cvs shutup. | Mathieu Lacage | 2000-01-25 | 1 | -0/+1 |
* | remove non updated tests from the build process. | bertrand | 2000-01-13 | 2 | -1/+8 |
* | Work with builddir != srcdir | Elliot Lee | 2000-01-07 | 1 | -0/+2 |
* | Make `make distcheck' work. | Ettore Perazzoli | 1999-11-17 | 1 | -0/+1 |
* | More work: | Ettore Perazzoli | 1999-11-17 | 19 | -0/+4924 |