aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-addressbook.xml
blob: dfa75e5d53d679065f16af5243a92b906ae3e6ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<Root>

    <menu>
        <submenu name="File">

            <placeholder name="Print">

                <menuitem name="Print" verb="ContactsPrint"
                _label="_Print Contacts..."
                pixtype="pixbuf"
                                accel="*Control*p"/>
                
            </placeholder>

        </submenu>

        <submenu name="View">

            <menuitem name="AsTable" verb="ViewAsTable" _label="As _Table"
                />

        </submenu>

        <submenu name="Settings">

            <menuitem name="AddressbookConfig" verb="AddressbookConfig" _label="_Addressbook Configuration..."
            pixtype ="pixbuf"/>

        </submenu>

        <placeholder name="Component">

            <submenu name="Tools" _label="_Tools">

                <menuitem name="Search" verb="ToolSearch"
                _label="_Search for contacts"
                pixtype="stock" pixname="Search" />

            </submenu>

        </placeholder>
    </menu>

    <dockitem name="Toolbar">
        <toolitem name="New" _label="New"
        _tip="Create a new contact" verb="ContactNew"
        pixtype="stock" pixname="New"/>

        <separator/>

        <toolitem name="Find" _label="Find"
        _tip="Find a contact" verb="ContactFind"
        pixtype="pixbuf"/>

        <toolitem name="Print" _label="Print"
        _tip="Print contacts" verb="ContactsPrint"
        pixtype="stock" pixname="Print"/>

        <toolitem name="Delete" _label="Delete"
        _tip="Delete a contact" verb="ContactDelete"
        pixtype="stock" pixname="Trash"/>

        <separator/>

        <toolitem name="View All" _label="View All"
        _tip="View all contacts" verb="ContactViewAll"
        pixtype="pixbuf"/>

        <toolitem name="Stop" _label="Stop"
        _tip="Stop Loading" verb="ContactStop"
        pixtype="stock" pixname="Stop"/>

    </dockitem>

