aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-text
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/e-text')
-rw-r--r--widgets/e-text/e-text.c21
1 files changed, 19 insertions, 2 deletions
diff --git a/widgets/e-text/e-text.c b/widgets/e-text/e-text.c
index dc28886c15..d30d1cb716 100644
--- a/widgets/e-text/e-text.c
+++ b/widgets/e-text/e-text.c
@@ -28,6 +28,7 @@
#include <gtk/gtkinvisible.h>
#include "e-util/e-canvas.h"
#include "e-util/e-canvas-utils.h"
+#include "e-util/e-unicode.h"
#include "e-text-event-processor-emacs-like.h"
@@ -2615,14 +2616,30 @@ e_text_event (GnomeCanvasItem *item, GdkEvent *event)
case GDK_KEY_RELEASE:
if (text->editing) {
GdkEventKey key = event->key;
+ gint ret;
+
e_tep_event.key.time = key.time;
e_tep_event.key.state = key.state;
e_tep_event.key.keyval = key.keyval;
+
+ /* This is probably ugly hack, but we have to handle UTF-8 input somehow */
+#if 0
e_tep_event.key.length = key.length;
e_tep_event.key.string = key.string;
+#else
+ e_tep_event.key.string = e_utf8_from_gtk_event_key (GTK_WIDGET (item->canvas), key.keyval, key.string);
+ if (e_tep_event.key.string != NULL) {
+ e_tep_event.key.length = strlen (e_tep_event.key.string);
+ } else {
+ e_tep_event.key.length = 0;
+ }
+#endif
_get_tep(text);
- return e_text_event_processor_handle_event (text->tep,
- &e_tep_event);
+ ret = e_text_event_processor_handle_event (text->tep, &e_tep_event);
+
+ if (e_tep_event.key.string) g_free (e_tep_event.key.string);
+
+ return ret;
}
else
return 0;
bf1cbeff01a49'>put unrealized html widget into top level widget (gtk window) beforeRadek Doulik2003-01-232-3/+16 * Don't unref the account object, e_list_remove() apparently handles thisJeffrey Stedfast2003-01-223-2/+8 * applied patch from Frederic Crozat <fcrozat@mandrakesoft.com>Radek Doulik2003-01-221-10/+10 * Default to hiding deleted messages. Fixes bug #35929.Jeffrey Stedfast2003-01-213-29/+29 * Don't !atoi (state) for the message_list_set_hidedeleted() call.Jeffrey Stedfast2003-01-212-1/+6 * e_question returns a boolean, don't test for a specific value.Larry Ewing2003-01-192-1/+4 * (on_link_clicked): call gnome_url_show with all its arguments soLarry Ewing2003-01-192-5/+13 * make the event handlers return FALSE so that gtkhtml can process theLarry Ewing2003-01-182-5/+9 * wrap eriched entries with a table so that they get proper indentation.Larry Ewing2003-01-182-3/+7 * Updated. (request_password): Same.Jeffrey Stedfast2003-01-1820-1125/+833 * fixed merge conflictsJeffrey Stedfast2003-01-171-1/+0 * Connect to the toggled event on the transport_needs_auth toggle button soJeffrey Stedfast2003-01-172-35/+61 * Same as below.Jeffrey Stedfast2003-01-177-149/+224 * Add a UID field (to match EAccount), which never changes and can be usedDan Winship2003-01-174-2/+28 * cast to avoid warningsJeffrey Stedfast2003-01-161-1/+1 * Change the enable/disable button when the state changes.Not Zed2003-01-162-0/+7 * Back to using e_xml_save_file().Jeffrey Stedfast2003-01-162-3/+6 * Make dialog Cancel/OK to match HIG.Ettore Perazzoli2003-01-156-10/+29 * Call mail_config_save_accounts ().Jeffrey Stedfast2003-01-154-4/+26 * reverted fe casts and added ChageLog entriesRadek Doulik2003-01-153-3/+13 * Change the user_data argument to be of type gpointer instead ofJeffrey Stedfast2003-01-152-2/+8 * (libevolution_mail_la_SOURCES): Add mail-format.h.Ettore Perazzoli2003-01-152-0/+7 * Make the component be unversioned as a shlibRodney Dawes2003-01-152-1/+5 * Switch to using GtkPaned instead of EPaned for GTK2Rodney Dawes2003-01-152-8/+11 * EScrollFrame --> GtkScrolledWindowRadek Doulik2003-01-154-18/+13 * install the schemas fileJeffrey Stedfast2003-01-141-0/+7 * Perform some sanity checking on the auto-check-timeout value.Jeffrey Stedfast2003-01-142-1/+12 * Correctly create the clipboard buffer by using a nul to delimit the uriJeffrey Stedfast2003-01-142-2/+6 * Check the state of message_style in gconf and set the menus accordingly.Jeffrey Stedfast2003-01-144-12/+52 * Save the auto-check timeout value. (account_new_from_xml): Load theJeffrey Stedfast2003-01-142-4/+9 * include headersJeffrey Stedfast2003-01-142-6/+5 * s/BonoboXObject/BonoboObject/Dan Winship2003-01-145-21/+29 * hook onto destroy to remove dialogue from active table. (error_response):Not Zed2003-01-132-2/+11 * g_strdup the md->charset otherwise we'll get memory corruption later. ThisJeffrey Stedfast2003-01-122-1/+7 * We also need to call message_list_set_hidedeleted() here so that anyJeffrey Stedfast2003-01-116-42/+90 * notify-type is a int, not a bool. Duh.Jeffrey Stedfast2003-01-112-1/+6 * Updated for function rename.Jeffrey Stedfast2003-01-1110-53/+81 * Fixed a situation in which we could notify the shell listener twice.Jeffrey Stedfast2003-01-113-21/+26 * Save the paned_size notify handle. (folder_browser_destroy): Remove gconfNot Zed2003-01-103-3/+15 * Remove info.png from a couple of images, the image is set via code atNot Zed2003-01-102-2/+4 * enable the account before attempting to saving it.Chris Toshok2003-01-103-3/+13 * dont unref the dialogue. (dialog_destroy_cb): null out theNot Zed2003-01-102-5/+9 * pass bag to bonobo_pbclient_set_boolean.Chris Toshok2003-01-102-1/+6 * (owner_set_cb): Don't callEttore Perazzoli2003-01-102-4/+6 * #include "mail-format.h"Jeffrey Stedfast2003-01-101-0/+1 * Added druidpagestart1 to the pages list. (construct): Change the limits onNot Zed2003-01-099-188/+179 * g_free->xmlFree (account_to_xml): copy xml memory to glib memory whenNot Zed2003-01-092-16/+29 * Images are now in $(datadir)/evolution/imagesEttore Perazzoli2003-01-092-27/+32 * Call folder_browser_set_message_preview().Jeffrey Stedfast2003-01-092-2/+4 * Removed. (mail_config_set_show_preview): Removed.Jeffrey Stedfast2003-01-095-93/+48 * Save the setting via gconf. (mail_config_add_account): Immediately saveJeffrey Stedfast2003-01-093-14/+5 * Save the setting via gconf. (mail_config_add_account): Immediately saveJeffrey Stedfast2003-01-093-63/+79 * oops, forgot to init the gconf-clientJeffrey Stedfast2003-01-082-1/+4 * Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-0823-1634/+1099 * Don't translate the conf strings. Camel already did it.Dan Winship2003-01-082-10/+16 * remove idldir definition. (It's defined in configure.in now)Dan Winship2003-01-062-1/+5 * Use e_destination_get_email() instead of e_destination_get_address() whenJeffrey Stedfast2003-01-052-2/+12 * Fixed some build issues.Jeffrey Stedfast2003-01-046-19/+32 * fixed to build with -DG_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-038-50/+20 * newJeffrey Stedfast2003-01-031-0/+65 * ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-1824-346/+321 * Wrap the content with a table so that text isn't fully left-justified.Jeffrey Stedfast2002-12-172-7/+20 * Use camel_text_to_html() instead of e_text_to_html(). (mail_text_write):Jeffrey Stedfast2002-12-176-23/+62 * Re-implemented to use streams. Also no need to check for html sinceJeffrey Stedfast2002-12-178-791/+485 * added some #warningsJeffrey Stedfast2002-12-161-287/+305 * Make sure the folder-browser is not NULL or we'll crash.Jeffrey Stedfast2002-12-142-16/+26 * Fix the colour code to get a guint32 rgb correctly (I think - can't testJeffrey Stedfast2002-12-143-99/+102 * Don't re-use cell renderers - I'm not sure this is actually safe to do.Jeffrey Stedfast2002-12-144-46/+48 * Get rid of unneeded CamelObject casts. (user_message_response): Don'tJeffrey Stedfast2002-12-147-276/+297 * cleaned up some const'nessJeffrey Stedfast2002-12-142-150/+140 * Setup double-click here.Jeffrey Stedfast2002-12-132-5/+14 * oops, I had changed the glade code but forgot to commitJeffrey Stedfast2002-12-131-5151/+5673 * don't shadow a parameterJeffrey Stedfast2002-12-131-7/+7 * Get rid of the ETable #ifdef's - we won't ever be using ETable.Jeffrey Stedfast2002-12-132-245/+112 * cast a-warning a-way.Not Zed2002-12-125-135/+162 * New function to handle a lot of the filtering/etc that was done inJeffrey Stedfast2002-12-124-30/+57 * language is a treeview now. Not sure what to do with it yet, but get ridNot Zed2002-12-104-218/+236 * pass "Mail" to e_passwords_*. (do_get_pass): same. (main_forget_password):Chris Toshok2002-12-104-9/+21 * ignore *.serverJeffrey Stedfast2002-12-051-1/+1 * Use the same logic as mail_generate_reply(). Fixes bug #34882Jeffrey Stedfast2002-12-043-16/+63 * frobbed around with these till it exits without crashing.Not Zed2002-12-034-68/+104 * applied magic_links_settings.patchRadek Doulik2002-12-022-1/+6 * gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-0236-520/+374 * clicked->response signal for gtk dialogue. (new_rule_clicked): Dont unrefNot Zed2002-11-262-10/+10 * Duh idiot, "un-fixed" the memleak i added.Not Zed2002-11-263-14/+27 * gtk_widget_set_parent_window -> gtk_window_set_transient_for.Not Zed2002-11-266-32/+78 * removed e_messagebox, and use gtk_message_dialog directly.Not Zed2002-11-252-63/+45 * Show file name when prompt to user for overwrite. Fixes bug #34180.Harry Lu2002-11-231-2/+1 * Show file name when prompt to user for overwrite.Harry Lu2002-11-232-9/+15 * Enable dragging of all attachments. For bug #34327.Harry Lu2002-11-222-5/+7 * Since the GSList returned from gconf needs to be free'd by us, we don'tJeffrey Stedfast2002-11-222-16/+33 * applied patches from http://bugzilla.ximian.com/show_bug.cgi?id=29588Radek Doulik2002-11-214-46/+83 * sync the gconf settingsJeffrey Stedfast2002-11-211-0/+2 * gconfify. (mail_composer_prefs_apply): gconfify this also.Jeffrey Stedfast2002-11-213-37/+61 * provide a proper implicit rule for building .server.in from .server.in.in.Not Zed2002-11-203-8/+15 * build fixesJeffrey Stedfast2002-11-201-1/+5 * Save the settings via gconf. (mail_preferences_construct): Load the valuesJeffrey Stedfast2002-11-205-86/+145 * addedJeffrey Stedfast2002-11-201-0/+496 * applied plain_signature_fix.patchRadek Doulik2002-11-202-1/+6 * fix warning message, outlook->mbox.Not Zed2002-11-1911-18/+41 * applied spell_crash_fix.patchRadek Doulik2002-11-192-0/+10 * Specify the default account. Also, don't need to useJeffrey Stedfast2002-11-182-1/+11 * Added back libevolution-importer stuff. (SUBDIRS): Added back importers.Not Zed2002-11-1810-44/+186 * Update.Ettore Perazzoli2002-11-161-1/+2 * Add rules to substitute @LIBEXEC@ in GNOME_Evolution_Mail.server.in.in andEttore Perazzoli2002-11-163-14/+25 * Use bonobo_main_quit instead of gtkRodney Dawes2002-11-162-1/+5 * Correctly spell Advanced.Jeffrey Stedfast2002-11-162-1/+6 * weak notify -> ref.Not Zed2002-11-154-3/+12 * Use g_object_weak_ref rather than connecting to destroy.Jeffrey Stedfast2002-11-159-62/+75 * Want a (GWeakNotify) cast here, not (GWeakNotify *).Ettore Perazzoli2002-11-1511-30/+67 * shell client objref. (mail_add_storage): " (mail_remove_storage): "Not Zed2002-11-142-3/+9 * Remove a couple backslashes that were causing automake to complain, evenJoe Shaw2002-11-142-2/+8 * Use g_object_new() instead of gtk_type_new(). Likewise. Likewise.Ettore Perazzoli2002-11-147-6/+15 * Do not #include <libgnome/gnome-defs.h>. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-1411-13/+17 * destroy->weak ref. (owner_set_cb): shell client changes.Not Zed2002-11-137-11/+25 * Added to cvs. Currently contains no configurable stuff, but maybe it willNot Zed2002-11-1320-449/+783 * Added files I've ported.Jeffrey Stedfast2002-11-133-7/+38 * Fixed i18n rule.Michael Zucci2002-11-121-1/+1 * Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-1242-1966/+1904 * Half way ported. I'll finish the rest later.Jeffrey Stedfast2002-11-123-247/+209 * Ported.Jeffrey Stedfast2002-11-122-112/+97 * Ported.Jeffrey Stedfast2002-11-124-74/+56 * Ported.Jeffrey Stedfast2002-11-124-73/+89 * Ported.Jeffrey Stedfast2002-11-125-317/+311 * Converted to libglade-2's format.Jeffrey Stedfast2002-11-115-5764/+6083 * Ported.Jeffrey Stedfast2002-11-093-125/+112 * No longer need to check for a CLEAR_ID.Jeffrey Stedfast2002-10-292-1/+6 * instead of bailing with an assertion dump the body.Larry Ewing2002-10-291-7/+27 * instead of bailing with an assertion dump the body.Larry Ewing2002-10-292-5/+13 * don't queue the action until we've added ourselves to the active list,Larry Ewing2002-10-282-4/+13 * Update the upgrade script to handle the new url format introduced withJeffrey Stedfast2002-10-262-17/+58 * Always strdup the new key in the threaded/preview hash/always free theNot Zed2002-10-252-4/+9 * Use the mode 0666 when creating a new file and let the user's umask handleJeffrey Stedfast2002-10-253-2/+11 * Use a hashtable to only insert nodes we dont have already, rather thanNot Zed2002-10-252-6/+23 * Only perform the search if it is either a clear or advanced search.Jeffrey Stedfast2002-10-242-1/+10 * pass fb->uri to the folder selection dialog so the current folder isMike Kestner2002-10-242-1/+7 * here's a fix for bug #18242Jeffrey Stedfast2002-10-221-0/+17 * Fix the transport URL on any Exchange accounts. Fixes #30209, which is toDan Winship2002-10-212-1/+15 * s/+ 4/+ 1/Jeffrey Stedfast2002-10-191-1/+1 * Strip the signature from the body-text. Fixes bug #5529.Jeffrey Stedfast2002-10-182-1/+14 * If the attachment is type application/octet-stream, sniff the file typeBenjamin Kahn2002-10-181-0/+6 * Don't need to pass a path to camel_gpg_context_new () anymore.Jeffrey Stedfast2002-10-178-466/+37 * If mode == REPLY_LIST and the mlist is "" (we only checked NULL before),Jeffrey Stedfast2002-10-172-6/+11 * If we are trying to reply to a list, first check that we can by gettingJeffrey Stedfast2002-10-172-25/+8 * If we are trying to reply to a list, first check that we can by gettingJeffrey Stedfast2002-10-172-44/+72 * Add the new-mail-notify rule to the filter driver before adding the userJeffrey Stedfast2002-10-163-17/+35 * Change the type in LDAP shortcuts from "ldap-contacts" to "contacts/ldap".Dan Winship2002-10-162-144/+62 * remove an unwanted spaceJeffrey Stedfast2002-10-151-1/+1 * Only set an account name if one doesn't already exist. Also use theJeffrey Stedfast2002-10-112-18/+29 * Don't do anything if the message_list is NULL (this means theJeffrey Stedfast2002-10-112-1/+12 * The CamelFolderInfo that we get back has nodes for all parent folders, soJeffrey Stedfast2002-10-102-2/+19 * Mark a string for translation, fixes bug #31942. Thanks toJeffrey Stedfast2002-10-093-7/+12 * Don't maek "en" for translation. Fixes bug #31788.Jeffrey Stedfast2002-10-083-5/+10 * Don't default 'me' to the source account until after we've tried to detectJeffrey Stedfast2002-10-052-13/+45 * (drag_data_get_cb): silence warning.Larry Ewing2002-10-022-1/+2 * add support for dragging the content type directly.Larry Ewing2002-10-022-3/+44 * Connect to the changed signal for the reply_to entry box. Fixes bugsJeffrey Stedfast2002-10-022-1/+6 * Only setup the languages if the language_seq is not CORBA_OBJECT_NIL.Jeffrey Stedfast2002-10-022-7/+13 * Use e_utf8_gtk_entry_set_text for the email address and reply-to fields.Jeffrey Stedfast2002-10-022-2/+6 * Handle a multipart/encrypted part. Fixes bug #31547.Jeffrey Stedfast2002-10-022-1/+14 * Shut up some compiler warnings.Jeffrey Stedfast2002-10-022-3/+5 * Use the camel_message_info_new/free functions rather than g_new0 andJeffrey Stedfast2002-10-023-113/+60 * [Fix #24732]Ettore Perazzoli2002-10-022-2/+13 * cursor activated on etable is required to know when the selection changesNot Zed2002-10-012-0/+16 * It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-014-4/+15 * translate prompt from utf8 to gtk widget. #31365.Not Zed2002-09-302-7/+10 * #include <stdlib.h> for alloca (searcher_next_token): Changed slightly toJeffrey Stedfast2002-09-282-11/+26 * added standard header comment containing GPL license infoJeffrey Stedfast2002-09-281-4/+17 * added standard header comment containing GPL licenseJeffrey Stedfast2002-09-281-4/+18 * Set a timeout to call mail_config_write() in 2 seconds. Otherwise changesDan Winship2002-09-282-0/+37 * Add a margin around the "flag for followup" table so it lines up withDan Winship2002-09-262-4/+15 * add "mail/public". Leave "vtrash" as it is rather than renaming it toDan Winship2002-09-265-13/+47 * NULL-check si->folders before passing it into find_folder so we don'tJeffrey Stedfast2002-09-262-1/+7 * Allow users to delete already deleted messages, fixes bug #30827.Jeffrey Stedfast2002-09-252-1/+6 * Always do a search if the query changed. For #31060 & #29625.Not Zed2002-09-242-3/+5 * pass name of the script as 1st parameterRadek Doulik2002-09-243-2/+10 * Fix non-ANSI switch statement.Dan Winship2002-09-245-3/+20 * Use 0666 as the create mode so that the user's umask is used to it'sJeffrey Stedfast2002-09-242-1/+6 * add these and install Mailer.idlDan Winship2002-09-242-0/+7 * Connect signal handlers to the GtkHTML preferences so that when theJeffrey Stedfast2002-09-212-7/+21 * Unset the changed bit on the composer and also drop any undo operationsJeffrey Stedfast2002-09-202-0/+8 * Fix for filter driver api change.Not Zed2002-09-192-1/+6 * If going back from a page past our end (i.e. the final page), jump to theNot Zed2002-09-192-1/+7 * reverted wrapping patchRadek Doulik2002-09-194-83/+46 * helper to map a camel excpeiton to a listener result.Not Zed2002-09-182-9/+36 * Use e_strftime_fix_am_pm here which fixes locale issues as well as workingJeffrey Stedfast2002-09-184-3/+9 * Disable debugging printf'sJeffrey Stedfast2002-09-182-94/+109 * fixed a commentJeffrey Stedfast2002-09-181-2/+2 * If the vpaned isn't realized, don't call mail_config_set_paned_size. FixesDan Winship2002-09-142-1/+7 * rename this from "Mail.idl" so that the generated .h file won't overwriteDan Winship2002-09-137-30/+42 * Ignore SIGXFSZ to fix bug #30269.Jeffrey Stedfast2002-09-132-0/+5 * The new callback function for the g_hash_table_foreach which both upgradesJeffrey Stedfast2002-09-132-36/+268 * Only abort if the user selected ADVANCED_SEARCH, not the other way around.Jeffrey Stedfast2002-09-122-2/+7 * check the new gnome-vfs icon_filename key. If that fails, fall back toJeffrey Stedfast2002-09-122-10/+23 * Handle file uri's too.Not Zed2002-09-115-80/+130 * If we already have a folder, make sure we unref/unhook from it. Fixes aNot Zed2002-09-103-1/+26 * Make sure that fb->message_list is non-NULL before checkingJeffrey Stedfast2002-09-103-4/+14 * revert an earlier change that used the full account name as the folder name (...Jeffrey Stedfast2002-09-101-9/+11 * Don't look for an end quote, instead look for </item> to terminate theJeffrey Stedfast2002-09-102-1/+4 * Don't look for an end quote, instead look for </item> to terminate theJeffrey Stedfast2002-09-102-15/+9 * Hex decode imap folder names too. (shortcuts_upgrade_xml_file): Don't lookJeffrey Stedfast2002-09-102-18/+29 * add evolution-mail-upgradeDan Winship2002-09-101-0/+1 * Don't modify the URL if the path doesn't start with "exchange". (MeansDan Winship2002-09-092-15/+33 * Sync the database after upgrading mailer stuff. (imap_url_upgrade): SinceJeffrey Stedfast2002-09-072-0/+5 * Sync the database after upgrading mailer stuff. (imap_url_upgrade): SinceJeffrey Stedfast2002-09-072-5/+25 * All this snot is to fix bug #29930. What I think was happening was thatJeffrey Stedfast2002-09-062-81/+98 * Hex decode the folder names when searching for them in the memory buffer,Jeffrey Stedfast2002-09-063-86/+200 * Changed the descriptions of the fonts, mail, accounts and composer pagesAnna Marie Dirks2002-09-062-4/+13 * Return FALSE here. (get_base_url): Add a cast.Ettore Perazzoli2002-09-054-5/+19 * some fixesJeffrey Stedfast2002-09-051-13/+24 * Add upgrade-mailer.c to the build.Jeffrey Stedfast2002-09-053-1/+874 * Made sure account->id->address is not NULL before adding it to the hashJeffrey Stedfast2002-09-052-1/+9 * Remove the "Get!" printf. (set_prop): Likewise for "Set!"Dan Winship2002-09-052-2/+5 * Pass NULL as @unpopulate_folder_context_menu_fn toEttore Perazzoli2002-09-053-1/+31 * New callback functions that wrap the mail-callbacks versions ofJeffrey Stedfast2002-09-042-4/+36 * Dont translate / to dir_sep anymore, we always use /.Not Zed2002-09-032-12/+5 * simplified raw viewRadek Doulik2002-08-313-17/+11 * use iframe's fallback contentRadek Doulik2002-08-312-5/+5 * removed commented codeRadek Doulik2002-08-311-3/+0 * as below (handle_text_plain_flowed): as belowRadek Doulik2002-08-314-43/+89 * Add HAS_FLAGS to a few miscellaneous commands that don't use IS_xMESSAGE.Peter Williams2002-08-302-3/+8 * Add an evolution:shell_component_launch_order and renameDan Winship2002-08-292-1/+9 * don't bother getenv'ing the USERJeffrey Stedfast2002-08-291-1/+0 * remove code to auto-detect mine and notzed's thread-by-subject prefs since ou...Jeffrey Stedfast2002-08-291-1/+1 * Fix some broken logic here, `p = strrchr (path, '/') + 1` will *never* beJeffrey Stedfast2002-08-292-2/+6 * We now always need to init gconf for our later call to e_proxy_init()Jeffrey Stedfast2002-08-292-18/+23 * Add some new flags for sensitizing nodes based on the flags of thePeter Williams2002-08-294-17/+134 * Also check that the component has PersistStream. (mail_lookup_handler):Peter Williams2002-08-292-9/+40 * Pass mail_config_get_thread_subject() as the third argument toJeffrey Stedfast2002-08-284-30/+70 * removed tip frameRadek Doulik2002-08-284-60/+5 * Fixes for bug #4480Jeffrey Stedfast2002-08-28