aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix a copy/paste-o. Use the pgp_path GnomeFileEntry widget rather than theJeffrey Stedfast2002-08-201-0/+7
* (mail_account_gui_save): Fix the saving of STORE_AND_TRANSPORTDan Winship2002-08-201-0/+3
* source_type_changed may try to change the transport optionmenuDan Winship2002-08-201-0/+7
* Change this into a GnomeApp so we get a statusbar and the dialog is aPeter Williams2002-08-171-0/+29
* Add a "don't sign meeting requests" option to the security pane, sinceDan Winship2002-08-151-0/+13
* Removed an unused variable.Jeffrey Stedfast2002-08-141-0/+7
* Replace no-longer-existent e_book_query_address_locally withDan Winship2002-08-131-0/+5
* Use mail_get_messages() instead of mail_get_message().Jeffrey Stedfast2002-08-131-0/+2
* Use mail_get_messages() instead of mail_get_message().Jeffrey Stedfast2002-08-131-0/+7
* If the ccd is NULL, create a new ccd, disconnect the old signal handlers,Jeffrey Stedfast2002-08-101-0/+8
* Handle the fact that ccd may be NULL (if the composer was created viaDan Winship2002-08-101-2/+8
* When a URI is changed, try to copy over threaded view settings, previewPeter Williams2002-08-101-0/+7
* Instead of comparing old/new CamelStore objects, just compare theirJeffrey Stedfast2002-08-091-0/+5
* Don't check permanent_flags for the CAMEL_MESSAGE_DELETED bit here, if weJeffrey Stedfast2002-08-081-0/+7
* Force a refresh of the menu sensitivity when the thread state changes.Not Zed2002-08-081-0/+13
* Delete the Draft item that this was edited from if that is the case asJeffrey Stedfast2002-08-081-2/+25
* If outbox_folder is NULL, don't try and get its message count (this shouldPeter Williams2002-08-081-0/+5
* forgot changelogNot Zed2002-08-071-0/+3
* No need to save a temporary file first anymore since I updatedJeffrey Stedfast2002-08-071-0/+5
* Set the week start day from the calendar prefs, do same for 24 hourNot Zed2002-08-071-0/+10
* Save to a temporary file first using e_xml_save_file rather thanJeffrey Stedfast2002-08-071-0/+9
* Set the rule name to include the search string, for #10979.Not Zed2002-08-061-1/+4
* Only count hidden messages which are in the folder. Should probablyNot Zed2002-08-061-0/+4
* Check driver != NULL, if folder_filter freed it already.Not Zed2002-08-061-0/+2
* Unref the driver before returning to main thread, so any closingNot Zed2002-08-061-0/+31
* If we are not in interactive mode, don't display error dialogs.Jeffrey Stedfast2002-08-061-0/+14
* Add a GHashTable pointer so we can remove the info once the operation isPeter Williams2002-08-061-0/+7
* Updated to call post_to_url if the id is "post".Jeffrey Stedfast2002-08-061-0/+9
* Only reply to all or reply to list, set CAMEL_MESSAGE_ANSWERED_ALL too.Dan Winship2002-08-051-0/+5
* Set the default flag to Follow-Up.Jeffrey Stedfast2002-08-031-0/+3
* Updated to use the new Follow-Up tags. Instead of storing a stringJeffrey Stedfast2002-08-031-0/+20
* (create_component): UseEttore Perazzoli2002-08-021-0/+5
* If we are editing an account, then get the CamelStore associated with theJeffrey Stedfast2002-08-021-0/+11
* camel:Peter Williams2002-08-011-0/+14
* Don't setup a handler for multipart/digest. (handle_multipart_digest):Jeffrey Stedfast2002-08-011-0/+6
* Removed folder-browser-window from the build.Jeffrey Stedfast2002-08-011-0/+11
* Change the order so that "New Contact" is first and "New Contact List" isEttore Perazzoli2002-08-011-0/+5
* Pass "contacts" as the @folder_type toEttore Perazzoli2002-08-011-0/+6
* Added global cameldatacache for managing remote image cache.Not Zed2002-07-311-0/+16
* save signature here to remember the changed nameRadek Doulik2002-07-311-0/+5
* Use camel_medium_get_header to get the date header rather than getting theJeffrey Stedfast2002-07-311-0/+6
* setup private data. (mail_display_destroy): cancel any outstandingNot Zed2002-07-301-0/+20
* (request_password): Left-align the check button'sEttore Perazzoli2002-07-301-0/+5
* Get the "Reset Defaults" folders button and connect to the clicked signal.Jeffrey Stedfast2002-07-301-0/+7
* Call mail_note_store to get the folders to be updated and new ones to bePeter Williams2002-07-301-0/+6
* (request_password): Add an accelerator for theEttore Perazzoli2002-07-301-0/+5
* No real need for this to be an async function sync we are going to callJeffrey Stedfast2002-07-271-0/+4
* Add a new menu item for posting to the New toolbar button thing.Jeffrey Stedfast2002-07-271-0/+6
* Add a new menu item for posting to the New toolbar button thing.Jeffrey Stedfast2002-07-271-0/+5
* Make the gtk label line-wrap instead of us forcing \n's in the label, thatJeffrey Stedfast2002-07-261-0/+4
* Make sure that the url isn't an empty string and also make sure to free itJeffrey Stedfast2002-07-261-0/+7
* Use mail_tools_folder_to_url().Jeffrey Stedfast2002-07-261-2/+31
* Update to take argc and argv arguments since this is the new definitionJeffrey Stedfast2002-07-251-1/+8
* Mae sure that the html->pointer_url is non-NULL. Should fix bug #28159Jeffrey Stedfast2002-07-251-0/+7
* Check for whether current_message is NULL as well as preview_shown (if wePeter Williams2002-07-251-0/+11
* Call camel_session_get_service instead of camel_session_get_store, asPeter Williams2002-07-251-0/+12
* use mail_config_get_send_html for html format flagRadek Doulik2002-07-251-0/+8
* Propagate name changes or removes to the mail config. #15951. Doesn'tNot Zed2002-07-241-0/+12
* Commit a fix that I thought I committed a while ago:Jeffrey Stedfast2002-07-241-0/+13
* Initialise the standard uri's before doing anything else.Not Zed2002-07-241-0/+12
* Don't use strncmp here or reply-all will match reply.Jeffrey Stedfast2002-07-241-0/+5
* Also perform a search on the query_changed signal, which is what getsPeter Williams2002-07-241-0/+6
* use uri_list before we set "uri-list" to NULL, which will automagicallyNot Zed2002-07-231-0/+6
* Disconnect from folderbroser signals when we unref it, so we dont getNot Zed2002-07-231-0/+6
* Check to make sure the script output is valid UTF-8, if not then attemptJeffrey Stedfast2002-07-231-0/+6
* Remove the assert, and always copy over the threadtree which representsNot Zed2002-07-221-0/+5
* When renaming, use full_name to set the folder, not name, so the path isNot Zed2002-07-221-0/+5
* recognize urls in plain text reply quoting logic (bug #27908).Larry Ewing2002-07-211-0/+5
* Try including gtkhtml/gtkhtml.h instead. Test really is a 4 letter wordNot Zed2002-07-191-0/+5
* Removed bogus static pre-declaration.Ettore Perazzoli2002-07-191-0/+11
* Change the HTML to make this a little prettier.Peter Williams2002-07-191-0/+3
* Load the messagedisplay XML file as a base for the UI, so that thingsPeter Williams2002-07-191-0/+9
* Put the mcheck stuff back in, which was removed without a changelog entry.Not Zed2002-07-181-0/+5
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-181-0/+4
* use "saved" gtkhtml commandRadek Doulik2002-07-181-0/+4
* Oops, Don't comment out the mail_note_store call.Jeffrey Stedfast2002-07-181-0/+5
* Re-enable some #if 0'd code.Jeffrey Stedfast2002-07-171-0/+15
* Remove a stray conflict marker.Peter Williams2002-07-171-1/+0
* Lookup the label colour based on the label token, not an integer.Not Zed2002-07-161-0/+8
* Pass 'info' into mail_append_mail(), seems I created the info but forgotJeffrey Stedfast2002-07-161-7/+17
* use new save_header_state flagRadek Doulik2002-07-161-0/+4
* Account for the case that when a disco store is "online" but actuallyPeter Williams2002-07-151-0/+12
* remove a stray conflict markerPeter Williams2002-07-151-1/+0
* Define a versioned library directory that we can use for things that arePeter Williams2002-07-151-0/+7
* Set the vfolder_editor variable to null before we close the dialogue,Not Zed2002-07-151-0/+4
* Oops, accidentally checked in some unfinished, unworking code. Reverted.Not Zed2002-07-151-0/+6
* ** fixes for #10781Not Zed2002-07-151-0/+32
* Rename "Save to disk..." to "Save Attachment..."Jeffrey Stedfast2002-07-121-0/+5
* Modified to use a single list of UI node elements with an enable-maskJeffrey Stedfast2002-07-111-0/+5
* If we unref'd a current_message, clear the datalist. Don't botherJeffrey Stedfast2002-07-111-0/+10
* Add include lines to get ebook headers relative to <ebook/foo.h>, notPeter Williams2002-07-111-0/+4
* Pass zero as the @sorting_priority to evolution_storage_new_folder().Ettore Perazzoli2002-07-101-0/+8
* Pass NULL @custom_icon_name to evolution_storage_new_folder().Ettore Perazzoli2002-07-101-0/+8
* Don't ever use the mail-display's current_message, this can causeJeffrey Stedfast2002-07-091-0/+13
* Only queue a send operation if we are in Online mode, otherwise don'tJeffrey Stedfast2002-07-061-0/+6
* No longer need to pass a postpone_cb function into the composerJeffrey Stedfast2002-07-061-0/+34
* Removed.Jeffrey Stedfast2002-07-051-0/+2
* Removed special-case code for NNTP support.Jeffrey Stedfast2002-07-051-0/+18
* Pass TRUE as the auto_connect argument to mail_load_storage_from_uri().Jeffrey Stedfast2002-07-041-0/+17
* Increase the size of the escapped mlist buffer, we can't assume that thereJeffrey Stedfast2002-07-031-0/+1
* Increase the size of the escapped mlist buffer, we can't assume that thereJeffrey Stedfast2002-07-031-0/+4
* Fixes bug #27263.Jeffrey Stedfast2002-07-031-1/+18
* Remove Bcc headers too.Jeffrey Stedfast2002-07-031-0/+5
* (folder_browser_gui_init): Don't connectEttore Perazzoli2002-07-021-0/+7
* New arg @tooltip; pass it toEttore Perazzoli2002-07-021-0/+5
* remove dependency on removed file camel/camel-pgp-context.hSean Atkinson2002-07-021-0/+5
* Make sure that cid is non-NULL.Jeffrey Stedfast2002-07-021-0/+5
* Removed some conflict indicators i missed.Michael Zucci2002-07-011-1/+0
* Removed. The folder's deleted event isn't needed since we're listening toNot Zed2002-07-011-0/+11
* Don't skip over disabled accounts - put them in the folder tree too.Jeffrey Stedfast2002-06-291-1/+7
* Fixes bug #27055.Jeffrey Stedfast2002-06-291-0/+9
* Recursively delete any subfolders.Jeffrey Stedfast2002-06-281-0/+5
* Don't allow the pgp type to be anything except NONE or GPG.Jeffrey Stedfast2002-06-271-0/+19
* Also handle https urls.Jeffrey Stedfast2002-06-261-0/+2
* Some compiler warning fixes.Jeffrey Stedfast2002-06-261-0/+23
* If the pgp type is gpg, then use the gpg context.Jeffrey Stedfast2002-06-221-0/+11
* New convenience function to find the first parent node that is visible andJeffrey Stedfast2002-06-191-0/+13
* New convenience function to get a cached normalised string.Jeffrey Stedfast2002-06-181-0/+14
* If we dont support searching, dont try to.Not Zed2002-06-171-0/+5
* Move m->complete = TRUE; to within the cancel-check block, this wayJeffrey Stedfast2002-06-121-0/+7
* If we dont get a folder, dont try and get details off it. Should get ridNot Zed2002-06-111-0/+18
* Comment out the code to add/remove the store to the folder-tree when itJeffrey Stedfast2002-06-111-0/+4
* call mail_config_init to be sure we have the db, save auto_signature asRadek Doulik2002-06-111-0/+4
* If we are doing Reply-to-All, do not include any of the user's emailJeffrey Stedfast2002-06-111-0/+7
* hook this to cancel button in signature script dialogRadek Doulik2002-06-081-0/+3
* fix some typos, set label usize to 500, -2 (menu_help): added help link toRadek Doulik2002-06-081-0/+6
* If this account is not a completely new account (ie, it is an editedJeffrey Stedfast2002-06-071-0/+10
* disable edit and delete when there are no signatures definedRadek Doulik2002-06-071-0/+5
* Keep track of the regeneration request in a list. (regen_list_free):Not Zed2002-06-061-0/+11
* Don't forget to free the date string buffer.Jeffrey Stedfast2002-06-061-0/+5
* use gtk string instead of utf8 oneRadek Doulik2002-06-061-0/+5
* The following changes take a great leap toward fixing bug #1042.Jeffrey Stedfast2002-06-051-0/+21
* Added priorities.Christopher James Lahey2002-06-051-0/+4
* Set the title of our GalViewCollection.Christopher James Lahey2002-06-041-0/+5
* Duh, we want to set the news_edit/delete buttons for the news page, notNot Zed2002-06-041-0/+9
* Write the signature after the account has been added. (sig_new_html):Jeffrey Stedfast2002-06-041-0/+7
* Correctly get the GtkWindow ancestor of the prefs widget.Jeffrey Stedfast2002-06-041-0/+5
* Changed to check everything from the composer before the message isNot Zed2002-06-041-0/+8
* Prompt the user to see if he really wants to quit when there are queuedJeffrey Stedfast2002-06-041-0/+5
* Implement, return a text description of the localfolder.Not Zed2002-06-031-0/+13
* make these citations as well.Larry Ewing2002-06-031-0/+8
* Changed to handle new multipart-signed type.Not Zed2002-05-311-0/+5
* Noop if we are in offline mode.Jeffrey Stedfast2002-05-311-2/+6
* Protect against NULL stores. Fixes bug #25456.Jeffrey Stedfast2002-05-311-0/+3
* Oops, create a message-browser window here, not a folder-browser-windowJeffrey Stedfast2002-05-311-0/+5
* moved spell checking options to separate page, updated UI by Anna's designRadek Doulik2002-05-301-0/+4
* use _ instead of U_ for clistRadek Doulik2002-05-301-0/+5
* Revert a failed idea.Jeffrey Stedfast2002-05-291-0/+5
* ops, revert array sizeRadek Doulik2002-05-251-0/+5
* If we can't find the mailing list address in the recipients list, justJeffrey Stedfast2002-05-241-0/+6
* Set the ui to be the evolution-mail-global.xml file thingy. Still brokenJeffrey Stedfast2002-05-241-0/+8
* (mail_composer_prefs_construct): add auto smiley check buttonRadek Doulik2002-05-241-0/+1
* If the folder-browser has a parent, reparent it.Jeffrey Stedfast2002-05-241-0/+9
* be more careful about language_str{_orig}Radek Doulik2002-05-241-0/+4
* Only clear the text/html signature menus if they are non-NULL.Jeffrey Stedfast2002-05-221-0/+3
* Use a new macro, STR_EQUAL, to tell if the 2 values are equal or notJeffrey Stedfast2002-05-221-0/+6
* Forgot the changelog entry.Not Zed2002-05-211-0/+6
* New functions to add additional search strings one at a time. Maybe itNot Zed2002-05-211-0/+12
* Only get the contents of a mime part if it is marked as "inline". FixesJeffrey Stedfast2002-05-211-0/+3
* Fixed the "Overdue:" string to not contain any HTML tags.Jeffrey Stedfast2002-05-211-0/+5
* Set the can_sync_offline property on the EFolder based on theEttore Perazzoli2002-05-211-0/+8
* Always unref the composer [even when we are destroying it], otherwise weEttore Perazzoli2002-05-201-0/+6
* Check for a label tag when doing a lookup on the COLOR column.Jeffrey Stedfast2002-05-171-0/+14
* New. (create_component): Pass it as the @request_quit_fn toEttore Perazzoli2002-05-161-0/+6
* Check with e_shell_prepare_for_quit() before quitting.Ettore Perazzoli2002-05-161-0/+5
* Implement prep_offline for an individual folder. (set_offline_do): OnlyNot Zed2002-05-151-0/+24
* Instead of g_assert()ing that the msg_info is not NULL, if it is NULL justJeffrey Stedfast2002-05-151-0/+7
* added a missing header fileJeffrey Stedfast2002-05-151-0/+4
* Added #include "folder-info.h".Christopher James Lahey2002-05-151-0/+23
* Added search="string" where appropriate.Christopher James Lahey2002-05-141-0/+4
* Update for camel_folder_append_message / camel_folder_transfer_messages_toDan Winship2002-05-141-0/+14
* Update for the new message-browser api.Jeffrey Stedfast2002-05-111-0/+7
* Don't add any shortcuts here. (mail_config_remove_account): And don'tJeffrey Stedfast2002-05-111-0/+10
* Simplify. Use transfer_messages_to instead of picking between copy andDan Winship2002-05-111-0/+10
* Make sure that even if the new source url is NULL, that we preserve theJeffrey Stedfast2002-05-101-0/+6
* Pass %FALSE as @has_shared_folders to evolution_storage_new().Ettore Perazzoli2002-05-101-0/+5
* dist Spell.idlJP Rosevear2002-05-091-0/+4
* implemented (c'n'p-ed and updated) spell checking settingsRadek Doulik2002-05-091-0/+5
* Change so there's no race conditions between the folder info and the session ...Iain Holmes2002-05-081-0/+15
* Changed for rule_context_rename_uri api changes. (mail_filter_delete_uri):Not Zed2002-05-081-0/+8
* Flush the filter log to make Tuomas happy :-)Jeffrey Stedfast2002-05-071-0/+6
* Set the Seen flag as well since it's safe to assume that if the user hasJeffrey Stedfast2002-05-071-0/+4
* If we are in a Sent/Drafts/Outbox folder, don't show the "Add Sender toJeffrey Stedfast2002-05-071-0/+6
* Check all threads are idle as well, using new e_thread_busy call. ShouldNot Zed2002-05-061-0/+6
* Update the code to actually work. (sig_new_html): Same.Jeffrey Stedfast2002-05-021-0/+7
* Fix the filter_menu static array to use the E_POPUP_MENU_CC macros sinceJeffrey Stedfast2002-05-021-0/+2
* Fix the filter_menu static array to use the E_POPUP_MENU_CC macros sinceJeffrey Stedfast2002-05-021-0/+6
* Also check folder!=NULL. Fixes race where folder isn't setup yet, andNot Zed2002-05-011-0/+7
* If the folder's permanent_flags don't include CAMEL_MESSAGE_DELETED, don'tDan Winship2002-05-011-0/+6
* Convert UTF-8 to gtkstrings since we are using a clist and not an E-widgetJeffrey Stedfast2002-04-301-0/+7
* Strip leading/trailing whitespace from the username because usersJeffrey Stedfast2002-04-301-0/+3
* Strip leading/trailing whitespace from the username because usersJeffrey Stedfast2002-04-301-0/+7
* clean up propmanager initialization code.Larry Ewing2002-04-291-0/+6
* handle requests for the font manager control.Larry Ewing2002-04-291-0/+27
* use the html reply logic even for plain parts so that we can test out theLarry Ewing2002-04-291-1/+3
* add const to silence warning.Larry Ewing2002-04-291-0/+15
* Don't link with libibex anymore, it's been deprecated.Jeffrey Stedfast2002-04-271-0/+3
* Do away with the goto-next-folder stuff, it's very annoying.Jeffrey Stedfast2002-04-271-0/+3
* After building the extra config options into a Gtk form, auto-detect anyJeffrey Stedfast2002-04-271-0/+10
* Allow providers to override text entry boxes too. (source_type_changed):Jeffrey Stedfast2002-04-251-0/+7
* Update to use E_POPUP_MENU_PIXMAP_WIDGET_ITEM_CC so that our callback getsJeffrey Stedfast2002-04-251-0/+5
* Set the default Username label and handle the newJeffrey Stedfast2002-04-251-0/+7
* Added back the checkmark icon for enabled accounts.Jeffrey Stedfast2002-04-241-0/+7
* Plug-in Anna's html for the flag-for-followup stuff. Finishes up bug #90.Jeffrey Stedfast2002-04-231-0/+5
* Free the loading/pending/new/loaded_uid string buffers.Jeffrey Stedfast2002-04-201-0/+3
* Free some temporary path buffers.Jeffrey Stedfast2002-04-201-0/+3
* Ref the html object here, this is an async handler so it's possible forJeffrey Stedfast2002-04-201-0/+16
* Added yet more accelerators for the new config dialog--this time for theAnna Marie Dirks2002-04-201-0/+5
* Added a bunch of accelerators for the new config dialogAnna Marie Dirks2002-04-201-0/+5
* Removed all Delivered-To headers before redirecting. Fixes bug #23635.Jeffrey Stedfast2002-04-191-0/+5
* use default paper name in case of wrong translationRadek Doulik2002-04-191-0/+5
* Turn off the code which downloads the part if we can't identify it. SeeNot Zed2002-04-181-0/+6
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-0/+5
* Handle broken multipart/signed parts such as where the signature part isJeffrey Stedfast2002-04-181-4/+0
* Handle broken multipart/signed parts such as where the signature part isJeffrey Stedfast2002-04-181-0/+13
* Just use g_basename. (mlf_finalize): Free the real_path.Jeffrey Stedfast2002-04-181-0/+8
* Free the format string.Jeffrey Stedfast2002-04-171-0/+9
* Ref the prefs widget here since we unref in the destroy callback. CaughtJeffrey Stedfast2002-04-171-0/+6
* Build fixes for --enable-nntp.Jeffrey Stedfast2002-04-141-0/+4
* Updated French translation.Christophe Merlet2002-04-131-0/+4
* Make it so that unchecking the "Enable Advanced Options" in the signatureJeffrey Stedfast2002-04-131-0/+4
* Setup News preferences too if it is enabled.Jeffrey Stedfast2002-04-131-0/+3
* Set the text of the reply-to. (mail_account_gui_save): Get the reply-toJeffrey Stedfast2002-04-121-0/+14
* s/Sent/Date. This fixes bug #11159.Jeffrey Stedfast2002-04-111-0/+4
* Set the 'No' button as the default.Jeffrey Stedfast2002-04-111-0/+5
* Handle the X-Mailer display style. (There is currently no GUI forDan Winship2002-04-111-0/+11
* Kludge around the brokeness that is GtkOptionMenu just like we kludgeJeffrey Stedfast2002-04-101-0/+6
* Add view_info arg, but don't do anything with it.Dan Winship2002-04-091-0/+5
* Argh! get_folder_info owns and frees its *OWN* folder info, it shouldn'tNot Zed2002-04-091-0/+7
* oops, I forgot to update the ChangeLog to be accurate for my last commitJeffrey Stedfast2002-04-091-4/+3
* Since bonobo doesn't seem to O_TRUNC the file stream before writing to it,Jeffrey Stedfast2002-04-091-0/+7
* Re-added the config wizard interfaces. Ettore accidently removed themJeffrey Stedfast2002-04-091-0/+12
* add config_item:typeJP Rosevear2002-04-071-0/+4
* Make the drafts and sent folder buttons be EvolutionFolderSelectorButtons.Dan Winship2002-04-051-0/+31
* Set the window title/icon here instead.Jeffrey Stedfast2002-04-041-0/+46
* Changes to allow combined store/transport providers (like exchange andDan Winship2002-04-041-0/+25
* Pass the UID of the message being edited to the save-draft signal handler.Jeffrey Stedfast2002-04-031-0/+10
* Removed an unused pixmap from Tools/Settings to avoid a big nasty bonoboJeffrey Stedfast2002-04-021-0/+3
* Re-Implemented the signature editor stuff (mostly just copy/paste fromJeffrey Stedfast2002-04-021-0/+9
* Use -avoid-version -module. (From Max Horn <max@quendi.de>)Dan Winship2002-04-021-0/+6
* Don't shift the r, g and b values here either.Jeffrey Stedfast2002-03-301-0/+12
* Added priorities for all the configuration pagesEttore Perazzoli2002-03-301-0/+5
* Same here.Jeffrey Stedfast2002-03-301-0/+8
* Cleaned up a bunch [removing duplicates ;-)], set up icons for all theEttore Perazzoli2002-03-301-0/+5
* (account_cursor_change): Make sure that event is non-NULL here.Jeffrey Stedfast2002-03-291-0/+1
* Use a GtkCList instead of an ETable, for some reason the etable wasJeffrey Stedfast2002-03-291-0/+7
* Use gtk_container_add() to put the toplevel in the parent widget, insteadEttore Perazzoli2002-03-281-1/+0
* Use gtk_container_add() to put the toplevel in the parent widget, insteadEttore Perazzoli2002-03-281-0/+8
* Updated to respect the new mail-config options for default reply styleJeffrey Stedfast2002-03-281-0/+6
* unset GTK_CAN_FOCUS on the button so that it can't grab focus when youDan Winship2002-03-281-0/+6