aboutsummaryrefslogtreecommitdiff
path: root/src/addressbook.c
AgeCommit message (Expand)Author
2010-02-12added 'In addressbook' to the quick search menu.hiro
2010-02-12lock addr_table since it can be accessed from sub threads.hiro
2010-02-10added a new filter match type: is (not) in addressbook.hiro
2010-01-27show translated messages on the statusbar. Prohibit addressbook names begin w...hiro
2010-01-26implemented auto-registration of new recipients.hiro
2009-12-15added new search folder icon.hiro
2009-12-10decreased spacing between icon and text.hiro
2009-12-08added Search: label to addressbook.hiro
2009-12-08src/addressbook.c: removed unused xpm objects. Added person icon.hiro
2009-11-27enabled lookup feature for all addressbook type.hiro
2009-11-24re-enabled sort order change of addressbook because the bug seems to be fixed.hiro
2009-11-24src/addressbook.c: addressbook_create(): create renderer for each column.hiro
2009-11-13src/addressbook.c: added sort order change (but disabled because of random cr...hiro
2009-11-10show more descriptive error when address index failed to read.hiro
2009-10-29src/addressbook.c: modifled the design.hiro
2009-10-29src/addressbook.c: change selection if a non-selected row is right-clicked.hiro
2009-10-28removed debug print.hiro
2009-10-28src/addressbook.c: expand tree row when double-clicked.hiro
2009-10-28src/addressbook.c: automatically sort the tree and list.hiro
2009-10-28src/addressbook.c: don't change selection when the list is right-clicked.hiro
2009-10-27addressbook_move_nodes_up(): init variables.hiro
2009-10-27reimplemented addressbook_move_nodes_up().hiro
2009-10-27reimplemented the list view of address book UI with GtkTreeView.hiro
2009-10-26reimplemented the folder tree of address bookb UI with GtkTreeView.hiro
2008-11-27fixed a bug that the addressbook window was not refreshed when adding sender ...hiro
2008-11-20include gtk/gtk.h as a workaround for GTK+ >= 2.13.3.hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-06-25addressbook.c: null-check person to avoid crash.hiro
2007-04-26improved address completion.hiro
2007-04-17in addressbook, fixed a crash bug that if a person was removed and its e-mail...hiro
2007-04-12use 'Address Book' instead of 'Addressbook'.hiro
2007-04-11set focus row after address book import.hiro
2007-04-10also delete physical files when deleting data sources.hiro
2007-04-06implemented CSV import (in progress).hiro
2007-03-27win32: made a workaround for the redraw problem in GTK+ 2.10.11.hiro
2007-03-02prevent warnings when ESC, BS etc. is pressed at address completion.hiro
2007-02-21added close button to the address book. Set the minimum size of the window.hiro
2007-02-15Disable 'Lookup' button if LDAP is disabled.hiro
2007-02-15addressbook_load_completion(): fixed possible crash.hiro
2007-02-13enabled multiple copy and paste of persons in addressbook.hiro
2007-02-13when deleting email from group, only remove from group list and not from person.hiro
2007-02-09src/addressbook.c: removed redundant signal handler.hiro
2007-02-09improved the behavior of edit group dialog.hiro
2007-02-09src/addressbook.c: implemented copy and paste of person, and refactored the m...hiro
2006-03-10modified the accelerators, and the layout of address book.hiro
2006-03-06always enable To, Cc, and Bcc button of the address book.hiro
2006-03-06preserve the window position of address book.hiro
2006-01-31the size of address book is now remembered.hiro
2005-09-08fixed the folder tree bug of addressbook.hiro
2005-08-25fixed refresh of addressbook folder contents.hiro