aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/Makefile.am
blob: b2807b248012aab649341831b13f2a04e7c39e5f (plain) (blame)
1
SUBDIRS = idl ebook pas
tions'>-19/+174 * Dont special case file: url's anymore.02001-09-214-41/+89 * Convert all textual parts to 8bit before saving. Fixes bug #10388.Jeffrey Stedfast2001-09-213-2/+39 * Only start wizard thing if there are no mail accountsIain Holmes2001-09-212-4/+9 * don't free memory that we don't own.Jeffrey Stedfast2001-09-212-5/+11 * No need to have g_warnings here. If it's done properly, therapeutically,Dan Winship2001-09-212-2/+6 * Nuke debug warning.Dan Winship2001-09-212-2/+4 * make sure to release the ref on priv->comp.Larry Ewing2001-09-203-0/+18 * Truncate extremely long subjects. (inspired by bug #9158)Jon Trowbridge2001-09-203-4/+22 * I'm slowly losing my mind.Jon Trowbridge2001-09-201-1/+0 * Yikes... fixing accidental breakage.Jon Trowbridge2001-09-201-1/+1 * Display a notification message always, in addition to playing the sound.Federico Mena Quintero2001-09-205-30/+72 * Use the default e-mail address if we have nothing else to go on.Jon Trowbridge2001-09-207-167/+136 * don't add to the complete list of cards if the card is a listJP Rosevear2001-09-202-5/+33 * Updated exception strings to be more clear.Jeffrey Stedfast2001-09-203-17/+23 * Change the "this should never happen" message into a request for people toJon Trowbridge2001-09-202-1/+10 * Here too.Jeffrey Stedfast2001-09-203-2/+11 * const fixIain Holmes2001-09-201-2/+2 * Fix memory leakIain Holmes2001-09-202-0/+5 * Remove dead directory from AC_OUTPUTJP Rosevear2001-09-202-1/+4 * Display a bell icon if there's an alarm setIain Holmes2001-09-203-3/+9 * Convert the names to the locale charset.Jeffrey Stedfast2001-09-202-14/+24 * Confirm row count here. (etsm_get_row_count): Make sure etsm->model isn'tChristopher James Lahey2001-09-201-1/+5 * Oops, don't fail if `data' isn't a CamelService...cuz it's not supposed toJeffrey Stedfast2001-09-202-1/+7 * Fixed a typo here. esa->rows += count, not esa->rows = count.Christopher James Lahey2001-09-201-1/+1 * Spewage removal Only open folders when they are needed.Iain Holmes2001-09-203-37/+20 * New member `tooltips' in `ETaskWidgetPrivate'. (init): Init to NULL.Ettore Perazzoli2001-09-202-0/+18 * Removed globals `activity_client', `progress'. (timeout_callback_3): GetEttore Perazzoli2001-09-206-8/+155 * be sure to unref the component.Larry Ewing2001-09-202-0/+7 * Open editors for tasks and appointmentsIain Holmes2001-09-203-6/+77 * remove redundant if. (open_callback): free the previous html even if weLarry Ewing2001-09-202-15/+17 * free the temp dup'd string.Larry Ewing2001-09-203-4/+16 * listen for model changes (task_editor_edit_comp): add the attendees to theJP Rosevear2001-09-209-106/+271 * Hack around gdkpixbuf lossage by not trying to display the imagesDan Winship2001-09-202-18/+25 * Fixed weird include pathRodrigo Moya2001-09-201-1/+1 * Freeing name[i] instead of namev[i] is a bad idea. (bug #10270)Jon Trowbridge2001-09-202-1/+4 * Pass the actual unread message count, not just whether or not it's > 0.Dan Winship2001-09-202-2/+8 * add OAFIID parameter to the call to the cal_factory_oaf_register functionRodrigo Moya2001-09-192-1/+8 * add a new parameter (const char *iid) to specify the OAFIID of the factoryRodrigo Moya2001-09-193-6/+27 * Added missing header.92001-09-194-4/+17 * Properly handle our GnomeUIInfo labels so that they won't be leaked ifJon Trowbridge2001-09-192-151/+137 * General cleanup of mail debug printfs.92001-09-1915-1005/+544 * General cleanup of camel debug printfs.92001-09-1918-40/+76 * remove silly debug #if 0JP Rosevear2001-09-194-4/+16 * more meetings-by-mail additions. Had no idea this needed so much work.Aaron Weber2001-09-198-48/+237 * ShushJP Rosevear2001-09-191-0/+1 * reflect file additions/removalsJP Rosevear2001-09-192-2/+10 * A page that shows the meeting time selector and free/busy data forJP Rosevear2001-09-1924-789/+7539 * the meeting-time-sel dir is dead, relevant pieces moved to calendar/guiJP Rosevear2001-09-1914-6000/+5 * Fixes bug #6350.Federico Mena Quintero2001-09-193-142/+174 * Select next rowsIain Holmes2001-09-192-1/+9 * Make the title translatable, and also use the account name when possible.Jeffrey Stedfast2001-09-192-2/+20 * Keep the mail folders in the correct orderIain Holmes2001-09-193-4/+32 * s/List-Owner/List-PostJeffrey Stedfast2001-09-191-1/+1 * New arg @row. Highlight that row. (tree_drag_motion): Pass @row toEttore Perazzoli2001-09-192-1/+11 * Don't add folders multiple timesIain Holmes2001-09-192-1/+15 * Match mailing-list header List-Owner.Jeffrey Stedfast2001-09-192-0/+5 * Attach an X-Evolution-Format header so if people re-edit a message in sayJeffrey Stedfast2001-09-192-11/+18 * Function to get the real receive tpe for ag iven url. IMAP/SPOOL/MAILDIR72001-09-192-9/+21 * If filter inbox is set on the store, and we're opening inbox '', then82001-09-1924-146/+544 * Oops, forgot about X-Evolution-Format.Jeffrey Stedfast2001-09-193-1/+12 * Merged into folder_browser_new: nothing ever changes the URI of anDan Winship2001-09-196-41/+36 * Fixes bug #2830.Federico Mena Quintero2001-09-196-28/+109 * Added verbose error reporting in rdf summariesIain Holmes2001-09-192-6/+26 * new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-1916-364/+1436 * Pass a 'cache-me' argument to mail_get_password.Jeffrey Stedfast2001-09-194-30/+52 * Call mail_content_loaded here rather than blocking if the message dataDan Winship2001-09-192-0/+10 * Virtualize this.Dan Winship2001-09-195-6/+56 * #include "e-gtk-utils.h".Ettore Perazzoli2001-09-192-1/+8 * Added korean charset conversion.Jeffrey Stedfast2001-09-192-0/+5 * add caluri field dataJP Rosevear2001-09-197-13/+232 * Make the canvas backing stored.Ettore Perazzoli2001-09-192-0/+6 * Use ->bin_window [instead of ->window] if the widget is a GtkLayout.Ettore Perazzoli2001-09-192-2/+14 * Added a tip about the always encrypt button.Kevin Breit2001-09-192-0/+27 * Do appends instead of prepends in places.Iain Holmes2001-09-195-6/+16 * create a sexp and check if the cards match before adding them to the listJP Rosevear2001-09-192-7/+28 * Updated Slovak translation.Stanislav Visnovsky2001-09-182-580/+703 * remove conflict droppingsLarry Ewing2001-09-181-1/+0 * unref the destination regardless of whether we get an email addresss.Larry Ewing2001-09-182-2/+8 * use g_strfreev. (match_name): s/g_free/g_strfreev. (match_file_as):Larry Ewing2001-09-184-12/+22 * don't malloc a match we will never use.Larry Ewing2001-09-182-1/+4 * remove redundant NULL checks since g_free handles NULLs. (e_text_destroy):Larry Ewing2001-09-181-8/+5 * free the dup'd capabilities.Larry Ewing2001-09-182-0/+7 * Don't process the ImapResponse data, we don't want to block forever onJeffrey Stedfast2001-09-182-3/+20 * Unsubscribe from the folder before deleting it. Also, use the url's pathJeffrey Stedfast2001-09-183-33/+36 * We want to assume that a destination that comes from a card isJon Trowbridge2001-09-18