/widgets/

ct> Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* 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-113-1/+11
* If we are doing Reply-to-All, do not include any of the user's emailJeffrey Stedfast2002-06-112-55/+82
* hook this to cancel button in signature script dialogRadek Doulik2002-06-082-0/+10
* fix some typos, set label usize to 500, -2 (menu_help): added help link toRadek Doulik2002-06-082-2/+20
* script signaturesRadek Doulik2002-06-086-191/+310
* If this account is not a completely new account (ie, it is an editedJeffrey Stedfast2002-06-074-7/+92
* disable edit and delete when there are no signatures definedRadek Doulik2002-06-072-0/+9
* enhanced signature editorRadek Doulik2002-06-065-18/+88
* Keep track of the regeneration request in a list. (regen_list_free):Not Zed2002-06-063-18/+56
* Don't forget to free the date string buffer.Jeffrey Stedfast2002-06-062-1/+7
* use gtk string instead of utf8 oneRadek Doulik2002-06-062-2/+8
* signature editor reworked, WIPRadek Doulik2002-06-057-585/+403
* The following changes take a great leap toward fixing bug #1042.Jeffrey Stedfast2002-06-054-34/+142
* Added priorities.Christopher James Lahey2002-06-052-2/+6
* Set the title of our GalViewCollection.Christopher James Lahey2002-06-042-0/+7
* Duh, we want to set the news_edit/delete buttons for the news page, notNot Zed2002-06-043-3/+11
* Write the signature after the account has been added. (sig_new_html):Jeffrey Stedfast2002-06-042-16/+16
* Correctly get the GtkWindow ancestor of the prefs widget.Jeffrey Stedfast2002-06-042-1/+9
* Changed to check everything from the composer before the message isNot Zed2002-06-043-66/+72
* Prompt the user to see if he really wants to quit when there are queuedJeffrey Stedfast2002-06-043-3/+27
* Implement, return a text description of the localfolder.Not Zed2002-06-035-2/+81
* make these citations as well.Larry Ewing2002-06-033-2/+10
* Changed to handle new multipart-signed type.Not Zed2002-05-312-51/+41
* Noop if we are in offline mode.Jeffrey Stedfast2002-05-313-11/+15
* Protect against NULL stores. Fixes bug #25456.Jeffrey Stedfast2002-05-312-2/+7
* Oops, create a message-browser window here, not a folder-browser-windowJeffrey Stedfast2002-05-312-2/+9
* moved spell checking options to separate page, updated UI by Anna's designRadek Doulik2002-05-305-166/+416
* use _ instead of U_ for clistRadek Doulik2002-05-302-1/+6
* Revert a failed idea.Jeffrey Stedfast2002-05-292-29/+5
* ops, revert array sizeRadek Doulik2002-05-252-1/+6
* If we can't find the mailing list address in the recipients list, justJeffrey Stedfast2002-05-242-2/+24
* Set the ui to be the evolution-mail-global.xml file thingy. Still brokenJeffrey Stedfast2002-05-243-5/+18
* (mail_composer_prefs_construct): add auto smiley check buttonRadek Doulik2002-05-243-1/+8
* If the folder-browser has a parent, reparent it.Jeffrey Stedfast2002-05-246-38/+316
* added smileys checkbuttonRadek Doulik2002-05-241-0/+14
* be more careful about language_str{_orig}Radek Doulik2002-05-242-4/+16
* remove a #include "camel-remote-store.h"Jeffrey Stedfast2002-05-231-1/+0
* Only clear the text/html signature menus if they are non-NULL.Jeffrey Stedfast2002-05-221-0/+4
* Only clear the text/html signature menus if they are non-NULL.Jeffrey Stedfast2002-05-222-2/+9
* Use a new macro, STR_EQUAL, to tell if the 2 values are equal or notJeffrey Stedfast2002-05-222-1/+9
* Forgot the changelog entry.Not Zed2002-05-211-0/+6
* New functions to add additional search strings one at a time. Maybe itNot Zed2002-05-214-661/+896
* Only get the contents of a mime part if it is marked as "inline". FixesJeffrey Stedfast2002-05-213-2/+9
* Fixed the "Overdue:" string to not contain any HTML tags.Jeffrey Stedfast2002-05-213-9/+16
* Set the can_sync_offline property on the EFolder based on theEttore Perazzoli2002-05-214-410/+126
* Always unref the composer [even when we are destroying it], otherwise weEttore Perazzoli2002-05-202-1/+7
* Check for a label tag when doing a lookup on the COLOR column.Jeffrey Stedfast2002-05-176-45/+137
* added folder-info.h to the buildJeffrey Stedfast2002-05-171-0/+1
* New. (create_component): Pass it as the @request_quit_fn toEttore Perazzoli2002-05-163-9/+16
* Check with e_shell_prepare_for_quit() before quitting.Ettore Perazzoli2002-05-162-1/+6
* Implement prep_offline for an individual folder. (set_offline_do): OnlyNot Zed2002-05-15