| Commit message (Expand) | Author | Age | Files | Lines |
* | change va_copy to G_VA_COPY | Dan Winship | 2001-10-19 | 2 | -4/+7 |
* | Use va_copy to make this compile on ppc again. | Dan Winship | 2001-10-19 | 2 | -1/+6 |
* | Clone the folderinfo before passing to async event. (real_folder_created): | 7 | 2001-10-18 | 3 | -3/+18 |
* | No longer need to copy the description now that camel-exceptions have been | Jeffrey Stedfast | 2001-10-18 | 2 | -8/+5 |
* | Helper macro. | Jeffrey Stedfast | 2001-10-18 | 5 | -30/+30 |
* | Don't use gnome_dialog_run_and_close() here, we can easily get away with | Jeffrey Stedfast | 2001-10-18 | 2 | -19/+43 |
* | Only empty trash on enabled accounts, fixes #12821. | 7 | 2001-10-18 | 2 | -1/+6 |
* | Make Reply-To bold too since no one ever figures out why it's not | Dan Winship | 2001-10-18 | 2 | -1/+6 |
* | Fix typo | Iain Holmes | 2001-10-17 | 2 | -1/+5 |
* | Lets put the UID cache in ~/evolution/mail/pop3 as this makes more sense | Jeffrey Stedfast | 2001-10-17 | 2 | -2/+27 |
* | Check that the cursor_uid is non-NULL before emitting a "message_selected" | Jeffrey Stedfast | 2001-10-17 | 2 | -1/+7 |
* | Always explicitly clear out the SearchInfo. | Jon Trowbridge | 2001-10-17 | 2 | -4/+13 |
* | folder-browser.c: (folder_browser_set_message_preview): Return do nothing | Michael Zucci | 2001-10-17 | 2 | -6/+24 |
* | Added an async_event handler to store_info. (mail_note_store): Setup async | Michael Zucci | 2001-10-17 | 9 | -169/+224 |
* | New function to return the id of the currently executing proxied event. | 6 | 2001-10-17 | 5 | -8/+116 |
* | don't write strings longer than they actually are. | Larry Ewing | 2001-10-16 | 2 | -4/+12 |
* | Remove the mark_seen timeout. | Jeffrey Stedfast | 2001-10-16 | 2 | -3/+13 |
* | conflict droppings | Larry Ewing | 2001-10-16 | 1 | -1/+0 |
* | don't apply the body text in replys since we will just replace it anyway. | Larry Ewing | 2001-10-16 | 2 | -1/+7 |
* | Call mail_vfolder_shutdown. | Jeffrey Stedfast | 2001-10-16 | 5 | -7/+57 |
* | Proxy get-password call to main thread. (forget_password): same for | 5 | 2001-10-16 | 4 | -5/+182 |
* | fixed a typo | Jeffrey Stedfast | 2001-10-16 | 1 | -1/+1 |
* | Share more state between the parent and its clones, so that our multiple | Jon Trowbridge | 2001-10-15 | 2 | -29/+78 |
* | Bad hacker! Don't implicitly assume that utf8 characters are one byte in | Jon Trowbridge | 2001-10-14 | 2 | -3/+16 |
* | Don't emit a gtk warning if the composer creation fails. | Dan Winship | 2001-10-14 | 2 | -3/+8 |
* | Revert the change to remove the Score column until Chris can fix ETable so | Dan Winship | 2001-10-13 | 4 | -11/+70 |
* | Fix race conditions in creating folders | Iain Holmes | 2001-10-13 | 2 | -2/+12 |
* | call e_passwords_init and e_passwords_shutdown. | Chris Toshok | 2001-10-13 | 5 | -107/+102 |
* | Convert URLS so we can get clickable links. | Jeffrey Stedfast | 2001-10-13 | 2 | -1/+4 |
* | removed Score stuff from the message-list | Jeffrey Stedfast | 2001-10-13 | 4 | -63/+15 |
* | Store our listener id. (popup_info_free): Disconnect our listener when we | Jon Trowbridge | 2001-10-12 | 2 | -3/+14 |
* | Listen for "destroy" events from the control, so that we don't leave stray | Jon Trowbridge | 2001-10-12 | 2 | -0/+25 |
* | Added a checkbox for body indexing. | 1 | 2001-10-12 | 4 | -4/+85 |
* | oops, and here too | Jeffrey Stedfast | 2001-10-12 | 1 | -2/+2 |
* | pass FALSE along to the add_message_attachments call | Jeffrey Stedfast | 2001-10-12 | 1 | -1/+1 |
* | Attach the message attachments. Fixes bug #5439. | Jeffrey Stedfast | 2001-10-12 | 2 | -1/+13 |
* | No longer need to pass folder display name to storage update_folder | Dan Winship | 2001-10-12 | 6 | -588/+14 |
* | blah | Jeffrey Stedfast | 2001-10-12 | 1 | -1/+0 |
* | Make sure the service/storage are non-NULL. | Jeffrey Stedfast | 2001-10-12 | 3 | -49/+61 |
* | Fix up the logic here. | Dan Winship | 2001-10-11 | 2 | -5/+8 |
* | use new function to copy the attachments from the source message. This | Larry Ewing | 2001-10-11 | 2 | -0/+7 |
* | copy the data. We can't ref the byte array and we can't free it so we have | Larry Ewing | 2001-10-10 | 2 | -2/+10 |
* | IF the source and destination folders are the same, do nothing. Oh, and | 0 | 2001-10-10 | 3 | -52/+89 |
* | ref the part. (save_destroy_cb): new function to unref the part when we | Larry Ewing | 2001-10-10 | 2 | -11/+69 |
* | Ref folder so it hangs around till we're done with it. | 9 | 2001-10-10 | 2 | -0/+9 |
* | Make sure the mail-display is non-NULL. | Jeffrey Stedfast | 2001-10-10 | 2 | -1/+6 |
* | Implement. | 9 | 2001-10-10 | 2 | -0/+23 |
* | Create a chaqrset picker submenu in the View menu. | Jeffrey Stedfast | 2001-10-10 | 8 | -30/+116 |
* | Use gtk_signal_connect_while_alive here so e_gnome_dialog_parent_destroyed | Dan Winship | 2001-10-10 | 3 | -25/+60 |
* | Oops. | Jon Trowbridge | 2001-10-10 | 1 | -1/+1 |
* | Revert the change to use e_msg_composer_new_with_message. That has | Dan Winship | 2001-10-10 | 2 | -1/+8 |
* | Update for folder_flags. | Dan Winship | 2001-10-09 | 6 | -18/+23 |
* | Write out the Bcc: header when applicable. Fixes bug #5823. | Jon Trowbridge | 2001-10-09 | 2 | -2/+11 |
* | Convert the htmlinfo into utf8. Fixes bug #11966. | Jeffrey Stedfast | 2001-10-09 | 2 | -5/+11 |
* | For mailstorage folders, connect to the control's "activate" signal, and | Dan Winship | 2001-10-09 | 2 | -17/+47 |
* | Remove #ifndef MOVEMAIL_PATH code, since the setting of that variable has | Dan Winship | 2001-10-09 | 2 | -19/+8 |
* | Fix a merge-conflict leftover. | Jeffrey Stedfast | 2001-10-06 | 2 | -4/+5 |
* | reformatted the menu tables so they're a bit more bloody readable. | 5 | 2001-10-06 | 4 | -82/+66 |
* | Add toggle button to config menu to turn the "confirm sending unwanted | Jon Trowbridge | 2001-10-06 | 5 | -0/+35 |
* | New convenience function that not only sets the gnome-dialog's parent | Jeffrey Stedfast | 2001-10-06 | 2 | -28/+107 |
* | added in the ssl-not-supported label that the code was referencing but which ... | Jeffrey Stedfast | 2001-10-06 | 1 | -1/+28 |
* | use e_msg_composer_new_with_message rather than e_msg_composer_new. This | Larry Ewing | 2001-10-06 | 2 | -1/+8 |
* | Turn on "uniform_row_height" argument. | Christopher James Lahey | 2001-10-05 | 2 | -0/+9 |
* | Show "nn sent" as total in sent folder, rather than just 'total'. | 4 | 2001-10-05 | 3 | -3/+11 |
* | Do a better job of setting up the name. Also de-sensitise when we can't | 4 | 2001-10-05 | 2 | -2/+24 |
* | Set the parent window as the fb. This fixes bug #11723. (filter_edit): Do | Jeffrey Stedfast | 2001-10-05 | 2 | -9/+28 |
* | Ignore the signal if the radio button is not "on". This fixes bug #10532 | Jeffrey Stedfast | 2001-10-05 | 5 | -34/+42 |
* | Fix so that an email address with no name is once again just | Dan Winship | 2001-10-05 | 2 | -6/+14 |
* | Only create the folder when the shell has created it. | Iain Holmes | 2001-10-05 | 3 | -3/+9 |
* | If we're accessing a vfolder uri, then popup the vfolder editor instead of | 4 | 2001-10-05 | 4 | -1/+78 |
* | Added some more NULL checks. | Jeffrey Stedfast | 2001-10-05 | 2 | -2/+6 |
* | Do the url fragment/path -> folder name hack. Removing vfolders from shell | 4 | 2001-10-05 | 2 | -27/+17 |
* | Only build destination data if we have destination != NULL. Fixes crash of | 3 | 2001-10-04 | 2 | -1/+4 |
* | Set 'to' -> 'recipient' data for search object. #6199. | 3 | 2001-10-04 | 2 | -0/+7 |
* | Handle vtrash case, emit 'folder_created' event for the folder-cache to | 3 | 2001-10-04 | 3 | -8/+40 |
* | Don't use the wax-seal icons for the pgp stuff anymore, use Jimmac's new | Jeffrey Stedfast | 2001-10-04 | 2 | -2/+7 |
* | Dont wait for event to finish before returning. This could however mean we | 3 | 2001-10-04 | 3 | -1/+11 |
* | If we have hide deleted set, then dont count deleted messages in the | 3 | 2001-10-04 | 2 | -1/+23 |
* | If we have a fragment, override that, rather than the path. Fixes #5251. | 3 | 2001-10-04 | 2 | -1/+9 |
* | add $BONOBO_GNOME_CFLAGS to make it work with latest Bonobo | Rodrigo Moya | 2001-10-04 | 2 | -0/+6 |
* | Pass an empty flags argument to mail_transfer_messages - destination | Jeffrey Stedfast | 2001-10-03 | 6 | -6/+28 |
* | Pass an empty flags argument to mail_tool_uri_to_folder. | Jeffrey Stedfast | 2001-10-03 | 14 | -29/+89 |
* | Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'. | Ettore Perazzoli | 2001-10-03 | 2 | -1/+7 |
* | Make sure we aren't dealing with a pathological message w/o a From: | Jon Trowbridge | 2001-10-02 | 2 | -2/+11 |
* | Check for errors | Iain Holmes | 2001-10-02 | 7 | -13/+34 |
* | replace my_list_find() == NULL with my_list_find() != NULL. | Jeffrey Stedfast | 2001-10-02 | 2 | -2/+7 |
* | create storages for providers that are STORAGE and aren't EXTERNAL, rather | Dan Winship | 2001-10-02 | 6 | -62/+97 |
* | Don't use mail_tool_get_folder_name here since that function only existed | Dan Winship | 2001-10-02 | 4 | -66/+32 |
* | Don't pass the CREATE flag, we shouldn't ever need this... | Jeffrey Stedfast | 2001-10-02 | 2 | -2/+6 |
* | if gnome-vfs returns application/octet-stream with the magic check, use | Larry Ewing | 2001-10-02 | 2 | -7/+21 |
* | wrap a bonobo_ui_component_freeze/thaw around all of the set_props so they | Dan Winship | 2001-09-29 | 2 | -0/+10 |
* | Don't create checkboxes for global Threaded or Preview options as they are | Jeffrey Stedfast | 2001-09-29 | 4 | -30/+13 |
* | Setup vfolder storage before all others. | 8 | 2001-09-29 | 2 | -2/+3 |
* | Emit folder_deleted event. (remove_find_path): Fix, compare against path, | 8 | 2001-09-29 | 8 | -114/+437 |
* | Use Camel to compare the urls rather than using e_url_equal which does all | Jeffrey Stedfast | 2001-09-29 | 2 | -7/+34 |
* | Setup the url_hash and url_equal functions for the local provider. | Jeffrey Stedfast | 2001-09-29 | 4 | -29/+110 |
* | Don't call mail_config_service_set_save_passwd if we didn't find a | Dan Winship | 2001-09-29 | 2 | -1/+7 |
* | Just add the shortcut to the first group. | Ettore Perazzoli | 2001-09-29 | 2 | -53/+12 |
* | Call folder_browser_toggle_threads() here after setting the value. This | Jeffrey Stedfast | 2001-09-29 | 2 | -3/+10 |
* | removed mail-vtrash.c | Jeffrey Stedfast | 2001-09-29 | 1 | -1/+1 |
* | Added mail_msg_cleanup() prototype. | Jeffrey Stedfast | 2001-09-29 | 3 | -1/+5 |
* | Deal with camel_mime_filter_charset_new_convert returning NULL. (Every | Dan Winship | 2001-09-28 | 2 | -2/+11 |
* | Always make the Cancel button the last one. | Ettore Perazzoli | 2001-09-28 | 2 | -5/+14 |
* | No such event finalized! Its finalize. (mail_note_store): " | 7 | 2001-09-28 | 3 | -9/+41 |
* | Perform a NULL-check. Hopefully fixes bug #7874. | Jeffrey Stedfast | 2001-09-28 | 2 | -0/+8 |
* | A service needs to be disconnected if it's remote, not already offline, | Dan Winship | 2001-09-27 | 3 | -32/+68 |
* | ChangeLog fix. | Chris Lahey | 2001-09-27 | 1 | -0/+1 |
* | Added a "Description:" label and moved the source_description and | Anna Marie Dirks | 2001-09-27 | 2 | -83/+124 |
* | Check for the root node here. | Christopher James Lahey | 2001-09-27 | 2 | -0/+7 |
* | Change the wording of the password dialog if we are getting a pgp | Jeffrey Stedfast | 2001-09-27 | 2 | -1/+8 |
* | strdup our "This message contains invalid recipients" string, since it | Jon Trowbridge | 2001-09-27 | 2 | -1/+6 |
* | Use camel_address_format, not camel_address_encode. | Jon Trowbridge | 2001-09-27 | 2 | -2/+5 |
* | Decode our URL before extracting the address to pop up contact info. | Jon Trowbridge | 2001-09-27 | 4 | -16/+32 |
* | Add a big comment explaining unread message counts so no one can mess them | Dan Winship | 2001-09-27 | 3 | -3/+41 |
* | Oops, translate the fake account name to UTF-8. | Jeffrey Stedfast | 2001-09-27 | 2 | -1/+6 |
* | Use e_tree_selected_path_foreach instead of e_tree_selected_row_foreach | Christopher James Lahey | 2001-09-26 | 2 | -4/+10 |
* | refactor to allow syslogging; hmm. | Michael Meeks | 2001-09-26 | 2 | -1/+10 |
* | Update to not send the remember-passphrase option to the context, it | Jeffrey Stedfast | 2001-09-26 | 8 | -60/+56 |
* | [Patch for Automake 1.5 compatibility pointed out by Richard | Ettore Perazzoli | 2001-09-26 | 2 | -1/+8 |
* | The folder-info needs to take priority over the folder because of the way | Jeffrey Stedfast | 2001-09-26 | 2 | -3/+15 |
* | Deal with destroy vs finalise semantics. Only destroy widgets here. | 5 | 2001-09-26 | 6 | -23/+127 |
* | If the data wrapper contains raw text, treat the contents as if they were | Jeffrey Stedfast | 2001-09-26 | 2 | -1/+21 |
* | Throw up a warning dialog if we suspect the config database is corrupt. | Jeffrey Stedfast | 2001-09-26 | 4 | -9/+53 |
* | Check if the transport is NULL | Iain Holmes | 2001-09-26 | 2 | -0/+10 |
* | Remove the FIXME menu item | Iain Holmes | 2001-09-26 | 2 | -0/+6 |
* | Only cache the password for the service if it has an entry in the account | Jeffrey Stedfast | 2001-09-26 | 3 | -18/+33 |
* | Use e_strftime_fix_am_pm instead of strftime. | Christopher James Lahey | 2001-09-25 | 2 | -5/+10 |
* | Removed unused variables. | 4 | 2001-09-25 | 4 | -42/+81 |
* | Always cache POP and IMAP passwords, even if the user didn't tell us to. | Jeffrey Stedfast | 2001-09-24 | 2 | -0/+10 |
* | If we have an operation that failed before, dont show the dialogue for the | 1 | 2001-09-22 | 2 | -1/+32 |
* | Use the mail-tools convenience functions to remove and restore the | Jeffrey Stedfast | 2001-09-22 | 3 | -74/+14 |
* | All made redundant by new mail-folder-cache code. (delete_folders, | Michael Zucci | 2001-09-22 | 4 | -113/+11 |
* | Use url path as full_name, not shell path. (mail_local_folder_construct): | 1 | 2001-09-22 | 2 | -23/+13 |
* | Take a new argument 'done' that can callback when complete. Fixed callers | 1 | 2001-09-21 | 7 | -17/+46 |
* | Dont let drafts/outbox/sent be added via a generic 'all local folders' | 0 | 2001-09-21 | 2 | -0/+8 |
* | trigger a folder changed event, so the folderinfocache stuff has a chance | 0 | 2001-09-21 | 3 | -10/+29 |
* | Only add the account if it doesn't already exist in the config db. | Jeffrey Stedfast | 2001-09-21 | 4 | -3/+17 |
* | Do not add the account here as this is taken care of in | Jeffrey Stedfast | 2001-09-21 | 5 | -38/+48 |
* | Update the status bar here, assuming we've just been activated. | 0 | 2001-09-21 | 6 | -22/+49 |
* | Don't "note" the folder if we failed to get it. | Jeffrey Stedfast | 2001-09-21 | 2 | -10/+10 |
* | Set the sensitivity of the buttons correctly | Iain Holmes | 2001-09-21 | 2 | -1/+8 |
* | Lock around hashtable/list manipulation. Also dont try scan vfolder_hash | 0 | 2001-09-21 | 9 | -102/+118 |
* | Set the folder info path. | Jeffrey Stedfast | 2001-09-21 | 2 | -9/+13 |
* | Register vfolder sources here. | 0 | 2001-09-21 | 11 | -12/+49 |
* | Make a neater error report | Iain Holmes | 2001-09-21 | 3 | -3/+8 |
* | Dont special case file: url's anymore. | 0 | 2001-09-21 | 4 | -41/+89 |
* | Convert all textual parts to 8bit before saving. Fixes bug #10388. | Jeffrey Stedfast | 2001-09-21 | 3 | -2/+39 |
* | don't free memory that we don't own. | Jeffrey Stedfast | 2001-09-21 | 2 | -5/+11 |
* | No need to have g_warnings here. If it's done properly, therapeutically, | Dan Winship | 2001-09-21 | 2 | -2/+6 |
* | Truncate extremely long subjects. (inspired by bug #9158) | Jon Trowbridge | 2001-09-20 | 3 | -4/+22 |
* | Here too. | Jeffrey Stedfast | 2001-09-20 | 3 | -2/+11 |
* | const fix | Iain Holmes | 2001-09-20 | 1 | -2/+2 |
* | Fix memory leak | Iain Holmes | 2001-09-20 | 2 | -0/+5 |
* | Convert the names to the locale charset. | Jeffrey Stedfast | 2001-09-20 | 2 | -14/+24 |
* | Pass the actual unread message count, not just whether or not it's > 0. | Dan Winship | 2001-09-20 | 2 | -2/+8 |
* | Added missing header. | 9 | 2001-09-19 | 4 | -4/+17 |
* | General cleanup of mail debug printfs. | 9 | 2001-09-19 | 15 | -1005/+544 |
* | Make the title translatable, and also use the account name when possible. | Jeffrey Stedfast | 2001-09-19 | 2 | -2/+20 |
* | Function to get the real receive tpe for ag iven url. IMAP/SPOOL/MAILDIR | 7 | 2001-09-19 | 2 | -9/+21 |
* | Oops, forgot about X-Evolution-Format. | Jeffrey Stedfast | 2001-09-19 | 3 | -1/+12 |
* | Merged into folder_browser_new: nothing ever changes the URI of an | Dan Winship | 2001-09-19 | 6 | -41/+36 |
* | Pass a 'cache-me' argument to mail_get_password. | Jeffrey Stedfast | 2001-09-19 | 4 | -30/+52 |
* | Call mail_content_loaded here rather than blocking if the message data | Dan Winship | 2001-09-19 | 2 | -0/+10 |
* | Unsubscribe from the folder before deleting it. Also, use the url's path | Jeffrey Stedfast | 2001-09-18 | 3 | -33/+36 |
* | Get folderinfo 1 at a time rather than all at once. | 7 | 2001-09-18 | 2 | -1/+6 |
* | Unsubscribe from the folder before deleting it. | Jeffrey Stedfast | 2001-09-18 | 3 | -20/+27 |
* | Setup global corba_storage variable. (mls_get_folder): Set 'update | 7 | 2001-09-18 | 2 | -4/+21 |
* | Do nothing if the selection is NULL? Maybe this is the cause of bug #6817. | Jeffrey Stedfast | 2001-09-18 | 2 | -1/+7 |
* | Go back to generating the cachename ourselves, but continue doing it the | Jeffrey Stedfast | 2001-09-18 | 2 | -3/+12 |
* | Updated required version of gal to 0.11.99.4. | Christopher James Lahey | 2001-09-17 | 2 | -1/+5 |
* | Don;t destroy the pixbuf loader, unref it instead. | Jeffrey Stedfast | 2001-09-17 | 3 | -10/+13 |
* | Use camel_folder_get_uri(). | Jeffrey Stedfast | 2001-09-17 | 2 | -17/+8 |
* | Major rewrite of most of the guts, handle changes based on signals and | 5 | 2001-09-15 | 6 | -324/+371 |
* | Return the cached value of camel_service_get_name so that we don't leak | Jeffrey Stedfast | 2001-09-15 | 2 | -16/+30 |
* | fixed a small memory leak | Jeffrey Stedfast | 2001-09-15 | 2 | -0/+4 |
* | Added a refcount variable so set the refcount to 1. (sd_got_store): Unref | Jeffrey Stedfast | 2001-09-15 | 2 | -46/+86 |
* | Revert my bar_destroy code and replace it with dialog_destroy instead. | Jeffrey Stedfast | 2001-09-15 | 2 | -3/+7 |
* | Append a message to any exception we get appending to any folders after | Jeffrey Stedfast | 2001-09-15 | 2 | -0/+27 |
* | Fixed double-freeing of EDestination vector when sending html mail to | Jon Trowbridge | 2001-09-14 | 2 | -1/+6 |
* | Modified to take a FolderETree instead of a CamelStore (since the | Jeffrey Stedfast | 2001-09-14 | 2 | -92/+100 |
* | Make sure that the charset_filter is non-NULL before using it since iconv | Jeffrey Stedfast | 2001-09-14 | 2 | -2/+10 |
* | free the credits string. | Larry Ewing | 2001-09-13 | 2 | -0/+5 |
* | Fixed the remove callback prototype, and return the result properly using | 2 | 2001-09-13 | 2 | -3/+26 |
* | Save transport passwords too. This fixes bug #3020. | Jeffrey Stedfast | 2001-09-13 | 2 | -8/+15 |
* | Don't set the folderinfo's unread count to 0 when camel reports -1, since | Dan Winship | 2001-09-12 | 2 | -6/+10 |
* | call menu_file_save_error when there is an exception while saving. | Larry Ewing | 2001-09-11 | 2 | -7/+27 |
* | Dynamically create the folder type list from camel. (reconfigure_clicked): | 0 | 2001-09-11 | 9 | -760/+831 |
* | Handle empty accounts | Iain Holmes | 2001-09-11 | 2 | -2/+11 |
* | Don't use new_with_sig_file, that function no longer exists. | Jeffrey Stedfast | 2001-09-11 | 4 | -11/+19 |
* | Marked string for translation. (new_source_created): Ditto. | Chyla Zbigniew | 2001-09-11 | 3 | -7/+19 |
* | Hide the S/MIME frame if we don't support S/MIME. | Jeffrey Stedfast | 2001-09-11 | 2 | -1/+4 |
* | Attach to the destroy event for each progressbar using bar_destroyed as | Jeffrey Stedfast | 2001-09-11 | 2 | -2/+21 |
* | Pass along the right string, this fixes bug #9518. | Jeffrey Stedfast | 2001-09-11 | 2 | -1/+4 |
* | Don't save the authmech if the username doesn't exist. Fixes bug #9474. | Jeffrey Stedfast | 2001-09-11 | 2 | -1/+4 |
* | Remove some mailer-set headers. Fixes bug #9462. | Jeffrey Stedfast | 2001-09-11 | 2 | -3/+13 |
* | Fix obvious dumb mistake in previous commit that made it *always* complain | Dan Winship | 2001-09-11 | 2 | -16/+24 |
* | Complain if we are trying to send to invalid recipients. (Bug #8875) | Jon Trowbridge | 2001-09-10 | 2 | -6/+51 |
* | We need to initialize all of the struct fields or else god knows what will | Jeffrey Stedfast | 2001-09-10 | 2 | -6/+29 |
* | s/gnu.org/ximian.com/. I should change that default at some point... | Jon Trowbridge | 2001-09-09 | 1 | -1/+1 |
* | Added. Shows a (hopefully) informative dialog warning you that some | Jon Trowbridge | 2001-09-09 | 4 | -31/+161 |
* | Unref the invisible, don't just destroy it. | Dan Winship | 2001-09-09 | 2 | -1/+6 |
* | Change some words. | Michael Zucci | 2001-09-08 | 1 | -1/+1 |
* | kill off some warnings | Jeffrey Stedfast | 2001-09-08 | 1 | -2/+1 |
* | Give the full path of the wax-seal icons. (try_inline_pgp_sig): Convert | Jeffrey Stedfast | 2001-09-08 | 2 | -22/+48 |
* | Give the full path of the wax-seal icons. | Jeffrey Stedfast | 2001-09-08 | 2 | -2/+7 |
* | new function, to notify the bonobo listener in | Chris Toshok | 2001-09-07 | 2 | -18/+60 |
* | Fix a bunch of replying/forwarding-related formatting bugs. | Dan Winship | 2001-09-07 | 6 | -191/+214 |
* | the "command" of a GnomeVFSMimeApplication can include arguments as well. | Dan Winship | 2001-09-06 | 2 | -11/+12 |
* | removed conflict stuff | Jeffrey Stedfast | 2001-09-06 | 1 | -1/+0 |
* | Adjust the default_account index correctly. | Jeffrey Stedfast | 2001-09-06 | 3 | -7/+31 |
* | [Fix #958, ShellComponents should not be created by factories, for | Ettore Perazzoli | 2001-09-06 | 3 | -25/+30 |
* | This patch should avoid flashing when loading images into mail view, credits | Radek Doulik | 2001-09-06 | 6 | -33/+196 |
* | Replace "Evolution" with "Ximian Evolution" in a bunch of user-visible | Ettore Perazzoli | 2001-09-06 | 2 | -1/+6 |
* | [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 |