aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* Show "nn sent" as total in sent folder, rather than just 'total'.42001-10-053-3/+11
* Do a better job of setting up the name. Also de-sensitise when we can't42001-10-052-2/+24
* Set the parent window as the fb. This fixes bug #11723. (filter_edit): DoJeffrey Stedfast2001-10-052-9/+28
* Ignore the signal if the radio button is not "on". This fixes bug #10532Jeffrey Stedfast2001-10-055-34/+42
* Fix so that an email address with no name is once again justDan Winship2001-10-052-6/+14
* Only create the folder when the shell has created it.Iain Holmes2001-10-053-3/+9
* If we're accessing a vfolder uri, then popup the vfolder editor instead of42001-10-054-1/+78
* Added some more NULL checks.Jeffrey Stedfast2001-10-052-2/+6
* Do the url fragment/path -> folder name hack. Removing vfolders from shell42001-10-052-27/+17
* Only build destination data if we have destination != NULL. Fixes crash of32001-10-042-1/+4
* Set 'to' -> 'recipient' data for search object. #6199.32001-10-042-0/+7
* Handle vtrash case, emit 'folder_created' event for the folder-cache to32001-10-043-8/+40
* Don't use the wax-seal icons for the pgp stuff anymore, use Jimmac's newJeffrey Stedfast2001-10-042-2/+7
* Dont wait for event to finish before returning. This could however mean we32001-10-043-1/+11
* If we have hide deleted set, then dont count deleted messages in the32001-10-042-1/+23
* If we have a fragment, override that, rather than the path. Fixes #5251.32001-10-042-1/+9
* add $BONOBO_GNOME_CFLAGS to make it work with latest BonoboRodrigo Moya2001-10-042-0/+6
* Pass an empty flags argument to mail_transfer_messages - destinationJeffrey Stedfast2001-10-036-6/+28
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-0314-29/+89
* Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'.Ettore Perazzoli2001-10-032-1/+7
* Make sure we aren't dealing with a pathological message w/o a From:Jon Trowbridge2001-10-022-2/+11
* Check for errorsIain Holmes2001-10-027-13/+34
* replace my_list_find() == NULL with my_list_find() != NULL.Jeffrey Stedfast2001-10-022-2/+7
* create storages for providers that are STORAGE and aren't EXTERNAL, ratherDan Winship2001-10-026-62/+97
* Don't use mail_tool_get_folder_name here since that function only existedDan Winship2001-10-024-66/+32
* Don't pass the CREATE flag, we shouldn't ever need this...Jeffrey Stedfast2001-10-022-2/+6
* if gnome-vfs returns application/octet-stream with the magic check, useLarry Ewing2001-10-022-7/+21
* wrap a bonobo_ui_component_freeze/thaw around all of the set_props so theyDan Winship2001-09-292-0/+10
* Don't create checkboxes for global Threaded or Preview options as they areJeffrey Stedfast2001-09-294-30/+13
* Setup vfolder storage before all others.82001-09-292-2/+3
* Emit folder_deleted event. (remove_find_path): Fix, compare against path,82001-09-298-114/+437
* Use Camel to compare the urls rather than using e_url_equal which does allJeffrey Stedfast2001-09-292-7/+34
* Setup the url_hash and url_equal functions for the local provider.Jeffrey Stedfast2001-09-294-29/+110
* Don't call mail_config_service_set_save_passwd if we didn't find aDan Winship2001-09-292-1/+7
* Just add the shortcut to the first group.Ettore Perazzoli2001-09-292-53/+12
* Call folder_browser_toggle_threads() here after setting the value. ThisJeffrey Stedfast2001-09-292-3/+10
* removed mail-vtrash.cJeffrey Stedfast2001-09-291-1/+1
* Added mail_msg_cleanup() prototype.Jeffrey Stedfast2001-09-293-1/+5
* Deal with camel_mime_filter_charset_new_convert returning NULL. (EveryDan Winship2001-09-282-2/+11
* Always make the Cancel button the last one.Ettore Perazzoli2001-09-282-5/+14
* No such event finalized! Its finalize. (mail_note_store): "72001-09-283-9/+41
* Perform a NULL-check. Hopefully fixes bug #7874.Jeffrey Stedfast2001-09-282-0/+8
* A service needs to be disconnected if it's remote, not already offline,Dan Winship2001-09-273-32/+68
* ChangeLog fix.Chris Lahey2001-09-271-0/+1
* Added a "Description:" label and moved the source_description andAnna Marie Dirks2001-09-272-83/+124
* Check for the root node here.Christopher James Lahey2001-09-272-0/+7
* Change the wording of the password dialog if we are getting a pgpJeffrey Stedfast2001-09-272-1/+8
* strdup our "This message contains invalid recipients" string, since itJon Trowbridge2001-09-272-1/+6
* Use camel_address_format, not camel_address_encode.Jon Trowbridge2001-09-272-2/+5
* Decode our URL before extracting the address to pop up contact info.Jon Trowbridge2001-09-274-16/+32
* Add a big comment explaining unread message counts so no one can mess themDan Winship2001-09-273-3/+41
* Oops, translate the fake account name to UTF-8.Jeffrey Stedfast2001-09-272-1/+6
* Use e_tree_selected_path_foreach instead of e_tree_selected_row_foreachChristopher James Lahey2001-09-262-4/+10
* refactor to allow syslogging; hmm.Michael Meeks2001-09-262-1/+10
* Update to not send the remember-passphrase option to the context, itJeffrey Stedfast2001-09-268-60/+56
* [Patch for Automake 1.5 compatibility pointed out by RichardEttore Perazzoli2001-09-262-1/+8
* The folder-info needs to take priority over the folder because of the wayJeffrey Stedfast2001-09-262-3/+15
* Deal with destroy vs finalise semantics. Only destroy widgets here.52001-09-266-23/+127
* If the data wrapper contains raw text, treat the contents as if they wereJeffrey Stedfast2001-09-262-1/+21
* Throw up a warning dialog if we suspect the config database is corrupt.Jeffrey Stedfast2001-09-264-9/+53
* Check if the transport is NULLIain Holmes2001-09-262-0/+10
* Remove the FIXME menu itemIain Holmes2001-09-262-0/+6
* Only cache the password for the service if it has an entry in the accountJeffrey Stedfast2001-09-263-18/+33
* Use e_strftime_fix_am_pm instead of strftime.Christopher James Lahey2001-09-252-5/+10
* Removed unused variables.42001-09-254-42/+81
* Always cache POP and IMAP passwords, even if the user didn't tell us to.Jeffrey Stedfast2001-09-242-0/+10
* If we have an operation that failed before, dont show the dialogue for the12001-09-222-1/+32
* Use the mail-tools convenience functions to remove and restore theJeffrey Stedfast2001-09-223-74/+14
* All made redundant by new mail-folder-cache code. (delete_folders,Michael Zucci2001-09-224-113/+11
* Use url path as full_name, not shell path. (mail_local_folder_construct):12001-09-222-23/+13
* Take a new argument 'done' that can callback when complete. Fixed callers12001-09-217-17/+46
* Dont let drafts/outbox/sent be added via a generic 'all local folders'02001-09-212-0/+8
* trigger a folder changed event, so the folderinfocache stuff has a chance02001-09-213-10/+29
* Only add the account if it doesn't already exist in the config db.Jeffrey Stedfast2001-09-214-3/+17
* Do not add the account here as this is taken care of inJeffrey Stedfast2001-09-215-38/+48
* Update the status bar here, assuming we've just been activated.02001-09-216-22/+49
* Don't "note" the folder if we failed to get it.Jeffrey Stedfast2001-09-212-10/+10
* Set the sensitivity of the buttons correctlyIain Holmes2001-09-212-1/+8
* Lock around hashtable/list manipulation. Also dont try scan vfolder_hash02001-09-219-102/+118
* Set the folder info path.Jeffrey Stedfast2001-09-212-9/+13
* Register vfolder sources here.02001-09-2111-12/+49
* Make a neater error reportIain Holmes2001-09-213-3/+8
* Dont special case file: url's anymore.02001-09-214-41/+89
* Convert all textual parts to 8bit before saving. Fixes bug #10388.Jeffrey Stedfast2001-09-213-2/+39
* don't free memory that we don't own.Jeffrey Stedfast2001-09-212-5/+11
* No need to have g_warnings here. If it's done properly, therapeutically,Dan Winship2001-09-212-2/+6
* Truncate extremely long subjects. (inspired by bug #9158)Jon Trowbridge2001-09-203-4/+22
* Here too.Jeffrey Stedfast2001-09-203-2/+11
* const fixIain Holmes2001-09-201-2/+2
* Fix memory leakIain Holmes2001-09-202-0/+5
* Convert the names to the locale charset.Jeffrey Stedfast2001-09-202-14/+24
* Pass the actual unread message count, not just whether or not it's > 0.Dan Winship2001-09-202-2/+8
* Added missing header.92001-09-194-4/+17
* General cleanup of mail debug printfs.92001-09-1915-1005/+544
* Make the title translatable, and also use the account name when possible.Jeffrey Stedfast2001-09-192-2/+20
* Function to get the real receive tpe for ag iven url. IMAP/SPOOL/MAILDIR72001-09-192-9/+21
* Oops, forgot about X-Evolution-Format.Jeffrey Stedfast2001-09-193-1/+12
* Merged into folder_browser_new: nothing ever changes the URI of anDan Winship2001-09-196-41/+36
* Pass a 'cache-me' argument to mail_get_password.Jeffrey Stedfast2001-09-194-30/+52
* Call mail_content_loaded here rather than blocking if the message dataDan Winship2001-09-192-0/+10
* Unsubscribe from the folder before deleting it. Also, use the url's pathJeffrey Stedfast2001-09-183-33/+36
* Get folderinfo 1 at a time rather than all at once.72001-09-182-1/+6
* Unsubscribe from the folder before deleting it.Jeffrey Stedfast2001-09-183-20/+27
* Setup global corba_storage variable. (mls_get_folder): Set 'update72001-09-182-4/+21
* Do nothing if the selection is NULL? Maybe this is the cause of bug #6817.Jeffrey Stedfast2001-09-182-1/+7
* Go back to generating the cachename ourselves, but continue doing it theJeffrey Stedfast2001-09-182-3/+12
* Updated required version of gal to 0.11.99.4.Christopher James Lahey2001-09-172-1/+5
* Don;t destroy the pixbuf loader, unref it instead.Jeffrey Stedfast2001-09-173-10/+13
* Use camel_folder_get_uri().Jeffrey Stedfast2001-09-172-17/+8
* Major rewrite of most of the guts, handle changes based on signals and52001-09-156-324/+371
* Return the cached value of camel_service_get_name so that we don't leakJeffrey Stedfast2001-09-152-16/+30
* fixed a small memory leakJeffrey Stedfast2001-09-152-0/+4
* Added a refcount variable so set the refcount to 1. (sd_got_store): UnrefJeffrey Stedfast2001-09-152-46/+86
* Revert my bar_destroy code and replace it with dialog_destroy instead.Jeffrey Stedfast2001-09-152-3/+7
* Append a message to any exception we get appending to any folders afterJeffrey Stedfast2001-09-152-0/+27
* Fixed double-freeing of EDestination vector when sending html mail toJon Trowbridge2001-09-142-1/+6
* Modified to take a FolderETree instead of a CamelStore (since theJeffrey Stedfast2001-09-142-92/+100
* Make sure that the charset_filter is non-NULL before using it since iconvJeffrey Stedfast2001-09-142-2/+10
* free the credits string.Larry Ewing2001-09-132-0/+5
* Fixed the remove callback prototype, and return the result properly using22001-09-132-3/+26
* Save transport passwords too. This fixes bug #3020.Jeffrey Stedfast2001-09-132-8/+15
* Don't set the folderinfo's unread count to 0 when camel reports -1, sinceDan Winship2001-09-122-6/+10
* call menu_file_save_error when there is an exception while saving.Larry Ewing2001-09-112-7/+27
* Dynamically create the folder type list from camel. (reconfigure_clicked):02001-09-119-760/+831
* Handle empty accountsIain Holmes2001-09-112-2/+11
* Don't use new_with_sig_file, that function no longer exists.Jeffrey Stedfast2001-09-114-11/+19
* Marked string for translation. (new_source_created): Ditto.Chyla Zbigniew2001-09-113-7/+19
* Hide the S/MIME frame if we don't support S/MIME.Jeffrey Stedfast2001-09-112-1/+4
* Attach to the destroy event for each progressbar using bar_destroyed asJeffrey Stedfast2001-09-112-2/+21
* Pass along the right string, this fixes bug #9518.Jeffrey Stedfast2001-09-112-1/+4
* Don't save the authmech if the username doesn't exist. Fixes bug #9474.Jeffrey Stedfast2001-09-112-1/+4
* Remove some mailer-set headers. Fixes bug #9462.Jeffrey Stedfast2001-09-112-3/+13
* Fix obvious dumb mistake in previous commit that made it *always* complainDan Winship2001-09-112-16/+24
* Complain if we are trying to send to invalid recipients. (Bug #8875)Jon Trowbridge2001-09-102-6/+51
* We need to initialize all of the struct fields or else god knows what willJeffrey Stedfast2001-09-102-6/+29
* s/gnu.org/ximian.com/. I should change that default at some point...Jon Trowbridge2001-09-091-1/+1
* Added. Shows a (hopefully) informative dialog warning you that someJon Trowbridge2001-09-094-31/+161
* Unref the invisible, don't just destroy it.Dan Winship2001-09-092-1/+6
* Change some words.Michael Zucci2001-09-081-1/+1
* kill off some warningsJeffrey Stedfast2001-09-081-2/+1
* Give the full path of the wax-seal icons. (try_inline_pgp_sig): ConvertJeffrey Stedfast2001-09-082-22/+48
* Give the full path of the wax-seal icons.Jeffrey Stedfast2001-09-082-2/+7
* new function, to notify the bonobo listener inChris Toshok2001-09-072-18/+60
* Fix a bunch of replying/forwarding-related formatting bugs.Dan Winship2001-09-076-191/+214
* the "command" of a GnomeVFSMimeApplication can include arguments as well.Dan Winship2001-09-062-11/+12
* removed conflict stuffJeffrey Stedfast2001-09-061-1/+0
* Adjust the default_account index correctly.Jeffrey Stedfast2001-09-063-7/+31
* [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-063-25/+30
* This patch should avoid flashing when loading images into mail view, creditsRadek Doulik2001-09-066-33/+196
* Replace "Evolution" with "Ximian Evolution" in a bunch of user-visibleEttore Perazzoli2001-09-062-1/+6
* [Fix #7542, "Crash Afer Closing".]Ettore Perazzoli2001-09-052-0/+12
* Fixes #7251Chyla Zbigniew2001-09-052-2/+9
* Unref the source folder here because it might be a POP folder. We do thisJeffrey Stedfast2001-09-052-2/+13
* Fix capitalization. Fixes bug #7486.Jeffrey Stedfast2001-09-052-17/+22
* Marked string for translation (with U_).Chyla Zbigniew2001-09-012-1/+8
* Use g_utf8_collate instead of g_strcasecmp for comparing names.Chyla Zbigniew2001-09-012-9/+21
* Fix the Pine and Netscape importers. Give them a nice progress reporting GUI.Iain Holmes2001-08-314-16/+59
* Due to the introduction of mail_folder_cache_remove(), we can no longerPeter Williams2001-08-312-38/+198
* Fixed a memory leak. (message_browser_new): Added a comment as to why ,Jeffrey Stedfast2001-08-313-21/+27
* Instead of removing the folder from the folder cache here...Peter Williams2001-08-312-4/+12
* Pass in FALSE as the 'sending' arg to e_msg_composer_get_message.Jon Trowbridge2001-08-302-1/+7
* in mail:Peter Williams2001-08-302-1/+3
* Toss in a call to mail_config_init () cause it might contribute to solvingPeter Williams2001-08-302-1/+8
* Instead of folder_browser_factory_new_control ("", corba_shell) whenPeter Williams2001-08-292-1/+4
* Disable interaction once the shell has quit.Peter Williams2001-08-292-0/+6
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-285-8/+20
* Check if we are trying to reply to a message with no From: field, and tryJon Trowbridge2001-08-283-5/+22
* Destroy lists and hashes when needed, so that old data isn't left behind.Iain Holmes2001-08-282-1/+26
* Set the source and transport description labels. (transport_type_changed):Jeffrey Stedfast2001-08-285-13/+65
* Remove X-Evolution* headers. (mail_tool_remove_xevolution_headers): NewJeffrey Stedfast2001-08-284-1/+85
* If the store is not connected, scan it's subfolders first.Jeffrey Stedfast2001-08-274-134/+143
* Call va_end() so LinuxPPC doesn't have a caniption.Jeffrey Stedfast2001-08-272-5/+11
* Use the new e_mkdtemp function.Jeffrey Stedfast2001-08-254-80/+70
* Don't mark empty strings for translation. Rather, give descriptions andEttore Perazzoli2001-08-252-2/+10
* Save the folder's full_name, unref it, and *then* unref the store, so thatPeter Williams2001-08-252-1/+14
* Instead of using the length of the shortcuts list as the index for thePeter Williams2001-08-254-13/+40
* Don't let the uri be an empty string (how the fuck is this even happeningJeffrey Stedfast2001-08-252-12/+17
* attach to the destroy handler to reset the tokenizer. (dialog_destroy_cb):Larry Ewing2001-08-242-5/+23
* Eek, let the user create new accounts if old_account == NULL.Peter Williams2001-08-242-1/+6
* Check to make sure we actually have drag data.Jeffrey Stedfast2001-08-244-6/+22
* Revert fix for Ximian bug #6995.Christopher James Lahey2001-08-242-29/+11
* Record the timeout_id so we can cancel it if the mail_folder_info is laterPeter Williams2001-08-232-15/+39
* In the GUI, the toggle is labelled "hide addresses", not "show addresses"Jon Trowbridge2001-08-232-7/+63
* Don't blindly make all vtrash folder types have a uri of vtrash:file:/,Jeffrey Stedfast2001-08-233-37/+47
* emit an event from our event source (contact_editor_cb): emit a destroyjacob berkman2001-08-232-54/+50
* We don't need to escape this for printf'ing.Peter Williams2001-08-232-14/+6
* Prevent the user from creating two accounts with the same name.Peter Williams2001-08-225-50/+81
* Check for NULL uic here as well. (fbui_sensitize_items): Up the timeoutPeter Williams2001-08-222-2/+14
* tiny typoPeter Williams2001-08-221-1/+1
* Honor the return value of mail_account_gui_save.Peter Williams2001-08-222-1/+5
* Say which folder is getting saved.Peter Williams2001-08-222-1/+8
* Don't trust gnome-vfs when it says "text/plain" ifDan Winship2001-08-222-18/+40
* zero-ize the password before freeing. (forget_password): Same.Jeffrey Stedfast2001-08-223-2/+10
* Don't sink the extras since _set_folder can get called more than once (onPeter Williams2001-08-222-3/+5
* Treat the spool provider like IMAP: update instead of performing anPeter Williams2001-08-222-2/+7
* Rename to fbui_real_sensitize_items. Now we queue a change and set up aPeter Williams2001-08-224-11/+90
* Fix jumpingIain Holmes2001-08-212-2/+6
* Fix double-unref of the store.Peter Williams2001-08-212-5/+5
* Modify the url and set the protocol to mbox rather than hacking it andJeffrey Stedfast2001-08-215-178/+195
* Fix the wording on some labels.Iain Holmes2001-08-213-69/+30
* Move the ChangeFolderProperties into the ComponentPlaceholder. Add aEttore Perazzoli2001-08-212-1/+7
* Whoops, make sure that the account has a source before removing it orPeter Williams2001-08-202-4/+9
* Add a few comments.Peter Williams2001-08-202-1/+12
* use new small trash icon for Delete command.Damon Chaplin2001-08-202-1/+5
* s/Synchronising/Synchronizing/.Ettore Perazzoli2001-08-202-1/+5
* camel_folder_create_folder can now return a heirachial tree so subscribeJeffrey Stedfast2001-08-203-16/+24
* use new Cut/Copy/Paste icons.Damon Chaplin2001-08-202-0/+8
* Added display_name and description to the type.Ettore Perazzoli2001-08-202-4/+9
* Allow the activity to be NULL if there isn't a global_shell_client so thatJeffrey Stedfast2001-08-207-84/+122
* Just wanted to mention, this fixes Ximian bug #6995.Chris Lahey2001-08-201-1/+2
* Made delete make the cursor go backwards if the user is sorting byChristopher James Lahey2001-08-202-6/+33
* Note: The following changes were based on Zbigniew Chyla's fixes.Jeffrey Stedfast2001-08-201-0/+2
* Convert the date string to UTF-8. (do_forward_non_attached): Same here.Jeffrey Stedfast2001-08-202-12/+21
* Added missing #include <config.h>. (applied by Damon)Zbigniew Chyla2001-08-192-0/+8
* Change the default values for "always-sign" to false.Jeffrey Stedfast2001-08-193-3/+12
* Change pixtype of "MessageDelete" to "pixbuf".Ettore Perazzoli2001-08-192-0/+5
* stop signal emission so the GtkButton class method doesn't mess up theDamon Chaplin2001-08-182-0/+9
* Put _() instead of N_() around of the "Search" string,Zbigniew Chyla2001-08-182-1/+7
* We want wax-seal.png instead, since I added the png files to cvs andJeffrey Stedfast2001-08-182-2/+9
* Compile fixesIain Holmes2001-08-182-2/+8
* don't init the config hereJP Rosevear2001-08-183-2/+7
* remove a cmpiler warningJeffrey Stedfast2001-08-181-1/+1
* remove dead structureJP Rosevear2001-08-182-1/+4
* Save the always-sign options for pgp and smime. (config_read): Read in theJeffrey Stedfast2001-08-182-0/+24
* Made the default values for column expansions here more reasonable.Christopher James Lahey2001-08-172-6/+11
* Startup assistant stuffIain Holmes2001-08-178-156/+607
* Only starting cutting the signature out when we match "-- \n", so "--\n"Jason Leach2001-08-172-1/+7
* Respect the user's desire to be prompted to confirm that he wants toJeffrey Stedfast2001-08-174-10/+63
* Sort the nodes here... (fe_sort_folder): ... using this function.Peter Williams2001-08-173-1/+24
* Disable "Search Message" when more or less than exactly one message isPeter Williams2001-08-172-1/+4
* (fe_node_to_shell_path): Use node->name and node->full_name to generatePeter Williams2001-08-172-6/+51
* Instead of hackfully getting the path, use a CamelURL so that escaping isPeter Williams2001-08-162-10/+12
* 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-162-6/+16
* Always remove the idle and return FALSE, instead of returning TRUE if morePeter Williams2001-08-162-6/+10
* Stop building the quote after a sigdash, hence, omitting the signatureJason Leach2001-08-162-0/+8
* Re-added, at Ettore's request, the confirm-expunge dialog.Anna Marie Dirks2001-08-162-8/+123
* Use ALWAYS for scroll frame policy because ETable acts lame withJason Leach2001-08-162-163/+20
* Don't confirm expunge.Not Zed2001-08-152-1/+5
* gets rid of those annoying operation-re-registered messages at last.Not Zed2001-08-153-14/+9
* removed send_receive_mockups.gladeJeffrey Stedfast2001-08-151-534/+0
* Convert the UTF-8 account name string into a gtk-string before using it inJeffrey Stedfast2001-08-152-3/+11
* Make previous unread wrap around too.Peter Williams2001-08-152-1/+4
* If the account is enabled, set a checkmark pixmap instead of a strangePeter Williams2001-08-153-3/+29
* Fix bug #215... desensitize menu items based on the number of selectedPeter Williams2001-08-146-5/+254
* Fix the fix for #6722.Dan Winship2001-08-143-4/+16
* Disable the "search forward/backward" option in the search dialog. Why?Jon Trowbridge2001-08-142-0/+31
* New function, handle "user creatable items". (component_fn): Tell thePeter Williams2001-08-142-0/+26
* Fix this so it can actually get folders from the hash of folders on theJason Leach2001-08-144-23/+45
* Break most of the functionality into a separate function.Peter Williams2001-08-146-18/+223