aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Added missing #include <config.h>. (applied by Damon)Zbigniew Chyla2001-08-191-0/+4
* Change the default values for "always-sign" to false.Jeffrey Stedfast2001-08-191-0/+8
* Change pixtype of "MessageDelete" to "pixbuf".Ettore Perazzoli2001-08-191-0/+4
* stop signal emission so the GtkButton class method doesn't mess up theDamon Chaplin2001-08-181-0/+5
* Put _() instead of N_() around of the "Search" string,Zbigniew Chyla2001-08-181-0/+6
* We want wax-seal.png instead, since I added the png files to cvs andJeffrey Stedfast2001-08-181-1/+8
* Compile fixesIain Holmes2001-08-181-0/+4
* don't init the config hereJP Rosevear2001-08-181-0/+6
* remove dead structureJP Rosevear2001-08-181-0/+4
* Save the always-sign options for pgp and smime. (config_read): Read in theJeffrey Stedfast2001-08-181-0/+6
* Made the default values for column expansions here more reasonable.Christopher James Lahey2001-08-171-0/+5
* Startup assistant stuffIain Holmes2001-08-171-0/+19
* Only starting cutting the signature out when we match "-- \n", so "--\n"Jason Leach2001-08-171-0/+6
* Respect the user's desire to be prompted to confirm that he wants toJeffrey Stedfast2001-08-171-0/+17
* Sort the nodes here... (fe_sort_folder): ... using this function.Peter Williams2001-08-171-0/+8
* Disable "Search Message" when more or less than exactly one message isPeter Williams2001-08-171-0/+3
* (fe_node_to_shell_path): Use node->name and node->full_name to generatePeter Williams2001-08-171-1/+6
* Instead of hackfully getting the path, use a CamelURL so that escaping isPeter Williams2001-08-161-0/+6
* Remove some stray cvs collision markers.Jon Trowbridge2001-08-161-4/+0
* Remember the filename is in utf8, so use the e_utf8 functions to set theJeffrey Stedfast2001-08-161-0/+7
* Always remove the idle and return FALSE, instead of returning TRUE if morePeter Williams2001-08-161-0/+6
* Stop building the quote after a sigdash, hence, omitting the signatureJason Leach2001-08-161-0/+6
* Re-added, at Ettore's request, the confirm-expunge dialog.Anna Marie Dirks2001-08-161-1/+115
* Use ALWAYS for scroll frame policy because ETable acts lame withJason Leach2001-08-161-151/+10
* Don't confirm expunge.Not Zed2001-08-151-0/+4
* gets rid of those annoying operation-re-registered messages at last.Not Zed2001-08-151-0/+8
* Convert the UTF-8 account name string into a gtk-string before using it inJeffrey Stedfast2001-08-151-0/+5
* Make previous unread wrap around too.Peter Williams2001-08-151-0/+3
* If the account is enabled, set a checkmark pixmap instead of a strangePeter Williams2001-08-151-0/+9
* Fix bug #215... desensitize menu items based on the number of selectedPeter Williams2001-08-141-0/+40
* Fix the fix for #6722.Dan Winship2001-08-141-0/+10
* Disable the "search forward/backward" option in the search dialog. Why?Jon Trowbridge2001-08-141-0/+11
* New function, handle "user creatable items". (component_fn): Tell thePeter Williams2001-08-141-0/+7
* Fix this so it can actually get folders from the hash of folders on theJason Leach2001-08-141-0/+19
* Break most of the functionality into a separate function.Peter Williams2001-08-141-0/+35
* Changed all instances of "Wizard" and "Druid" to "Assistant".Anna Marie Dirks2001-08-141-1/+7
* Do some g_assert() action. Make sure that the node passed in is non-NULLJeffrey Stedfast2001-08-141-0/+7
* Changed the title of the Mail Settings dialog from "Evolution AccountAnna Marie Dirks2001-08-141-0/+5
* Confirm that the user really wants to expunge. (save_msg_ok): Set theJeffrey Stedfast2001-08-141-0/+6
* Remove the shortcuts corresponding to an account (they all point toPeter Williams2001-08-141-0/+8
* Whoa, fatal typo. Sorry.Peter Williams2001-08-141-0/+4
* Tell folder cache the path for our Trash is /Trash, because that's whatJason Leach2001-08-131-0/+6
* Set the session as online so auto mail checking (and the composer) will beJason Leach2001-08-121-0/+4
* Make the right click "Resend..." into "Edit as New Message...", bug #6838.Jason Leach2001-08-121-0/+3
* Remove unecessary #include <camel.h>Jason Leach2001-08-121-0/+7
* Fix bug #4523 for good. (save_service): If service->authitem is NULL, thenJeffrey Stedfast2001-08-111-0/+7
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-111-0/+4
* Prepend the uri with evolution: to fix bug #6916.Jeffrey Stedfast2001-08-111-0/+5
* Make the context menu for the Sent folder have "Resend..." instead ofJason Leach2001-08-111-0/+5
* Since 'N' keypresses go through here now, use wrap-around selecting.Jason Leach2001-08-111-0/+11
* Don't remove the account from the tree if it's not enabled.Peter Williams2001-08-111-0/+5
* Remove all the messages from a folder that's being deleted before actuallyJason Leach2001-08-111-0/+13
* Whoops, compile fix.Peter Williams2001-08-111-0/+4
* If marking messages as unread, remove the automatic mark-as-read timer.Jason Leach2001-08-111-1/+5
* Don't load the storage if it isn't enabled. (mail_remove_storage_by_uri):Peter Williams2001-08-111-0/+23
* Free dbkey if we don't use it.Jeffrey Stedfast2001-08-101-0/+3
* Added a comment about leaking memory here, but we seem to not even use theJeffrey Stedfast2001-08-101-0/+12
* Dont want it to keep on running if it got bad arguments, want it to bloodyNot Zed2001-08-101-0/+7
* in mail:Peter Williams2001-08-101-0/+1
* Added a g_assert_not_reached() - I'm hoping this will help us track downJeffrey Stedfast2001-08-101-2/+10
* The bonobo menu items now handle 'n' and 'p'.Peter Williams2001-08-101-0/+3
* Fix inline documentation.Peter Williams2001-08-101-0/+4
* Fixes bug #6918Anna Marie Dirks2001-08-101-0/+7
* Fixes bug #6722Jeffrey Stedfast2001-08-101-0/+10
* Save the pgp and smime always-sign options.Jeffrey Stedfast2001-08-101-0/+8
* Remove the "Customize Toolbar" thing.Ettore Perazzoli2001-08-091-0/+5
* Dont double-register this operation, mail-mt will do it for us.Not Zed2001-08-091-0/+15
* New function. Set the sensitivity of the subscribe buttons based onPeter Williams2001-08-091-0/+8
* [ Change this gtk_object_ref on the storage to a bonobo_object_ref ]Peter Williams2001-08-091-0/+4
* Change this gtk_object_ref on the storage to a bonobo_object_ref.Peter Williams2001-08-081-0/+5
* Free the dbkey if we found the config option.Not Zed2001-08-081-0/+15
* Hide the app->window. (do_mail_print): Set the parent of the gnome-dialogJeffrey Stedfast2001-08-081-0/+3
* Revert Jeff's changes to subscribe-dialog.[ch]. It's not a widget, it's anPeter Williams2001-08-081-0/+5
* Hide the app->window.Jeffrey Stedfast2001-08-081-0/+2
* [ Use bonobo_object_unref on the storage since it's a bonobo object. ]Peter Williams2001-08-081-0/+4
* This should return a GtkWidget not a GtkObject.Jeffrey Stedfast2001-08-081-22/+50
* Use bonobo_object_unref on the storage since it's a bonobo object.Peter Williams2001-08-081-0/+5
* Unref the e_storage since lookup_store gives us a ref.Peter Williams2001-08-081-0/+5
* Move fe_create_root_node farther down, so we can check for its childrenPeter Williams2001-08-081-3/+27
* Added key accelerators to a bunch of the config options and moved the BccJeffrey Stedfast2001-08-071-0/+17
* Set the message-display message to NULL if we can't get an info too.Jeffrey Stedfast2001-08-071-0/+5
* Make vtrash folders on other storages with a "vtrash" type, so they getJason Leach2001-08-071-0/+6
* Reimplement to be asynchronous and pretty, with progressive folder loadingPeter Williams2001-08-071-0/+20
* Yuck. Special case whether or not we want to expunge all the trash foldersJeffrey Stedfast2001-08-071-0/+7
* Removed this function, it's not needed anymore.Jason Leach2001-08-071-0/+6
* Fix a minor glitch with how it started a backwards wraparound at the 2ndJason Leach2001-08-071-0/+6
* s/character set/character encodingJeffrey Stedfast2001-08-071-0/+4
* Make the title of the window "subject - Message" instead of justEttore Perazzoli2001-08-061-0/+11
* Back to using `bonobo_generic_factory_new()'. (component_fn): UpdatedEttore Perazzoli2001-08-061-0/+9
* Use `e_bonobo_generic_factory_multi_display_new()' instead of justEttore Perazzoli2001-08-051-0/+7
* Add yet another special-case hack for application/pgp.Jeffrey Stedfast2001-08-051-4/+10
* Add a @wraparound argument, so the 'n' and 'p' keypresses (or anythingJason Leach2001-08-051-0/+11
* Updates for EvolutionStorage API changes.Jason Leach2001-08-041-0/+9
* Try to restore the choice the user had chosen before hitting the "CheckJeffrey Stedfast2001-08-041-0/+9
* return the source url for popb4smtp auth request.Not Zed2001-08-031-0/+5
* Added. Provide description for filter_folder_op. (fetch_mail_describe):Jon Trowbridge2001-08-031-0/+16
* handle null paths in the dialog so that we avoid printing NULL stringsLarry Ewing2001-08-031-0/+5
* Raise the filter-editor window if it's already created.Jeffrey Stedfast2001-08-031-0/+3
* I obviously can't spell recieved, er, received...uh, yea.Jeffrey Stedfast2001-08-031-0/+5
* Set history_id's for the sig and html sig gnome file entry boxes so it canJason Leach2001-08-031-1/+7
* Connect to the folder_remove signal on the storage. (vfolder_remove): NewJeffrey Stedfast2001-08-031-0/+1
* Connect to the folder_remove signal on the storage. (vfolder_remove): NewJeffrey Stedfast2001-08-031-0/+6
* Add EVOLUTION_BUTTONSDIR to get to some different icons.Not Zed2001-08-021-0/+32
* Do the Right Thing (tm) if the message list is not the widget in focusJeffrey Stedfast2001-08-021-0/+6
* More updates to icons, this time the Save, Save As, and Search icons forJacob Leach2001-08-011-0/+3
* Don't move cursors around when deleting last message and Hide DeletedJason Leach2001-08-011-0/+7
* Changed the title of this dialog to "Enter Password".Anna Marie Dirks2001-08-011-0/+5
* We are not guarenteed to have a non-NULL service (ie. PGP) thus check forJeffrey Stedfast2001-07-311-0/+5
* When writing out a CamelException to the HTML stream, be sure to translateJeffrey Stedfast2001-07-311-0/+25
* Restore old security settings from the saved configuration. Fixes bugJeffrey Stedfast2001-07-311-0/+5
* Actually add the timeout, this time in the gtk thread.Not Zed2001-07-301-0/+11
* Added (unused) table with strings intended to be translated (i18n toolsChyla Zbigniew2001-07-281-0/+6
* Don't need this anymore. (do_get_pass): Since we already have the entryJeffrey Stedfast2001-07-281-0/+6
* Figure out whether we're getting the password for the source or thePeter Williams2001-07-271-0/+11
* glade beautificationsJeffrey Stedfast2001-07-271-0/+2
* If we don't have any messages selected, break out. This fixes bug #5612.Jeffrey Stedfast2001-07-271-0/+8
* Implemented. (setup_mime_tables): Setup the application/pgp handler to useJeffrey Stedfast2001-07-271-0/+8
* Use magic to make the password remembering checkbutton come after thePeter Williams2001-07-271-0/+5
* Respect Gtk theme colors for the fonts and calculate a new table gbcolorJeffrey Stedfast2001-07-271-6/+13
* Make the date column smaller and the subject column larger, relatively.Peter Williams2001-07-271-0/+3
* Don't display "0 hidden".Peter Williams2001-07-271-0/+3
* Make 'q' a toggle, not one-way.Peter Williams2001-07-261-0/+3
* Rename "Date" column to "Sent".Peter Williams2001-07-261-0/+4
* fixed a mis-spelling of "Fashion" in the mail accounts window. (See bugAnna Marie Dirks2001-07-261-0/+5
* Don't make the key url:item if we have the url, just make it url. ThisJeffrey Stedfast2001-07-261-0/+1
* Don't make the key url:item if we have the url, just make it url. ThisJeffrey Stedfast2001-07-261-5/+11
* Make it so Enter always opens the message in another window.Peter Williams2001-07-261-0/+5
* Now take a CamelService parameter (as passed by Camel). Allows us to havePeter Williams2001-07-261-0/+20
* Now takes a check_supported gboolean argument saying whether or not toJeffrey Stedfast2001-07-261-0/+10
* Initialize `me' to NULL. (forward_attached): If we are only forwarding aJeffrey Stedfast2001-07-261-0/+7
* Initialize `me' to NULL.Jeffrey Stedfast2001-07-261-2/+6
* Um, write the HTML signature settings in the right place. Whoops.Peter Williams2001-07-251-0/+5
* If we're the last row and we're deleting, select the previous message, notJason Leach2001-07-251-0/+6
* Pass the O_TRUNC flag to open so that we don't leave trailing garbage atJeffrey Stedfast2001-07-251-0/+4
* Fix for bug #5174.Jeffrey Stedfast2001-07-251-0/+4
* Match the prefix for the "remember_passphrase" setting with where it'sJason Leach2001-07-251-0/+7
* check_specials if this is an application/pgp type as well.Jeffrey Stedfast2001-07-251-0/+3
* When dumping the CamelURL to a string, hide all the params.Jeffrey Stedfast2001-07-251-0/+5
* Do a case-insensitive comparison. (mail_generate_reply): Only resort toJeffrey Stedfast2001-07-251-1/+18
* get_boolean_with_default for the "Mark as read" timeout, notJason Leach2001-07-251-0/+5
* Don't display "(0 unsent)" if the outbox is empty.Peter Williams2001-07-251-0/+3
* Set up the local trash in the folder cache.Peter Williams2001-07-251-0/+2
* Make the error reporting a little but more descriptive.Peter Williams2001-07-241-0/+5
* Add new label widgets with a message that SSL isn't supported.Peter Williams2001-07-241-0/+16
* Dont call notifyResult here if we've just launched a thread to do theNot Zed2001-07-241-0/+7
* Go back to calling mail_msg_free here. (mail_msg_destroy): Remove theNot Zed2001-07-241-0/+14
* Oops. Uncomment this code since Trow fixed GtkHTML to actually have thisJeffrey Stedfast2001-07-241-0/+3
* Fixed the "Read" to be Read in the glade file per menesis' request.Jeffrey Stedfast2001-07-241-0/+11
* If the source and destination folders are the same, just mark the uids asJeffrey Stedfast2001-07-241-2/+8
* Carefully check for NULL everywhere, and do the right thing if the messageJon Trowbridge2001-07-241-1/+7
* [Bug #5225: No UI way to mark as unimportant]Jason Leach2001-07-241-0/+13
* Add an extra @type arg to the xferFolder and removeFolder methods inEttore Perazzoli2001-07-231-0/+6
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-221-0/+5
* Change this back to the "evolution:/local/Inbox" URI.Jason Leach2001-07-211-0/+5
* Don't let the user remove vtrash folders.Peter Williams2001-07-211-0/+5
* Fix DanW's fix. Pass the right arguments to mail_msg_destroy.Peter Williams2001-07-211-0/+15
* er, unbroke changelogJeffrey Stedfast2001-07-211-1/+0
* Don't expunge the source folder if we have a cache.Jeffrey Stedfast2001-07-211-0/+6
* Use mail_msg_destroy rather than mail_msg_free, so the cancellationDan Winship2001-07-211-0/+6
* Update this evolution:/local/ URI to evolution:/Local Folders/ to go alongJason Leach2001-07-201-0/+6
* Fix #4605: "Save Image as" should be "Save Image as...".Jason Leach2001-07-201-1/+6
* Set the vertical scrolling policy for the mail display to AUTOMATIC, onlyJason Leach2001-07-201-0/+14
* In camel:Peter Williams2001-07-201-0/+18
* remvoed register/start/end etc code.Not Zed2001-07-191-0/+22
* partial checkin before completing the changesNot Zed2001-07-191-0/+16
* Remove this prototype for a function that was removed long ago.Jason Leach2001-07-191-0/+6
* [Simplifying how default account is stored and used internally, fixesJason Leach2001-07-191-0/+21
* Do what was suggested in #4596.Jeffrey Stedfast2001-07-191-0/+5
* Add GTK_WIDGET to the charset picker. Reportedly prevent a craash forPeter Williams2001-07-191-0/+3
* Typo fix. Later: And actually fix the typo.Peter Williams2001-07-181-0/+1
* Typo fix.Peter Williams2001-07-181-0/+4
* Setup the auto-receive here instead.Jeffrey Stedfast2001-07-181-0/+8
* Reset the autoreceive when necessary.Iain Holmes2001-07-181-0/+6
* Fix for last change: hide the entire widget, not just the entry.Jason Leach2001-07-181-0/+5
* Fix to correctly handle text/uri-lists that contain more than a singleJeffrey Stedfast2001-07-181-0/+10
* Make the Path: entry into a GnomeFileEntry so you get a nice "Browse..."Jason Leach2001-07-181-0/+6
* Cleaned up a bit. (handle_multipart_encrypted): Replace the encrypted partJeffrey Stedfast2001-07-181-0/+6
* Make a nicer delete account dialogIain Holmes2001-07-181-0/+4
* Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-181-0/+10
* Use g_strcasecmp() when looking for a Trash folder - it may be lowercaseJeffrey Stedfast2001-07-171-0/+1
* Use g_strcasecmp() when looking for a Trash folder - it may be lowercaseJeffrey Stedfast2001-07-171-0/+7
* Let VTrash folders accept/export the same dnd types as normal folders.Jeffrey Stedfast2001-07-171-19/+25
* prototype outbox_folder so we can check if a folder is it.Peter Williams2001-07-171-0/+9
* Use our own display_style member instead of the global setting.Peter Williams2001-07-171-0/+24
* DUH. No need to update every folder if we set the folder browser to NULL.Peter Williams2001-07-161-0/+6
* Call mail_autoreceive_setup() so that any changes to the list of accountsJeffrey Stedfast2001-07-161-0/+6
* Merged mine and Peter's entries.Jeffrey Stedfast2001-07-141-5/+5
* Segfault prevention here if no uid is currently loaded.Peter Williams2001-07-141-2/+2
* Segfault prevention here if we lose the race withPeter Williams2001-07-141-0/+3
* New function. If a vfolder in our list gets finalized, NULL outPeter Williams2001-07-131-0/+7
* Updated to reflect changes in the filter API by passing in the providedJeffrey Stedfast2001-07-131-0/+4
* Updated to reflect changes in the filter API by passing in the providedJeffrey Stedfast2001-07-131-2/+16
* Fix the importers if you try to import into an already existing directoryIain Holmes2001-07-131-0/+5
* Force-hide all deleted messages before expunging. (expunged_folder):Jeffrey Stedfast2001-07-131-15/+25
* Only blank the mail display if the message being viewed is one of those toJason Leach2001-07-131-0/+6
* Should be saving the 'identity_html_signature' andJason Leach2001-07-131-0/+7
* no longer need to set a my address propertyJP Rosevear2001-07-121-0/+5
* Set the CLIPBOARD selection as well as the primary selection so thatFederico Mena Quintero2001-07-111-0/+7
* [Bug #4305: Make the automatic mark-as-read timer optional]Jason Leach2001-07-111-0/+16
* OopsJP Rosevear2001-07-111-1/+2
* Cosmetic patch - replace our defines with the e-popup onesJP Rosevear2001-07-111-0/+2
* TypoJP Rosevear2001-07-111-0/+4
* Took the logic of whether or not to make the attachment header out of thePeter Williams2001-07-111-0/+19
* extra dist the news filesJP Rosevear2001-07-111-0/+4
* Use bonobo_config_set_string_wrapper. (mail_config_write): Same.Jeffrey Stedfast2001-07-111-0/+7
* Make sure that the reply-to addr i non-NULL before trying to add it to theJeffrey Stedfast2001-07-111-0/+6
* fix typo so it compilesJP Rosevear2001-07-101-0/+4
* Handle application/pgp using the text/plain handler.Jeffrey Stedfast2001-07-101-2/+2
* Handle application/pgp using the text/plain handler.Jeffrey Stedfast2001-07-101-0/+24
* Update to pass in the `remember' argument when creating a new pgp context.Jeffrey Stedfast2001-07-101-0/+4
* Update to pass in the `remember' argument when creating a new pgp context.Jeffrey Stedfast2001-07-101-16/+35
* Check for an exception and print it. Call done anyway.Peter Williams2001-07-101-0/+6
* Some NULL protection for our strings: pgp_key, html_signature, smime_key.Peter Williams2001-07-101-0/+9
* g_strdup the result of g_get_home_dir since this variable will get free'dDan Winship2001-07-101-0/+3
* Use gnome_vfs_mime_get_short_list_applications rather thanDan Winship2001-07-101-0/+14
* Change html_signature stuff over to bonobo-config -- someone forgot to doPeter Williams2001-07-101-0/+3
* Gave up and got rid of dm. Just replaced it with d(g_message()) and setPeter Williams2001-07-091-0/+5
* Deleted (as opposed to #if 0) (get_folder_info): Changed to assume it hasPeter Williams2001-07-091-0/+13
* Check for new_uid != NULL here before strcmping.Christopher James Lahey2001-07-081-0/+5
* Only install the segv_redirect handler if SEGV's handler is not currentlyDan Winship2001-07-071-0/+6
* Made this handle being given a row that's outside the range better.Christopher James Lahey2001-07-071-0/+5
* Removed old CVS conflict marker.Jon Trowbridge2001-07-071-1/+0
* [Fix bug #1100, default account is stored strangely]Jason Leach2001-07-071-0/+12
* add a NULL check since that is a valid return.Larry Ewing2001-07-071-0/+6
* Prevent infinite recursion when viewing attachments that we can't /Peter Williams2001-07-071-0/+6
* Freeze and Thaw the folder.Jeffrey Stedfast2001-07-071-0/+5
* Mark the messages as Seen also. (folder_browser_class_init): Create anJeffrey Stedfast2001-07-071-0/+20
* Don't free the psd here -- it will be freed on the "destroy" signal.Peter Williams2001-07-071-0/+11
* Select the very next message after deleting, not the next undeleted (itJason Leach2001-07-071-0/+13
* Fix obvious bug in previous bugfix: Pass "fb" to check_for_fb_match() soDan Winship2001-07-071-0/+7
* Change the folder right-click "Properties..." menu item handling soEttore Perazzoli2001-07-061-0/+6
* Add a checkbox for prompting when sending a message with an empty subject.Jeffrey Stedfast2001-07-061-0/+6
* Okay, apparently I was wrong. Oh well. (mail_config_set_thread_list): FixJeffrey Stedfast2001-07-061-8/+19
* Remove the ridiculuous relic known as test-mail. Clean up a bit.Peter Williams2001-07-061-0/+3
* Formatting fix on ChangeLog (ie I Forgot To Save The File Before Committing Y...Peter Williams2001-07-051-0/+2
* Add mail folder cache hookups.Peter Williams2001-07-051-0/+2
* Clear the shell view label if mailer loses focus.Peter Williams2001-07-051-0/+8
* set "pixname" value only if pixbuf was loaded successfully. OtherwiseGediminas Paulauskas2001-07-051-0/+5
* Revert Sam's changes.Jeffrey Stedfast2001-07-051-1/+14
* Replace value in config->preview_hash when it already exists. Old codeSam Creasey2001-07-041-0/+6
* Unset the message being displayed when expunging. This makes expungedJoe Shaw2001-07-041-0/+6
* If msg is NULL, fetch the message and requeue a mail_reply call. Fixes bugJoe Shaw2001-07-041-0/+6
* Use a better GHashTable technique that will hopefully solve some bugs andJeffrey Stedfast2001-07-041-13/+25
* Split make_string into these. (update_idle): Use (name and status) insteadPeter Williams2001-07-041-0/+7
* Finish off #809 by committing the menu and right click thingies forJacob Leach2001-07-041-0/+4
* Compile fixes. #include errno.h and gnome-dialog-utils.h.Peter Williams2001-07-041-0/+5
* Prevent folders from appearing to have -1 new messages. Prevent nonactivePeter Williams2001-07-041-0/+31
* Rename some of the widgets in the news config to not conflict with theDan Winship2001-07-041-0/+6
* Use mkdtemp if we have it, else use mktemp but make the code safer than itJeffrey Stedfast2001-07-041-0/+7
* Hide the URL passwd, auth, and params. (folder_browser_copy): Same.Jeffrey Stedfast2001-07-031-0/+6