| Commit message (Expand) | Author | Age | Files | Lines |
* | [ fixes #21499 ] | Rodney Dawes | 2003-04-19 | 1 | -1/+1 |
* | Use e_iconv_locale_charset() instead of e_iconv_locale_name(), dunno what | Jeffrey Stedfast | 2003-04-10 | 1 | -2/+1 |
* | Use e_iconv_locale_charset() instead of e_iconv_locale_name(), dunno what | Jeffrey Stedfast | 2003-04-10 | 1 | -1/+1 |
* | fix build, it's composer_get_default_charset_setting. | Chris Toshok | 2003-04-09 | 1 | -1/+1 |
* | Same as with attachment-bar's get_default_charset(). (setup_ui): Instead | Jeffrey Stedfast | 2003-04-09 | 1 | -3/+6 |
* | Added some debug printfs. (create_composer): Call map_default_cb directly | Jeffrey Stedfast | 2003-04-09 | 1 | -7/+8 |
* | [ fixes bug #39763 ] remove the control_entry_focus_{in,out}_event_cb | Chris Toshok | 2003-04-08 | 1 | -38/+0 |
* | If the composer isn't 'dirty', then don't autosave the draft (no need to). | Jeffrey Stedfast | 2003-04-05 | 1 | -0/+3 |
* | Add a select-all callback and verb. (composer_entry_focus_in_event_cb): | Jeffrey Stedfast | 2003-04-04 | 1 | -0/+18 |
* | Keep track of which entry widget has focus. | Jeffrey Stedfast | 2003-04-02 | 1 | -7/+138 |
* | ** See bug #40300 & probably others. | Not Zed | 2003-04-02 | 1 | -4/+16 |
* | Convert to libglade-2's format. | Jeffrey Stedfast | 2003-04-01 | 1 | -15/+14 |
* | Update for e_notice move | Dan Winship | 2003-03-25 | 1 | -9/+9 |
* | Fixes for bug #39813 | Jeffrey Stedfast | 2003-03-21 | 1 | -7/+7 |
* | Change the logic to attach text parts when appropriate. (map_default_cb): | Jeffrey Stedfast | 2003-03-20 | 1 | -11/+10 |
* | Change the logic to attach text parts when appropriate. | Jeffrey Stedfast | 2003-03-20 | 1 | -34/+30 |
* | e_msg_composer_hdrs_get_subject() now returns const so don't g_free() it | Jeffrey Stedfast | 2003-03-19 | 1 | -23/+22 |
* | Default the composer's title to "Create a message". Fixes bug #39696. | Jeffrey Stedfast | 2003-03-14 | 1 | -1/+2 |
* | Don't allow the returned charset to be NULL. (get_file_content): Make sure | Jeffrey Stedfast | 2003-03-05 | 1 | -2/+6 |
* | Same as below. | Jeffrey Stedfast | 2003-02-26 | 1 | -3/+2 |
* | Make sure the url is != NULL? I can't think of anything else in this code | Jeffrey Stedfast | 2003-02-25 | 1 | -0/+4 |
* | Don't save the HTML format setting to gconf. This option menu is meant for | Jeffrey Stedfast | 2003-02-23 | 1 | -5/+0 |
* | Same as below. | Jeffrey Stedfast | 2003-02-21 | 1 | -2/+1 |
* | default_account is now a string value, not an int. | Jeffrey Stedfast | 2003-02-19 | 1 | -0/+2 |
* | clean up | Dan Winship | 2003-02-06 | 1 | -2/+1 |
* | Split out the mailto handling code from here so we can use it in the | Jeffrey Stedfast | 2003-02-06 | 1 | -36/+51 |
* | updated for e scroll frame --> gtk scrolled window | Radek Doulik | 2003-02-05 | 1 | -11/+11 |
* | If the subject or body components of the mailto url are not in UTF-8, | Jeffrey Stedfast | 2003-01-28 | 1 | -2/+23 |
* | Load the view menu states from gconf. (e_msg_composer_set_send_html): Save | Jeffrey Stedfast | 2003-01-24 | 1 | -99/+70 |
* | *** empty log message *** | Ettore Perazzoli | 2003-01-23 | 1 | -1/+1 |
* | Updated to use EAccountList and iterators. (evolution_composer_init): | Jeffrey Stedfast | 2003-01-18 | 1 | -8/+11 |
* | mail_config_get_signature_list now returns a GSList. | Jeffrey Stedfast | 2003-01-17 | 1 | -13/+12 |
* | (do_exit): Make dialog HIG compliant | Ettore Perazzoli | 2003-01-15 | 1 | -3/+9 |
* | use the composer's charset gconf key | Jeffrey Stedfast | 2003-01-08 | 1 | -1/+1 |
* | Convenience function. (get_file_content): Use the convenience function to | Jeffrey Stedfast | 2003-01-08 | 1 | -4/+34 |
* | fixes | Jeffrey Stedfast | 2003-01-03 | 1 | -11/+4 |
* | Use camel_text_to_html(). (e_msg_composer_new_from_url): Same. | Jeffrey Stedfast | 2002-12-17 | 1 | -12/+12 |
* | Get rid of the unused exception variable. | Jeffrey Stedfast | 2002-12-04 | 1 | -5/+0 |
* | removed warning about e_notice. its used too much, its here to stay. | Not Zed | 2002-12-02 | 1 | -10/+9 |
* | s/g_str[n]casecmp/str[n]casecmp | Jeffrey Stedfast | 2002-12-02 | 1 | -11/+11 |
* | properly chain finalise. | Not Zed | 2002-11-26 | 1 | -2/+5 |
* | Duh! dont free subject & simplify logic a little. | Not Zed | 2002-11-21 | 1 | -6/+1 |
* | applied plain_signature_fix.patch | Radek Doulik | 2002-11-20 | 1 | -1/+1 |
* | dont unref after destroy. duh. | Not Zed | 2002-11-19 | 1 | -14/+16 |
* | Remove check for gtk_main_level(). as far as i can tell it serves no real | Not Zed | 2002-11-18 | 1 | -36/+44 |
* | Removed {BEGIN,END}_GNOME_DECLS. | Ettore Perazzoli | 2002-11-14 | 1 | -3/+0 |
* | bonobo api changes. | Not Zed | 2002-11-13 | 1 | -3/+3 |
* | Fix bonobo object setup. | Not Zed | 2002-11-08 | 1 | -235/+245 |
* | Add support for an attach option in the mailto: url. | Jeffrey Stedfast | 2002-11-02 | 1 | -1/+3 |
* | Make sure to save References and In-Reply-To headers. Fixes bug #32932. | Jeffrey Stedfast | 2002-10-31 | 1 | -1/+3 |
* | Don't create a new file if the file doesn't exist. | Jeffrey Stedfast | 2002-10-05 | 1 | -1/+1 |
* | If the user hits cancel when signing/encrypting, don't continue | Jeffrey Stedfast | 2002-10-02 | 1 | -2/+2 |
* | When signing/encrypting a part, if a USER_CANCEL occurs, re-use the part | Jeffrey Stedfast | 2002-10-02 | 1 | -2/+4 |
* | It's a grand old string-review! Nitpicky and minor changes; details in the ap... | Aaron Weber | 2002-10-01 | 1 | -1/+3 |
* | Don't reuse the part that we've signed and/or encrypted, create a new part | Jeffrey Stedfast | 2002-09-28 | 1 | -1/+4 |
* | Fix non-ANSI switch statement | Dan Winship | 2002-09-23 | 1 | -0/+1 |
* | allow to select last 2 menu items | Radek Doulik | 2002-09-20 | 1 | -1/+1 |
* | Handle multipart/signed and multipart/encrypted parts in a more expected | Jeffrey Stedfast | 2002-09-18 | 1 | -32/+44 |
* | Mark a string for translation. | Kjartan Maraas | 2002-09-16 | 1 | -1/+1 |
* | (composer_key_pressed): Don't chain the event | Ettore Perazzoli | 2002-09-06 | 1 | -9/+4 |
* | Make it so that the composer will close when the user hits Escape. | Jeffrey Stedfast | 2002-09-05 | 1 | -14/+35 |
* | removed "Set as default" menu item | Radek Doulik | 2002-08-28 | 1 | -53/+0 |
* | Oops, we were overwriting 'multipart' with our child multipart. Fixes | Peter Williams | 2002-08-27 | 1 | -11/+15 |
* | Fixes bug #29016 | Jeffrey Stedfast | 2002-08-23 | 1 | -88/+100 |
* | Don't turn on pgp signing if this is an iMIP message and pgp_no_imip_sign | Dan Winship | 2002-08-15 | 1 | -1/+10 |
* | Make the warning dialog display the message subject so that it is more | Jeffrey Stedfast | 2002-08-14 | 1 | -12/+22 |
* | Set the file-selection window icon. Fixes the mailer part of bug #7368. | Jeffrey Stedfast | 2002-08-13 | 1 | -2/+1 |
* | Parse the auto-cc/bcc recipients and then later when parsing the cc/bcc | Jeffrey Stedfast | 2002-08-01 | 1 | -12/+72 |
* | new helper function (decode_signature_name): new helper function | Radek Doulik | 2002-07-30 | 1 | -4/+105 |
* | (set_signature_gui): new helper method to set signature from draft | Radek Doulik | 2002-07-27 | 1 | -1/+37 |
* | don't assert on default, when ESC is pressed, the dialog is closed as well | Radek Doulik | 2002-07-27 | 1 | -3/+4 |
* | Create the Post-To header. (headers_set_visibility): Possibly show the | Jeffrey Stedfast | 2002-07-26 | 1 | -41/+65 |
* | Fix spelling. | Dan Winship | 2002-07-26 | 1 | -1/+1 |
* | restart automanager to avoid multiple dialog apearing | Radek Doulik | 2002-07-24 | 1 | -2/+6 |
* | Applied patch below. | Not Zed | 2002-07-23 | 1 | -1/+1 |
* | Reverted some code that got committed by accident. | Jeffrey Stedfast | 2002-07-23 | 1 | -4/+4 |
* | fixed up some gtk-doc comments | Jeffrey Stedfast | 2002-07-23 | 1 | -5/+13 |
* | more cleanup | Jeffrey Stedfast | 2002-07-23 | 1 | -78/+78 |
* | Removed a lot of extra g_return_if_fail's that we don't need (if we are | Jeffrey Stedfast | 2002-07-23 | 1 | -12/+36 |
* | Removed a lot of extra g_return_if_fail's that we don't need (if we are | Jeffrey Stedfast | 2002-07-23 | 1 | -171/+163 |
* | removed insert file menu item | Radek Doulik | 2002-07-23 | 1 | -36/+0 |
* | use "saved" gtkhtml command (e_msg_composer_is_dirty): use "is-saved" | Radek Doulik | 2002-07-18 | 1 | -3/+6 |
* | Set the from-account last so that auto-cc/bcc recipients don't get | Jeffrey Stedfast | 2002-07-17 | 1 | -1/+1 |
* | Instead of doing this with a weakref, do it by connecting to the destroy | Peter Williams | 2002-07-17 | 1 | -3/+3 |
* | added save_html_object_data parameter, use gtkhtml command to save object | Radek Doulik | 2002-07-16 | 1 | -5/+15 |
* | Don't connect to the postpone signal, but do connect to the save-draft | Jeffrey Stedfast | 2002-07-06 | 1 | -46/+1 |
* | Use the new CamelMultipartEncrypted class to do our encryption work for | Jeffrey Stedfast | 2002-06-27 | 1 | -47/+161 |
* | Use the new CamelMultipartEncrypted class to do our encryption work for | Jeffrey Stedfast | 2002-06-27 | 1 | -31/+49 |
* | Use mail_crypto_get_pgp_cipher_context() so that the PGP/GPG decision is | Jeffrey Stedfast | 2002-06-26 | 1 | -1/+1 |
* | Use the new gpg cipher context rather than the old pgp context. | Jeffrey Stedfast | 2002-06-22 | 1 | -22/+25 |
* | don't convert text to html twice | Radek Doulik | 2002-06-20 | 1 | -7/+0 |
* | added "Set as default" menu item | Radek Doulik | 2002-06-11 | 1 | -13/+71 |
* | use new script signature interface | Radek Doulik | 2002-06-08 | 1 | -6/+8 |
* | Remove the customize toolbar thingy since Michael said that this would fix | Jeffrey Stedfast | 2002-06-07 | 1 | -4/+0 |
* | put option menu to hbox to make space for signatures menu | Radek Doulik | 2002-06-06 | 1 | -97/+86 |
* | signature editor reworked, WIP | Radek Doulik | 2002-06-05 | 1 | -87/+68 |
* | Properly handle user cancellation for signing/encrypting, just dont sign | Not Zed | 2002-06-04 | 1 | -14/+58 |
* | Allocate a new FileInfo struct here rather than using and unref it when | Jeffrey Stedfast | 2002-06-04 | 1 | -8/+11 |
* | Use gnome_vfs_file_info_clear() instead of gnome_vfs_file_info_unref() so | Jeffrey Stedfast | 2002-06-04 | 1 | -1/+1 |
* | Changes for multipart/signed api changes. | Not Zed | 2002-05-31 | 1 | -6/+16 |
* | New. (create_component): Pass it as the @request_quit_fn to | Ettore Perazzoli | 2002-05-16 | 1 | -35/+73 |
* | fixed a type-o | Jeffrey Stedfast | 2002-04-27 | 1 | -1/+1 |
* | Check for empty-string pgp-key ids and don't use them. | Jeffrey Stedfast | 2002-04-27 | 1 | -5/+5 |
* | Unref the priv->tooltips object here. | Jeffrey Stedfast | 2002-04-17 | 1 | -10/+11 |
* | No need to query for the persist-stream interface here, just re-use | Jeffrey Stedfast | 2002-04-11 | 1 | -13/+10 |
* | Use decode rather than unformat - the e_destination was changed (long time | Not Zed | 2002-04-09 | 1 | -2/+4 |
* | added some debug printf's | Jeffrey Stedfast | 2002-04-08 | 1 | -2/+6 |
* | Fixes bug #3980. | Jeffrey Stedfast | 2002-04-06 | 1 | -1/+1 |
* | "Forward as iCalendar" uses set_body, so we can't make the composer | Dan Winship | 2002-03-19 | 1 | -4/+19 |
* | use gtkhtml editor API version 1.1 | Radek Doulik | 2002-03-16 | 1 | -1/+3 |
* | ops, unregister and not register new one sig_event_client | Radek Doulik | 2002-03-08 | 1 | -1/+1 |
* | merge new signature handling | Radek Doulik | 2002-03-07 | 1 | -30/+249 |
* | [pullup from evolution-1-0-branch] | Dan Winship | 2002-03-04 | 1 | -1/+1 |
* | [pulled up from evolution-1-0-branch] | Dan Winship | 2002-02-26 | 1 | -11/+49 |
* | don't insert paragraph here, also delete paragraph where signature was | Radek Doulik | 2002-02-15 | 1 | -2/+6 |
* | Use set_editor_text() (e_msg_composer_new_from_url): Same. | Jeffrey Stedfast | 2002-02-13 | 1 | -7/+10 |
* | reflect gtkhtml API change | Radek Doulik | 2002-02-13 | 1 | -1/+1 |
* | use editor is_dirty and reset undo | Radek Doulik | 2002-02-12 | 1 | -6/+17 |
* | swap the order in which we add recipients to the list. If we add the auto-rec... | Jeffrey Stedfast | 2002-02-02 | 1 | -33/+34 |
* | Update the auto-cc/bcc recipients in the composer header fields to match | Jeffrey Stedfast | 2002-02-02 | 1 | -2/+112 |
* | new method, tells composer to ignore all word in str string (next_word): | Radek Doulik | 2002-02-01 | 1 | -7/+63 |
* | If we are in redirect mode, use the original message and set the resent-* | Jeffrey Stedfast | 2002-01-30 | 1 | -19/+39 |
* | 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 | 1 | -98/+42 |
* | Fixed the setup of the "save-draft" signal so that it would actually work. | Jeffrey Stedfast | 2002-01-10 | 1 | -38/+11 |
* | Set the X-Evolution-Format header to text/plain if that is the editing | Jeffrey Stedfast | 2002-01-08 | 1 | -0/+6 |
* | A few minor fixes to make it more compliant with rfc2368. Should now be | Jeffrey Stedfast | 2002-01-05 | 1 | -20/+25 |
* | 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 | 1 | -25/+43 |
* | Setup the SAVE_DRAFT signal. (menu_file_save_draft_cb): Emit the | Jeffrey Stedfast | 2001-12-15 | 1 | -93/+26 |
* | Attach to the parent widget's destroy signal - when that gets destroyed, | Jeffrey Stedfast | 2001-12-14 | 1 | -7/+11 |
* | If the widget is non-NULL, then gtk_widget_destroy that bad boy... | Jeffrey Stedfast | 2001-12-12 | 1 | -2/+4 |
* | Only execute an executable sig file if a magic environment variable is | Jon Trowbridge | 2001-12-11 | 1 | -1/+2 |
* | Added. Executes the given file and returns its output as a string. | Jon Trowbridge | 2001-12-07 | 1 | -11/+56 |
* | 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 | 1 | -28/+17 |
* | If we come back online, switch the Send accelerator back to the Send | Jeffrey Stedfast | 2001-11-20 | 1 | -0/+8 |
* | Allow drag & drop for vcards. | Jeffrey Stedfast | 2001-11-16 | 1 | -0/+16 |
* | popup failure dialog if we cannot get a valid editor_engine. | Larry Ewing | 2001-11-15 | 1 | -4/+29 |
* | use hash table to eliminate duplicates | Radek Doulik | 2001-11-05 | 1 | -1/+7 |
* | New function, enable/disable autosave for the composer temporarily. | 2 | 2001-11-03 | 1 | -1/+12 |
* | Add back the "remove Content-Disposition when sending itip" hack. | Dan Winship | 2001-10-31 | 1 | -0/+9 |
* | New. | Dan Winship | 2001-10-31 | 1 | -29/+10 |
* | Always force a save query for now. | Larry Ewing | 2001-10-31 | 1 | -1/+1 |
* | add dirty prototype. | Larry Ewing | 2001-10-31 | 1 | -4/+17 |
* | Remove Content-Disposition in the no_body case. (More kludging around | Dan Winship | 2001-10-30 | 1 | -0/+1 |
* | Put the charset encoding submenu in the EncodingPlaceholder. | Ettore Perazzoli | 2001-10-30 | 1 | -1/+1 |
* | Set the (new) "no_body" flag on the composer. | Dan Winship | 2001-10-30 | 1 | -4/+27 |
* | add GList to hold the current images. | Larry Ewing | 2001-10-30 | 1 | -10/+23 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | New function that replaces handle_multpart() and | Jeffrey Stedfast | 2001-10-25 | 1 | -120/+214 |
* | rework this so that we don't end up freeing the cid then reading from it. | Larry Ewing | 2001-10-25 | 1 | -3/+2 |
* | Make inline images used for replies not show up as | Dan Winship | 2001-10-22 | 1 | -44/+114 |
* | Now takes a 'attach_all' argument. If !attach_all, then only attach the | Jeffrey Stedfast | 2001-10-20 | 1 | -12/+16 |
* | Don't use a g_return_val_if_fail after iconv_open, this is a valid error | Jeffrey Stedfast | 2001-10-19 | 1 | -1/+2 |
* | s/apply/flush/. (e_msg_composer_flush_pending_body): renamed from apply | Larry Ewing | 2001-10-16 | 1 | -12/+13 |
* | Don't pop up an "unable to retrieve message" if the composer never | Dan Winship | 2001-10-14 | 1 | -32/+32 |
* | Deleted declaration of len. | Jeffrey Stedfast | 2001-10-12 | 1 | -26/+30 |
* | Check for either a matching account name, or for a matching e-mail address | Jon Trowbridge | 2001-10-11 | 1 | -0/+3 |
* | add prototype. | Larry Ewing | 2001-10-11 | 1 | -44/+76 |
* | Pass /menu/Edit as the menu path to e_charset_picker thingy. | Jeffrey Stedfast | 2001-10-10 | 1 | -1/+2 |
* | remove unused variable. | Larry Ewing | 2001-10-06 | 1 | -14/+22 |
* | Make sure to unref the message object so we don't leak it or any | Jeffrey Stedfast | 2001-10-04 | 1 | -5/+9 |
* | Pass an empty flags argument to mail_get_folder. | Jeffrey Stedfast | 2001-10-03 | 1 | -1/+1 |
* | Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'. | Ettore Perazzoli | 2001-10-03 | 1 | -5/+3 |
* | Fixes glitch in mailto: url parsing that caused it to fail when recipient | Jon Trowbridge | 2001-09-27 | 1 | -6/+10 |
* | Update to reflect changes to mail_get_folder. | Jeffrey Stedfast | 2001-09-21 | 1 | -1/+1 |
* | Create nonexistant files. | Iain Holmes | 2001-09-21 | 1 | -12/+2 |
* | Attach an X-Evolution-Format header so if people re-edit a message in say | Jeffrey Stedfast | 2001-09-19 | 1 | -11/+7 |
* | Don't gtk_object_destroy() the pixbuf loader, unref it instead. | Jeffrey Stedfast | 2001-09-17 | 1 | -4/+3 |
* | free the text values we get from the property bag and release the property | Larry Ewing | 2001-09-13 | 1 | -0/+5 |
* | Don't call new_with_sig_file, it no longer exists. | Jeffrey Stedfast | 2001-09-11 | 1 | -20/+1 |
* | Make sure that the session is non-NULL. (menu_file_send_cb): And here too. | Jeffrey Stedfast | 2001-09-11 | 1 | -2/+2 |
* | Wrap the S/MIME code in ifdef SMIME_SUPPORTED which isn't defined but by | Jeffrey Stedfast | 2001-09-11 | 1 | -2/+2 |
* | Originally was corba_recipientlist_to_glist. (impl_Composer_set_headers): | Jon Trowbridge | 2001-09-09 | 1 | -36/+63 |
* | (handle_multipart_alternative, handle_multipart, | Dan Winship | 2001-09-07 | 1 | -30/+9 |
* | Have to specify a mode when using O_CREAT. | Dan Winship | 2001-09-07 | 1 | -1/+1 |
* | Replace "Evolution" with "Ximian Evolution" in a bunch of user-visible | Ettore Perazzoli | 2001-09-06 | 1 | -2/+2 |
* | Pass in FALSE as the 'sending' arg to e_msg_composer_get_message. | Jon Trowbridge | 2001-08-30 | 1 | -5/+5 |
* | When reporting an error, use my_file_name instead of file_name since | Jeffrey Stedfast | 2001-08-23 | 1 | -5/+6 |
* | s/attempt recovery/try to recover them/. | Ettore Perazzoli | 2001-08-22 | 1 | -1/+1 |
* | Reset the "changed" state to FALSE after a successful save. | Jeffrey Stedfast | 2001-08-20 | 1 | -1/+4 |
* | Toggle the View->Attachments menu item. This fixes bug #6107. | Jeffrey Stedfast | 2001-08-18 | 1 | -18/+12 |
* | YESS! | Peter Williams | 2001-08-15 | 1 | -19/+43 |
* | new helper function, just setup idle callback to grab focus | Radek Doulik | 2001-08-10 | 1 | -12/+25 |
* | Don't forget to closedir() when we finish with dir. | Jeffrey Stedfast | 2001-08-10 | 1 | -1/+3 |
* | Set the smime/pgp always-sign options when here so it updates when the | Jeffrey Stedfast | 2001-08-10 | 1 | -2/+6 |
* | Set the PGP/MIME and S/MIME options to FALSE before getting the message | Jeffrey Stedfast | 2001-08-09 | 1 | -3/+21 |
* | Use g_basename(). (setup_ui): Get the default charset from the mail config | Jeffrey Stedfast | 2001-08-07 | 1 | -79/+86 |
* | 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 | 1 | -0/+4 |
* | Use the new Send and Send Later icons for the toolbar and menus in the | Jacob Leach | 2001-07-31 | 1 | -1/+6 |
* | Properly add the message/rfc822 part. | Jeffrey Stedfast | 2001-07-31 | 1 | -1/+8 |
* | Jason Leach <jleach@ximian.com> | Jacob Leach | 2001-07-28 | 1 | -1/+1 |
* | Correct our manually inserted signature dash thingie (it was missing the | Peter Williams | 2001-07-26 | 1 | -1/+5 |
* | USe a message box to look nicer. | Iain Holmes | 2001-07-19 | 1 | -10/+8 |
* | Correctly handle text/uri-list's that contain more than a single file | Jeffrey Stedfast | 2001-07-18 | 1 | -24/+25 |
* | Removed a warning that I don't need anymore. This code is working | Jeffrey Stedfast | 2001-07-13 | 1 | -1/+0 |
* | Fix typo. s/sesiion/session/ | Kjartan Maraas | 2001-07-11 | 1 | -1/+1 |
* | Only ask once about recovery, assume if they want to recover one file they | Larry Ewing | 2001-07-10 | 1 | -17/+19 |
* | Use camel_internet_address_format_address rather than camel_address_encode | Jeffrey Stedfast | 2001-07-10 | 1 | -28/+13 |
* | Do the autosave_manager_unregister at shutdown time instead of destroy | Dan Winship | 2001-07-09 | 1 | -2/+13 |
* | (autosave_manager_query_load_orphans): remove zero length orphans so that | Larry Ewing | 2001-07-07 | 1 | -2/+4 |
* | (best_encoding): make sure we don't try to call iconv_open with a NULL | Larry Ewing | 2001-07-07 | 1 | -0/+3 |
* | add missing static. | Larry Ewing | 2001-07-07 | 1 | -1/+1 |
* | Convert the filename string to UTF8 before setting it on the CamelMimePart | Jeffrey Stedfast | 2001-07-07 | 1 | -13/+12 |
* | only ask if there are actually contents in the file. Asking about an | Larry Ewing | 2001-07-07 | 1 | -13/+25 |
* | revert previous "fix", which was wrong | Dan Winship | 2001-07-07 | 1 | -1/+2 |
* | Call autosave_manager_unregister before destroying the composer, so | Dan Winship | 2001-07-07 | 1 | -2/+1 |
* | make sure we only remove the file if we think we saved it properly. | Larry Ewing | 2001-07-06 | 1 | -10/+22 |
* | i2001-07-05 Larry Ewing <lewing@ximian.com> | Larry Ewing | 2001-07-06 | 1 | -37/+60 |
* | Play the "File exists, overwrite?" game. (autosave_run_foreach_cb): Change | Jeffrey Stedfast | 2001-07-06 | 1 | -8/+31 |
* | attach send and postpone handlers. and be more tolerant of errors. | Larry Ewing | 2001-07-04 | 1 | -2/+12 |
* | make sure we seek to the begining. | Larry Ewing | 2001-07-04 | 1 | -1/+7 |
* | remove the timer id. | Larry Ewing | 2001-07-04 | 1 | -29/+101 |
* | querythe user to check if they want to load any orphans we've found. | Larry Ewing | 2001-07-04 | 1 | -18/+173 |
* | use bonobo-conf everywhere | Dietmar Maurer | 2001-07-04 | 1 | -74/+42 |
* | Set the user-chosen charset. | Jeffrey Stedfast | 2001-07-03 | 1 | -7/+43 |
* | Construct an e-charset-picker bonobo-ui menu. | Jeffrey Stedfast | 2001-07-03 | 1 | -25/+29 |
* | make sure we show the sig file. | Larry Ewing | 2001-06-30 | 1 | -1/+0 |
* | small cosmetic changes + added ChangeLog entries from last commit | Radek Doulik | 2001-06-29 | 1 | -8/+1 |
* | exported | Radek Doulik | 2001-06-29 | 1 | -4/+4 |
* | simplified(refactored) signature handling + better support for html | Radek Doulik | 2001-06-29 | 1 | -50/+33 |
* | remove FIXME from FileInsertFile. | Larry Ewing | 2001-06-28 | 1 | -178/+89 |
* | Added a pixcache array for special pixmaps to use in the composer. | Jeffrey Stedfast | 2001-06-28 | 1 | -1/+15 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Emit the POSTPONE signal if we are offline. (setup_ui): If we are offline, | Jeffrey Stedfast | 2001-06-22 | 1 | -13/+27 |
* | Save the formatting preference for this message draft using a | Jeffrey Stedfast | 2001-06-21 | 1 | -14/+38 |
* | Don't define the drop_types here. (drag_data_received): Implement | Jeffrey Stedfast | 2001-06-20 | 1 | -24/+80 |
* | Fix again... don't leave *encoding uninitialized in the US-ASCII case. | Dan Winship | 2001-06-12 | 1 | -1/+2 |
* | Rearranged gtk_widget_show()s a bit to fix Bug#3204. The composer is now | Jon Trowbridge | 2001-06-12 | 1 | -3/+6 |
* | When saving a draft, attach information about the From: identity via | Jon Trowbridge | 2001-06-09 | 1 | -2/+15 |
* | Don't use the default charset if the message is US-ASCII. | Dan Winship | 2001-06-09 | 1 | -0/+3 |
* | just set sig_file field, but don't actualy insert signature, it will be | Radek Doulik | 2001-06-07 | 1 | -2/+1 |
* | If user is trying to sign his/her message, try first to use the key that | Jeffrey Stedfast | 2001-06-03 | 1 | -29/+78 |
* | Oops. Fix a few compile problems. | Jeffrey Stedfast | 2001-06-01 | 1 | -2/+4 |
* | Fixed up the S/MIME signing/encrypting code to work with the new API. | Jeffrey Stedfast | 2001-06-01 | 1 | -80/+90 |
* | Add a missing iconv_close | Dan Winship | 2001-05-31 | 1 | -0/+1 |
* | Use the config-specified default character set (which in turn defaults to | Dan Winship | 2001-05-31 | 1 | -308/+261 |
* | (menu_edit_delete_all_cb): be more careful about text color and | Radek Doulik | 2001-05-25 | 1 | -0/+7 |
* | Populate the extra_hdr_* arrays with any non-special-case headers. | Jeffrey Stedfast | 2001-05-25 | 1 | -0/+56 |
* | new callback (menu_edit_delete_all_cb): set orig to 0 too | Radek Doulik | 2001-05-24 | 1 | -0/+1 |
* | new callback | Radek Doulik | 2001-05-24 | 1 | -0/+24 |
* | set orig to 0 | Radek Doulik | 2001-05-23 | 1 | -0/+1 |
* | Draft messages should be marked read. | Dan Winship | 2001-05-18 | 1 | -1/+1 |
* | Added S/MIME sign/encrypt code. (init): Initalize smime_sign/encrypt. | Jeffrey Stedfast | 2001-05-17 | 1 | -5/+217 |
* | If we are creating a message with only a single part (ie no attachments | Jeffrey Stedfast | 2001-05-11 | 1 | -5/+14 |