| Commit message (Expand) | Author | Age | Files | Lines |
* | turn off debug, setup g private instance data structure. (setup_ui): | Not Zed | 2005-01-05 | 1 | -3/+38 |
* | kill warnings (map_default_cb): the to entry widget is now just a gtk | JP Rosevear | 2004-12-24 | 1 | -13/+6 |
* | svn path=/trunk/; revision=28178 | Not Zed | 2004-12-22 | 1 | -1/+1 |
* | include camel-cipher-context.h so we build if nss isn't available. | Not Zed | 2004-12-07 | 1 | -0/+1 |
* | remove the old camel_multipart_encrypted api. | Not Zed | 2004-12-03 | 1 | -8/+9 |
* | get image from icon factory directly | JP Rosevear | 2004-11-26 | 1 | -4/+1 |
* | fix the popup id. | Not Zed | 2004-10-28 | 1 | -1/+1 |
* | Close on Esc. (create_composer): Connect to the key-press-event signal. | Jeffrey Stedfast | 2004-10-28 | 1 | -0/+17 |
* | fix for bugzilla #44876 | mengjie yu | 2004-10-27 | 1 | -4/+6 |
* | convert to org.gnome hook names | JP Rosevear | 2004-10-20 | 1 | -1/+1 |
* | g_strdup() the gpg/smime keys into the recipients list or else we end up | Jeffrey Stedfast | 2004-10-12 | 1 | -2/+2 |
* | e-popup api changes. | Not Zed | 2004-10-07 | 1 | -1/+1 |
* | set a GTKHTML_API_VERSION variable | JP Rosevear | 2004-10-01 | 1 | -1/+1 |
* | enable ask drop action and hook onto drag motion. (drag_motion): | Not Zed | 2004-10-01 | 1 | -10/+159 |
* | Use non-deprecated functions. | Kjartan Maraas | 2004-09-30 | 1 | -3/+3 |
* | handle 'attachment' as well, as per Mozilla's mangling, and the new | Michael Meeks | 2004-09-20 | 1 | -2/+3 |
* | Merged notzed-eplugin-2-branch to head. | Michael Zucci | 2004-09-20 | 1 | -0/+1 |
* | set paragraph style to normal to avoid signature landing in PRE paragraph | Radek Doulik | 2004-08-14 | 1 | -0/+1 |
* | Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0. | Carlos Garnacho Parro | 2004-08-13 | 1 | -2/+2 |
* | Fixes for api changes in mail/ for 61940. | Not Zed | 2004-07-29 | 1 | -5/+5 |
* | removed unused static variable listener_vepv | Radek Doulik | 2004-07-28 | 1 | -15/+42 |
* | removed body content + signature html concatenating and call | Radek Doulik | 2004-07-23 | 1 | -22/+4 |
* | ** Fix for #60387. | Not Zed | 2004-06-18 | 1 | -42/+116 |
* | clean up the code slightly. | Not Zed | 2004-06-17 | 1 | -27/+28 |
* | Don't connect to the key_pressed_event. (composer_key_pressed): Removed. | Jeffrey Stedfast | 2004-06-15 | 1 | -16/+0 |
* | fix the name of "stock_save-as" everywhere | Dan Winship | 2004-06-07 | 1 | -1/+1 |
* | Use e_error_run() instead of the e_activation_error_dialog() stuff that no | Jeffrey Stedfast | 2004-06-05 | 1 | -18/+4 |
* | always insert new paragraph for signature | Radek Doulik | 2004-06-03 | 1 | -2/+1 |
* | use e-icon-factory sizes. | Not Zed | 2004-05-25 | 1 | -6/+6 |
* | Use CAMEL_EXCEPTION_SYSTEM instead of '1', also don't use | Jeffrey Stedfast | 2004-05-12 | 1 | -3/+5 |
* | Fixing parts of #53466. | Enver ALTIN | 2004-05-10 | 1 | -2/+2 |
* | header cleanups. | Not Zed | 2004-05-03 | 1 | -0/+8 |
* | ** Changed error messages to EError. | Not Zed | 2004-04-28 | 1 | -101/+34 |
* | Only unlink the original autosave draft file if we are successful in | Jeffrey Stedfast | 2004-04-27 | 1 | -9/+7 |
* | Use the E_ICON_SIZE enums rather than specifying an absolute pixel size. | Jeffrey Stedfast | 2004-04-20 | 1 | -2/+2 |
* | Update the composer to use the icon theme via the EIconFactory object in | Michael Terry | 2004-04-19 | 1 | -11/+15 |
* | Same idea here as with build_mesage(), don't convert th gconf charset | Jeffrey Stedfast | 2004-04-16 | 1 | -38/+43 |
* | To be on the safe side (even though the real bug behind bug #51924 can't | Jeffrey Stedfast | 2004-04-14 | 1 | -3/+4 |
* | add missing debug wrapper back. | Larry Ewing | 2004-04-13 | 1 | -1/+1 |
* | accept text/calendar drops. | Larry Ewing | 2004-04-13 | 1 | -2/+12 |
* | EABDestination -> EDestination. (e_msg_composer_hdrs_to_message_internal): | Chris Toshok | 2004-04-10 | 1 | -45/+75 |
* | Reversed the logic for setting the signature menu to "None" (only set it | Jeffrey Stedfast | 2004-04-08 | 1 | -28/+26 |
* | ops, saved it this time | Radek Doulik | 2004-04-07 | 1 | -3/+3 |
* | (set_editor_text): added pad_signature parameter to tell if we | Radek Doulik | 2004-04-07 | 1 | -6/+7 |
* | added empty hbox so that we have 12pxs between account setting and | Radek Doulik | 2004-04-07 | 1 | -1/+4 |
* | Revert Radek's last change to fix bug #56381. | Jeffrey Stedfast | 2004-04-03 | 1 | -1/+2 |
* | dumb fix | Jeffrey Stedfast | 2004-04-02 | 1 | -3/+2 |
* | Fixed some breakage I introduced in the changes below. | Jeffrey Stedfast | 2004-04-02 | 1 | -2/+7 |
* | simplify menu_item_set_label() | Jeffrey Stedfast | 2004-04-02 | 1 | -10/+5 |
* | Updated to use the new signature APIs. (signature_added): _()ify the | Jeffrey Stedfast | 2004-04-02 | 1 | -4/+26 |
* | Updated to use the new signature APIs. | Jeffrey Stedfast | 2004-04-02 | 1 | -144/+167 |
* | Fixed missing headers now mail/* doesn't include gtk/*, camel/*, and | Not Zed | 2004-03-31 | 1 | -0/+8 |
* | do not add <br> between text and signature | Radek Doulik | 2004-03-30 | 1 | -2/+1 |
* | do not set editor insensitive, use editable-off command instead | Radek Doulik | 2004-03-23 | 1 | -1/+6 |
* | If the subject is empty, use _("Untitled Message") as the subject instead. | Jeffrey Stedfast | 2004-03-07 | 1 | -1/+1 |
* | Fixes bug #55202 | Jeffrey Stedfast | 2004-03-06 | 1 | -10/+7 |
* | Add a <br> tag between the message text and the signature text (makes it | Jeffrey Stedfast | 2004-02-27 | 1 | -7/+9 |
* | From www@reality.cz Tue Feb 17 11:52:51 2004 | REALiTY-ON-LINE | 2004-02-17 | 1 | -2/+2 |
* | removed debug printf | Radek Doulik | 2004-02-13 | 1 | -1/+0 |
* | get default composer size from gconf, hook to unrealize event and save | Radek Doulik | 2004-02-13 | 1 | -7/+21 |
* | use FORCE_SLOW_MIME_TYPE so gnome-vfs actually sniffs the file contents | Chris Toshok | 2004-02-04 | 1 | -0/+1 |
* | use g_ascii_strcasecmp rather than strcasecmp. | Not Zed | 2004-02-02 | 1 | -11/+11 |
* | reverted radek's patch below, it was already fixed (#53176). Changed the | Not Zed | 2004-01-29 | 1 | -1/+1 |
* | set body text after setting composer's signature, so that signature is | Radek Doulik | 2004-01-28 | 1 | -1/+1 |
* | ** See Bug #53176, probably fixes others too. | Not Zed | 2004-01-28 | 1 | -11/+21 |
* | ** See Bug #20017. | Not Zed | 2004-01-14 | 1 | -25/+59 |
* | added "View To", "View Post To" menu items, made it possible to see both | Meilof Veeningen | 2004-01-13 | 1 | -40/+211 |
* | Implemented #127527: the attachment bar is packed inside an EExpander | ERDI Gergo | 2004-01-11 | 1 | -29/+82 |
* | s/unsaved files/unsaved messages/ as per bug #45407. | Jeffrey Stedfast | 2004-01-10 | 1 | -1/+1 |
* | add an assertion for no account set. Discovered from bug #50786. | Not Zed | 2004-01-08 | 1 | -0/+3 |
* | Remove the 6-pixel border around the main window. That just looked ugly. | Jeffrey Stedfast | 2004-01-08 | 1 | -1/+0 |
* | autosave fix | Radek Doulik | 2003-12-01 | 1 | -5/+53 |
* | switch from just checking SMIME_SUPPORTED to checking both HAVE_NSS and | Chris Toshok | 2003-11-27 | 1 | -2/+2 |
* | changed to use ciphercontext directly to sign the message, no | Not Zed | 2003-11-05 | 1 | -73/+29 |
* | fix for e-account smime info changes. Also enforce having a signing | Not Zed | 2003-10-31 | 1 | -16/+30 |
* | Turn on SMIME_SUPPORTED. (build_message): move some of the security code | Not Zed | 2003-10-30 | 1 | -202/+182 |
* | Merge new-ui-branch into the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -45/+45 |
* | Don't blindly claim that the file exists and then ask the user if he/she | Jeffrey Stedfast | 2003-10-07 | 1 | -24/+35 |
* | Same as below. | Jeffrey Stedfast | 2003-09-25 | 1 | -1/+7 |
* | fixed a comment | Jeffrey Stedfast | 2003-09-20 | 1 | -1/+1 |
* | updated for CamelTransferEncoding namespace changes | Jeffrey Stedfast | 2003-09-19 | 1 | -11/+11 |
* | Updated for namespace changes in Camel. | Jeffrey Stedfast | 2003-09-19 | 1 | -20/+20 |
* | ** Merge in mail-refactor-2-branch | Not Zed | 2003-09-18 | 1 | -37/+11 |
* | Added an entry_uic field for a BonoboUIComponent for the non-control | Federico Mena Quintero | 2003-09-12 | 1 | -11/+42 |
* | Connect response signal to attachment properties dialog, fix bug #47950. | Antonio Xu | 2003-08-29 | 1 | -3/+3 |
* | temporarily reverting camel namespace changes until after other branches have... | Jeffrey Stedfast | 2003-08-27 | 1 | -18/+18 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g | Jeffrey Stedfast | 2003-08-27 | 1 | -1/+1 |
* | updated for namespace changed made to camel-mime-utils.[c,h] | Jeffrey Stedfast | 2003-08-26 | 1 | -17/+17 |
* | Original patch from David Woodhouse, but modified a bit by me. | Jeffrey Stedfast | 2003-08-19 | 1 | -10/+19 |
* | don't set the rawtext bit anymore. | Jeffrey Stedfast | 2003-08-12 | 1 | -10/+21 |
* | add the drop type of mozilla browser link to make composer support to | Antonio Xu | 2003-08-04 | 1 | -10/+10 |
* | bump editor version | Larry Ewing | 2003-07-26 | 1 | -1/+1 |
* | Set default answer of dialog to 'yes' to try and prevent autosaved | Michel DÃÂänzer | 2003-07-24 | 1 | -0/+1 |
* | Revert my previous changes here too. | Jeffrey Stedfast | 2003-07-24 | 1 | -14/+3 |
* | Init charset to NULL. | Jeffrey Stedfast | 2003-07-22 | 1 | -2/+2 |
* | Make this work again. | Dan Winship | 2003-07-22 | 1 | -3/+3 |
* | don't set the rawtext bit anymore. | Jeffrey Stedfast | 2003-07-17 | 1 | -11/+26 |
* | Updated to use camel_strcase_hash/equal. | Jeffrey Stedfast | 2003-07-08 | 1 | -3/+3 |
* | Change file url to absolute path. Fixes bug #44065. | Antonio Xu | 2003-07-03 | 1 | -1/+11 |
* | Connect to the save-draft signal too. Fixes bug #45531. | Jeffrey Stedfast | 2003-07-03 | 1 | -1/+4 |
* | Set the rawtext bits for the 'plain' and 'html' data wrappers to FALSE. | Jeffrey Stedfast | 2003-06-30 | 1 | -0/+5 |
* | Use e_iconv_open/close so that we get charset aliasing for free. Fixes bug | Jeffrey Stedfast | 2003-06-19 | 1 | -3/+3 |
* | Fixes bug #44139. | Jeffrey Stedfast | 2003-06-18 | 1 | -2/+4 |
* | Same as the rest. (setup_ui): We didn't even seem to be using the gconf | Jeffrey Stedfast | 2003-06-10 | 1 | -4/+11 |
* | i2003-05-20 Larry Ewing <lewing@ximian.com> | Larry Ewing | 2003-05-21 | 1 | -1/+38 |
* | Change the "would you like to recover unsaved drafts?" dialog a QUESTION | Jeffrey Stedfast | 2003-04-30 | 1 | -1/+1 |
* | removed debug printfs. | Not Zed | 2003-04-24 | 1 | -3/+0 |
* | Don't ever attach non-inlined text or message parts. Reverts a prior fix. | Jeffrey Stedfast | 2003-04-23 | 1 | -7/+3 |
* | added related argument, TRUE means that container of mime_part is | Radek Doulik | 2003-04-22 | 1 | -4/+9 |
* | [ fixes #40694 ] this can't hurt - set the frame to autoactivate so if by | Chris Toshok | 2003-04-20 | 1 | -3/+4 |
* | [ 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 |