aboutsummaryrefslogtreecommitdiffstats
path: root/libversit
Commit message (Expand)AuthorAgeFilesLines
* call finiLex in error case to avoid a memleak.Chris Toshok2000-05-081-1/+3
* Fix off by one error.Vadim Strizhevsky2000-05-081-1/+1
* New function (borrowed from Korganizer's libversit code) to combineRussell Steinthal2000-03-291-2/+39
* avoid yyconflict with libicalSeth Alves2000-02-241-0/+2
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-201-0/+6
* Removed the VFS crap; my mistake, it should not go here.Federico Mena Quintero2000-01-224-79/+4
* Libversit / VFS work - FedericoArturo Espinosa2000-01-215-2186/+119
* Fix handling of QUOTED-PRINTABLE strings. writeQPString has been fixed toVadim Strizhevsky2000-01-011-11/+35
* 1.1.0Arturo Espinosa1999-12-031-83/+154
* When finding a colon, the lex consumed all line separators, making itArturo Espinosa1999-10-111-5/+6
* changed to be a .la file instead of .a, this allows lib*_conduit to useEskil Heyn Olsen1999-09-191-2/+2
* Added call to GNOME_COMPILE_WARNINGS.Miguel de Icaza1999-09-027-28/+28
* Added new ids XPilotId and XPilotStatusMiguel de Icaza1999-07-301-0/+4
* Wed, 30 Dec 1998 23:04:25 +0100 [Vincent]Vincent Renardias1998-12-311-4/+4
* Changed a sprintf to a snprintf in vcc.yMichael Fulbright1998-11-082-4/+4
* Missing files - FedericoArturo Espinosa1998-06-061-0/+1
* New file.Carsten Schaar1998-04-061-0/+3
* GnomeCalendar toplevel GnomeApp; versit code -migArturo Espinosa1998-04-0212-0/+6887
id of the currently executing proxied event.62001-10-175-8/+116 * don't write strings longer than they actually are.Larry Ewing2001-10-162-4/+12 * Remove the mark_seen timeout.Jeffrey Stedfast2001-10-162-3/+13 * conflict droppingsLarry Ewing2001-10-161-1/+0 * don't apply the body text in replys since we will just replace it anyway.Larry Ewing2001-10-162-1/+7 * Call mail_vfolder_shutdown.Jeffrey Stedfast2001-10-165-7/+57 * Proxy get-password call to main thread. (forget_password): same for52001-10-164-5/+182 * fixed a typoJeffrey Stedfast2001-10-161-1/+1 * Share more state between the parent and its clones, so that our multipleJon Trowbridge2001-10-152-29/+78 * Bad hacker! Don't implicitly assume that utf8 characters are one byte inJon Trowbridge2001-10-142-3/+16 * Don't emit a gtk warning if the composer creation fails.Dan Winship2001-10-142-3/+8 * Revert the change to remove the Score column until Chris can fix ETable soDan Winship2001-10-134-11/+70 * Fix race conditions in creating foldersIain Holmes2001-10-132-2/+12 * call e_passwords_init and e_passwords_shutdown.Chris Toshok2001-10-135-107/+102 * Convert URLS so we can get clickable links.Jeffrey Stedfast2001-10-132-1/+4 * removed Score stuff from the message-listJeffrey Stedfast2001-10-134-63/+15 * Store our listener id. (popup_info_free): Disconnect our listener when weJon Trowbridge2001-10-122-3/+14 * Listen for "destroy" events from the control, so that we don't leave strayJon Trowbridge2001-10-122-0/+25 * Added a checkbox for body indexing.12001-10-124-4/+85 * oops, and here tooJeffrey Stedfast2001-10-121-2/+2 * pass FALSE along to the add_message_attachments callJeffrey Stedfast2001-10-121-1/+1 * Attach the message attachments. Fixes bug #5439.Jeffrey Stedfast2001-10-122-1/+13 * No longer need to pass folder display name to storage update_folderDan Winship2001-10-126-588/+14 * blahJeffrey Stedfast2001-10-121-1/+0 * Make sure the service/storage are non-NULL.Jeffrey Stedfast2001-10-123-49/+61 * Fix up the logic here.Dan Winship2001-10-112-5/+8 * use new function to copy the attachments from the source message. ThisLarry Ewing2001-10-112-0/+7 * copy the data. We can't ref the byte array and we can't free it so we haveLarry Ewing2001-10-102-2/+10 * IF the source and destination folders are the same, do nothing. Oh, and02001-10-103-52/+89 * ref the part. (save_destroy_cb): new function to unref the part when weLarry Ewing2001-10-102-11/+69 * Ref folder so it hangs around till we're done with it.92001-10-102-0/+9 * Make sure the mail-display is non-NULL.Jeffrey Stedfast2001-10-102-1/+6 * Implement.92001-10-102-0/+23 * Create a chaqrset picker submenu in the View menu.Jeffrey Stedfast2001-10-108-30/+116 * Use gtk_signal_connect_while_alive here so e_gnome_dialog_parent_destroyedDan Winship2001-10-103-25/+60 * Oops.Jon Trowbridge2001-10-101-1/+1 * Revert the change to use e_msg_composer_new_with_message. That hasDan Winship2001-10-102-1/+8 * Update for folder_flags.Dan Winship2001-10-096-18/+23 * Write out the Bcc: header when applicable. Fixes bug #5823.Jon Trowbridge2001-10-092-2/+11 * Convert the htmlinfo into utf8. Fixes bug #11966.Jeffrey Stedfast2001-10-092-5/+11 * For mailstorage folders, connect to the control's "activate" signal, andDan Winship2001-10-092-17/+47 * Remove #ifndef MOVEMAIL_PATH code, since the setting of that variable hasDan Winship2001-10-092-19/+8 * Fix a merge-conflict leftover.Jeffrey Stedfast2001-10-062-4/+5 * reformatted the menu tables so they're a bit more bloody readable.52001-10-064-82/+66 * Add toggle button to config menu to turn the "confirm sending unwantedJon Trowbridge2001-10-065-0/+35 * New convenience function that not only sets the gnome-dialog's parentJeffrey Stedfast2001-10-062-28/+107 * added in the ssl-not-supported label that the code was referencing but which ...Jeffrey Stedfast2001-10-061-1/+28 * use e_msg_composer_new_with_message rather than e_msg_composer_new. ThisLarry Ewing2001-10-062-1/+8 * Turn on "uniform_row_height" argument.Christopher James Lahey2001-10-052-0/+9 * Show "nn sent" as total in sent folder, rather than just 'total'.42001-10-053-3/+11 * Do a better job of setting up the name. Also de-sensitise when we can't42001-10-052-2/+24 * Set the parent window as the fb. This fixes bug #11723. (filter_edit): DoJeffrey Stedfast2001-10-052-9/+28 * Ignore the signal if the radio button is not "on". This fixes bug #10532Jeffrey Stedfast2001-10-055-34/+42 * Fix so that an email address with no name is once again justDan Winship2001-10-052-6/+14 * Only create the folder when the shell has created it.Iain Holmes2001-10-053-3/+9 * If we're accessing a vfolder uri, then popup the vfolder editor instead of42001-10-054-1/+78 * Added some more NULL checks.Jeffrey Stedfast2001-10-05