</Root>
span class='deletions'>-2/+7 * Rewrite to use imap_store->namespace, not service->url->pathDan Winship2001-03-271-8/+12 * Move all of the camel_vee_folder_construct() internals here.Jeffrey Stedfast2001-03-272-5/+34 * Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-2710-183/+396 * Added folder_created event here.Not Zed2001-03-277-610/+668 * When writing the last token (if not rfc2047 encoded), don't useJeffrey Stedfast2001-03-272-1/+5 * Don't spew a warning if the message-id wasn't set by the application, notJeffrey Stedfast2001-03-272-10/+12 * Rename this from "PLAIN" to "Password": there's no reason the user needsDan Winship2001-03-271-2/+2 * keep a reference on the store's current_folder.Dan Winship2001-03-273-2/+17 * Add missing accessor.Dan Winship2001-03-263-0/+10 * New. Return the provider for a URL.Dan Winship2001-03-263-18/+71 * eh, changed my mind, put the exception back in camel_url_new()Dan Winship2001-03-264-13/+10 * New URL parser with full RFC1808 relative URL support. Yum.Dan Winship2001-03-269-199/+523 * Don't use copy_to if the source folder doesn't support summary info's.Jeffrey Stedfast2001-03-252-4/+13 * Do charset conversion on the username param here if needed.Jeffrey Stedfast2001-03-252-4/+49 * Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-234-1/+24 * Don't look at untagged responses other than "* BYE"...Dan Winship2001-03-235-85/+141 * add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-2215-282/+257 * Return -1 on fail. (camel_filter_driver_filter_folder): Same.Jeffrey Stedfast2001-03-226-30/+63 * Function to check if the store is online and set an exception if not.Dan Winship2001-03-219-190/+451 * Added $(EXTRA_GNOME_CFLAGS)Christopher James Lahey2001-03-202-0/+5 * Set the errbuf to NULL after freeing it? I don't think this should fix bugJeffrey Stedfast2001-03-192-0/+7 * Protect against a possibly NULL exception.Jeffrey Stedfast2001-03-192-1/+7 * Document and modify to return a boolean value denoting whether or notJeffrey Stedfast2001-03-193-21/+90 * Quote the param value if it contains whitespace as well.Jeffrey Stedfast2001-03-192-1/+6 * Don't include system include dir.Jeffrey Stedfast2001-03-184-4/+12 * Modified patch from Dan Berger <dberger@ix.netcom.com> to re-check theNot Zed2001-03-172-0/+7 * Implemented. (ref_message_info): And default implementation.Not Zed2001-03-175-3/+204 * Same.Jeffrey Stedfast2001-03-173-2/+8 * removed camel-stream-ssl.c and camel-stream-ssl.hJeffrey Stedfast2001-03-172-316/+0 * Print info about the issuer of the certificate.Jeffrey Stedfast2001-03-179-82/+170 * Added #include <config.h>Kjartan Maraas2001-03-172-0/+8 * Don't use getdomainname: it's NIS crap, not DNS.Dan Winship2001-03-172-6/+9 * Don't use the hardcoded cert db directory, use the one passed in.Jeffrey Stedfast2001-03-163-14/+134 * translate NIL to "" in fetch body part responseDan Winship2001-03-161-1/+3 * First batch of disconnected IMAP-related stuff. This adds localDan Winship2001-03-1613-268/+786 * Uninclude prnetdb.h since it's not needed here.Jeffrey Stedfast2001-03-165-7/+16 * Update for using CamelTcpStreams and also for using SSL.Jeffrey Stedfast2001-03-153-20/+52 * defined "ssmtp"Jeffrey Stedfast2001-03-155-10/+50 * also change the protocol name in the providersJeffrey Stedfast2001-03-152-2/+2 * Check for "simap" instead of "imaps".Jeffrey Stedfast2001-03-155-5/+18 * Check to see if we are using "pops" and then set the appropriate SSLJeffrey Stedfast2001-03-154-3/+54 * Ya know what? Lets not ref the service because otherwise we'll startJeffrey Stedfast2001-03-152-2/+9 * Pass the service into the SSL stream, not the session.Jeffrey Stedfast2001-03-154-22/+37 * So it turns out that NSS_Init *isn't* idempotent, so we have to protectJeffrey Stedfast2001-03-157-29/+80 * Eek! So the service's URL isn't set until after this is initialized. ThisJeffrey Stedfast2001-03-154-15/+21 * Numerous fixes to get it to build correctly with NSS enabled.Jeffrey Stedfast2001-03-159-16/+56 * AddedJeffrey Stedfast2001-03-155-0/+613 * re-constify inbuf, to remove a warning.Not Zed2001-03-1410-16/+468 * Check for a new type of mailing list header.Jeffrey Stedfast2001-03-143-0/+6 * Made cancellable. (stream_write): Same. (stream_connect): Removed checksJeffrey Stedfast2001-03-143-42/+114 * Added camel-tcp-stream-ssl to the build.Jeffrey Stedfast2001-03-143-0/+10 * Oops. Make this a subclass of CamelTcpStream, not CamelStream.Jeffrey Stedfast2001-03-147-126/+163 * Since all of the Mozilla libs (including NSPR and NSS) correctly handleJeffrey Stedfast2001-03-143-3/+33 * Don't allow the user to copy a message to or from the vtrash folder. SetJeffrey Stedfast2001-03-144-34/+185 * When trying again after a failed password attempt, check if the connectionDan Winship2001-03-142-0/+12 * More fixing for exim: It can't deal with "-tif", you need to say "-t -iDan Winship2001-03-142-10/+17 * Rename the folder to "Trash" and i18nify it.Jeffrey Stedfast2001-03-132-1/+6 * Comment out everything unless HAVE_NSS is defined.Jeffrey Stedfast2001-03-113-15/+38 * Created a new mode (CAMEL_AUTHENTICATOR_ACCEPT) which is a Yes/No promptJeffrey Stedfast2001-03-104-83/+36 * Remove the "-U" for now, because it breaks exim's "sendmail" wrapper. (AndDan Winship2001-03-102-2/+8 * Fix a bug that could make this walk off the end of a string. (The bug hasDan Winship2001-03-102-3/+10 * Changes so that the folder gets added to the vtrash reguardless of whetherJeffrey Stedfast2001-03-092-9/+22 * These fixes make it so that the CamelStore does not actually hold a ref onJeffrey Stedfast2001-03-092-27/+54 * Implement. (get_trash): Implement. (camel_pop3_store_class_init): OverrideJeffrey Stedfast2001-03-082-0/+31 * (remote_recv_line): Fix another problem...Dan Winship2001-03-082-1/+3 * Remove some unused stuffDan Winship2001-03-074-71/+4 * Return the return value of camel_service_connect rather than returningDan Winship2001-03-072-4/+10 * Redone so as to save on memory allocations and speed.Jeffrey Stedfast2001-03-073-54/+63 * Don't return NULL if the token is non-NULL. This is why:Jeffrey Stedfast2001-03-064-3/+37 * i18n'd some strings in here.Jeffrey Stedfast2001-03-063-9/+68 * Wrote a new version of header_fold() that takes a 'force' option and usesJeffrey Stedfast2001-03-052-1/+141 * Make sure there is a space between the name and the address tokens.Jeffrey Stedfast2001-03-052-1/+5 * encoded string segments need to be at least 8 chars (7 doesn't leave roomJeffrey Stedfast2001-03-052-18/+29 * New function to remove a folder from a vfolder.Not Zed2001-03-033-1/+73 * Doh! Set the CAMEL_URL_ALLOW_AUTH flag.Jeffrey Stedfast2001-03-032-1/+4 * oops, forgot the changelogJeffrey Stedfast2001-03-031-0/+5 * Updated with the extended AUTH return codes.Jeffrey Stedfast2001-03-031-1/+14 * oops, the return code is 235 on success, not 234Jeffrey Stedfast2001-03-031-1/+1 * Don't forget to unref the SASL object.Jeffrey Stedfast2001-03-034-52/+205 * Use "-f" to set the envelope from address so bounces go to the rightDan Winship2001-03-022-10/+41 * #include "camel-sasl-digest-md5.h" (camel_sasl_authtype_list): addJeffrey Stedfast2001-03-025-0/+922 * Add an "authtypes" hash table to CamelImapStore recording the supportedDan Winship2001-03-026-286/+151 * Take a GByteArray as input as well. Comment that you can pass %NULL forDan Winship2001-03-0211-386/+413 * Don't base64 encode the data, leave that up to the provider to do if itJeffrey Stedfast2001-03-022-8/+8 * remove mime-utils header for base64 stuff.Jeffrey Stedfast2001-03-022-2/+0 * Don't base64 encode the data, leave that up to the provider to do if itJeffrey Stedfast2001-03-023-9/+14 * Reconstify variables to match iconv.Not Zed2001-03-023-4/+15 * camel depends on krb4 now (where available), for camel-sasl-kerberos4.cDan Winship2001-03-024-9/+26 * Assert url_string != NULL.Peter Williams2001-03-012-1/+7 * oops, not empty string - need to base64 encode it, which is just "="Jeffrey Stedfast2001-03-011-1/+1 * Added camel-sasl-anonymous.[c,h] to the build.Jeffrey Stedfast2001-03-016-2/+256 * A fix for broken mailers that send 2-digit years (ie "Wed, 28 Feb 01Jeffrey Stedfast2001-03-011-1/+1 * A fix for broken mailers that send 2-digit years (ie "Wed, 28 Feb 01Jeffrey Stedfast2001-03-013-5/+16 * If we get back 0 bytes from camel_stream_buffer_gets, that means theDan Winship2001-03-012-0/+12 * Added camel-sasl*.[c,h] to the build.Jeffrey Stedfast2001-03-0113-25/+972 * Group messages into sets with the same flags and use the IMAP message setDan Winship2001-02-272-33/+156 * Made thread-safe and moved to above the test code.Jeffrey Stedfast2001-02-274-17/+105 * fixed a compile warning in camel-store.Jeffrey Stedfast2001-02-251-1/+0 * init the vTrash folder here instead of in store_init.Jeffrey Stedfast2001-02-252-18/+36 * init get_trash and init_trash. (camel_store_init): call the virtualJeffrey Stedfast2001-02-244-11/+125 * Doh, cut and paste problem, use mlist not cc.Michael Zucci2001-02-234-11/+31 * Implement a pseudo-header "x-camel-mlist" which just looks up in theNot Zed2001-02-234-2/+19 * Add some internal progress reporting. (imap_rescan): Do some progressNot Zed2001-02-233-1/+28 * Remove the 'FIXME: remove because this isn't required...' comment forJeffrey Stedfast2001-02-234-23/+62 * #define this as the set of all IMAP system flagsDan Winship2001-02-223-1/+19 * Removed all files.Not Zed2001-02-2212-170/+73 * Removed, not used. (camel_vee_folder_new): Removed call to build_folder.Not Zed2001-02-224-110/+148 * Fixes for IMAP4-pre-rev1 from Torsten Schulz.Dan Winship2001-02-222-2/+13 * Take the ^Header: part out of the expression, since we look that upNot Zed2001-02-204-25/+66 * Added flags argument. (message_changed): Add support for the auto-updateNot Zed2001-02-209-123/+541 * Thaw the defaultfolder. (camel_filter_driver_set_default_folder): Thaw theJeffrey Stedfast2001-02-172-3/+16 * Emit the folder_created signal here.Jeffrey Stedfast2001-02-167-80/+183 * Deal with out-of-order References headers so they don't cause messages toDan Winship2001-02-162-2/+14 * IMAP4 (pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead inDan Winship2001-02-162-3/+14 * Changed this code to match the glibc iconv signature.Christopher James Lahey2001-02-153-5/+11 * (create_folder): Oops, and fix bug involving namespacesDan Winship2001-02-152-5/+5 * New method to create a folder when you don't know its full name.Dan Winship2001-02-154-9/+95 * Add address headers to list that we dont fold when writing. The areNot Zed2001-02-134-8/+73 * mbox, mh, and maildir camel-url's need absolute paths.Jeffrey Stedfast2001-02-133-3/+11 * save, THEN commitDan Winship2001-02-101-4/+6 * Rewrite a bunch. Replace the existing folder cache stuff with much simplerDan Winship2001-02-1015-449/+243 * Oops, include the camel-tcp-stream-ssl header instead of the raw one.Jeffrey Stedfast2001-02-082-1/+6 * Added more test rules.Jeffrey Stedfast2001-02-082-0/+3 * Changed to push the operation into a status stack.Not Zed2001-02-0812-296/+729 * Macro for making comparisons easy. (camel_ustrcasecmp): UseJeffrey Stedfast2001-02-082-6/+20 * Macro for making comparisons easy. (camel_ustrcasecmp): UseJeffrey Stedfast2001-02-082-52/+48 * Rewrote using unicode_get_utf8(). (camel_ustrcasecmp): Use unicode_char_tJeffrey Stedfast2001-02-074-58/+94 * Made these pass char ** as the second parameter to iconv.Christopher James Lahey2001-02-073-5/+11 * Added xml-* files.Jeffrey Stedfast2001-02-061-1/+1 * Removed unwanted header. It was never put in for a reason. Stop fixingNot Zed2001-02-065-11/+229 * Added a missing #include.Christopher James Lahey2001-02-063-0/+9 * Oops. Change this too.Jeffrey Stedfast2001-02-062-2/+5 * Updated.Jeffrey Stedfast2001-02-068-109/+140 * Revert jeff's earlier change, the change below is the more-correct fix.Not Zed2001-02-053-23/+31 * When we drop a fake node, dont skip checking the next in the list.Not Zed2001-02-052-1/+16 * Make do_write loop until the entire buffer is written.Jeffrey Stedfast2001-02-053-6/+15 * Add missing header for cancel check stuff.Not Zed2001-02-024-4/+25 * If we are folding, drop the space at the end of the line.Not Zed2001-02-012-0/+8 * Remvoe the stream locking here. I think this was leading to a deadlockNot Zed2001-01-302-4/+6 * Include the terminating NUL in the calculated string length. This hitNot Zed2001-01-292-1/+7 * Oops.Michael Zucci2001-01-252-0/+321 * Changed the subject search to handle case sensitive when it is mixed case.Not Zed2001-01-257-565/+143 * Added tests to see that invalid match and action rules are properlyNot Zed2001-01-242-0/+59 * Fix for api changes.Not Zed2001-01-242-3/+5 * (camel_filter_driver_filter_message): Remove an accidentallyMichael Zucci2001-01-242-1/+2 * Remove the 'finished message' bit.Not Zed2001-01-242-2/+7 * Add a lock around the delayed loading, so two threads won't try to do itDan Winship2001-01-244-2/+46 * Set the CamelFolder::name to just the base part of the vfolder name (theDan Winship2001-01-232-2/+8 * Perform error checking on parsing/execution.Not Zed2001-01-234-12/+60 * Removed some debug 'warnings', as they should now be displayed at theNot Zed2001-01-234-30/+87 * avoid /0 by updating after we've done the sync. (close_folders): Setup theNot Zed2001-01-232-2/+11 * Change the callbacks in this file to match the callback function types.Christopher James Lahey2001-01-232-1/+6 * Added profiling temp files.Not Zed2001-01-2215-2/+55 * When removing phantom nodes, check for the end node too.Not Zed2001-01-224-18/+26 * Make the output a little prettier. Okay, so I'm anal...Jeffrey Stedfast2001-01-223-17/+10 * Added an exception to CamelFilterGetFolderFunc.Not Zed2001-01-213-19/+48 * (subscribe_folder): add a missing UNLOCKDan Winship2001-01-202-0/+2 * Set the deleted bit *before* copying to the default folder, this way ifJeffrey Stedfast2001-01-202-4/+11 * If LISTing a subscribed folder doesn't return a LIST response, just ignoreDan Winship2001-01-202-3/+13 * Mark strings for translation.Kjartan Maraas2001-01-192-2/+6 * Add a percentage complete indicator to the status thing.Not Zed2001-01-193-18/+33 * More tweaking... skip separator characters after the namespace character.Dan Winship2001-01-193-3/+19 * Oops. Somewhere in one of the reorgs, the code to add new messages to theDan Winship2001-01-192-1/+8 * Add some g_warnings() to help debug later if I ever get the segfaults IJeffrey Stedfast2001-01-183-4/+16 * Make sure that the message-info is non-null before we go accessing innerJeffrey Stedfast2001-01-182-1/+10 * New smtp error-code to string mapping function. (smtp_connect): Use theJeffrey Stedfast2001-01-182-10/+106 * Add an int i so this code will compile. Should I be worried about how wellJeffrey Stedfast2001-01-172-1/+8 * Index: ChangeLogMichael Zucci2001-01-1717-28/+1896 * Delayed loading of IMAP message parts.Dan Winship2001-01-1713-183/+996 * fcntl(fd, F_GETFL) returns the flags as the return value, not via a passedDan Winship2001-01-174-14/+31 * set to nntp if ENABLE_NNTP (SUBDIRS): use $(NNTP_DIR)Chris Toshok2001-01-172-1/+10 * Don't check errno as it's not being set. Fixes bug #1150.Jeffrey Stedfast2001-01-172-2/+6 * Ugh, this design is ugly like my butt.Jeffrey Stedfast2001-01-166-5/+121 * Chganged len back to be unsigned. And do a simple range check on theNot Zed2001-01-168-17/+114 * If the close() is successful, set the fd to -1.Jeffrey Stedfast2001-01-166-50/+34 * Updated to be able to get the CAMEL_SOCKOPT_NONBLOCKING socket opt.Jeffrey Stedfast2001-01-162-2/+35 * Lock around the imap_rescan, which needs it.Peter Williams2001-01-162-0/+7 * A cancellable connection routine. (remote_send_string): Return cancelledNot Zed2001-01-155-24/+434 * Uses an SSL socket now although there's still a few things missing (likeJeffrey Stedfast2001-01-153-13/+55 * Implemented. (stream_setsockopt): Implemented.Jeffrey Stedfast2001-01-155-2/+227 * New CamelTcpStream class that implements nspr sockets and eventually willJeffrey Stedfast2001-01-146-14/+557 * New abstract class for TCP streams. The next step is to write childJeffrey Stedfast2001-01-143-0/+202 * New stream for handling SSL/TLS connections.Jeffrey Stedfast2001-01-143-0/+321 * (camel_folder_thread_messages_new): Added casts to rmeove someMichael Zucci2001-01-12