/multimedia/qt5-multimedia/

lution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* camel:Peter Williams2002-08-013-4/+22
* Don't setup a handler for multipart/digest. (handle_multipart_digest):Jeffrey Stedfast2002-08-013-31/+32
* Removed folder-browser-window from the build.Jeffrey Stedfast2002-08-016-307/+11
* Change the order so that "New Contact" is first and "New Contact List" isEttore Perazzoli2002-08-012-6/+11
* Pass "contacts" as the @folder_type toEttore Perazzoli2002-08-012-2/+10
* Added global cameldatacache for managing remote image cache.Not Zed2002-07-312-3/+83
* save signature here to remember the changed nameRadek Doulik2002-07-312-0/+6
* Use camel_medium_get_header to get the date header rather than getting theJeffrey Stedfast2002-07-312-11/+12
* setup private data. (mail_display_destroy): cancel any outstandingNot Zed2002-07-305-51/+238
* (request_password): Left-align the check button'sEttore Perazzoli2002-07-302-0/+6
* Get the "Reset Defaults" folders button and connect to the clicked signal.Jeffrey Stedfast2002-07-303-3/+56
* Call mail_note_store to get the folders to be updated and new ones to bePeter Williams2002-07-302-1/+10
* (request_password): Add an accelerator for theEttore Perazzoli2002-07-302-5/+21
* No real need for this to be an async function sync we are going to callJeffrey Stedfast2002-07-272-83/+5
* Add a new menu item for posting to the New toolbar button thing.Jeffrey Stedfast2002-07-272-4/+12
* Add a new menu item for posting to the New toolbar button thing.Jeffrey Stedfast2002-07-272-0/+12
* Make the gtk label line-wrap instead of us forcing \n's in the label, thatJeffrey Stedfast2002-07-263-11/+20
* Make sure that the url isn't an empty string and also make sure to free itJeffrey Stedfast2002-07-262-5/+16
* Use mail_tools_folder_to_url().Jeffrey Stedfast2002-07-267-53/+200
* Update to take argc and argv arguments since this is the new definitionJeffrey Stedfast2002-07-254-13/+61
* Mae sure that the html->pointer_url is non-NULL. Should fix bug #28159Jeffrey Stedfast2002-07-252-1/+12
* Check for whether current_message is NULL as well as preview_shown (if wePeter Williams2002-07-253-3/+24
* Don't pass the length of the tag name into strncmp, instead use the lengthJeffrey Stedfast2002-07-251-4/+8
* cast!Jeffrey Stedfast2002-07-251-4/+3
* Call camel_session_get_service instead of camel_session_get_store, asPeter Williams2002-07-253-15/+44
* use mail_config_get_send_html for html format flagRadek Doulik2002-07-253-2/+10
* Propagate name changes or removes to the mail config. #15951. Doesn'tNot Zed2002-07-244-0/+78
* Commit a fix that I thought I committed a while ago:Jeffrey Stedfast2002-07-243-9/+31
* Initialise the standard uri's before doing anything else.Not Zed2002-07-243-13/+56
* Don't use strncmp here or reply-all will match reply.Jeffrey Stedfast2002-07-242-1/+6
* Also perform a search on the query_changed signal, which is what getsPeter Williams2002-07-242-0/+8
* use uri_list before we set "uri-list" to NULL, which will automagicallyNot Zed2002-07-232-2/+7
* Disconnect from folderbroser signals when we unref it, so we dont getNot Zed2002-07-232-0/+7
* Check to make sure the script output is valid UTF-8, if not then attemptJeffrey Stedfast2002-07-232-18/+58
* Remove the assert, and always copy over the threadtree which representsNot Zed2002-07-222-5/+9
* When renaming, use full_name to set the folder, not name, so the path isNot Zed2002-07-222-1/+6
* recognize urls in plain text reply quoting logic (bug #27908).Larry Ewing2002-07-212-1/+7
* Try including gtkhtml/gtkhtml.h instead. Test really is a 4 letter wordNot Zed2002-07-192-1/+6
* Removed bogus static pre-declaration.Ettore Perazzoli2002-07-195-4/+18
* Change the HTML to make this a little prettier.Peter Williams2002-07-192-1/+5
* Load the messagedisplay XML file as a base for the UI, so that thingsPeter Williams2002-07-192-4/+26
* Put the mcheck stuff back in, which was removed without a changelog entry.Not Zed2002-07-182-2/+11
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-182-0/+5
* use "saved" gtkhtml commandRadek Doulik2002-07-182-0/+8
* Oops, Don't comment out the mail_note_store call.Jeffrey Stedfast2002-07-182-2/+7
* remove debug printfDan Winship2002-07-171-2/+0
* Re-enable some #if 0'd code.Jeffrey Stedfast2002-07-176-18/+32
* Remove a stray conflict marker.Peter Williams2002-07-171-1/+0
* Lookup the label colour based on the label token, not an integer.Not Zed2002-07-163-17/+19
* Pass 'info' into mail_append_mail(), seems I created the info but forgotJeffrey Stedfast2002-07-162-18/+28
* use new save_header_state flagRadek Doulik2002-07-162-3/+7
* Account for the case that when a disco store is "online" but actuallyPeter Williams2002-07-154-3/+20
* remove a stray conflict markerPeter Williams2002-07-151-1/+0
* Define a versioned library directory that we can use for things that arePeter Williams2002-07-153-2/+9
* Set the vfolder_editor variable to null before we close the dialogue,Not Zed2002-07-152-4/+8
* Oops, accidentally checked in some unfinished, unworking code. Reverted.Not Zed2002-07-152-46/+12
* ** fixes for #10781Not Zed2002-07-157-27/+139
* Rename "Save to disk..." to "Save Attachment..."Jeffrey Stedfast2002-07-123-7/+12
* Modified to use a single list of UI node elements with an enable-maskJeffrey Stedfast2002-07-112-226/+201
* If we unref'd a current_message, clear the datalist. Don't botherJeffrey Stedfast2002-07-112-15/+16
* Add include lines to get ebook headers relative to <ebook/foo.h>, notPeter Williams2002-07-112-0/+6
* Pass zero as the @sorting_priority to evolution_storage_new_folder().Ettore Perazzoli2002-07-103-2/+10
* Pass NULL @custom_icon_name to evolution_storage_new_folder().Ettore Perazzoli2002-07-103-2/+11
* fixed a compile warningJeffrey Stedfast2002-07-101-1/+1
* Don't ever use the mail-display's current_message, this can causeJeffrey Stedfast2002-07-096-33/+53
* removed the news editor widget since it sucked.Jeffrey Stedfast2002-07-091-113/+0
* Only queue a send operation if we are in Online mode, otherwise don'tJeffrey Stedfast2002-07-062-2/+10
* No longer need to pass a postpone_cb function into the composerJeffrey Stedfast2002-07-069-81/+138
* cleaned up mail-config.glade to remove the notebook tab for the accounts_tabJeffrey Stedfast2002-07-051-257/+100
* Removed.Jeffrey Stedfast2002-07-053-265/+2
* changed a commentJeffrey Stedfast2002-07-051-1/+2
* Removed special-case code for NNTP support.Jeffrey Stedfast2002-07-059-364/+31
* Pass TRUE as the auto_connect argument to mail_load_storage_from_uri().Jeffrey Stedfast2002-07-046-14/+32
* Increase the size of the escapped mlist buffer, we can't assume that thereJeffrey Stedfast2002-07-032-0/+2
* Increase the size of the escapped mlist buffer, we can't assume that thereJeffrey Stedfast2002-07-032-1/+5
* Fixes bug #27263.Jeffrey Stedfast2002-07-034-15/+56
* Remove Bcc headers too.Jeffrey Stedfast2002-07-033-1/+10
* (folder_browser_gui_init): Don't connectEttore Perazzoli2002-07-022-3/+8
* New arg @tooltip; pass it toEttore Perazzoli2002-07-022-1/+7
* remove dependency on removed file camel/camel-pgp-context.hSean Atkinson2002-07-022-2/+5
* Make sure that cid is non-NULL.Jeffrey Stedfast2002-07-022-1/+6
* Removed some conflict indicators i missed.Michael Zucci2002-07-011-1/+0
* Removed. The folder's deleted event isn't needed since we're listening toNot Zed2002-07-012-14/+12
* Don't skip over disabled accounts - put them in the folder tree too.Jeffrey Stedfast2002-06-293-9/+14
* Fixes bug #27055.Jeffrey Stedfast2002-06-293-3/+22
* Recursively delete any subfolders.Jeffrey Stedfast2002-06-282-12/+46
* slight build fixesJeffrey Stedfast2002-06-273-19/+20
* Don't allow the pgp type to be anything except NONE or GPG.Jeffrey Stedfast2002-06-277-139/+80
* Also handle https urls.Jeffrey Stedfast2002-06-262-1/+3
* Some compiler warning fixes.Jeffrey Stedfast2002-06-269-63/+70
* If the pgp type is gpg, then use the gpg context.Jeffrey Stedfast2002-06-224-32/+88
* New convenience function to find the first parent node that is visible andJeffrey Stedfast2002-06-193-11/+41
* New convenience function to get a cached normalised string.Jeffrey Stedfast2002-06-184-72/+164
* If we dont support searching, dont try to.Not Zed2002-06-173-2/+11
* Move m->complete = TRUE; to within the cancel-check block, this wayJeffrey Stedfast2002-06-122-2/+9
* If we dont get a folder, dont try and get details off it. Should get ridNot Zed2002-06-114-43/+102
* Comment out the code to add/remove the store to the folder-tree when itJeffrey Stedfast2002-06-113-4/+11
* call mail_config_init to be sure we have the db, save auto_signature asRadek Doulik2002-06-11