| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly add the message/rfc822 part. | Jeffrey Stedfast | 2001-07-31 | 2 | -1/+13 |
* | Jason Leach <jleach@ximian.com> | Jacob Leach | 2001-07-28 | 2 | -1/+7 |
* | Correct our manually inserted signature dash thingie (it was missing the | Peter Williams | 2001-07-26 | 2 | -1/+10 |
* | Removed some debugging chatter. | Jon Trowbridge | 2001-07-26 | 2 | -4/+7 |
* | Update to the new way of finding the default account. | Jason Leach | 2001-07-19 | 2 | -3/+14 |
* | USe a message box to look nicer. | Iain Holmes | 2001-07-19 | 2 | -10/+12 |
* | Correctly handle text/uri-list's that contain more than a single file | Jeffrey Stedfast | 2001-07-18 | 2 | -24/+30 |
* | Removed a warning that I don't need anymore. This code is working | Jeffrey Stedfast | 2001-07-13 | 3 | -12/+17 |
* | Fix typo. s/sesiion/session/ | Kjartan Maraas | 2001-07-11 | 2 | -1/+5 |
* | Only ask once about recovery, assume if they want to recover one file they | Larry Ewing | 2001-07-10 | 2 | -17/+25 |
* | Use camel_internet_address_format_address rather than camel_address_encode | Jeffrey Stedfast | 2001-07-10 | 3 | -34/+26 |
* | Close the file selection dialog when the composer is closed | Iain Holmes | 2001-07-10 | 2 | -0/+8 |
* | Do the autosave_manager_unregister at shutdown time instead of destroy | Dan Winship | 2001-07-09 | 2 | -2/+20 |
* | Added missing #include <config.h> to make translations working. | Chyla Zbigniew | 2001-07-09 | 2 | -0/+9 |
* | Make sure that our destination string (dest_str) is not the empty string | Jon Trowbridge | 2001-07-07 | 2 | -1/+7 |
* | (autosave_manager_query_load_orphans): remove zero length orphans so that | Larry Ewing | 2001-07-07 | 2 | -2/+6 |
* | (best_encoding): make sure we don't try to call iconv_open with a NULL | Larry Ewing | 2001-07-07 | 2 | -0/+5 |
* | add missing static. | Larry Ewing | 2001-07-07 | 2 | -1/+6 |
* | Convert the filename string to UTF8 before setting it on the CamelMimePart | Jeffrey Stedfast | 2001-07-07 | 3 | -16/+25 |
* | only ask if there are actually contents in the file. Asking about an | Larry Ewing | 2001-07-07 | 2 | -13/+33 |
* | revert previous "fix", which was wrong | Dan Winship | 2001-07-07 | 2 | -8/+2 |
* | Call autosave_manager_unregister before destroying the composer, so | Dan Winship | 2001-07-07 | 2 | -2/+8 |
* | make sure we only remove the file if we think we saved it properly. | Larry Ewing | 2001-07-06 | 2 | -10/+33 |
* | i2001-07-05 Larry Ewing <lewing@ximian.com> | Larry Ewing | 2001-07-06 | 2 | -37/+69 |
* | Play the "File exists, overwrite?" game. (autosave_run_foreach_cb): Change | Jeffrey Stedfast | 2001-07-06 | 2 | -8/+38 |
* | attach send and postpone handlers. and be more tolerant of errors. | Larry Ewing | 2001-07-04 | 2 | -2/+17 |
* | make sure we seek to the begining. | Larry Ewing | 2001-07-04 | 2 | -1/+10 |
* | remove the timer id. | Larry Ewing | 2001-07-04 | 3 | -31/+128 |
* | querythe user to check if they want to load any orphans we've found. | Larry Ewing | 2001-07-04 | 3 | -19/+188 |
* | use bonobo-conf everywhere | Dietmar Maurer | 2001-07-04 | 3 | -75/+45 |
* | Made evolution depend on bonobo-conf 0.2. | Christopher James Lahey | 2001-07-03 | 2 | -0/+5 |
* | Set the user-chosen charset. | Jeffrey Stedfast | 2001-07-03 | 5 | -13/+68 |
* | Construct an e-charset-picker bonobo-ui menu. | Jeffrey Stedfast | 2001-07-03 | 2 | -25/+34 |
* | Touch all of our EDestinations before we unref them, updating the last-use | Jon Trowbridge | 2001-06-30 | 2 | -1/+13 |
* | make sure we show the sig file. | Larry Ewing | 2001-06-30 | 2 | -1/+5 |
* | small cosmetic changes + added ChangeLog entries from last commit | Radek Doulik | 2001-06-29 | 2 | -8/+13 |
* | exported | Radek Doulik | 2001-06-29 | 3 | -4/+10 |
* | simplified(refactored) signature handling + better support for html | Radek Doulik | 2001-06-29 | 3 | -69/+37 |
* | remove FIXME from FileInsertFile. | Larry Ewing | 2001-06-28 | 2 | -178/+97 |
* | Added a pixcache array for special pixmaps to use in the composer. | Jeffrey Stedfast | 2001-06-28 | 2 | -1/+21 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 14 | -18/+18 |
* | Emit the POSTPONE signal if we are offline. (setup_ui): If we are offline, | Jeffrey Stedfast | 2001-06-22 | 2 | -13/+34 |
* | Save the formatting preference for this message draft using a | Jeffrey Stedfast | 2001-06-21 | 2 | -14/+46 |
* | Changed attachData to accept a sequence of chars rather than a string. | Dave Camp | 2001-06-21 | 3 | -3/+14 |
* | send the message | JP Rosevear | 2001-06-20 | 3 | -1/+29 |
* | Don't define the drop_types here. (drag_data_received): Implement | Jeffrey Stedfast | 2001-06-20 | 2 | -24/+87 |
* | Replace the disposition option menu with a checkbox. | Dan Winship | 2001-06-13 | 7 | -157/+153 |
* | Fix again... don't leave *encoding uninitialized in the US-ASCII case. | Dan Winship | 2001-06-12 | 2 | -1/+7 |
* | Rearranged gtk_widget_show()s a bit to fix Bug#3204. The composer is now | Jon Trowbridge | 2001-06-12 | 2 | -3/+12 |
* | When saving a draft, attach information about the From: identity via | Jon Trowbridge | 2001-06-09 | 2 | -2/+24 |
* | Don't use the default charset if the message is US-ASCII. | Dan Winship | 2001-06-09 | 2 | -0/+8 |
* | just set sig_file field, but don't actualy insert signature, it will be | Radek Doulik | 2001-06-07 | 2 | -2/+8 |
* | If user is trying to sign his/her message, try first to use the key that | Jeffrey Stedfast | 2001-06-03 | 2 | -29/+86 |
* | Oops. Fix a few compile problems. | Jeffrey Stedfast | 2001-06-01 | 2 | -2/+8 |
* | Use --moddatadir to derive this. | Christopher James Lahey | 2001-06-01 | 2 | -3/+7 |
* | Fixed up the S/MIME signing/encrypting code to work with the new API. | Jeffrey Stedfast | 2001-06-01 | 2 | -80/+95 |
* | Add a missing iconv_close | Dan Winship | 2001-05-31 | 2 | -0/+5 |
* | Use the config-specified default character set (which in turn defaults to | Dan Winship | 2001-05-31 | 2 | -308/+276 |
* | Use e_utf8_to_gtk_string() on the description of the attachment since | Jeffrey Stedfast | 2001-05-29 | 2 | -13/+24 |
* | srcdir != builddir fix. | Jason Leach | 2001-05-29 | 2 | -0/+5 |
* | (menu_edit_delete_all_cb): be more careful about text color and | Radek Doulik | 2001-05-25 | 2 | -0/+9 |
* | Populate the extra_hdr_* arrays with any non-special-case headers. | Jeffrey Stedfast | 2001-05-25 | 2 | -0/+63 |
* | new callback (menu_edit_delete_all_cb): set orig to 0 too | Radek Doulik | 2001-05-24 | 2 | -0/+2 |
* | new callback | Radek Doulik | 2001-05-24 | 2 | -0/+28 |
* | set orig to 0 | Radek Doulik | 2001-05-23 | 2 | -0/+5 |
* | Return the serialized EDestinations (rather than just a string w/ e-mail | Jon Trowbridge | 2001-05-18 | 3 | -7/+33 |
* | Draft messages should be marked read. | Dan Winship | 2001-05-18 | 2 | -1/+6 |
* | Added S/MIME sign/encrypt code. (init): Initalize smime_sign/encrypt. | Jeffrey Stedfast | 2001-05-17 | 3 | -19/+254 |
* | If we are creating a message with only a single part (ie no attachments | Jeffrey Stedfast | 2001-05-11 | 2 | -5/+22 |
* | Don't wrap content-id with brackets here as it is now done internally in | Jeffrey Stedfast | 2001-05-10 | 2 | -5/+8 |
* | signature editing fixes | Radek Doulik | 2001-05-04 | 4 | -21/+77 |
* | Remove UNICODE_CFLAGS | Dan Winship | 2001-04-26 | 2 | -1/+4 |
* | block/unblock redraw | Radek Doulik | 2001-04-26 | 2 | -0/+9 |
* | signature changing | Radek Doulik | 2001-04-25 | 6 | -65/+142 |
* | Set window_icon of the Composer window to be compose-message.png | Duncan Mak | 2001-04-22 | 2 | -1/+10 |
* | more auto-indentation magic | Radek Doulik | 2001-04-18 | 2 | -0/+9 |
* | Do this everywhere, also fixup CLEANFILES | Michael Meeks | 2001-04-14 | 1 | -1/+4 |
* | Use the mail-crypto pgp-mime wrappers. (build_message): | Jeffrey Stedfast | 2001-04-13 | 2 | -10/+11 |
* | Use the mail-crypto pgp-mime wrappers. | Jeffrey Stedfast | 2001-04-13 | 2 | -3/+8 |
* | Fix previous. | Dan Winship | 2001-04-12 | 2 | -1/+9 |
* | Set the default filename to the user's homedir. | Jeffrey Stedfast | 2001-04-12 | 2 | -3/+3 |
* | Change into the user's home dir before opening the filesel. | Jeffrey Stedfast | 2001-04-12 | 3 | -2/+8 |
* | Here goes my additional simple include fixes. | Gediminas Paulauskas | 2001-04-05 | 1 | -0/+4 |
* | Fix headers. Same here. | Kjartan Maraas | 2001-04-05 | 3 | -0/+9 |
* | Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #include | Kjartan Maraas | 2001-03-30 | 13 | -28/+71 |
* | Use the drafts folder specified by the account, if possible. Also, fix the | Dan Winship | 2001-03-29 | 2 | -4/+60 |
* | set the FormatHTML property on the editor to let it know the mode. | Larry Ewing | 2001-03-28 | 2 | -0/+6 |
* | set the FormatHTML property on the editor to let it know the mode. | Larry Ewing | 2001-03-27 | 2 | -0/+9 |
* | Set the mime part content-id. | Jeffrey Stedfast | 2001-03-27 | 2 | -0/+11 |
* | set default text color | Radek Doulik | 2001-03-21 | 2 | -0/+5 |
* | Make sure the reply_to text is non-NULL before trying to pass it off to | Jeffrey Stedfast | 2001-03-18 | 2 | -0/+11 |
* | Use gnome_vfs_mime_type_from_name rather than gnome_vfs_mime_info, since | Dan Winship | 2001-03-14 | 3 | -8/+28 |
* | Added view_replyto member. | Jeffrey Stedfast | 2001-03-13 | 5 | -42/+268 |
* | New function. Used to store integer values into the configuration engine. | Miguel de Icaza | 2001-03-08 | 5 | -261/+593 |
* | Added a comment reminding us that we should probably not force a | Jeffrey Stedfast | 2001-03-03 | 2 | -1/+9 |
* | If !mail_config_is_configured(), give an error and return NULL. | Dan Winship | 2001-02-28 | 2 | -0/+13 |
* | builddir != srcdir fix. | Ettore Perazzoli | 2001-02-23 | 2 | -0/+5 |
* | Use mail_append_mail to save to drafts instead of custom thread handler. | Not Zed | 2001-02-21 | 2 | -76/+39 |
* | Handle exceptions a little nicer and pop up a nice GnomeDialog with the | Jeffrey Stedfast | 2001-02-20 | 2 | -8/+31 |
* | If @account_name is NULL, pick the default account rather than giving a | Dan Winship | 2001-02-16 | 3 | -5/+16 |
* | Use the camel-internet-address code to format the address rather than | Jeffrey Stedfast | 2001-02-14 | 2 | -6/+11 |
* | Updated. We might want to change the corba interface for this to allow | Jeffrey Stedfast | 2001-02-11 | 5 | -5/+23 |
* | Getting almost full and proper use of xml-i18n-tools. | Gediminas Paulauskas | 2001-02-11 | 4 | -20/+6 |
* | multipart/* is another mime type we DO NOT want to encode ;-) | Jeffrey Stedfast | 2001-02-10 | 2 | -20/+27 |
* | Set the default argument to | Christopher James Lahey | 2001-02-06 | 2 | -7/+42 |
* | make sure we convert from utf-8 before creating the option menu items. | Larry Ewing | 2001-01-30 | 2 | -2/+11 |
* | (Moving the flag for has_changed from the Hdrs to the Composer itself. | Jason Leach | 2001-01-26 | 5 | -8/+92 |
* | New callback. (menu_security_pgp_sign_cb): Another new callback. | Jeffrey Stedfast | 2001-01-25 | 2 | -8/+83 |
* | Fixed some memory leaks dealing with content-type temp strings. Also | Jeffrey Stedfast | 2001-01-22 | 2 | -17/+91 |
* | (Fix #1222: doing File->New->Mail Message doesn't include .sig) | Jason Leach | 2001-01-22 | 2 | -1/+23 |
* | Use "Full Name <address>" for the label in the menu rather than the | Jeffrey Stedfast | 2001-01-20 | 2 | -1/+17 |
* | (Adding a boolean "entry_changed" BonoboPropertyBag arg) | Jason Leach | 2001-01-19 | 2 | -1/+30 |
* | Updated to reflect changes to e_msg_composer_hdrs_get_from(). | Jeffrey Stedfast | 2001-01-18 | 4 | -30/+37 |
* | Make the composer a standard library, not a libtool one. Nobody ever uses | Miguel de Icaza | 2001-01-18 | 2 | -3/+8 |
* | (Bug #1192: Set the Composer window title to something useful) | Jason Leach | 2001-01-18 | 4 | -8/+65 |
* | Add a "Send as:" option on the edit attachment dialog. | Iain Holmes | 2001-01-18 | 4 | -40/+170 |
* | comment out for now to ease compat issues. (evolution_composer_construct): | Michael Meeks | 2001-01-18 | 2 | -4/+12 |
* | Use the to/cc/bcc addresses insted of just the to. | JP Rosevear | 2001-01-18 | 2 | -2/+7 |
* | Ximianified email addresses. | Federico Mena Quintero | 2001-01-17 | 3 | -6/+11 |
* | publicate mark_orig_text (set_editor_text): don't call mark_orig_text, let | Radek Doulik | 2001-01-17 | 3 | -4/+9 |
* | (Plug leaking the subject string on each message sent) | Jason Leach | 2001-01-16 | 2 | -2/+9 |
* | (Fix Bug #1083: Composer IDLs not getting installed) | Jason Leach | 2001-01-13 | 2 | -0/+9 |
* | Oops. Make sure to attach the item to the menu ;-) | Jeffrey Stedfast | 2001-01-13 | 2 | -0/+6 |
* | Call set_from_account which means we no longer have to do all the crap | Jeffrey Stedfast | 2001-01-13 | 5 | -69/+168 |
* | Update .cvsignore | Miguel de Icaza | 2001-01-12 | 1 | -0/+1 |
* | Small moniker update | Miguel de Icaza | 2001-01-12 | 1 | -1/+1 |
* | Only attach to "changed" if the widget is an EEntry. The HEADER_COMBOBOX | Miguel de Icaza | 2001-01-12 | 5 | -59/+31 |
* | Only set the popdown strings if we have anything to popdown. | Miguel de Icaza | 2001-01-12 | 2 | -2/+8 |
* | Add an ItemContainer Bonobo interface to allow client applications to | Miguel de Icaza | 2001-01-12 | 4 | -3/+86 |
* | New callback to save draft. Fixes bug #1045. | Jeffrey Stedfast | 2001-01-11 | 2 | -0/+19 |
* | Removed more UNSAFE stuff. Maybe we should kill this macro, and have | Miguel de Icaza | 2001-01-10 | 2 | -10/+16 |
* | Updated for new config code - this time it works! | Jeffrey Stedfast | 2001-01-09 | 2 | -11/+18 |
* | Reverted back to old config code temporarily until I get the new config | Jeffrey Stedfast | 2001-01-09 | 2 | -13/+17 |
* | reenabled magic indentation | Radek Doulik | 2001-01-08 | 1 | -2/+2 |
* | Updated to reflect changes to the mail-config API. | Jeffrey Stedfast | 2001-01-08 | 2 | -11/+18 |
* | disable indenting for now, it crashes editor | Radek Doulik | 2001-01-06 | 2 | -2/+7 |
* | If the headers have changed, then continue with the prompt else just | Jeffrey Stedfast | 2001-01-04 | 4 | -17/+44 |
* | Use header_content_type_simple, not header_content_type_format. | Dan Winship | 2001-01-03 | 3 | -5/+10 |
* | Call e_utf8_to_gtk_string on the combobox strings. | Dan Winship | 2001-01-02 | 2 | -2/+9 |
* | Use CamelContentType instead of GMimeContentField. | Dan Winship | 2000-12-29 | 4 | -23/+28 |
* | New function to get whether or not to encrypt the message. | Jeffrey Stedfast | 2000-12-16 | 3 | -3/+116 |
* | Made it so that carriage return doesn't insert a newline in the subject | Christopher James Lahey | 2000-12-15 | 2 | -0/+6 |
* | Don't convert the utf-8 string to a gtkstring because the widget expects | Jeffrey Stedfast | 2000-12-13 | 3 | -10/+13 |
* | Add $(IDLS). (From campd.) | Dan Winship | 2000-12-13 | 2 | -0/+5 |
* | psst | Radek Doulik | 2000-12-08 | 1 | -4/+4 |
* | added warnings (prepare_engine): updated to | Radek Doulik | 2000-12-08 | 6 | -68/+81 |
* | Use camel to construct the list of recipients rather than just | Jeffrey Stedfast | 2000-12-06 | 2 | -0/+33 |
* | return NULL if we can't create a view. | Michael Meeks | 2000-12-05 | 3 | -5/+5 |
* | debug printf | Radek Doulik | 2000-11-22 | 1 | -0/+3 |
* | Big patch. Evolution-services rewrite, services updated for new system, | Iain Holmes | 2000-11-22 | 2 | -26/+65 |
* | update namespace | Radek Doulik | 2000-11-16 | 2 | -1/+3 |
* | updates for HTMLEditor API changes | Radek Doulik | 2000-11-16 | 5 | -54/+60 |
* | e_msg_composer_guess_mime_type renamed and moved | Radek Doulik | 2000-11-15 | 4 | -5/+35 |
* | rename command to runCommand | Radek Doulik | 2000-11-14 | 2 | -5/+7 |
* | updated to HTMLEditor API changes | Radek Doulik | 2000-11-14 | 3 | -5/+11 |
* | extracted function, does reply indentation, use updated editor engine api | Radek Doulik | 2000-11-14 | 2 | -5/+24 |
* | Clear the rdate and exrule lists from the component if we are setting a | Federico Mena Quintero | 2000-11-13 | 1 | -3/+3 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 6 | -44/+51 |
* | set the HTML charset to utf-8 for all the html message parts. | Larry Ewing | 2000-11-11 | 2 | -10/+26 |
* | (get_signature): added in_html arg, it tells if we should use HTML | Radek Doulik | 2000-11-09 | 3 | -23/+44 |
* | new function (destroy): use e_msg_composer_clear_inlined_table, destroy | Radek Doulik | 2000-11-08 | 8 | -87/+149 |
* | Changed for message api changes. Use camel_address_unformat to convert the | Not Zed | 2000-11-07 | 2 | -78/+46 |
* | looks like I missed this the last time. | Larry Ewing | 2000-11-07 | 1 | -0/+8 |
* | Two segfault fixes | Peter Williams | 2000-11-07 | 2 | -2/+7 |
* | set the content type on the plain part of outgoing messages. | Larry Ewing | 2000-11-07 | 1 | -6/+36 |
* | Added #include <config.h> s/_HAVE_CONFIG_H/HAVE_CONFIG_H for working i18n. | Kjartan Maraas | 2000-11-07 | 3 | -1/+8 |
* | fix test for regular file to !S_ISREG (statbuf.st_mode) | Radek Doulik | 2000-11-04 | 2 | -1/+4 |
* | use inline images hash table | Radek Doulik | 2000-11-04 | 10 | -85/+126 |
* | oops, return NULL not void | Jeffrey Stedfast | 2000-11-04 | 1 | -2/+2 |
* | Don't allow attaching anything but regular files. | Jeffrey Stedfast | 2000-11-04 | 2 | -15/+25 |
* | Clean the idl-generated files properly. | Federico Mena Quintero | 2000-11-04 | 2 | -0/+7 |
* | The big api rename ... | Michael Meeks | 2000-11-02 | 2 | -8/+8 |
* | Don't create the To, Cc, and Bcc lists based only on the address, use both | Jeffrey Stedfast | 2000-11-02 | 2 | -9/+33 |
* | Fix the CTE kludge, calculate the best mime transfer encoding for the mime | Jeffrey Stedfast | 2000-11-02 | 2 | -15/+65 |
* | modified or added a bunch of .cvsignore to ignore generated files, which | Gediminas Paulauskas | 2000-11-01 | 1 | -0/+4 |
* | better reply editing, uses new HTMLEditor::Engine,Listener interfaces | Radek Doulik | 2000-11-01 | 8 | -15/+386 |
* | builddir != srcdir fun. | Ettore Perazzoli | 2000-10-28 | 2 | -1/+6 |
* | Fixed my not-quite-right logic so that we don't accidently set the body | Jeffrey Stedfast | 2000-10-28 | 2 | -25/+89 |
* | Populate the composer with any attachments. | Jeffrey Stedfast | 2000-10-26 | 2 | -122/+187 |
* | Summary is back in :D | Iain Holmes | 2000-10-26 | 2 | -0/+8 |
* | Attach send/postpone signal handlers to the EMsgComposer. | Dan Winship | 2000-10-26 | 3 | -2/+21 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 3 | -5/+8 |
* | Old cruft. Remove. | Dan Winship | 2000-10-24 | 10 | -1584/+12 |
* | Include Composer.h instead of volution-Addressbook-SelectNames.h | Ariel Rios | 2000-10-24 | 2 | -1/+6 |
* | No, don't ignore Evolution-Addressbook-SelectNames*. They're not supposed | Dan Winship | 2000-10-23 | 2 | -4/+5 |
* | Pull the fix to the "attach-twice-and-crash" problem up to HEAD. | Ettore Perazzoli | 2000-10-23 | 2 | -41/+15 |
* | Ignore Evolution-Addressbook-SelectNames* | Jeffrey Stedfast | 2000-10-21 | 2 | -0/+8 |
* | oops. save first, then commit | Dan Winship | 2000-10-21 | 1 | -2/+3 |
* | Evolution::Composer interface. So entirely not tested. | Dan Winship | 2000-10-21 | 8 | -92/+499 |
* | Build fixes from Jacob, same as the other branch. | Ettore Perazzoli | 2000-10-20 | 2 | -2/+11 |
* | kill. (create_toolbar): die. (setup_ui): impl. (e_msg_composer_construct): | Michael Meeks | 2000-10-19 | 4 | -203/+96 |
* | Don't need the ID anymore. | Iain Holmes | 2000-10-18 | 2 | -9/+6 |
* | If the body text was NULL, then don't bother turning it into HTML | Jeffrey Stedfast | 2000-10-18 | 2 | -10/+17 |
* | Move a bunch of CPPFLAGS defs into INCLUDES so they doesn't override | Dan Winship | 2000-10-16 | 2 | -3/+6 |
* | If the entry widget is NULL, obviously we can't set any text on it. | Jeffrey Stedfast | 2000-10-15 | 2 | -12/+7 |
* | Only allow one select-names dialog for each composer. | Iain Holmes | 2000-10-14 | 2 | -2/+17 |
* | stop using format_text, gtkhtml handles this now. (format_text): function | Larry Ewing | 2000-10-13 | 2 | -84/+18 |
* | Handle missing icons better. | Iain Holmes | 2000-10-11 | 3 | -3/+29 |
* | check to make sure we get a valid response from when calling get_text and | Larry Ewing | 2000-10-11 | 1 | -2/+14 |
* | If the body of the message has 8-bit chars, set the | Jeffrey Stedfast | 2000-10-03 | 2 | -16/+33 |
* | fix #include of gnome-canvas-pixbuf.h | Dan Winship | 2000-10-03 | 2 | -1/+5 |
* | If the description of an attachment is a blank string, revert to | Iain Holmes | 2000-10-02 | 4 | -4/+74 |
* | The big eye-candy commit. | Iain Holmes | 2000-10-01 | 9 | -42/+3042 |
* | Check to see if the body has 8bit chars, if so - set the | Jeffrey Stedfast | 2000-09-29 | 2 | -1/+26 |
* | fix typo in tooltip. fix accelerator for "Save as" to be different from | Dan Winship | 2000-09-26 | 3 | -2/+9 |
* | Updated to handle FIFO streams. | Jeffrey Stedfast | 2000-09-25 | 2 | -31/+23 |
* | Don't g_error out if the html-editor-control fails. (create_composer): New | Dan Winship | 2000-09-19 | 3 | -64/+70 |
* | Use gnome_vfs_get_file_info. | Dan Winship | 2000-09-19 | 3 | -12/+36 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 7 | -7/+18 |
* | 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 |