/graphics/tulip/

data/cgit.png' alt='cgit logo'/> index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* 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-18