| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganize the menus to have entries always in a consistent fashion, as | Miguel de Icaza | 2001-03-07 | 18 | -304/+621 |
* | Fix glitch with inserting comma-delimited stuff when length > 1. | Jon Trowbridge | 2001-03-07 | 2 | -0/+8 |
* | Added. Just encapsulates opening | Jon Trowbridge | 2001-03-07 | 3 | -2/+40 |
* | If the folderinfo has no URL (ie, can't contain messages), don't add it as | Dan Winship | 2001-03-07 | 2 | -4/+7 |
* | Added the third argument to e_contact_editor_new. (Cheated and send NULL | Benjamin Kahn | 2001-03-07 | 3 | -2/+10 |
* | Fix a reference counting bug. | Jon Trowbridge | 2001-03-06 | 14 | -6/+1084 |
* | Added. This is part of a change of sematics that makes things much nicer | Jon Trowbridge | 2001-03-06 | 4 | -28/+68 |
* | Set version number to 0.5.99.5 | Jon Trowbridge | 2001-03-06 | 5 | -10/+66 |
* | Update pilot instructions | JP Rosevear | 2001-03-06 | 2 | -1/+5 |
* | Updated Norwegian (bokmål) translation. Updated with a bunch of missing | Kjartan Maraas | 2001-03-06 | 4 | -1185/+1493 |
* | Don't return NULL if the token is non-NULL. This is why: | Jeffrey Stedfast | 2001-03-06 | 4 | -3/+37 |
* | i18n'd some strings in here. | Jeffrey Stedfast | 2001-03-06 | 3 | -9/+68 |
* | Don't access the `active` data member of a GtkToggleButton directly - bad | Jeffrey Stedfast | 2001-03-06 | 6 | -157/+37 |
* | Correcty set the mime type for the multipart. Hmmm, still doesn't wrap | Jeffrey Stedfast | 2001-03-06 | 2 | -8/+19 |
* | Rebuild when the collection changes. | Christopher James Lahey | 2001-03-06 | 2 | -11/+65 |
* | Check for gal 0.5.99.4. | Christopher James Lahey | 2001-03-06 | 2 | -3/+7 |
* | Upped the version number to 0.5.99.4. | Christopher James Lahey | 2001-03-06 | 1 | -0/+1 |
* | New changed signal. | Christopher James Lahey | 2001-03-06 | 2 | -12/+47 |
* | Override cursor_activated signal instead of cursor_changed signal. | Christopher James Lahey | 2001-03-05 | 2 | -4/+9 |
* | update | JP Rosevear | 2001-03-05 | 2 | -1/+4 |
* | Wrote a new version of header_fold() that takes a 'force' option and uses | Jeffrey Stedfast | 2001-03-05 | 2 | -1/+141 |
* | Make sure there is a space between the name and the address tokens. | Jeffrey Stedfast | 2001-03-05 | 2 | -1/+5 |
* | encoded string segments need to be at least 8 chars (7 doesn't leave room | Jeffrey Stedfast | 2001-03-05 | 2 | -18/+29 |
* | keep list of all Tasks folders so we can update the preference settings | Damon Chaplin | 2001-03-05 | 19 | -386/+715 |
* | pretty much working now. | Damon Chaplin | 2001-03-05 | 3 | -76/+537 |
* | added e-util/e-time-utils.c and widgets/misc/e-cell-date-edit.c | Damon Chaplin | 2001-03-05 | 2 | -0/+7 |
* | new files to contain functions to parse and format dates and times for | Damon Chaplin | 2001-03-05 | 4 | -0/+334 |
* | "New" -> "New Task". | Damon Chaplin | 2001-03-05 | 3 | -3/+10 |
* | added "editable" Arg, to stop the user from editing the text. The user can | Damon Chaplin | 2001-03-05 | 4 | -5/+74 |
* | Reorganize a bit to get rid of warnings about AC_TRY_COMPILE being used | Dan Winship | 2001-03-05 | 2 | -11/+17 |
* | Mention the GNOME VFS stable tag. | Dan Winship | 2001-03-05 | 1 | -1/+2 |
* | Added views/addressbook/Makefile. | Christopher James Lahey | 2001-03-04 | 2 | -0/+5 |
* | New view. | Christopher James Lahey | 2001-03-04 | 5 | -2/+33 |
* | Added a built in view menu for addressbook. | Christopher James Lahey | 2001-03-04 | 6 | -1/+38 |
* | Cleaned up the formatting in this file a bit. | Christopher James Lahey | 2001-03-04 | 8 | -81/+100 |
* | Corrected these views a bit. | Christopher James Lahey | 2001-03-04 | 6 | -4/+27 |
* | doh, track renaming of objectclass from evolvePerson to evolutionPerson. | Chris Toshok | 2001-03-03 | 2 | -14/+19 |
* | rename evolveperson.schema to this, and add remaining attributes. | Chris Toshok | 2001-03-03 | 3 | -28/+95 |
* | Remove very old camel lock stuff. | Not Zed | 2001-03-03 | 6 | -12/+121 |
* | Added option menu to vfolder editor. | Not Zed | 2001-03-03 | 5 | -208/+160 |
* | New function to remove a folder from a vfolder. | Not Zed | 2001-03-03 | 3 | -1/+73 |
* | Added a comment reminding us that we should probably not force a | Jeffrey Stedfast | 2001-03-03 | 2 | -1/+9 |
* | Doh! Set the CAMEL_URL_ALLOW_AUTH flag. | Jeffrey Stedfast | 2001-03-03 | 2 | -1/+4 |
* | install conduit icons | JP Rosevear | 2001-03-03 | 12 | -22/+62 |
* | oops, forgot the changelog | Jeffrey Stedfast | 2001-03-03 | 1 | -0/+5 |
* | Updated with the extended AUTH return codes. | Jeffrey Stedfast | 2001-03-03 | 1 | -1/+14 |
* | oops, the return code is 235 on success, not 234 | Jeffrey Stedfast | 2001-03-03 | 1 | -1/+1 |
* | Don't forget to unref the SASL object. | Jeffrey Stedfast | 2001-03-03 | 4 | -52/+205 |
* | Remove cruft | Kjartan Maraas | 2001-03-02 | 1 | -4/+0 |
* | Updated Slovak translation | Stano Visnovsky | 2001-03-02 | 2 | -712/+660 |
* | Use "-f" to set the envelope from address so bounces go to the right | Dan Winship | 2001-03-02 | 2 | -10/+41 |
* | add logic to make sure we're building against OpenLDAP >= 2 | Chris Toshok | 2001-03-02 | 2 | -0/+22 |
* | track change to e_contact_editor_new. | Chris Toshok | 2001-03-02 | 2 | -1/+7 |
* | add objectclasses for "person", "organizationalPerson", and "top" as well, | Chris Toshok | 2001-03-02 | 2 | -38/+91 |
* | new function. (e_minicard_view_event): split out the creation of the | Chris Toshok | 2001-03-02 | 13 | -230/+753 |
* | add new entries for phone enums, and fill in the ecard_field with (bogus | Chris Toshok | 2001-03-02 | 6 | -33/+140 |
* | implement properly, we support everything. | Chris Toshok | 2001-03-02 | 2 | -1/+17 |
* | #include "camel-sasl-digest-md5.h" (camel_sasl_authtype_list): add | Jeffrey Stedfast | 2001-03-02 | 5 | -0/+922 |
* | Oops, we do need to be able to write to "text" after all (for things like | Jon Trowbridge | 2001-03-02 | 4 | -5/+33 |
* | quote a test and make sure incdir is always set so 'cat' works | JP Rosevear | 2001-03-02 | 2 | -1/+7 |
* | remove camel-imap-auth.c, add sasl stuff | Dan Winship | 2001-03-02 | 2 | -1/+8 |
* | New function to turn foo/bar into foo/subfolders/bar. The inverse function | Dan Winship | 2001-03-02 | 4 | -0/+155 |
* | add missing "for" to a message | Dan Winship | 2001-03-02 | 1 | -1/+1 |
* | Updated Slovenian translation | Andraz Tori | 2001-03-02 | 1 | -608/+645 |
* | I am an idiot. | Jon Trowbridge | 2001-03-02 | 2 | -12/+27 |
* | Add an "authtypes" hash table to CamelImapStore recording the supported | Dan Winship | 2001-03-02 | 6 | -286/+151 |
* | Take a GByteArray as input as well. Comment that you can pass %NULL for | Dan Winship | 2001-03-02 | 11 | -386/+413 |
* | Added views stuff. | Christopher James Lahey | 2001-03-02 |