aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-11-14 11:56:01 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-11-14 11:56:01 +0800
commit8c0bd86d5fdd6d87c3170e2a01423e7c7018a981 (patch)
tree22da2df051cb6f1bc988d15aca08ebb0a5baf7e4 /doc
parent6760cc72334346b8654fcd9fe1440890db55ac1b (diff)
downloadgsoc2013-evolution-8c0bd86d5fdd6d87c3170e2a01423e7c7018a981.tar.gz
gsoc2013-evolution-8c0bd86d5fdd6d87c3170e2a01423e7c7018a981.tar.zst
gsoc2013-evolution-8c0bd86d5fdd6d87c3170e2a01423e7c7018a981.zip
Rearranged some of the addressbook code to try and eliminate some circular
dependencies in our libraries. The circular dependency between the composer and the mail module is still causing me headaches. And it doesn't help that the addressbook and calendar also want to link to the composer. svn path=/branches/kill-bonobo/; revision=36782
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/shell/tmpl/e-shell.sgml10
-rw-r--r--doc/reference/shell/tmpl/eshell-unused.sgml8
2 files changed, 9 insertions, 9 deletions
diff --git a/doc/reference/shell/tmpl/e-shell.sgml b/doc/reference/shell/tmpl/e-shell.sgml
index 1ab11c689d..c747834f4e 100644
--- a/doc/reference/shell/tmpl/e-shell.sgml
+++ b/doc/reference/shell/tmpl/e-shell.sgml
@@ -29,6 +29,7 @@ EShell
</para>
@eshell: the object which received the signal.
+@Param2:
<!-- ##### SIGNAL EShell::handle-uri ##### -->
<para>
@@ -78,15 +79,6 @@ EShell
@E_SHELL_LINE_STATUS_OFFLINE:
@E_SHELL_LINE_STATUS_FORCED_OFFLINE:
-<!-- ##### FUNCTION e_shell_new ##### -->
-<para>
-
-</para>
-
-@online:
-@Returns:
-
-
<!-- ##### FUNCTION e_shell_list_modules ##### -->
<para>
diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml
index 47c012875b..334903498f 100644
--- a/doc/reference/shell/tmpl/eshell-unused.sgml
+++ b/doc/reference/shell/tmpl/eshell-unused.sgml
@@ -1964,6 +1964,14 @@ intelligent
@error:
@Returns:
+<!-- ##### FUNCTION e_shell_new ##### -->
+<para>
+
+</para>
+
+@online:
+@Returns:
+
<!-- ##### FUNCTION e_shell_sidebar_get_primary_text ##### -->
<para>
lass='commitgraph'>* Simplify a bit using camel_session_get_provider.Dan Winship2001-03-263-35/+41 * clear name and email data after each addressRadek Doulik2001-03-262-8/+13 * Fix a bug in this that probably would have been noticed sooner if ETreeDan Winship2001-03-262-1/+7 * Allow the authtype to be NULL. (transport_auth_init): If the providerJeffrey Stedfast2001-03-252-2/+31 * Default to iso-8859-1 as the user's charset here if it is undefined. ThisJeffrey Stedfast2001-03-252-1/+7 * Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-235-51/+35 * Turned on BROKEN_ETREE.Christopher James Lahey2001-03-232-1/+5 * Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-235-6/+36 * New callback to handle a double-click event in the account clist.Jeffrey Stedfast2001-03-233-19/+32 * (update_active): move to absolute coordinatesRadek Doulik2001-03-232-6/+12 * (html_enter_notify_event): take care of enter eventRadek Doulik2001-03-232-13/+37 * (html_motion_notify_event): new handler, highlights addresses byRadek Doulik2001-03-233-0/+53 * added simple debug g_printRadek Doulik2001-03-231-0/+1 * connect to button_press_event and iframe_created events of GtkHTML widgetRadek Doulik2001-03-233-9/+145 * Don't fail at setting up all the toolbar icons if just one of theEttore Perazzoli2001-03-222-6/+8 * Fix a bug in (illegal) 0-part messagesDan Winship2001-03-221-0/+3 * Use the new URL part macrosDan Winship2001-03-225-26/+39 * Added new icons.Miguel de Icaza2001-03-212-1/+14 * Step the parser so it imports more than one message.Iain Holmes2001-03-212-0/+25 * extra dist the oaf filesJP Rosevear2001-03-212-0/+6 * set color in html citationRadek Doulik2001-03-218-15/+184 * Made this check if the control mask is set.Christopher James Lahey2001-03-202-1/+6 * Remove the node before freeing the data it points to.Christopher James Lahey2001-03-202-5/+10 * Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-208-258/+319 * Changes to the netscape importer for streamlining it and not creating silly f...Iain Holmes2001-03-201-41/+40 * Elm and Pine importersIain Holmes2001-03-206-2/+867 * Removed gnome.h and ctype.h (send_queue_send): Don't remove theJeffrey Stedfast2001-03-202-19/+26 * Write the date header.Jeffrey Stedfast2001-03-202-2/+23 * Call unref_standard_folders() here instead.Jeffrey Stedfast2001-03-202-2/+5 * pulled from the 0.9 release.Jeffrey Stedfast2001-03-191-1/+1 * Add Resend Message menu item.Jeffrey Stedfast2001-03-195-1/+58 * Unref the message.Jeffrey Stedfast2001-03-192-0/+6 * unref the standard folders. (owner_set_cb): Use g_atexit() to callJeffrey Stedfast2001-03-193-0/+23 * Added ShowWeekView, ShowMonthView, ShowDay, ShowWorkWeek to the View menu.Miguel de Icaza2001-03-181-3/+3 * Move the proxy event outside the lock (otherwise we always deadlock).Not Zed2001-03-177-610/+379 * New function to prepare the mime part and any subparts for pgp signing.Jeffrey Stedfast2001-03-172-6/+79 * Fix memory leak.Miguel de Icaza2001-03-162-4/+13 * ackJeffrey Stedfast2001-03-161-1/+1 * We don't care about SSL, yea baby... (apply_changes): Don't care aboutJeffrey Stedfast2001-03-166-77/+39 * Remove a stray camel_object_ref that was causing messages to never beDan Winship2001-03-152-1/+7 * Added edit item to search-bar menu.Not Zed2001-03-154-3/+19 * Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-151-157/+0 * Tell camel to init NSS. (mail_session_accept_dialog): Doh! NULL terminateJeffrey Stedfast2001-03-153-1/+5 * Tell camel to init NSS. (mail_session_accept_dialog): Doh! NULL terminateJeffrey Stedfast2001-03-153-2/+8 * Tell camel to init NSS.Jeffrey Stedfast2001-03-152-1/+5 * builddir != srcdir fixes. Yay!Ettore Perazzoli2001-03-142-0/+7 * Call gtk_html_end() on the stream so things happen. Fixes a problem withDan Winship2001-03-143-0/+22 * Call camel_init with the evolution directory passed in. Also, abort ifJeffrey Stedfast2001-03-143-10/+24 * impl. (update_pixmaps): accelerate with cache.Michael Meeks2001-03-132-33/+61 * All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-1314-361/+1260 * Make the transport save whether or not it's supposed to use SSL as well.Jeffrey Stedfast2001-03-132-0/+19 * Instead of always creating a new vTrash folder, if the store already has aJeffrey Stedfast2001-03-132-10/+28 * Added protection.Jeffrey Stedfast2001-03-125-51/+154 * Remove our X-Evolution header before we send. Also don't send messagesJeffrey Stedfast2001-03-123-14/+19 * Remove our X-Evolution header before we send.Jeffrey Stedfast2001-03-112-35/+44 * New async function that will be used for SSL certs later.Jeffrey Stedfast2001-03-105-21/+163 * Set the Forward->Quoted callback. Also set the forward->AttachmentJeffrey Stedfast2001-03-097-38/+167 * Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-093-12/+112 * Removed from cvsJeffrey Stedfast2001-03-095-218/+6 * Add "vtrash" as a folder type we support. (create_view): Kludgy-kludgeJeffrey Stedfast2001-03-092-3/+7 * Call open_msg here so that it does the Right Thing (tm).Jeffrey Stedfast2001-03-093-5/+10 * Override the default init_trash() with the our custom one (sinceJeffrey Stedfast2001-03-092-15/+70 * Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-082-1/+7 * Add an action-part widget. (filter_rule_from_mlist): Same here. ThisJeffrey Stedfast2001-03-082-4/+16 * New function to decide if a mime part is an S/MIME v3 signed part.Jeffrey Stedfast2001-03-073-21/+107 * Move the signal emittion to after the set_menu call so that it actuallyJeffrey Stedfast2001-03-074-1399/+1332 * uh, emacs said it didn't save thisJeffrey Stedfast2001-03-071-1/+1 * Disable the NNTP code if NNTP is not enabled. This prevents some runtimeJeffrey Stedfast2001-03-072-1/+6 * Updated to have a transport auth page.Jeffrey Stedfast2001-03-074-92/+554 * Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-076-86/+230 * If the folderinfo has no URL (ie, can't contain messages), don't add it asDan Winship2001-03-072-4/+7 * Don't access the `active` data member of a GtkToggleButton directly - badJeffrey Stedfast2001-03-066-157/+37 * Correcty set the mime type for the multipart. Hmmm, still doesn't wrapJeffrey Stedfast2001-03-062-8/+19 * Remove very old camel lock stuff.Not Zed2001-03-036-12/+121 * Check the container is not NIL before trying to set thje prop.Not Zed2001-03-022-0/+7 * Fixes for changes to search bar. (search_save): Removed. (search_full):Not Zed2001-03-018-290/+272 * Return TRUE if the user configured his/her settings, else return FALSE.Jeffrey Stedfast2001-02-282-11/+21 * Set a "References" header no matter what if we are able to get aJeffrey Stedfast2001-02-272-10/+16 * Confirm thatt he user REALLY wants to delete this account. (news_delete):Jeffrey Stedfast2001-02-272-4/+42 * Changed the product string - will change it to use User-Agent once I getJeffrey Stedfast2001-02-272-2/+8 * Mark deleted messages as "seen" as well so they don't count towards theDan Winship2001-02-273-2/+9 * Re-add the mail_vtrash_create() hack back in for LocalStores since there'sJeffrey Stedfast2001-02-274-6/+50 * New function to force the removal of a given password.Jeffrey Stedfast2001-02-264-39/+82 * Abort if the message is NULL (which is valid if an error occured).Jeffrey Stedfast2001-02-262-0/+10 * Toss the mail_tool_camel_lock* stuff. Same. Here too.Jeffrey Stedfast2001-02-256-118/+14 * This is a text file containing C source code that will eventually be an intel...Iain Holmes2001-02-251-0/+277 * No longer need to construct the vTrash here. (owner_set_cb): Don't makeJeffrey Stedfast2001-02-253-7/+46 * No longer need to do a vtrash_cleanup() (it also doesn't exist anymore).Jeffrey Stedfast2001-02-247-211/+59 * New stuff for the importer to create a new folderIain Holmes2001-02-235-6/+55 * Come up with a unique store uri for each vtrash (using %p and theJeffrey Stedfast2001-02-232-11/+15 * vfolder/filter on mailing list. Doesn't acutally work right yet.Michael Zucci2001-02-237-57/+114 * Only allow downloading if the source is enabled at this time.Not Zed2001-02-233-7/+24 * Construct the PGP Path GnomeFileEntry widget. (pgp_path_changed): Try toJeffrey Stedfast2001-02-234-2/+93 * Make op cancellable/report internals. (get_folder_get):Not Zed2001-02-237-31/+267 * Fixed memory corruption bug.Jeffrey Stedfast2001-02-2311-41/+392 * Updated to reflect changes to the filter-driver code.Jeffrey Stedfast2001-02-232-1/+7 * Removed, no longer link with libcamelvee. (evolution_mail_LDADD): Ditto.Not Zed2001-02-224-7/+10 * started hack for progress reporting, which is currently to the console.Not Zed2001-02-224-1/+104 * Changed to use PgpValidity.Jeffrey Stedfast2001-02-226-32/+176 * Fix for api changes to append_mail.Not Zed2001-02-2114-1825/+433 * Pass NULL, not "/" for @top.Dan Winship2001-02-213-8/+17 * Include the camel-vee-store.h header from the uninstalled copy.Not Zed2001-02-202-1/+6 * Create vTrash folders for all remote stores as well.Jeffrey Stedfast2001-02-202-0/+8 * Add the auto-update flag to the folder open flags.Not Zed2001-02-202-1/+7 * New handy dandy function to ref and return the vfolder storage (willJeffrey Stedfast2001-02-2012-332/+394 * Unref the driver here, in the subthread, so we dont block the gui while itNot Zed2001-02-202-5/+13 * Dont do the thaw/freeze set here. (update_folders): "Not Zed2001-02-203-31/+59 * Not sure it makes any difference, but lets ref the folder while the hashJeffrey Stedfast2001-02-172-6/+14 * Reverse the changes I made yesterday.Jeffrey Stedfast2001-02-173-5/+10 * Have the mail-config and openpgp initialize here instead.Jeffrey Stedfast2001-02-163-4/+13 * reverse the order of some command-line flags for verifyJeffrey Stedfast2001-02-161-5/+5 * Use mail_storage_create_folderJeffrey Stedfast2001-02-166-34/+125 * Wrapped the address compare functions in a #ifdef (address_compare):Jeffrey Stedfast2001-02-162-0/+17 * Add the --no-tty flag.Jeffrey Stedfast2001-02-152-0/+5 * Ignore generated .oaf filesDan Winship2001-02-151-0/+1 * Rewrite explanatory comments to use normal regexps rather than procmailDan Winship2001-02-152-52/+68 * Connect to the "create_folder" signal on the storage.Dan Winship2001-02-152-0/+60 * Setup the Trash folder.Jeffrey Stedfast2001-02-155-43/+261 * Fix some uninitialized variables.Christopher James Lahey2001-02-142-4/+10 * if doing a full update, save the cursor pos and restore it afterwards.Not Zed2001-02-133-5/+64 * Clean out the cruft in the Accounts section before writing the currentJeffrey Stedfast2001-02-132-0/+5 * Strip the leading "/" from the Namespace/Path entry if the providerJeffrey Stedfast2001-02-132-1/+38 * xml-i18n-tools setup. Mark strings for translation.Kjartan Maraas2001-02-133-14/+23 * Re-add non-static forward_messages. mail-view.c needs it.Dan Winship2001-02-123-1/+7 * ackJeffrey Stedfast2001-02-111-0/+1 * Don't leak memory. (forward_messages): change doinline to be a gbooleanJeffrey Stedfast2001-02-114-11/+19 * Check the full list of IDs instead of just the default id and if we findJeffrey Stedfast2001-02-112-19/+96 * Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-116-126/+7 * Updates for CamelStore changes, small memory leak fixes. (lookup_folder):Dan Winship2001-02-1012-566/+443 * New location for this function.Jeffrey Stedfast2001-02-094-148/+148 * Reworked some keep-mail-on-server logic so that we ALWAYS look for aJeffrey Stedfast2001-02-093-28/+38 * only free driver, if set. (fetch_mail_fetched): Unref the driver here, soNot Zed2001-02-095-89/+239 * Set the sensitivity of the spin button based on the state of the checkbox.Jeffrey Stedfast2001-02-092-0/+5 * more reasonable default for the auto-check minutes spin boxJeffrey Stedfast2001-02-091-1/+1 * Properly do defaults here. (mail_config_write): Removed some of theJeffrey Stedfast2001-02-092-40/+58 * Cast the CamelMedium to a CamelMimePart before performing actions on it asJeffrey Stedfast2001-02-098-1/+139 * Use "contains" because the subject might be broken into subparts and usingJeffrey Stedfast2001-02-082-1/+7 * Init active_downloads hash if it hasn't been yet.Not Zed2001-02-082-0/+11 * Handle internal camel status return. (receive_done): Remove activeNot Zed2001-02-087-58/+186 * Check current_message for NULL - this fixes a bug running under SunOS (notJeffrey Stedfast2001-02-082-1/+7 * Oops, save the seen_timeout variable.Jeffrey Stedfast2001-02-072-0/+11 * Added libmenus.la.Christopher James Lahey2001-02-075-2/+69 * Change how the attachments are displayed.Iain Holmes2001-02-073-5/+92 * Updated to checkfor "(none)".Jeffrey Stedfast2001-02-073-5/+68 * added mail-send-recv.hJeffrey Stedfast2001-02-071-0/+1 * We are now going to use a file descriptor and a CamelMimeParser ratherJeffrey Stedfast2001-02-062-123/+110 * oops, forgot to add this fileJeffrey Stedfast2001-02-061-0/+39 * Moved bonobo includes from the .c to the .h. IncludeChristopher James Lahey2001-02-0610-10/+44 * fixed up the display a bitJeffrey Stedfast2001-02-061-3/+5 * New function to handle inline pgp-signatures.Jeffrey Stedfast2001-02-062-8/+58 * Keep track of the CheckSettings check boxes. (transport_next): Connect ifJeffrey Stedfast2001-02-065-43/+57 * Updated to not connect when getting a list of authtypes. (transport_next):Jeffrey Stedfast2001-02-065-15/+50 * Fix dodgy libxml allocation pollution, and potential faults on NULLMichael Meeks2001-02-042-3/+15 * Cleaned up so we dont add an unecessary level of indenting.Not Zed2001-02-023-65/+115 * Fix bug in autodetected mboxesIain Holmes2001-01-313-44/+65 * Fix typo.Kjartan Maraas2001-01-302-1/+5 * Cast the camel_stream_mem_new() to a CamelStreamMem.Jeffrey Stedfast2001-01-303-2/+7 * Return efence ifdefs to 0 for solaris buildJP Rosevear2001-01-302-2/+6 * (build_tree): Oops, turn on BROKEN_ETREE again.Michael Zucci2001-01-292-3/+6 * Debug function to compare the tree we think we have, after an incrementalNot Zed2001-01-297-25/+201 * Turns out that I was wrong about the g_get_real_name mem leak, god damnJeffrey Stedfast2001-01-292-3/+7 * Use UTF-8. (set_defaults): Use UTF-8 and also fixed a memory leak byJeffrey Stedfast2001-01-293-20/+41 * Update copyrights.Ettore Perazzoli2001-01-282-2/+2 * Make the advanced search dialog use stock buttons. Make the OK buttonEttore Perazzoli2001-01-283-1/+17 * Make the vfolder and "advanced search" dialogs a bit larger for betterEttore Perazzoli2001-01-283-0/+10 * Changed to use mail_save_part to save the data in another thread.Not Zed2001-01-284-57/+135 * Don't handle home and end keys since %ETable deals with them now.Christopher James Lahey2001-01-282-10/+5 * Protect against NULL address pointers. (subject_compare): Same but forJeffrey Stedfast2001-01-282-0/+12 * warnings go byebyeIain Holmes2001-01-272-3/+11 * Try a control before an embeddable instead of an embeddable before aEttore Perazzoli2001-01-272-15/+25 * Check for a NULL service->url as we obviously can't subscribe to foldersJeffrey Stedfast2001-01-273-21/+46 * Fix some compile problems and stop the blank mail appearing with the mboxIain Holmes2001-01-274-8/+53 * Fix an uninitialized variable use.Dan Winship2001-01-272-4/+8 * (Fixing an old FIXME)Jason Leach2001-01-262-12/+10 * Define BROKEN_ETREE again, till we get this stuff fixed better.Not Zed2001-01-263-9/+24 * Fix the "sender contain" quicksearch rule by adding a missingEttore Perazzoli2001-01-262-3/+9 * Yes, some more screw ups...Iain Holmes2001-01-262-16/+7 * Yes, I screwed up.Iain Holmes2001-01-261-2/+1 * GNOME_Evolution_Mail.oafinfoIain Holmes2001-01-266-10/+72 * ForgotIain Holmes2001-01-261-1/+21 * Neater importer stuff.Iain Holmes2001-01-2610-87/+578 * The following fixes seem to clear up the problem of new mail not beingJeffrey Stedfast2001-01-262-1/+17 * (Don't prompt about unsaved changes for replies/forwards that have notJason Leach2001-01-262-3/+16 * Check if a message part's content is available, and if it's not, queue aDan Winship2001-01-266-70/+167 * Made the message list pay attention to the "cursor_activated" signalChristopher James Lahey2001-01-262-6/+11 * More happy icons for the mailer.Ettore Perazzoli2001-01-252-1/+23 * Get the mailer to use the new menu icons.Ettore Perazzoli2001-01-252-8/+19 * Fix the subject match expression, which was missing a closing ).Not Zed2001-01-253-7/+23 * Added a 3rd page to the account editor to allow users to set their HTMLJeffrey Stedfast2001-01-255-0/+151 * Save the source and transport changes whether the user can connect to theJeffrey Stedfast2001-01-242-19/+15 * Patch from Tuomas to have a "Sender contains" rule in the quicksearchEttore Perazzoli2001-01-242-0/+25 * Fix spelling.Dan Winship2001-01-244-3/+8 * Set the default folder when copying to mbox. This is a quick fix, i mightNot Zed2001-01-242-5/+14 * Make sure the source->url is not NULL (which is perfectly valid).Jeffrey Stedfast2001-01-242-1/+9 * Make sure the source->url is not NULL (which is perfectly valid).Jeffrey Stedfast2001-01-242-1/+30 * A few minor tweaks.Jeffrey Stedfast2001-01-243-14/+24 * Try turning off the BROKEN_ETREE thing. It seems to work ok (better?) now,Not Zed2001-01-232-3/+9 * Automagically fill in the user's default transport if he/she has setupJeffrey Stedfast2001-01-232-0/+32 * Just wrote a temp way of reporting success/fail of PGP/MIME signatureJeffrey Stedfast2001-01-232-8/+18 * Add the Outlook importer.Iain Holmes2001-01-234-0/+367 * make mail_gui_thread non-static.Dan Winship2001-01-234-4/+41 * Fixed to display subparts (other than the signature part) and started toJeffrey Stedfast2001-01-232-7/+47 * Fix a double-free problem.Not Zed2001-01-232-19/+16 * Oops, danw didn't know 'provider' could be NULL :-)Jeffrey Stedfast2001-01-232-2/+7 * Change "Path:" label to "Namespace:" for IMAP. Use $MAILDIR rather thanDan Winship2001-01-232-2/+20 * Function to add a store/storage mapping. (add_storage): Use it.Dan Winship2001-01-234-4/+32 * s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-23