| Commit message (Expand) | Author | Age | Files | Lines |
* | get_file_contents(): use charset instead of composer->charset because the com... | Jeffrey Stedfast | 2002-01-11 | 1 | -1/+1 |
* | Rewrote to use CamelStreams and also convert the file contents to UTF-8 | Jeffrey Stedfast | 2002-01-11 | 2 | -98/+52 |
* | Fixed the setup of the "save-draft" signal so that it would actually work. | Jeffrey Stedfast | 2002-01-10 | 2 | -38/+23 |
* | Set the X-Evolution-Format header to text/plain if that is the editing | Jeffrey Stedfast | 2002-01-08 | 3 | -1/+12 |
* | A few minor fixes to make it more compliant with rfc2368. Should now be | Jeffrey Stedfast | 2002-01-05 | 2 | -20/+31 |
* | Only connect to the parent's destroy/hide signals while the attachment | Jeffrey Stedfast | 2002-01-04 | 2 | -6/+14 |
* | Only cancel the selection dialog if it is currently in use, otherwise | Jeffrey Stedfast | 2001-12-22 | 3 | -2/+9 |
* | added #include <sys/time.h> | Jeffrey Stedfast | 2001-12-21 | 1 | -0/+1 |
* | argh, only loop while n > 0 not >= 0 since 0 will mean "end-of-file" | Jeffrey Stedfast | 2001-12-18 | 1 | -2/+2 |
* | ack, fix a small logic bug. | Jeffrey Stedfast | 2001-12-18 | 1 | -16/+11 |
* | Don't block forever if we are reading a fifo with no data. | Jeffrey Stedfast | 2001-12-18 | 2 | -25/+48 |
* | Setup the SAVE_DRAFT signal. (menu_file_save_draft_cb): Emit the | Jeffrey Stedfast | 2001-12-15 | 3 | -93/+35 |
* | Attach to the parent widget's destroy signal - when that gets destroyed, | Jeffrey Stedfast | 2001-12-14 | 4 | -103/+127 |
* | If multiple-selection is enabled but nothing is slected, fall back to | Jeffrey Stedfast | 2001-12-12 | 2 | -14/+22 |
* | If multiple-selection is enabled but nothing is slected, fall back to | Jeffrey Stedfast | 2001-12-12 | 2 | -4/+13 |
* | If the widget is non-NULL, then gtk_widget_destroy that bad boy... | Jeffrey Stedfast | 2001-12-12 | 3 | -5/+12 |
* | select_file_attachments now returns a GPtrArray so handle that and loop | Jeffrey Stedfast | 2001-12-11 | 4 | -53/+128 |
* | Only execute an executable sig file if a magic environment variable is | Jon Trowbridge | 2001-12-11 | 2 | -1/+7 |
* | Added. Executes the given file and returns its output as a string. | Jon Trowbridge | 2001-12-07 | 2 | -11/+64 |
* | oops, something got fubar'd in the merge I guess... | Jeffrey Stedfast | 2001-12-06 | 1 | -0/+2 |
* | I should have merged in the patch rather than being lazy and copying the file... | Jeffrey Stedfast | 2001-12-05 | 1 | -10/+22 |
* | Change the FileSend tooltip the be the same as the FileSendLater tooltip | Jeffrey Stedfast | 2001-12-05 | 2 | -32/+20 |
* | If we come back online, switch the Send accelerator back to the Send | Jeffrey Stedfast | 2001-11-20 | 2 | -0/+14 |
* | Allow drag & drop for vcards. | Jeffrey Stedfast | 2001-11-16 | 2 | -0/+21 |
* | popup failure dialog if we cannot get a valid editor_engine. | Larry Ewing | 2001-11-15 | 2 | -4/+36 |
* | use hash table to eliminate duplicates | Radek Doulik | 2001-11-05 | 2 | -1/+12 |
* | New function, enable/disable autosave for the composer temporarily. | 2 | 2001-11-03 | 3 | -1/+22 |
* | Add back the "remove Content-Disposition when sending itip" hack. | Dan Winship | 2001-10-31 | 2 | -0/+12 |
* | New. | Dan Winship | 2001-10-31 | 5 | -47/+72 |
* | Always force a save query for now. | Larry Ewing | 2001-10-31 | 1 | -1/+1 |
* | add dirty prototype. | Larry Ewing | 2001-10-31 | 3 | -4/+24 |
* | new helper function, extracted (insert_paragraph_after): ditto | Radek Doulik | 2001-10-31 | 2 | -15/+76 |
* | Remove Content-Disposition in the no_body case. (More kludging around | Dan Winship | 2001-10-30 | 2 | -0/+7 |
* | Put the charset encoding submenu in the EncodingPlaceholder. | Ettore Perazzoli | 2001-10-30 | 2 | -1/+6 |
* | Set the (new) "no_body" flag on the composer. | Dan Winship | 2001-10-30 | 4 | -5/+52 |
* | simplified, requires new gtkhtml | Radek Doulik | 2001-10-30 | 2 | -4/+4 |
* | add GList to hold the current images. | Larry Ewing | 2001-10-30 | 4 | -10/+44 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 2 | -22/+20 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 12 | -24/+24 |
* | New function that replaces handle_multpart() and | Jeffrey Stedfast | 2001-10-25 | 3 | -121/+231 |
* | rework this so that we don't end up freeing the cid then reading from it. | Larry Ewing | 2001-10-25 | 2 | -3/+8 |
* | Check that account->id->address != NULL. | Jon Trowbridge | 2001-10-23 | 2 | -26/+41 |
* | fix broken default changelog email address in last entry | Dan Winship | 2001-10-22 | 1 | -1/+1 |
* | Make inline images used for replies not show up as | Dan Winship | 2001-10-22 | 6 | -125/+183 |
* | Now takes a 'attach_all' argument. If !attach_all, then only attach the | Jeffrey Stedfast | 2001-10-20 | 3 | -13/+30 |
* | Don't use a g_return_val_if_fail after iconv_open, this is a valid error | Jeffrey Stedfast | 2001-10-19 | 3 | -51/+40 |
* | s/apply/flush/. (e_msg_composer_flush_pending_body): renamed from apply | Larry Ewing | 2001-10-16 | 2 | -12/+23 |
* | Don't pop up an "unable to retrieve message" if the composer never | Dan Winship | 2001-10-14 | 5 | -36/+50 |
* | Deleted declaration of len. | Jeffrey Stedfast | 2001-10-12 | 4 | -28/+40 |
* | Check for either a matching account name, or for a matching e-mail address | Jon Trowbridge | 2001-10-11 | 3 | -5/+25 |
* | add prototype. | Larry Ewing | 2001-10-11 | 3 | -44/+92 |
* | If the attachment fails, report the error to the user. | Jeffrey Stedfast | 2001-10-10 | 4 | -14/+57 |
* | Pass /menu/Edit as the menu path to e_charset_picker thingy. | Jeffrey Stedfast | 2001-10-10 | 2 | -1/+7 |
* | fix cut&pasteo. | Larry Ewing | 2001-10-06 | 2 | -1/+4 |
* | remove unused variable. | Larry Ewing | 2001-10-06 | 6 | -59/+103 |
* | change to return a CamelMimePart. | Larry Ewing | 2001-10-05 | 3 | -3/+40 |
* | look up an attachment by it's content id. | Larry Ewing | 2001-10-05 | 3 | -0/+41 |
* | Make sure to unref the message object so we don't leak it or any | Jeffrey Stedfast | 2001-10-04 | 3 | -8/+22 |
* | Pass an empty flags argument to mail_get_folder. | Jeffrey Stedfast | 2001-10-03 | 2 | -1/+6 |
* | Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'. | Ettore Perazzoli | 2001-10-03 | 2 | -5/+9 |
* | Don't set Content-Ids on these parts since they are not contained within a | Jeffrey Stedfast | 2001-09-28 | 2 | -1/+13 |
* | Fixes glitch in mailto: url parsing that caused it to fail when recipient | Jon Trowbridge | 2001-09-27 | 2 | -6/+16 |
* | Update to reflect changes to mail_get_folder. | Jeffrey Stedfast | 2001-09-21 | 2 | -1/+6 |
* | Create nonexistant files. | Iain Holmes | 2001-09-21 | 2 | -12/+8 |
* | Attach an X-Evolution-Format header so if people re-edit a message in say | Jeffrey Stedfast | 2001-09-19 | 2 | -11/+18 |
* | Don't gtk_object_destroy() the pixbuf loader, unref it instead. | Jeffrey Stedfast | 2001-09-17 | 4 | -13/+22 |
* | [Automake 1.5 fixes pointed out by Richard Boulton | Ettore Perazzoli | 2001-09-15 | 2 | -1/+8 |
* | free the text values we get from the property bag and release the property | Larry Ewing | 2001-09-13 | 2 | -0/+10 |
* | null terminate the destination vector | JP Rosevear | 2001-09-12 | 2 | -0/+6 |
* | Don't call new_with_sig_file, it no longer exists. | Jeffrey Stedfast | 2001-09-11 | 4 | -22/+6 |
* | Make sure that the session is non-NULL. (menu_file_send_cb): And here too. | Jeffrey Stedfast | 2001-09-11 | 2 | -2/+8 |
* | Wrap the S/MIME code in ifdef SMIME_SUPPORTED which isn't defined but by | Jeffrey Stedfast | 2001-09-11 | 2 | -2/+9 |
* | Add VFS_CFLAGS so things don't break when the gnome-vfs headers move. | Maciej Stachowiak | 2001-09-10 | 2 | -0/+6 |
* | Originally was corba_recipientlist_to_glist. (impl_Composer_set_headers): | Jon Trowbridge | 2001-09-09 | 6 | -174/+239 |
* | Remove some debugging messages that don't check for NULL strings and crash | Dan Winship | 2001-09-08 | 2 | -4/+6 |
* | (handle_multipart_alternative, handle_multipart, | Dan Winship | 2001-09-07 | 2 | -30/+12 |
* | Have to specify a mode when using O_CREAT. | Dan Winship | 2001-09-07 | 2 | -1/+6 |
* | Replace "Evolution" with "Ximian Evolution" in a bunch of user-visible | Ettore Perazzoli | 2001-09-06 | 2 | -2/+8 |
* | Pass in FALSE as the 'sending' arg to e_msg_composer_get_message. | Jon Trowbridge | 2001-08-30 | 5 | -63/+34 |
* | In the GUI, the toggle is labelled "hide addresses", not "show addresses" | Jon Trowbridge | 2001-08-23 | 2 | -1/+143 |
* | When reporting an error, use my_file_name instead of file_name since | Jeffrey Stedfast | 2001-08-23 | 2 | -5/+11 |
* | s/attempt recovery/try to recover them/. | Ettore Perazzoli | 2001-08-22 | 2 | -1/+6 |
* | Reset the "changed" state to FALSE after a successful save. | Jeffrey Stedfast | 2001-08-20 | 2 | -1/+9 |
* | formatted code nicer | Jeffrey Stedfast | 2001-08-18 | 1 | -11/+9 |
* | Toggle the View->Attachments menu item. This fixes bug #6107. | Jeffrey Stedfast | 2001-08-18 | 3 | -34/+33 |
* | YESS! | Peter Williams | 2001-08-15 | 2 | -19/+53 |
* | Removed comment about the need to resolve nicknames properly, because we | Jon Trowbridge | 2001-08-11 | 2 | -3/+7 |
* | new helper function, just setup idle callback to grab focus | Radek Doulik | 2001-08-10 | 2 | -12/+34 |
* | Don't forget to closedir() when we finish with dir. | Jeffrey Stedfast | 2001-08-10 | 2 | -1/+8 |
* | Set the smime/pgp always-sign options when here so it updates when the | Jeffrey Stedfast | 2001-08-10 | 3 | -3/+13 |
* | Set the PGP/MIME and S/MIME options to FALSE before getting the message | Jeffrey Stedfast | 2001-08-09 | 3 | -4/+27 |
* | Use g_basename(). (setup_ui): Get the default charset from the mail config | Jeffrey Stedfast | 2001-08-07 | 2 | -79/+91 |
* | handle delete event | Radek Doulik | 2001-08-07 | 2 | -1/+22 |
* | More updates to icons, this time the Save, Save As, and Search icons for | Jacob Leach | 2001-08-01 | 1 | -2/+4 |
* | ui: | Peter Williams | 2001-08-01 | 2 | -0/+9 |
* | Use the new Send and Send Later icons for the toolbar and menus in the | Jacob Leach | 2001-07-31 | 2 | -1/+11 |
* | 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 |