aboutsummaryrefslogtreecommitdiffstats
path: root/art/evolution-trash-mini.png
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@src.gnome.org>2001-08-07 21:11:40 +0800
committerJakub Steiner <jimmac@src.gnome.org>2001-08-07 21:11:40 +0800
commit8a3a13ff3187db16da9863bea8ce85b890a7ca8c (patch)
treed1bbaef544feecfc9da16659c35151748c34ef4d /art/evolution-trash-mini.png
parent66d6148cffd345ddaa90ffe9f20bcf5905301909 (diff)
downloadgsoc2013-evolution-8a3a13ff3187db16da9863bea8ce85b890a7ca8c.tar.gz
gsoc2013-evolution-8a3a13ff3187db16da9863bea8ce85b890a7ca8c.tar.zst
gsoc2013-evolution-8a3a13ff3187db16da9863bea8ce85b890a7ca8c.zip
forgot to add trash
svn path=/trunk/; revision=11729
Diffstat (limited to 'art/evolution-trash-mini.png')
-rw-r--r--art/evolution-trash-mini.pngbin0 -> 732 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/art/evolution-trash-mini.png b/art/evolution-trash-mini.png
new file mode 100644
index 0000000000..ffed2541d3
--- /dev/null
+++ b/art/evolution-trash-mini.png
Binary files differ
mp;id=25ea76f3a782b2cd0a9ed65216203b7d7472ef57'>Convert to the iconv-friendly charset names.Jeffrey Stedfast2001-07-209-116/+165 * Fixed a compiler warning about returning without a value in a non-voidJeffrey Stedfast2001-07-201-1/+1 * Modified to treat the return value from camel_charset_locale_name() as aJeffrey Stedfast2001-07-205-62/+79 * In camel:Peter Williams2001-07-203-29/+178 * No need for `acharset' anymore. (check_html_charset): Return a const char*Jeffrey Stedfast2001-07-202-13/+17 * Remove my iso8859-1 -> iso-8859-1 hack and useJeffrey Stedfast2001-07-205-36/+156 * Revert 7/11/2001 patch for IMAP INBOX filtering at NotZed's request.Peter Williams2001-07-192-67/+17 * Clean up some exception misusage.Peter Williams2001-07-186-20/+78 * Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-184-8/+15 * Given: 4 EXISTS 1 EXPUNGE We have to pass 3, not 4 toDan Winship2001-07-172-0/+16 * If the message info for an expunged message is NULL, then just break out -Jeffrey Stedfast2001-07-152-0/+13 * Added a hack to convert charsets in the format iso8859-1 to iso-8859-1Jeffrey Stedfast2001-07-142-25/+43 * Let people install as non-root, but give them a bigass warning so they'rePeter Williams2001-07-143-4/+48 * We now use a structure as the bucket data rather than just a cache levelJeffrey Stedfast2001-07-136-32/+106 * Okay, I've decided that that user is just on crack. We don't want to allowJeffrey Stedfast2001-07-132-8/+12 * Okay, I've decided that that user is just on crack. We don't want to allowJeffrey Stedfast2001-07-132-4/+10 * Only set p->copied and p->deleted if the messages are copied without anJeffrey Stedfast2001-07-132-7/+25 * Removed. (check_html_charset): Replaced with this.Not Zed2001-07-128-942/+1017 * Removed some code i wasn't supposed to commit.Not Zed2001-07-123-7/+25 * New function to extract a meta-tag charset value if it exists.Jeffrey Stedfast2001-07-124-26/+119 * Ripped out my code since it was never being used since the mime parser isJeffrey Stedfast2001-07-123-124/+77 * Run the filter in its own thread to prevent locking issues.Peter Williams2001-07-122-12/+75 * Create the messageinfo itself, so we can properly set the size.Not Zed2001-07-117-56/+129 * New function to parse an HTML meta-tag.Jeffrey Stedfast2001-07-117-233/+365 * Forget the passphrase if the user has set that option. (pgp_clearsign):Jeffrey Stedfast2001-07-103-2/+27 * Oops, e_poolv_set free's it for us, so dont double-free here.Not Zed2001-07-092-1/+5 * Changed so we dont have the list changing under us, just going to the nextNot Zed2001-07-092-2/+11 * openssl_table is gone. we now store/get the stream from the SSL_CTX'sChris Toshok2001-07-092-46/+39 * Don't allow in to be NULL, so instead of doing if (in == NULL) return;,Jeffrey Stedfast2001-07-072-3/+6 * Fixes bug #1138.Jeffrey Stedfast2001-07-072-0/+12 * Make the `day-of-month' digit take up 2 chars by using "%2d". Fixes bugJeffrey Stedfast2001-07-072-1/+6 * Set the pipe fd's to nonblocking.Jeffrey Stedfast2001-07-073-2/+11 * Make sure that after the finalization event has happened and thePeter Williams2001-07-062-0/+14 * Add locking to camel_nntp_get_grouplist_from_server().Joe Shaw2001-07-065-2/+53 * Added an assert to make sure that `mi' isn't NULL.Jeffrey Stedfast2001-07-063-9/+28 * Send the --no-auto-key-retrieve argument to gpg if we are in offline modeJeffrey Stedfast2001-07-062-5/+8 * Send the --no-auto-key-retrieve argument to gpg so that we don't have toJeffrey Stedfast2001-07-062-0/+8 * use X509_STORE_CTX_get_ex_data to get at the SSL* - don't use theChris Toshok2001-07-062-10/+36 * if source == dest, just no-op.Jeffrey Stedfast2001-07-062-1/+11 * Move this before the camel_vee_folder_remove_folder because that functionPeter Williams2001-07-064-30/+32 * (camel_message_info_dup_to): Assign the to->strings from theMichael Zucci2001-07-052-1/+4 * Fix the assertion slightly, if we have a little bit of input the outputNot Zed2001-07-052-2/+6 * When indexing a new record, create a pseudo word 'ibexindexed' so we canNot Zed2001-07-054-22/+41 * Added NNTP_NO_PERMISSION (502) to the list of response codes.Joe Shaw2001-07-043-1/+16 * Doh. Don't remove things from the hash table while foreach'ing it. (AndDan Winship2001-07-033-23/+63 * Implemented nntp_folder_search_by_expression and nntp_folder_search_free.Sam Creasey2001-07-039-33/+156 * Add comment noting that Camel actually exists now :-)Peter Williams2001-07-032-0/+11 * new method to get an application-initialized filter driver.Dan Winship2001-07-0211-38/+113 * properly return error if we can't create pipes.Not Zed2001-07-022-1/+4 * re-enable html indexing.Not Zed2001-07-023-172/+843 * Change a camel_exception_clear to camel_exception_init to fix aDan Winship2001-07-022-1/+6 * Added Originator: header as a header to look for when looking for theJeffrey Stedfast2001-06-302-0/+4 * Build the test-crlf test program.Jeffrey Stedfast2001-06-308-25/+255 * sshJose Maria Celorio2001-06-291-0/+6 * Add a CamelMimeFilterStripHeader that removes a header from mime output. UsedPeter Williams2001-06-2922-3/+524 * Fix a memory leak. Also if the decoded value is NULL, that means it wasn'tJeffrey Stedfast2001-06-292-32/+114 * If the folder is frozen, don't refresh, just record that we need to do itDan Winship2001-06-295-7/+84 * Initialize the private send_lock. (camel_transport_finalize): Free theJeffrey Stedfast2001-06-284-4/+70 * Updated to match the current API.Jeffrey Stedfast2001-06-283-3/+10 * Use the new header_address_fold.Jeffrey Stedfast2001-06-284-83/+53 * Since we want an error opening a folder to result in the message beingJeffrey Stedfast2001-06-272-5/+15 * lock the cache around accessesDan Winship2001-06-273-6/+25 * D'oh. s/FALSE/CAMEL_URL_HIDE_PASSWORD/Dan Winship2001-06-271-1/+1 * constify argsDan Winship2001-06-271-1/+2 * constify argsDan Winship2001-06-272-1/+6 * g_strdup() the message source here or we will have problems later when weJeffrey Stedfast2001-06-26