log src/lib-index/mail-index-transaction-view.c @ 5855:fd6ff4d9cab1 HEAD

age author description
Sun, 01 Jul 2007 22:11:41 +0300 Timo Sirainen Removed view->hdr. Use view->map->hdr directly. HEAD
Tue, 06 Mar 2007 22:19:08 +0200 Timo Sirainen When adding mails to index in non-sorted UID order and then using HEAD
Wed, 02 Aug 2006 23:14:19 +0300 Timo Sirainen And fix for previous change.. HEAD
Wed, 02 Aug 2006 22:41:28 +0300 Timo Sirainen Transaction view: mail_index_get_header() returns now updated next_uid field HEAD
Wed, 28 Jun 2006 19:31:05 +0300 Timo Sirainen Beginnings of joining mail-storage API more closely to mail-index, so that HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Mon, 12 Jun 2006 15:27:29 +0300 Timo Sirainen mail_index_lookup() and mail_index_lookup_full() returns now 0 if the mail has been expunged within the transaction. HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Fri, 06 Jan 2006 14:48:55 +0200 Timo Sirainen Cleanup: Created mail_index_registered_ext which is used for HEAD
Mon, 04 Jul 2005 14:32:13 +0300 Timo Sirainen Moved array declaration to array-decl.h and include it in lib.h. So array.h HEAD
Sun, 13 Mar 2005 00:39:06 +0200 Timo Sirainen ARRAY_ARG_SET_TYPE() -> ARRAY_SET_TYPE() HEAD
Sat, 12 Mar 2005 20:16:29 +0200 Timo Sirainen Changed many buffers to arrays. Cleans up the code a lot. HEAD
Mon, 29 Nov 2004 19:22:40 +0200 Timo Sirainen If extension data changes was actually found from transaction view, it was HEAD
Mon, 29 Nov 2004 01:19:53 +0200 Timo Sirainen Removed view->messages_count, view->hdr.messages_count is enough. Also fixes HEAD
Wed, 24 Nov 2004 20:39:57 +0200 Timo Sirainen Changed mail_index_get_header() to return the header as return value because HEAD
Sun, 14 Nov 2004 01:08:07 +0200 Timo Sirainen Update view's header only after syncing the view. This and other changes fix HEAD
Sat, 06 Nov 2004 19:20:18 +0200 Timo Sirainen Removed cache_offset from mail_index_record and changed it to use extension HEAD
Sun, 26 Sep 2004 17:15:54 +0300 Timo Sirainen Renamed "extra record info" and variations of it to "extension" or "ext" in HEAD
Wed, 15 Sep 2004 16:02:33 +0300 Timo Sirainen don't return void types HEAD
Sun, 05 Sep 2004 20:53:45 +0300 Timo Sirainen Save extra record/header infos into index file permanently. HEAD
Sat, 03 Jul 2004 13:57:52 +0300 Timo Sirainen UIDs for appended messages can now be assigned all at once. Maildir now HEAD
Thu, 24 Jun 2004 14:10:41 +0300 Timo Sirainen Record size is allowed to change between index files. This will allow adding HEAD
Tue, 22 Jun 2004 10:36:33 +0300 Timo Sirainen Added mail_index_transaction_get_updated_view() which can be used to access HEAD