| Commit message (Expand) | Author | Age | Files | Lines |
* | [Fix #7542, "Crash Afer Closing".] | Ettore Perazzoli | 2001-09-05 | 2 | -0/+12 |
* | Fixes #7251 | Chyla Zbigniew | 2001-09-05 | 2 | -2/+9 |
* | Unref the source folder here because it might be a POP folder. We do this | Jeffrey Stedfast | 2001-09-05 | 2 | -2/+13 |
* | Fix capitalization. Fixes bug #7486. | Jeffrey Stedfast | 2001-09-05 | 2 | -17/+22 |
* | Marked string for translation (with U_). | Chyla Zbigniew | 2001-09-01 | 2 | -1/+8 |
* | Use g_utf8_collate instead of g_strcasecmp for comparing names. | Chyla Zbigniew | 2001-09-01 | 2 | -9/+21 |
* | Fix the Pine and Netscape importers. Give them a nice progress reporting GUI. | Iain Holmes | 2001-08-31 | 4 | -16/+59 |
* | Due to the introduction of mail_folder_cache_remove(), we can no longer | Peter Williams | 2001-08-31 | 2 | -38/+198 |
* | Fixed a memory leak. (message_browser_new): Added a comment as to why , | Jeffrey Stedfast | 2001-08-31 | 3 | -21/+27 |
* | Instead of removing the folder from the folder cache here... | Peter Williams | 2001-08-31 | 2 | -4/+12 |
* | Pass in FALSE as the 'sending' arg to e_msg_composer_get_message. | Jon Trowbridge | 2001-08-30 | 2 | -1/+7 |
* | in mail: | Peter Williams | 2001-08-30 | 2 | -1/+3 |
* | Toss in a call to mail_config_init () cause it might contribute to solving | Peter Williams | 2001-08-30 | 2 | -1/+8 |
* | Instead of folder_browser_factory_new_control ("", corba_shell) when | Peter Williams | 2001-08-29 | 2 | -1/+4 |
* | Disable interaction once the shell has quit. | Peter Williams | 2001-08-29 | 2 | -0/+6 |
* | Studlycapsize all the IDs that are not. Likewise. Updated accordingly. | Ettore Perazzoli | 2001-08-28 | 5 | -8/+20 |
* | Check if we are trying to reply to a message with no From: field, and try | Jon Trowbridge | 2001-08-28 | 3 | -5/+22 |
* | Destroy lists and hashes when needed, so that old data isn't left behind. | Iain Holmes | 2001-08-28 | 2 | -1/+26 |
* | Set the source and transport description labels. (transport_type_changed): | Jeffrey Stedfast | 2001-08-28 | 5 | -13/+65 |
* | Remove X-Evolution* headers. (mail_tool_remove_xevolution_headers): New | Jeffrey Stedfast | 2001-08-28 | 4 | -1/+85 |
* | If the store is not connected, scan it's subfolders first. | Jeffrey Stedfast | 2001-08-27 | 4 | -134/+143 |
* | Call va_end() so LinuxPPC doesn't have a caniption. | Jeffrey Stedfast | 2001-08-27 | 2 | -5/+11 |
* | Use the new e_mkdtemp function. | Jeffrey Stedfast | 2001-08-25 | 4 | -80/+70 |
* | Don't mark empty strings for translation. Rather, give descriptions and | Ettore Perazzoli | 2001-08-25 | 2 | -2/+10 |
* | Save the folder's full_name, unref it, and *then* unref the store, so that | Peter Williams | 2001-08-25 | 2 | -1/+14 |
* | Instead of using the length of the shortcuts list as the index for the | Peter Williams | 2001-08-25 | 4 | -13/+40 |
* | Don't let the uri be an empty string (how the fuck is this even happening | Jeffrey Stedfast | 2001-08-25 | 2 | -12/+17 |
* | attach to the destroy handler to reset the tokenizer. (dialog_destroy_cb): | Larry Ewing | 2001-08-24 | 2 | -5/+23 |
* | Eek, let the user create new accounts if old_account == NULL. | Peter Williams | 2001-08-24 | 2 | -1/+6 |
* | Check to make sure we actually have drag data. | Jeffrey Stedfast | 2001-08-24 | 4 | -6/+22 |
* | Revert fix for Ximian bug #6995. | Christopher James Lahey | 2001-08-24 | 2 | -29/+11 |
* | Record the timeout_id so we can cancel it if the mail_folder_info is later | Peter Williams | 2001-08-23 | 2 | -15/+39 |
* | In the GUI, the toggle is labelled "hide addresses", not "show addresses" | Jon Trowbridge | 2001-08-23 | 2 | -7/+63 |
* | Don't blindly make all vtrash folder types have a uri of vtrash:file:/, | Jeffrey Stedfast | 2001-08-23 | 3 | -37/+47 |
* | emit an event from our event source (contact_editor_cb): emit a destroy | jacob berkman | 2001-08-23 | 2 | -54/+50 |
* | We don't need to escape this for printf'ing. | Peter Williams | 2001-08-23 | 2 | -14/+6 |
* | Prevent the user from creating two accounts with the same name. | Peter Williams | 2001-08-22 | 5 | -50/+81 |
* | Check for NULL uic here as well. (fbui_sensitize_items): Up the timeout | Peter Williams | 2001-08-22 | 2 | -2/+14 |
* | tiny typo | Peter Williams | 2001-08-22 | 1 | -1/+1 |
* | Honor the return value of mail_account_gui_save. | Peter Williams | 2001-08-22 | 2 | -1/+5 |
* | Say which folder is getting saved. | Peter Williams | 2001-08-22 | 2 | -1/+8 |
* | Don't trust gnome-vfs when it says "text/plain" if | Dan Winship | 2001-08-22 | 2 | -18/+40 |
* | zero-ize the password before freeing. (forget_password): Same. | Jeffrey Stedfast | 2001-08-22 | 3 | -2/+10 |
* | Don't sink the extras since _set_folder can get called more than once (on | Peter Williams | 2001-08-22 | 2 | -3/+5 |
* | Treat the spool provider like IMAP: update instead of performing an | Peter Williams | 2001-08-22 | 2 | -2/+7 |
* | Rename to fbui_real_sensitize_items. Now we queue a change and set up a | Peter Williams | 2001-08-22 | 4 | -11/+90 |
* | Fix jumping | Iain Holmes | 2001-08-21 | 2 | -2/+6 |
* | Fix double-unref of the store. | Peter Williams | 2001-08-21 | 2 | -5/+5 |
* | Modify the url and set the protocol to mbox rather than hacking it and | Jeffrey Stedfast | 2001-08-21 | 5 | -178/+195 |
* | Fix the wording on some labels. | Iain Holmes | 2001-08-21 | 3 | -69/+30 |
* | Move the ChangeFolderProperties into the ComponentPlaceholder. Add a | Ettore Perazzoli | 2001-08-21 | 2 | -1/+7 |
* | Whoops, make sure that the account has a source before removing it or | Peter Williams | 2001-08-20 | 2 | -4/+9 |
* | Add a few comments. | Peter Williams | 2001-08-20 | 2 | -1/+12 |
* | use new small trash icon for Delete command. | Damon Chaplin | 2001-08-20 | 2 | -1/+5 |
* | s/Synchronising/Synchronizing/. | Ettore Perazzoli | 2001-08-20 | 2 | -1/+5 |
* | camel_folder_create_folder can now return a heirachial tree so subscribe | Jeffrey Stedfast | 2001-08-20 | 3 | -16/+24 |
* | use new Cut/Copy/Paste icons. | Damon Chaplin | 2001-08-20 |