MD5 (fam-2.6.9.tar.gz) = 8b647472152940b9789e649fa2734443 MD5 (freebsd-mntent.patch) = d1509acc51463cc7d224ee9afb783e09 vicon.ico'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* Stat the XML file before trying to parse it to make sure it exists.Jeffrey Stedfast2003-06-032-3/+12
* added server_DATA (*.server) so make clean works. For #42691.Not Zed2003-06-022-1/+6
* use %02x instead of %2x when formatting color for rc fileRadek Doulik2003-05-312-1/+6
* Fixes bug #43805.Jeffrey Stedfast2003-05-302-5/+40
* removed the help button since it didn't do anything anywayJeffrey Stedfast2003-05-301-11/+0
* set the default open size to something reasonable. For #43410.Not Zed2003-05-284-2/+13
* set signature html flag even if it's newly signature, we don't set it inRadek Doulik2003-05-232-3/+9
* Updated copyright years.Jeffrey Stedfast2003-05-215-7/+19
* remove link hilighting option that isn't attached to anything.Larry Ewing2003-05-212-18/+5
* filter notification events to keep the redisplay count down.Larry Ewing2003-05-212-3/+18
* remove references to gtkhtml property manager. Connect to missingLarry Ewing2003-05-218-123/+129
* Only re-add the store to the folder-tree if the account is enabled. Oops.Jeffrey Stedfast2003-05-202-1/+7
* remove references to font prefs.Larry Ewing2003-05-204-35/+39
* ** See bug #43234Not Zed2003-05-192-1/+11
* New async "empty trash" op.Dan Winship2003-05-194-16/+89
* gnome_font_get_descender returns negative valueRadek Doulik2003-05-192-1/+6
* remove font prefs server from the listLarry Ewing2003-05-192-25/+5
* Add #include to fix warning.Jeremy Katz2003-05-178-17/+43
* ** See bug #42838.Not Zed2003-05-162-3/+11
* Disabled some debugging messages.Jeffrey Stedfast2003-05-162-2/+6
* add protoJP Rosevear2003-05-157-57/+51
* Removed. (make_factory): No need to set up the SIGSEGV redirect handlerEttore Perazzoli2003-05-143-44/+16
* Fix ChangeLog for yesterday's commit.Ettore Perazzoli2003-05-101-4/+3
* (request_password): Make sure password_dialog isEttore Perazzoli2003-05-092-2/+10
* Make sure that we haven't been destroyed before we start writing to theJeffrey Stedfast2003-05-092-0/+11
* ** See bug #42456Not Zed2003-05-082-0/+12
* Correct default for list.Jeremy Katz2003-05-082-1/+7
* ** See bug #42400Not Zed2003-05-072-0/+15
* ** See bug #42294.Not Zed2003-05-062-1/+9
* (request_password): Set OK as the defaultEttore Perazzoli2003-05-062-0/+6
* To be consistant with the message-list envelope toggle, undelete theJeffrey Stedfast2003-05-034-4/+38
* ** See bug #41748Not Zed2003-05-012-7/+26
* Don't just blindly cast an int to gpointer, use the proper glib magicJeremy Katz2003-04-302-2/+9
* Updated for API change in the filter code.Jeffrey Stedfast2003-04-302-4/+10
* ** See bug #41972Not Zed2003-04-305-14/+41
* Remove preceding whitespaceDan Winship2003-04-302-0/+6
* (mail_session_forget_passwords): Forget allEttore Perazzoli2003-04-292-1/+6
* Made toplevel container widgets set a border-width (including toplevelJeffrey Stedfast2003-04-296-2182/+2346
* as below (update_active): as belowRadek Doulik2003-04-253-4/+11
* pass an exception to get_provider, to silence some warnings/get a validNot Zed2003-04-242-1/+9
* Only add the Organization: header if it is non-empty. Fixes bug #41730.Jeffrey Stedfast2003-04-242-1/+6
* Protect against a NULL strv result from parsing the language list string.Jeffrey Stedfast2003-04-222-5/+12
* Fixes for bug #41142.Jeffrey Stedfast2003-04-192-3/+11
* [ fixes #21499 ]Rodney Dawes2003-04-195-3/+13
* remove the help menu item handling, as the help menu is removed. Clean upNot Zed2003-04-172-7/+5
* Remove COMPONENTDIR and set BINDIR and VERSION instead.Not Zed2003-04-177-12/+26
* schema keys can't be directories (#41419)Jeremy Katz2003-04-172-1/+5
* Fixed a logic error that was the cause of bug #41389.Jeffrey Stedfast2003-04-172-1/+6
* For bug #41199.Not Zed2003-04-163-185/+285
* Free the temporary error text.Hans Petter Jansson2003-04-162-0/+5
* Set the correct border width and vbox spacing to be HIG compliant. FixesJeffrey Stedfast2003-04-163-4/+18
* create a stock cancel button with a cancel all text. (build_dialogue):Not Zed2003-04-153-4/+21
* add proper defaults for the fonts settings.Larry Ewing2003-04-152-1/+8
* Fixes bug #41243.Jeffrey Stedfast2003-04-123-337/+319
* Add padding around the entry/checkbox and change the border width of theJeffrey Stedfast2003-04-122-2/+10
* Change the action button ordering and also change the padding to complyJeffrey Stedfast2003-04-112-15/+24
* Change the padding to comply with the GNOME HIG. Fixes bug #41001.Jeffrey Stedfast2003-04-112-11/+18
* ** See bug #40921Not Zed2003-04-09