index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
my-evolution
/
e-summary-mail.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
(e_summary_mail_get_info): Protect against
Ettore Perazzoli
2003-06-10
1
-0
/
+3
*
Fixes #43101
JP Rosevear
2003-05-16
1
-1
/
+2
*
fix up protos
JP Rosevear
2003-05-15
1
-15
/
+76
*
Likewise.
Ettore Perazzoli
2003-03-28
1
-4
/
+2
*
New member physical_uri in struct ESummaryMailFolder. (new_folder_cb): Set
Ettore Perazzoli
2003-03-27
1
-248
/
+60
*
glist->gslist for display_folders list (mail_change_notify): "
Not Zed
2003-01-10
1
-4
/
+5
*
Replaced all gtk_signal_connect() calls with g_signal_connect() ones.
Ettore Perazzoli
2002-11-15
1
-18
/
+9
*
#include <string.h>.
Ettore Perazzoli
2002-11-06
1
-3
/
+6
*
Removed debugging message.
Ettore Perazzoli
2002-10-26
1
-10
/
+1
*
(e_summary_mail_generate_html): Generate HTML
Ettore Perazzoli
2002-09-27
1
-3
/
+2
*
Add member physical_uri to ESummaryMailFolder.
Ettore Perazzoli
2002-09-27
1
-31
/
+27
*
Update for Mailer.idl rename
Dan Winship
2002-09-13
1
-1
/
+1
*
Only get folder info if this is a folder we're displaying.
Dan Winship
2002-08-09
1
-26
/
+10
*
Don't use the folder's path as the physical URI; use CORBA Magic (TM) to
Peter Williams
2002-07-29
1
-2
/
+12
*
Add this, to call e_summary_mail_get_info from an idle handler.
Dan Winship
2002-06-29
1
-16
/
+23
*
Fix bugs, make the folder list be a storage set view and add a delete url button
Iain Holmes
2002-06-26
1
-10
/
+10
*
Use the uri stored in the ESummaryMailFolder object here.
Christopher James Lahey
2002-05-15
1
-34
/
+13
*
Make the mail folders work okay.
Iain Holmes
2002-05-08
1
-13
/
+82
*
Allow IMAP folders and VFolders and make the mail summaries show and make the...
Iain Holmes
2002-04-23
1
-25
/
+54
*
Make the preferences seperate from the views
Iain Holmes
2002-04-04
1
-133
/
+126
*
[Some initial broken support for building components as shlib. Mostly
Ettore Perazzoli
2002-03-31
1
-1
/
+2
*
Move the preferences from a per-view setting to a global setting
Iain Holmes
2002-03-19
1
-3
/
+0
*
VFolders in the summary
Iain Holmes
2002-03-18
1
-79
/
+250
*
The new selector widget
Iain Holmes
2002-02-05
1
-34
/
+135
*
Fix the mail order stuff
Iain Holmes
2002-01-24
1
-1
/
+1
*
Fixing the license text.
Ettore Perazzoli
2001-10-28
1
-1
/
+0
*
Update the licensing information to require version 2 of the GPL
Ettore Perazzoli
2001-10-27
1
-2
/
+2
*
NULL the handle after a failed open so the offline handler won't think
Iain Holmes
2001-10-27
1
-0
/
+4
*
Correct fix for 12236. Stops the crashing and leaves the summary in a usable ...
Iain Holmes
2001-10-24
1
-4
/
+1
*
Null some freed memory
Iain Holmes
2001-10-20
1
-0
/
+4
*
Minor changes in the hope that bug is fixed :/
Iain Holmes
2001-10-17
1
-2
/
+7
*
Update the signature to match the new signal.
Dan Winship
2001-10-12
1
-1
/
+1
*
Add copyright notices
Iain Holmes
2001-09-27
1
-3
/
+18
*
Display a bell icon if there's an alarm set
Iain Holmes
2001-09-20
1
-1
/
+1
*
Spewage removal Only open folders when they are needed.
Iain Holmes
2001-09-20
1
-35
/
+12
*
Keep the mail folders in the correct order
Iain Holmes
2001-09-19
1
-2
/
+20
*
Do appends instead of prepends in places.
Iain Holmes
2001-09-19
1
-3
/
+1
*
Only update the display when we receive a notify about a mail folder we are d...
Iain Holmes
2001-09-18
1
-3
/
+19
*
Purification.
Dan Winship
2001-09-11
1
-0
/
+1
*
Studlycapsize all the IDs that are not. Likewise. Updated accordingly.
Ettore Perazzoli
2001-08-28
1
-2
/
+4
*
Fix the show_full_path bug
Iain Holmes
2001-08-23
1
-6
/
+12
*
Disconnect our callbacks when we are freeing the ESummaryMail. Fixes
Jason Leach
2001-08-13
1
-0
/
+7
*
Callback for the EvolutionStorageListener::update_folder signal, so we can
Jason Leach
2001-08-04
1
-1
/
+0
*
Install and use the new My Evolution icons from Jakub (they look really
Jacob Leach
2001-08-03
1
-9
/
+36
*
Make the storage registar(?) generic
Iain Holmes
2001-07-24
1
-35
/
+69
*
Revert last changes, URIs are now back to original in shell.
Jason Leach
2001-07-21
1
-2
/
+2
*
Update the evolution:/local/ URI's to evolution:/Local Folders/ to go
Jason Leach
2001-07-20
1
-3
/
+3
*
Fix the mail folder links
Iain Holmes
2001-07-20
1
-1
/
+1
*
Secure e_summary_mail_generate_html
Iain Holmes
2001-07-12
1
-0
/
+3
*
Fix the memory corruption issue
Iain Holmes
2001-07-12
1
-1
/
+0
*
Free the data stop all the transfers when the summary is destroyed.
Iain Holmes
2001-07-12
1
-0
/
+33
*
Mail stuff added
Iain Holmes
2001-07-07
1
-0
/
+84
*
Marked strings for translation + conversion to utf8.
Chyla Zbigniew
2001-06-30
1
-3
/
+13
*
Fix a few buggies
Iain Holmes
2001-06-30
1
-1
/
+3
*
Configure My Evolution
Iain Holmes
2001-06-30
1
-6
/
+76
*
Committing the new My Evolution.
Iain Holmes
2001-06-09
1
-0
/
+276