/www/mozilla-embedded-devel/

lass='logo' rowspan='2'>cgit logo index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace with an antialiased versionDan Winship2002-04-182-0/+4
* Bumped version number to 0.19.99.11.Christopher James Lahey2002-04-183-22/+67
* Handle broken multipart/signed parts such as where the signature part isJeffrey Stedfast2002-04-182-9/+0
* Handle broken multipart/signed parts such as where the signature part isJeffrey Stedfast2002-04-183-16/+57
* Just use g_basename. (mlf_finalize): Free the real_path.Jeffrey Stedfast2002-04-183-6/+14
* If there is a grabbed_item, send all events to it.Christopher James Lahey2002-04-181-22/+20
* Removed. (impl_tree_drag_motion): Rewritten to useEttore Perazzoli2002-04-175-321/+529
* reverted last change commited by mistakeRadek Doulik2002-04-171-31/+0
* untranslated cs.poRadek Doulik2002-04-172-0/+25848
* added cs to ALL_LINGUASRadek Doulik2002-04-171-1/+1
* Free the format string.Jeffrey Stedfast2002-04-174-2/+15
* Unref the priv->tooltips object here.Jeffrey Stedfast2002-04-174-10/+24
* Get rid of an unused variable.Jeffrey Stedfast2002-04-178-23/+159
* New wrapper around gethostbyaddr_r if the system has it, else a whole newJeffrey Stedfast2002-04-173-79/+150
* Add checks for gethostbyaddr_rJeffrey Stedfast2002-04-173-2/+42
* Ref the prefs widget here since we unref in the destroy callback. CaughtJeffrey Stedfast2002-04-173-5/+14
* Updated French translation.Christophe Merlet2002-04-162-57/+60
* oops, forgot to commit this last timeJeffrey Stedfast2002-04-151-0/+3
* fixes for socklen_t detectionJeffrey Stedfast2002-04-151-1/+12
* Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-155-3/+18
* s/ENABLE_NEWS/ENABLE_NNTPJeffrey Stedfast2002-04-141-1/+1
* Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-143-0/+9
* Check for socklen_t and if it doesn't exist, define it as unsigned int.Jeffrey Stedfast2002-04-142-0/+7
* compile fixesJeffrey Stedfast2002-04-143-19/+19
* fix the nntp provider makefile.amJeffrey Stedfast2002-04-141-18/+3
* Build fixes for --enable-nntp.Jeffrey Stedfast2002-04-142-4/+9
* Updated French translation.Christophe Merlet2002-04-134-805/+823
* Treat commas as token delimeters. (WEEKDAY_CHARS): Use full weekday namesJeffrey Stedfast2002-04-132-22/+31
* Fixed a grammer mistake, or so according to bug #23376. Whatever.Jeffrey Stedfast2002-04-133-19/+25
* added a #include to fix a compile warningJeffrey Stedfast2002-04-131-0/+2
* Make it so that unchecking the "Enable Advanced Options" in the signatureJeffrey Stedfast2002-04-133-1/+27
* Setup News preferences too if it is enabled.Jeffrey Stedfast2002-04-135-1794/+262
* Fix typosAndrew V. Samoilov2002-04-121-25/+25
* Set the text of the reply-to. (mail_account_gui_save): Get the reply-toJeffrey Stedfast2002-04-128-127/+380
* Change the Reply-To header contents. (e_msg_composer_hdrs_set_reply_to):Jeffrey Stedfast2002-04-122-13/+22
* Fix "Follow Up" searches by comparing to the empty string, rather than justRussell Steinthal2002-04-123-4/+16
* new method.Rodrigo Moya2002-04-127-2/+69
* Handle parsing negative integers.Jeffrey Stedfast2002-04-122-7/+23
* Include addressbook-config.h here as this file uses it.Christopher James Lahey2002-04-128-44/+196
* Fixed a memory leak here by using the "selection-done" signal.Christopher James Lahey2002-04-123-13/+49
* If the last message(s) were deleted, and we had any messages output,Not Zed2002-04-114-1/+24
* s/Sent/Date. This fixes bug #11159.Jeffrey Stedfast2002-04-112-1/+5
* Set the UID_SET_LIMIT value to 4096. I ran into an issue tonight whereJeffrey Stedfast2002-04-112-1/+14
* Set the 'No' button as the default.Jeffrey Stedfast2002-04-112-0/+8
* it's monkey-16.png not monkey.pngJeffrey Stedfast2002-04-111-1/+1
* Fix this: Rodrigo's patch used one of the functions I just removed. :)Dan Winship2002-04-112-12/+11
* add Rupert's seal of approvalDan Winship2002-04-112-0/+1
* Oops, put x_mailer_display_style in /Mail/Display, not /Mail/FormatDan Winship2002-04-111-2/+2
* Handle the X-Mailer display style. (There is currently no GUI forDan Winship2002-04-114-13/+102
* oops, after converting everything truncate the GByteArray to the correct leng...Jeffrey Stedfast2002-04-111-0/+4
* Fixed a bug that would miscalculate how much data to copy into theJeffrey Stedfast2002-04-112-46/+68
* use the default uri for tasks (as stored in the configuration) when theRodrigo Moya2002-04-112-22/+14
* No need to query for the persist-stream interface here, just re-useJeffrey Stedfast2002-04-112-13/+17
* #include <parser.h> and <xmlmemory.h> instead of <gnome-xml/parser.h> andEttore Perazzoli2002-04-111-2/+4
* Shell config page routines. Right now handles the default folders page.Dan Winship2002-04-1113-23/+618
* Add. (Copied from Unscalable Gorilla because it was handy. Will probablyDan Winship2002-04-113-0/+7
* Use new-and-improved default folder URI config paths.Dan Winship2002-04-116-103/+31
* Check that there is a value to setup. Fixes #15470.Not Zed2002-04-102-1/+4
* Make the folder_lock recursive. See bug #22363 for details. Basically,Jeffrey Stedfast2002-04-104-8/+16
* removed an extra printfJeffrey Stedfast2002-04-101-1/+0
* Kludge around the brokeness that is GtkOptionMenu just like we kludgeJeffrey Stedfast2002-04-102-76/+87
* Change the logic for displaying a default window, so we don't end up withEttore Perazzoli2002-04-102-1/+6
* This needs to return a gboolean (TRUE). (rule_edit): UsingJeffrey Stedfast2002-04-102-5/+15
* made the copmment clearerJeffrey Stedfast2002-04-101-1/+1
* Don't adjust the timezone offset if we used tm.tm_gmtoff because it isJeffrey Stedfast2002-04-102-0/+9
* Oops. The previous change made the search bar widgets get packed in theDan Winship2002-04-102-3/+11
* Update for new-and-improved consistent default folder uri.Dan Winship2002-04-103-64/+23
* Added closing ) for "not starts with" subject rule. Added closing ) forNot Zed2002-04-102-5/+6
* Move <dirent.h> down the #include list so it compiles on Darwin.Ettore Perazzoli2002-04-102-2/+8
* Added closing ) for "not starts with" subject rule.Not Zed2002-04-103-19/+24
* New. Check that things that need to be in the config db are. Right now itDan Winship2002-04-097-9/+60
* If the shell fails to display all of the requested URIs, fall back toDan Winship2002-04-092-8/+15
* Oops. Add ChangeLog entries for some changes that accidentally escapedDan Winship2002-04-091-0/+8
* Fix bad xml.Dan Winship2002-04-092-1/+5
* Add view_info arg but don't do anything with it.Dan Winship2002-04-092-0/+6
* Add view_info arg. If the view_info is non-empty and this is a calendarDan Winship2002-04-095-9/+76
* Add view_info arg, but don't do anything with it.Dan Winship2002-04-092-0/+6
* Add view_info arg, but don't do anything with it.Dan Winship2002-04-092-0/+6
* Add a "view_info" argument.Dan Winship2002-04-09