aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-161-19513/+0
* 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
* Sync with yet-another-mail-config branch.Jeffrey Stedfast2002-03-271-12/+78
* Changed to get the address from the messageinfo of the current selectedNot Zed2002-03-261-0/+41
* New version from anna, with fixed widget names.Not Zed2002-03-261-0/+5
* Move the ComponentActionsPlaceholder into the Actions menu, instead of theEttore Perazzoli2002-03-211-0/+16
* Add accelerators for "Find Now" and "Clear".Ettore Perazzoli2002-03-211-0/+5
* add missing NULL closure data to popup menu initialization.Larry Ewing2002-03-201-0/+5
* more fixes for libversit.la -> libversit.aDan Winship2002-03-201-0/+4
* Report a message before entering bonobo_main() to simplify debugging.Ettore Perazzoli2002-03-191-0/+5
* [Search bar re-design implementation, Take 2.]Ettore Perazzoli2002-03-191-0/+4
* Draw colour rectangles for each of the colour items and set a closure onJeffrey Stedfast2002-03-161-0/+6
* New callback to set a colour on a message.Jeffrey Stedfast2002-03-161-0/+26
* expand the relative urls of the object at the point so that relativeLarry Ewing2002-03-161-0/+7
* Commit ChangeLog.Ettore Perazzoli2002-03-161-1/+0
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-161-0/+6
* Remove "mailstorage", since it's not needed any more. (storage_activate):Dan Winship2002-03-151-0/+20
* create new signature file (delete_unused_signature_file): be more carefulRadek Doulik2002-03-151-0/+7
* Implemented.Jeffrey Stedfast2002-03-151-0/+7
* Set a default size of the window, so we don't get this itty-bitty windowJeffrey Stedfast2002-03-141-0/+6
* Handle digest: urls.Jeffrey Stedfast2002-03-131-0/+7
* Set the folder on a folder-browser object.Jeffrey Stedfast2002-03-131-0/+11
* truncate stream before savingRadek Doulik2002-03-091-0/+3
* new functionRadek Doulik2002-03-091-0/+9
* Rewrite this to not use stpcpy, which isn't portable.Dan Winship2002-03-091-0/+5
* handle name changed event (sig_load_preview): don't run script before eachRadek Doulik2002-03-091-0/+10
* Re-focus the account name entry widget. (identity_prepare): If a name isJeffrey Stedfast2002-03-081-2/+14
* make edit button sensitive after new signature is created (sig_new_text):Radek Doulik2002-03-081-0/+6
* notify accounts dialog about signature content changeRadek Doulik2002-03-081-0/+6
* Made all the acclerators in the context menu on a message work. (There areAnna Marie Dirks2002-03-081-0/+5
* Don't use an uninitialized 'id'.Jeffrey Stedfast2002-03-081-0/+5
* set initial focus to editor (do_exit): use hasUndo to avoid questionRadek Doulik2002-03-081-0/+7
* Update for storage changes: explicitly create a root folder.Dan Winship2002-03-081-0/+17
* Don't try to set pixmap for /Toolbar/MailCompose, since it doesn't existDan Winship2002-03-061-0/+5
* "use_ssl" can now be 3 options, modify the code to handle this.Jeffrey Stedfast2002-03-061-0/+8
* Pull up assertion change from evolution-1-0-branch to allow externalDan Winship2002-03-061-0/+5
* If the clicked column was column 0, enable/disable it. (mail_select):Jeffrey Stedfast2002-03-051-0/+4
* Added more debugging code to help figure out why a certain image isn'tJeffrey Stedfast2002-03-051-0/+4
* Connect to the focus-in/out events on the message-list so that we canJeffrey Stedfast2002-03-051-0/+19
* Set X-Mailer to say "Ximian Evolution", not just "Evolution".Ettore Perazzoli2002-03-051-0/+7
* Forward all selected messages. Fixes bug #21190.Jeffrey Stedfast2002-03-021-0/+5
* Get the Content-Base if the header exists and use gtk_html_set_base to setJeffrey Stedfast2002-02-271-0/+14
* If a related part is requested, remove it from the related undisplayedNot Zed2002-02-261-0/+8
* rename folder_browser_search_query_changed to this.Chris Toshok2002-02-251-0/+8
* Removed, this wasn't working as intended and seemed to break otherJeffrey Stedfast2002-02-231-0/+5
* Add an icon for the "New message" user creatable item.Ettore Perazzoli2002-02-221-0/+5
* Connect to our own message_list_built signal. Focus the list and selectJeffrey Stedfast2002-02-221-2/+6
* Gave the editor window a title and an icon.Anna Marie Dirks2002-02-211-0/+6
* Changed the policy for table2 so that it does not expand/fill. This wasAnna Marie Dirks2002-02-211-0/+8
* Prompt the user to find out if he/she wants to go to the next folder withJeffrey Stedfast2002-02-201-0/+31
* Ack, strip off the leading '/' char and also only translate if it is aJeffrey Stedfast2002-02-161-1/+1
* Ack, strip off the leading '/' char and also only translate if it is aJeffrey Stedfast2002-02-161-1/+3
* Ack, strip off the leading '/' char.Jeffrey Stedfast2002-02-161-0/+3
* Don't display a down-arrow if the attachment is undisplayable. Fixes bugJeffrey Stedfast2002-02-161-0/+2
* Don't display a down-arrow if the attachment is undisplayable. Fixes bugJeffrey Stedfast2002-02-161-0/+5
* Replacement for using g_basename and also translates the basename stringJeffrey Stedfast2002-02-151-0/+6
* Default the from-account to the source account. If that fails, then guessJeffrey Stedfast2002-02-151-0/+6
* Implement. (drag_data_delete_cb): Implement. (do_attachment_header): SetupJeffrey Stedfast2002-02-141-0/+5
* Set the followup icon to use the new flag icon rather than the exclamationJeffrey Stedfast2002-02-141-0/+15
* Fixed a bug.Jeffrey Stedfast2002-02-131-0/+17
* No longer need to call e_msg_composer_show_sig_file(). This gets handledJeffrey Stedfast2002-02-131-0/+10
* Show the signature.Jeffrey Stedfast2002-02-131-0/+4
* Get followup-up message-list values. Also highlight the message in red ifJeffrey Stedfast2002-02-121-0/+14
* added entries for latest changesRadek Doulik2002-02-121-0/+9
* Implemented. (on_right_click): Do better enabling/hiding of unwantedJeffrey Stedfast2002-02-121-0/+6
* Set the correct drop-down menu item. (message_tag_followup_encode): ReturnJeffrey Stedfast2002-02-101-0/+9
* New flag-for-followup tag editor dialog.Jeffrey Stedfast2002-02-091-0/+14
* Base class for a message tag editor.Jeffrey Stedfast2002-02-091-0/+13
* call set_body later to allow ignored words to be sent to gtkhtml controlRadek Doulik2002-02-081-0/+5
* remove "New" from user creatable menu itemJP Rosevear2002-02-081-0/+5
* Bumped the required version of gal.Christopher James Lahey2002-02-071-0/+22
* Rearranged the #if checks so that we don't ever try to access any smimeJeffrey Stedfast2002-02-071-0/+5
* Removed references to NEEDS_REPLY.Jeffrey Stedfast2002-02-071-0/+10
* Look for DOCTYPE XML comments too to decide if the message content isJeffrey Stedfast2002-02-071-0/+5
* Dont double-free the text body data.Not Zed2002-02-061-0/+5
* Add attachments after we've seen if the composer object is valid.Not Zed2002-02-041-0/+7
* Destroy the S/MIME frame if not available, instead of just graying it out.Ettore Perazzoli2002-02-031-0/+7
* Some touchups from me and Anna.Ettore Perazzoli2002-02-031-0/+4
* Don't bother setting the auto-cc/bcc recipients here. I'm moving the codeJeffrey Stedfast2002-02-021-0/+7
* ignore spell checking of words in addresses, move set_body_text after allRadek Doulik2002-02-011-0/+8
* Pass the parent window to mail_account_editor_new().Jeffrey Stedfast2002-01-311-0/+13
* print quoted text in italicRadek Doulik2002-01-311-0/+5
* re-enable popup menu. (populate_folder_context_menu): If we're on aNot Zed2002-01-301-0/+9
* Changed the function signature so that we can pass in whom we want toDave West2002-01-301-0/+10
* Make X-Evolution-Account take priority over X-Evolution-Transport. ShouldJeffrey Stedfast2002-01-301-0/+5
* Don't pass NULL text to gtk_entry_set_text. Maybe this will fix bugJeffrey Stedfast2002-01-301-0/+5
* New function that implements the Redirect feature.Jeffrey Stedfast2002-01-301-0/+16
* (footer_info_free): unref footer fontRadek Doulik2002-01-301-0/+1
* (do_mail_print): get rid of static global variables, as they areRadek Doulik2002-01-301-0/+2
* initialize line to 0 to make everybody happy ;-) ops, set local_font toRadek Doulik2002-01-301-0/+6
* Don't bother checking for invalid recipients anymore. If a recipient isJeffrey Stedfast2002-01-291-0/+6
* print footer (footer_print_cb): print page number and number of pagesRadek Doulik2002-01-291-0/+5
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-0/+4
* We need to return a value here. I think FALSE is fine (I hope).Jeffrey Stedfast2002-01-261-0/+3
* Save the pathname. (save_part): Use the new mail_config cruft to get theJeffrey Stedfast2002-01-261-0/+9
* Do some NULL checking on the url before using it.Jeffrey Stedfast2002-01-261-0/+7
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-0/+5
* This wrapper for gdk_beep().Jeffrey Stedfast2002-01-251-0/+2
* Don't bother trying to see if the domain looks like a FQDN.Jeffrey Stedfast2002-01-251-0/+3
* If the mail-display is in focus, then select-all in the mail displayJeffrey Stedfast2002-01-251-0/+6
* Pass a NULL icon to `evolution_shell_component_add_user_creatable_item()'.Ettore Perazzoli2002-01-241-0/+5
* Implements bug #15692Jeffrey Stedfast2002-01-241-0/+10
* Define CAMEL_PROVIDERDIR to be the configure.in-defined camel_providerdir.Dan Winship2002-01-241-0/+6
* Now takes a boolean notify argument. If this is *not* set, then remove theJeffrey Stedfast2002-01-231-0/+5
* Simplified.Jeffrey Stedfast2002-01-231-0/+4
* If the first "token" in the body is "<html>", then treat this as aJeffrey Stedfast2002-01-221-0/+9
* Update to match new uudecode interface (ie, no longer need a uulen stateJeffrey Stedfast2002-01-181-0/+5
* New callback to handle the set_base signal. (on_url_requested): If theJeffrey Stedfast2002-01-161-0/+12
* Don't remove any X-Evolution* headers here, the composer already knows toJeffrey Stedfast2002-01-111-0/+6
* Do proper refcounting on the draft folder.Jeffrey Stedfast2002-01-091-0/+3
* When performing a wraparound, check to see if the first (or last dependingJeffrey Stedfast2002-01-091-0/+5
* When connecting to the transport username changed event, pass theJeffrey Stedfast2002-01-091-0/+6
* Make the mbox importer check for Mozilla status headers and act on them.Iain Holmes2002-01-091-0/+14
* Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed.Jeffrey Stedfast2002-01-081-0/+21
* Add an Organization header.Jeffrey Stedfast2002-01-041-0/+5
* Simplified. Also no longer needs an "ignore_addr" argument as far as I canJeffrey Stedfast2002-01-031-0/+11
* remove e_gnome_dialog util functions and use e-util ones insteadJP Rosevear2002-01-031-0/+5
* The idea here is that if we consistantly name the movemail file betweenJeffrey Stedfast2002-01-031-0/+17
* Makes the auto-undelete behavior when changing message flags a bit moreJon Trowbridge2001-12-211-0/+5
* -- Merge fix for #17377 from the evolution-1-0-branch.Ettore Perazzoli2001-12-201-0/+6
* Add the auto-cc/bcc recipients here. The problem with setting them in theJeffrey Stedfast2001-12-201-0/+23
* If the provider is NULL, don't do anything.Jeffrey Stedfast2001-12-201-1/+5
* Oops, no wonder the exec command thing never stuck around... I wasn'tJeffrey Stedfast2001-12-201-0/+6
* Argh, don't notify about new mail here. (fetch_mail_fetch): Notify aboutJeffrey Stedfast2001-12-191-0/+4
* Setup the new-mail-notification widgets. (notify_command_changed): UpdateJeffrey Stedfast2001-12-191-0/+11
* Set citation color to black when we are printing.Jon Trowbridge2001-12-181-0/+3
* Avoid embedding <object> tags when we are printing.Jon Trowbridge2001-12-181-0/+12
* Set the filter driver's shell-exec callback.Jeffrey Stedfast2001-12-151-0/+5
* Connect to the destroy signal on the popup dialog.Jeffrey Stedfast2001-12-151-0/+10
* Connect to the save-draft signal. (send_to_url): Here too. (mail_reply):Jeffrey Stedfast2001-12-151-0/+6
* Start reiplementing The Right Way and not danw's fucking half-assed kludgeJeffrey Stedfast2001-12-151-0/+6
* set the new-mail-notify command.Jeffrey Stedfast2001-12-131-0/+18
* Fixed for mail_content_loaded's new signature.Jon Trowbridge2001-12-121-0/+26
* Add ETable magic for our new "Needs Reply" column. (The next few entriesJon Trowbridge2001-12-121-0/+56
* Don't expunge when we sync anymore, this fixes bug #4472.Jeffrey Stedfast2001-12-111-0/+5
* Make sure that the message subject is non-NULL beforetrying to base aJeffrey Stedfast2001-12-111-25/+15
* set paper size to _("US-Letter"), use gtk_html_print_set_masterRadek Doulik2001-12-111-0/+5
* Don't just assume all of the GtkHTMLEmbedded's fields are filled in, sinceDan Winship2001-12-101-0/+17
* Implements marking messages as "Need Reply".Jon Trowbridge2001-12-101-0/+25
* Check that the mail-display hasn't been destroyed.Jeffrey Stedfast2001-12-081-0/+15
* s/PREVIEW_RELEASE/VERSION_COMMENTJeffrey Stedfast2001-12-071-0/+4
* Don't append "(Preview Version)" at the end of the version string. Use theJeffrey Stedfast2001-12-071-0/+6
* fixed changelog merge conflictsJeffrey Stedfast2001-12-071-1/+0
* Setup the UI for the AddSenderToAddressbook ui verb thingy.Jeffrey Stedfast2001-12-071-35/+12
* Allow 'n' and 'p' to work when multiple messages are selected. FixesJon Trowbridge2001-12-051-0/+6
* If the path exists, make sure it's a regular file (or we can't possiblyJeffrey Stedfast2001-12-041-0/+25
* Fix the boolean check to be && and not ||.Jeffrey Stedfast2001-12-011-0/+5
* Reverted the non-NULL mime-type patch from a little while back, didn'tJeffrey Stedfast2001-11-281-0/+6
* merged from evoution-1-0-branchNot Zed2001-11-281-8/+16
* Reverted my hide_save_state patch.Jeffrey Stedfast2001-11-221-0/+4
* 'n' shouldn't wrap if 'p' doesn't.Jeffrey Stedfast2001-11-211-0/+5
* Save hide state. (message_list_hide_uids): Save hide state.Jeffrey Stedfast2001-11-171-0/+9
* Undo a really weird mangling of part of the ChangeLog from last AugustDan Winship2001-11-161-42/+42
* s/_/U_/ (filter_rule_set_name requires UTF-8 string)Chyla Zbigniew2001-11-151-0/+5
* Instead of doing pthread_exit() after redirecting the SEGV, try to lock aDan Winship2001-11-151-0/+7
* Call e_passwords_remember_password() for account passwords if the user setJeffrey Stedfast2001-11-151-0/+6
* Add a NULL check for rule->name. (mail_vfolder_add_uri): Same here.Jeffrey Stedfast2001-11-131-0/+6
* If we already have the message loaded in the mail-display, don't botherJeffrey Stedfast2001-11-111-0/+6
* Was x_evolution_message_parse from folder-browser.c. A space char is noJeffrey Stedfast2001-11-101-0/+16
* Call mail_config_pgp_type_detect_from_path() instead of doing our own lameJeffrey Stedfast2001-11-091-0/+12
* Add a "x-inline-pgp-hack=true" paramter to the multipart's content-type.Jeffrey Stedfast2001-11-081-0/+5
* Don't make the account editor modal either.Jeffrey Stedfast2001-11-061-0/+27
* Override the Move/Copy handlers setup by the folder_browser_ui code, and52001-11-061-0/+16
* Renamed from mail_html_write_string.Jeffrey Stedfast2001-11-061-0/+28
* Use GINT_TO_POINTER here for platforms where simply casting an int to voidChristopher James Lahey2001-11-031-0/+7
* Disconnect from the message_list_built function so we dont do it every22001-11-031-0/+19