/default_user/

4/cgit/'>cgit logo index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* ** See bug #56149.Not Zed2004-04-145-44/+26
* hmm, use the right pointer when iterating the pending uri list.Not Zed2004-04-142-5/+9
* We don't actually want to disallow clicking on \NoSelect folders. Fixes aJeffrey Stedfast2004-04-142-1/+5
* argh. don't expand/fillJeffrey Stedfast2004-04-141-4/+4
* If we get an empty charset string from gconf, don't try to use the resultJeffrey Stedfast2004-04-142-3/+10
* upped the defult timeout to 10 minutes rather than 1Jeffrey Stedfast2004-04-141-1/+1
* Removed crackrock usage of GtkFixed as fillter. Also HIGified some otherJeffrey Stedfast2004-04-142-413/+393
* enabled some unread-count debug spewageJeffrey Stedfast2004-04-142-3/+3
* track the messagelist hidedeleted value since it looks it up when we setNot Zed2004-04-145-17/+70
* run this in the thread_queued_slow, so it runs in sequence and afterNot Zed2004-04-133-1/+8
* reset load_http_now once we've done, should fix #56338 finally.Not Zed2004-04-132-0/+3
* use %% for %%.Not Zed2004-04-135-14/+31
* Need to set the session on the preview object. Fixes bug #56862.Jeffrey Stedfast2004-04-132-1/+6
* Scroll to the auto-selected folder. Fixes bug #56707.Jeffrey Stedfast2004-04-132-0/+4
* New function. (message_list_set_scrollbar_position): New function.Jeffrey Stedfast2004-04-133-0/+27
* If the provider is unavailable, return euri like the other fail cases.Jeffrey Stedfast2004-04-122-2/+8
* Updated Spanish translation.Francisco Javier F. Serrador2004-04-102-1/+6
* Don't bother adding the autogen sig here, e-signature-list.c handles thisJeffrey Stedfast2004-04-103-11/+44
* use e_destination_export_to_vcard_attribute instead of exporting to xml,Chris Toshok2004-04-104-34/+46
* add width=16 height=16 to rupert's image so that it doesn't flicker/moveRadek Doulik2004-04-102-1/+6
* Set the excluded bits on the folder-tree. Don't allow the user to xferJeffrey Stedfast2004-04-102-0/+8
* Create an EUserCreatableItemsHandler for the view. (emfv_finalise): UnrefDan Winship2004-04-093-0/+22
* Now takes a pattern argument to limit files that get copied over (so weJeffrey Stedfast2004-04-092-4/+8
* Fixed up a bit to look nicer and make it closer to HIG compliant.Jeffrey Stedfast2004-04-093-155/+189
* We need to recursively copy the dragged folder tree over to the dropJeffrey Stedfast2004-04-092-9/+61
* add the monkey button if we're from evolution. See #52977. (emfh_gethttp):Not Zed2004-04-082-7/+29
* VJUNK_FOLDER's dont exist, they're VTRASH folders now.Not Zed2004-04-086-61/+95
* Check that emft_selection_get_selected() returns TRUE before we try to useJeffrey Stedfast2004-04-082-5/+23
* moved a comment to a more appropriate locationJeffrey Stedfast2004-04-081-1/+1
* Fix for bug #56538Jeffrey Stedfast2004-04-082-20/+33
* Removed.Jeffrey Stedfast2004-04-087-26/+6
* No longer need the Apply stuff.Jeffrey Stedfast2004-04-084-49/+3
* Don't call a function that doesn't exist anymore.Jeffrey Stedfast2004-04-072-1/+6
* Changed to save the settings in the signal callbacks.Jeffrey Stedfast2004-04-075-705/+483
* ref the emfoldertree in our thread message. (em_folder_tree_set_selected):Not Zed2004-04-064-2/+18
* fixedJeffrey Stedfast2004-04-061-4/+4
* Migrate the thread_list setting. Fixes bug #56297.Jeffrey Stedfast2004-04-062-51/+111
* if we have no sign status, use signed-nokey, rather than no icon.Not Zed2004-04-052-3/+37
* ** See bug # 56402.Not Zed2004-04-053-4/+12
* removed, this is done in camel now. (fix_unmatched_info): renamed fromNot Zed2004-04-052-68/+9
* Revert my "fix" from yesterday. We can't necessarily show progressJeffrey Stedfast2004-04-032-2/+5
* Fixes bug #53851Jeffrey Stedfast2004-04-033-8/+26
* Fixes bug #37416Jeffrey Stedfast2004-04-033-5/+32
* do a per-line validation of the uuencoded stuff, based on the length byte.Not Zed2004-04-022-0/+20
* ** See bug #56338.Not Zed2004-04-022-6/+15
* Report progress. "Fixes" bug #56355.Jeffrey Stedfast2004-04-022-3/+7
* simplify menu_item_set_label()Jeffrey Stedfast2004-04-021-10/+5
* Set the updated sig->name on the menu item.Jeffrey Stedfast2004-04-022-3/+23
* Updated for signature API changes.Jeffrey Stedfast2004-04-0212-699/+443
* Commented grabbing focus on hostname edit, fix the focus issue of AccountEric Zhao2004-04-012-1/+5
* Only do citation colouring if the user has specified to do so and use theJeffrey Stedfast2004-04-012-3/+31
* Save/restore the subscribe dialog's window size. Fixes bug #56230.Jeffrey Stedfast2004-04-014-5/+82
* REMOVED! And there was much rejoicing.Not Zed2004-03-313-32/+3
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-3130-168/+391
* add spellLiveToggled signalRadek Doulik2004-03-303-2/+156
* Free the folder-info.Jeffrey Stedfast2004-03-302-2/+4
* Instead of comparing sstate[0] to '1', compare it against '0' like all theJeffrey Stedfast2004-03-302-1/+7
* remove local-config.glade form Makefile.am as it is removed form CVSSivaiah Nallagatla2004-03-252-1/+6
* Use gtk_window_present instead of doing a show then raise, as this alsoRodney Dawes2004-03-2513-3579/+5393
* Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Ĺ egan2004-03-242-2/+11
* Use sizeof() to decide how big buffer is so that in the future, if weJeffrey Stedfast2004-03-242-1/+5
* Fixed the key to fetch the value from the correct location. It'sJeffrey Stedfast2004-03-242-2/+6
* Fixed some logic bugs.Jeffrey Stedfast2004-03-242-10/+12