| Commit message (Expand) | Author | Age | Files | Lines |
* | Now takes a check_supported gboolean argument saying whether or not to | Jeffrey Stedfast | 2001-07-26 | 3 | -9/+25 |
* | Initialize `me' to NULL. (forward_attached): If we are only forwarding a | Jeffrey Stedfast | 2001-07-26 | 2 | -12/+44 |
* | Initialize `me' to NULL. | Jeffrey Stedfast | 2001-07-26 | 3 | -12/+16 |
* | Um, write the HTML signature settings in the right place. Whoops. | Peter Williams | 2001-07-25 | 2 | -2/+7 |
* | If we're the last row and we're deleting, select the previous message, not | Jason Leach | 2001-07-25 | 2 | -2/+14 |
* | Pass the O_TRUNC flag to open so that we don't leave trailing garbage at | Jeffrey Stedfast | 2001-07-25 | 3 | -39/+48 |
* | oops, we had a possible NULL value passed to a strcmp | Jeffrey Stedfast | 2001-07-25 | 1 | -1/+3 |
* | fixed a typo | Jeffrey Stedfast | 2001-07-25 | 1 | -1/+1 |
* | Fix for bug #5174. | Jeffrey Stedfast | 2001-07-25 | 2 | -2/+8 |
* | Match the prefix for the "remember_passphrase" setting with where it's | Jason Leach | 2001-07-25 | 2 | -8/+15 |
* | check_specials if this is an application/pgp type as well. | Jeffrey Stedfast | 2001-07-25 | 2 | -1/+4 |
* | When dumping the CamelURL to a string, hide all the params. | Jeffrey Stedfast | 2001-07-25 | 2 | -10/+15 |
* | Do a case-insensitive comparison. (mail_generate_reply): Only resort to | Jeffrey Stedfast | 2001-07-25 | 7 | -49/+86 |
* | get_boolean_with_default for the "Mark as read" timeout, not | Jason Leach | 2001-07-25 | 2 | -2/+7 |
* | Don't display "(0 unsent)" if the outbox is empty. | Peter Williams | 2001-07-25 | 2 | -2/+5 |
* | Set up the local trash in the folder cache. | Peter Williams | 2001-07-25 | 2 | -0/+8 |
* | Make the error reporting a little but more descriptive. | Peter Williams | 2001-07-24 | 2 | -2/+7 |
* | Add new label widgets with a message that SSL isn't supported. | Peter Williams | 2001-07-24 | 5 | -8/+70 |
* | Dont call notifyResult here if we've just launched a thread to do the | Not Zed | 2001-07-24 | 2 | -13/+17 |
* | Go back to calling mail_msg_free here. (mail_msg_destroy): Remove the | Not Zed | 2001-07-24 | 3 | -8/+31 |
* | Oops. Uncomment this code since Trow fixed GtkHTML to actually have this | Jeffrey Stedfast | 2001-07-24 | 2 | -1/+4 |
* | Fixed the "Read" to be Read in the glade file per menesis' request. | Jeffrey Stedfast | 2001-07-24 | 6 | -5/+94 |
* | fixed my fix to compile | Jeffrey Stedfast | 2001-07-24 | 1 | -2/+2 |
* | If the source and destination folders are the same, just mark the uids as | Jeffrey Stedfast | 2001-07-24 | 2 | -4/+21 |
* | Carefully check for NULL everywhere, and do the right thing if the message | Jon Trowbridge | 2001-07-24 | 2 | -2/+24 |
* | [Bug #5225: No UI way to mark as unimportant] | Jason Leach | 2001-07-24 | 5 | -6/+49 |
* | Add an extra @type arg to the xferFolder and removeFolder methods in | Ettore Perazzoli | 2001-07-23 | 2 | -1/+22 |
* | Add a `user_creatable' property to folder types and make components | Ettore Perazzoli | 2001-07-22 | 2 | -3/+8 |
* | Change this back to the "evolution:/local/Inbox" URI. | Jason Leach | 2001-07-21 | 2 | -1/+6 |
* | Don't let the user remove vtrash folders. | Peter Williams | 2001-07-21 | 2 | -0/+8 |
* | Fix DanW's fix. Pass the right arguments to mail_msg_destroy. | Peter Williams | 2001-07-21 | 4 | -6/+41 |
* | er, unbroke changelog | Jeffrey Stedfast | 2001-07-21 | 1 | -1/+0 |
* | Don't expunge the source folder if we have a cache. | Jeffrey Stedfast | 2001-07-21 | 4 | -11/+18 |
* | Use mail_msg_destroy rather than mail_msg_free, so the cancellation | Dan Winship | 2001-07-21 | 2 | -1/+7 |
* | Update this evolution:/local/ URI to evolution:/Local Folders/ to go along | Jason Leach | 2001-07-20 | 2 | -1/+7 |
* | Fix #4605: "Save Image as" should be "Save Image as...". | Jason Leach | 2001-07-20 | 2 | -2/+7 |
* | Set the vertical scrolling policy for the mail display to AUTOMATIC, only | Jason Leach | 2001-07-20 | 4 | -6/+18 |
* | In camel: | Peter Williams | 2001-07-20 | 3 | -13/+56 |
* | remove something notzed didn't mean to commit | Dan Winship | 2001-07-20 | 1 | -1/+1 |
* | remvoed register/start/end etc code. | Not Zed | 2001-07-19 | 5 | -318/+41 |
* | partial checkin before completing the changes | Not Zed | 2001-07-19 | 6 | -127/+137 |
* | Remove this prototype for a function that was removed long ago. | Jason Leach | 2001-07-19 | 2 | -4/+6 |
* | [Simplifying how default account is stored and used internally, fixes | Jason Leach | 2001-07-19 | 7 | -82/+89 |
* | Do what was suggested in #4596. | Jeffrey Stedfast | 2001-07-19 | 3 | -32/+32 |
* | Add GTK_WIDGET to the charset picker. Reportedly prevent a craash for | Peter Williams | 2001-07-19 | 2 | -1/+4 |
* | Typo fix. Later: And actually fix the typo. | Peter Williams | 2001-07-18 | 2 | -1/+2 |
* | Typo fix. | Peter Williams | 2001-07-18 | 2 | -1/+5 |
* | Setup the auto-receive here instead. | Jeffrey Stedfast | 2001-07-18 | 3 | -2/+11 |
* | Reset the autoreceive when necessary. | Iain Holmes | 2001-07-18 | 3 | -0/+8 |
* | Fix for last change: hide the entire widget, not just the entry. | Jason Leach | 2001-07-18 | 3 | -4/+10 |
* | Fix to correctly handle text/uri-lists that contain more than a single | Jeffrey Stedfast | 2001-07-18 | 3 | -53/+74 |
* | Make the Path: entry into a GnomeFileEntry so you get a nice "Browse..." | Jason Leach | 2001-07-18 | 2 | -24/+40 |
* | Cleaned up a bit. (handle_multipart_encrypted): Replace the encrypted part | Jeffrey Stedfast | 2001-07-18 | 3 | -19/+26 |
* | Make a nicer delete account dialog | Iain Holmes | 2001-07-18 | 2 | -6/+11 |
* | Use CAMEL_VTRASH_NAME. | Jeffrey Stedfast | 2001-07-18 | 7 | -21/+28 |
* | Use g_strcasecmp() when looking for a Trash folder - it may be lowercase | Jeffrey Stedfast | 2001-07-17 | 2 | -8/+20 |
* | Use g_strcasecmp() when looking for a Trash folder - it may be lowercase | Jeffrey Stedfast | 2001-07-17 | 4 | -28/+39 |
* | Let VTrash folders accept/export the same dnd types as normal folders. | Jeffrey Stedfast | 2001-07-17 | 2 | -20/+26 |
* | prototype outbox_folder so we can check if a folder is it. | Peter Williams | 2001-07-17 | 2 | -4/+23 |
* | Use our own display_style member instead of the global setting. | Peter Williams | 2001-07-17 | 8 | -10/+44 |
* | DUH. No need to update every folder if we set the folder browser to NULL. | Peter Williams | 2001-07-16 | 2 | -5/+11 |
* | Call mail_autoreceive_setup() so that any changes to the list of accounts | Jeffrey Stedfast | 2001-07-16 | 2 | -0/+9 |
* | Merged mine and Peter's entries. | Jeffrey Stedfast | 2001-07-14 | 2 | -6/+6 |
* | Segfault prevention here if no uid is currently loaded. | Peter Williams | 2001-07-14 | 2 | -6/+8 |
* | Segfault prevention here if we lose the race with | Peter Williams | 2001-07-14 | 2 | -1/+5 |
* | New function. If a vfolder in our list gets finalized, NULL out | Peter Williams | 2001-07-13 | 2 | -0/+28 |
* | Updated to reflect changes in the filter API by passing in the provided | Jeffrey Stedfast | 2001-07-13 | 2 | -0/+19 |
* | Updated to reflect changes in the filter API by passing in the provided | Jeffrey Stedfast | 2001-07-13 | 2 | -45/+64 |
* | Fix the importers if you try to import into an already existing directory | Iain Holmes | 2001-07-13 | 2 | -20/+38 |
* | Force-hide all deleted messages before expunging. (expunged_folder): | Jeffrey Stedfast | 2001-07-13 | 2 | -25/+50 |
* | Only blank the mail display if the message being viewed is one of those to | Jason Leach | 2001-07-13 | 2 | -1/+14 |
* | Should be saving the 'identity_html_signature' and | Jason Leach | 2001-07-13 | 2 | -2/+9 |
* | no longer need to set a my address property | JP Rosevear | 2001-07-12 | 2 | -17/+15 |
* | Set the CLIPBOARD selection as well as the primary selection so that | Federico Mena Quintero | 2001-07-11 | 2 | -3/+30 |
* | [Bug #4305: Make the automatic mark-as-read timer optional] | Jason Leach | 2001-07-11 | 7 | -14/+63 |
* | Oops | JP Rosevear | 2001-07-11 | 1 | -1/+2 |
* | Cosmetic patch - replace our defines with the e-popup ones | JP Rosevear | 2001-07-11 | 1 | -0/+2 |
* | Typo | JP Rosevear | 2001-07-11 | 3 | -10/+11 |
* | Took the logic of whether or not to make the attachment header out of the | Peter Williams | 2001-07-11 | 4 | -22/+108 |
* | extra dist the news files | JP Rosevear | 2001-07-11 | 2 | -1/+12 |
* | Use bonobo_config_set_string_wrapper. (mail_config_write): Same. | Jeffrey Stedfast | 2001-07-11 | 2 | -61/+42 |
* | Make sure that the reply-to addr i non-NULL before trying to add it to the | Jeffrey Stedfast | 2001-07-11 | 2 | -5/+11 |
* | fix typo so it compiles | JP Rosevear | 2001-07-10 | 2 | -1/+5 |
* | Handle application/pgp using the text/plain handler. | Jeffrey Stedfast | 2001-07-10 | 2 | -24/+24 |
* | Handle application/pgp using the text/plain handler. | Jeffrey Stedfast | 2001-07-10 | 6 | -93/+207 |
* | Update to pass in the `remember' argument when creating a new pgp context. | Jeffrey Stedfast | 2001-07-10 | 3 | -6/+12 |
* | Update to pass in the `remember' argument when creating a new pgp context. | Jeffrey Stedfast | 2001-07-10 | 7 | -67/+136 |
* | Check for an exception and print it. Call done anyway. | Peter Williams | 2001-07-10 | 2 | -1/+14 |
* | Some NULL protection for our strings: pgp_key, html_signature, smime_key. | Peter Williams | 2001-07-10 | 3 | -4/+25 |
* | g_strdup the result of g_get_home_dir since this variable will get free'd | Dan Winship | 2001-07-10 | 2 | -1/+4 |
* | Use gnome_vfs_mime_get_short_list_applications rather than | Dan Winship | 2001-07-10 | 4 | -38/+83 |
* | Change html_signature stuff over to bonobo-config -- someone forgot to do | Peter Williams | 2001-07-10 | 2 | -4/+8 |
* | Gave up and got rid of dm. Just replaced it with d(g_message()) and set | Peter Williams | 2001-07-09 | 2 | -39/+48 |
* | Deleted (as opposed to #if 0) (get_folder_info): Changed to assume it has | Peter Williams | 2001-07-09 | 2 | -53/+42 |
* | Check for new_uid != NULL here before strcmping. | Christopher James Lahey | 2001-07-08 | 2 | -1/+6 |
* | Only install the segv_redirect handler if SEGV's handler is not currently | Dan Winship | 2001-07-07 | 2 | -7/+16 |
* | Made this handle being given a row that's outside the range better. | Christopher James Lahey | 2001-07-07 | 2 | -4/+14 |
* | Removed old CVS conflict marker. | Jon Trowbridge | 2001-07-07 | 1 | -1/+0 |
* | [Fix bug #1100, default account is stored strangely] | Jason Leach | 2001-07-07 | 2 | -17/+50 |
* | add a NULL check since that is a valid return. | Larry Ewing | 2001-07-07 | 2 | -1/+10 |
* | Prevent infinite recursion when viewing attachments that we can't / | Peter Williams | 2001-07-07 | 2 | -5/+20 |
* | Freeze and Thaw the folder. | Jeffrey Stedfast | 2001-07-07 | 3 | -7/+13 |
* | Mark the messages as Seen also. (folder_browser_class_init): Create an | Jeffrey Stedfast | 2001-07-07 | 4 | -149/+220 |
* | Don't free the psd here -- it will be freed on the "destroy" signal. | Peter Williams | 2001-07-07 | 4 | -8/+18 |
* | Select the very next message after deleting, not the next undeleted (it | Jason Leach | 2001-07-07 |