aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* Add an "evolution:button_icon" attribute.Ettore Perazzoli2003-10-232-0/+6
* removed mail-local.[c,h]Jeffrey Stedfast2003-10-234-1603/+0
* ding dong the witch is deadJeffrey Stedfast2003-10-232-465/+0
* buh-bye mail-search.[c,h]Jeffrey Stedfast2003-10-232-478/+0
* Add an "evolution:button_sort_order" attribute.Ettore Perazzoli2003-10-232-0/+6
* removed old upgrade-mailer.c scriptJeffrey Stedfast2003-10-231-1169/+0
* removed unused etspec filesJeffrey Stedfast2003-10-233-22/+1
* removed more unused source filesJeffrey Stedfast2003-10-232-852/+0
* removed #include "folder-browser.h"Jeffrey Stedfast2003-10-231-1/+0
* removed unused source filesJeffrey Stedfast2003-10-232-1731/+0
* remove unused filesJeffrey Stedfast2003-10-234-4466/+0
* Removed, use em_utils_selection_get_uidlist() instead. (drop_uid_list):Jeffrey Stedfast2003-10-234-45/+37
* Use e_storage_browser_peek_widget_scrolled() to retrieve the scrolledEttore Perazzoli2003-10-232-2/+10
* Add an "evolution:button_label" property on the component for use in theEttore Perazzoli2003-10-232-0/+8
* handle destination of "" properly. (emc_popup_copy_folder_selected):Not Zed2003-10-222-15/+58
* New functions to handle drag & drop to/from the folder tree.Jeffrey Stedfast2003-10-222-0/+495
* Put an <hr> between parts of a multipart.Jeffrey Stedfast2003-10-222-3/+7
* fixed changelogJeffrey Stedfast2003-10-221-3/+3
* compiler fixesJeffrey Stedfast2003-10-221-17/+15
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-2271-616/+20395
* removed unused headerJeffrey Stedfast2003-10-171-1/+0
* Check for gnome-thumbnail.h existence.Frédéric Crozat2003-10-092-0/+13
* Add a hide_mask to the create-rule-from-message bars so that we don'tJeffrey Stedfast2003-10-092-3/+9
* removed unused etspec fileJeffrey Stedfast2003-10-072-13/+1
* fixed ChangeLogJeffrey Stedfast2003-10-071-1/+1
* Fixed.Jeffrey Stedfast2003-10-073-7/+11
* Convert real name to UTF-8 if needed.Frédéric Crozat2003-10-032-8/+13
* Disable the selection of the first unread message for now. This isJeffrey Stedfast2003-10-032-1/+9
* fixed suresh's broken changelog entryJeffrey Stedfast2003-10-031-13/+10
* Fix for 40917 "Backspace shouldn't highlight the whole remaining string inSuresh Chandrasekharan2003-10-032-13/+15
* zero out last_part if we're clearing. Uh, this fixes, but shouldn't, partNot Zed2003-10-024-43/+44
* turn off blocking writes. (efh_format_timeout): don't do a htmlbegin onNot Zed2003-10-023-16/+28
* Use "Sans Regular" instead of "Helvetica" Fixes bug #47878Rodney Dawes2003-10-012-1/+6
* remove gconf stuff. (em_format_html_set_xmailer_mask): new method to setNot Zed2003-09-308-61/+91
* Oops, put the arguments in the right order.Jeffrey Stedfast2003-09-302-1/+5
* removed subscribe-dialog.etspec and added another FIXME to em-folder-browser.cJeffrey Stedfast2003-09-303-10/+2
* added a FIXME commentJeffrey Stedfast2003-09-301-1/+2
* Allow any file: uri to point to a sent or drafts folder.Jeffrey Stedfast2003-09-262-2/+9
* Make the dialog more HIG-compliant by fixing widget alignment/spacingRodney Dawes2003-09-262-8/+7
* fixed ChangeLogJeffrey Stedfast2003-09-251-1/+6
* Same as below.Jeffrey Stedfast2003-09-253-2/+6
* Don't xmlFree (name) until after we've g_strdup'd it. (em_migrate_dir): IfJeffrey Stedfast2003-09-242-8/+23
* Don't xmlFree (name) until after we've g_strdup'd it.Jeffrey Stedfast2003-09-242-2/+5
* Fix for bug #48791 (and also fixes a FIXME)Jeffrey Stedfast2003-09-243-16/+55
* ** See bug #32996Not Zed2003-09-233-2/+15
* removed, moved to em-folder-view, for now, it has access to an invisible.Not Zed2003-09-233-15/+71
* Connect to "value-changed" rather than "changed" for spin buttons.Jeffrey Stedfast2003-09-232-1/+6
* implement, we hook into the mail progress reporting stuff by overridingNot Zed2003-09-233-1/+59
* Set the window title to be that of the message subject. Fixes bug #48617.Jeffrey Stedfast2003-09-202-1/+13
* Fix for bug #48618.Jeffrey Stedfast2003-09-204-9/+55
* use gtkhtml's blockingRadek Doulik2003-09-192-0/+5
* updated cvsignore fileJeffrey Stedfast2003-09-191-0/+3
* updated for CamelTransferEncoding namespace changesJeffrey Stedfast2003-09-194-11/+21
* updated for camel namespace changesJeffrey Stedfast2003-09-1916-50/+88
* Initialise charset to NULL or it may be used uninitialised. Also includeJeffrey Stedfast2003-09-193-11/+21
* cvs removed.Not Zed2003-09-1877-15950/+16729
* New source file to migrate from the old mbox structure to the new mboxJeffrey Stedfast2003-09-183-2/+423
* update for newer gtkhtmlRadek Doulik2003-09-172-2/+2
* temporarily reverting camel namespace changes until after other branches have...Jeffrey Stedfast2003-08-2711-80/+51
* Updated for camel namespace changes.Jeffrey Stedfast2003-08-276-5/+17
* updated for namespace changed made to camel-mime-utils.[c,h]Jeffrey Stedfast2003-08-266-46/+63
* translate the local time format.Not Zed2003-08-237-33/+67
* Don't abort at the first failure after sending (filtering, appending toJeffrey Stedfast2003-08-232-30/+63
* removed upgrade-mailer.c - no longer used/neededJeffrey Stedfast2003-08-202-1176/+0
* Removed the new-mail-notification mess.Jeffrey Stedfast2003-08-203-47/+115
* Added a comment for translators.Not Zed2003-08-192-3/+19
* Added translation for day and localtime strings. Also removed the tz_zoneNot Zed2003-08-192-2/+46
* ** For #45348Harry Lu2003-08-192-1/+8
* fixed shitJeffrey Stedfast2003-08-151-5/+6
* Fix for 45818 ( i18n mail messages search only produces '[?]'). NowSuresh Chandrasekharan2003-08-152-4/+12
* Removed unused function prototype.Jeffrey Stedfast2003-08-132-4/+4
* removed all the timeout shite that we don't even use anymoreJeffrey Stedfast2003-08-122-235/+5
* Updated for CamelMimePart::content_type changes.Jeffrey Stedfast2003-08-125-68/+109
* ** See bug #47224. Hook onto clicked rather than button_pressed, so thatNot Zed2003-08-062-18/+36
* add a CamelOperation for overriding status handler.Not Zed2003-08-0211-20/+41
* *Fix for bug #6951Harry Lu2003-08-012-17/+164
* close mail message window using 'ESC' key, fix bug #47087Yuedong Du2003-08-012-0/+8
* Removed smime functions as they were stale.Jeffrey Stedfast2003-07-293-180/+4
* Handle our own Delete key presses. Fixes bug #45597.Jeffrey Stedfast2003-07-262-0/+26
* Revert prior changes.Jeffrey Stedfast2003-07-242-21/+52
* Fix type warnings (folder_browser_toggle_caret_mode): Remove unusedDan Winship2003-07-2310-28/+41
* We don't have camel_pgp_mime_is_rfc2015_encrypted() anymore so just lookJeffrey Stedfast2003-07-172-48/+24
* We don't have camel_pgp_mime_is_rfc2015_encrypted() anymore so just lookJeffrey Stedfast2003-07-172-1/+9
* Handle invalid URIs, or more likely, the last empty element in a URI listFederico Mena Quintero2003-07-163-0/+16
* remove the use of caret mode widget style. use new gtkhtml api to setYuedong Du2003-07-153-6/+10
* Change the EditPaste mask to IS_0MESSAGE so that it is always activatable.Antonio Xu2003-07-122-1/+6
* camel-smime-utils.h doesn't exist anymoreJeffrey Stedfast2003-07-111-1/+0
* ** For bug #41839Maxx Cao2003-07-102-26/+76
* add a gconf key corresponding to newly introduced caret mode of gtkhtmlYuedong Du2003-07-106-0/+83
* Removed camel-pgp-mime.h, it no longer exists.Jeffrey Stedfast2003-07-103-2/+6
* Use camel_strcase_hash/equal.Jeffrey Stedfast2003-07-082-3/+6
* Updated to use the camel-file-utils version of mkdir.Jeffrey Stedfast2003-07-082-4/+8
* fixed the changelogJeffrey Stedfast2003-07-081-0/+8
* Apply a From-filter when dragging as a test/uri-list and message/rfc822.Jeffrey Stedfast2003-07-082-9/+5
* Strip the signature from the body text. Fixes bug #45523. While we'reJeffrey Stedfast2003-07-043-25/+86
* Gone (pixbuf_gen_idle): Use e_icon_for_mime_type instead.Dan Winship2003-07-032-58/+7
* Use the newer utf8 versions of the e_strftime*() functions since ourJeffrey Stedfast2003-07-024-7/+19
* applied simpler spell error color fixRadek Doulik2003-06-262-5/+15
* reverted spell error color fixRadek Doulik2003-06-264-110/+30
* Might fix bug #45368 but I wouldn't bet on it.Jeffrey Stedfast2003-06-254-10/+38
* ** See bug #43887Not Zed2003-06-252-5/+17
* add EvolutionMailPrintHTMLWidget style assignmentRadek Doulik2003-06-253-2/+10
* use spell preferences at new locationRadek Doulik2003-06-254-29/+110
* Save the idle_idDan Winship2003-06-242-1/+5
* make sure not to strcmp a possibly NULL string.Larry Ewing2003-06-242-1/+9
* ** See bug #45063Not Zed2003-06-202-4/+16
* Only save state if we have a folder reference. Fixes some warnings aboutJeffrey Stedfast2003-06-192-1/+10
* Don't display an unread icon for a parent message status if it has unreadJeffrey Stedfast2003-06-182-13/+9
* ** See bug #44609Not Zed2003-06-175-8/+59
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-0/+1
* We only really want to use mail_identify_mime_part() if the content-typeJeffrey Stedfast2003-06-122-5/+21
* free the info structure as well.Larry Ewing2003-06-122-0/+6
* Use mail-config's gconf client. (target_date_new): Same.Jeffrey Stedfast2003-06-1216-84/+178
* ** See bug #22542Not Zed2003-06-116-37/+86
* Roll over ChangeLogs.Ettore Perazzoli2003-06-102-24750/+24750
* Put the buttons in HIG order; don't replace the label of the stock FindFederico Mena Quintero2003-06-042-5/+16
* install gconf schemas even if purify is disabled (oops) :-)Jeffrey Stedfast2003-06-031-6/+6
* ** This and jeffs patch for #43862.Not Zed2003-06-034-12/+64
* Stat the XML file before trying to parse it to make sure it exists.Jeffrey Stedfast2003-06-032-3/+12
* added server_DATA (*.server) so make clean works. For #42691.Not Zed2003-06-022-1/+6
* use %02x instead of %2x when formatting color for rc fileRadek Doulik2003-05-312-1/+6
* Fixes bug #43805.Jeffrey Stedfast2003-05-302-5/+40
* removed the help button since it didn't do anything anywayJeffrey Stedfast2003-05-301-11/+0
* set the default open size to something reasonable. For #43410.Not Zed2003-05-284-2/+13
* set signature html flag even if it's newly signature, we don't set it inRadek Doulik2003-05-232-3/+9
* Updated copyright years.Jeffrey Stedfast2003-05-215-7/+19
* remove link hilighting option that isn't attached to anything.Larry Ewing2003-05-212-18/+5
* filter notification events to keep the redisplay count down.Larry Ewing2003-05-212-3/+18
* remove references to gtkhtml property manager. Connect to missingLarry Ewing2003-05-218-123/+129
* Only re-add the store to the folder-tree if the account is enabled. Oops.Jeffrey Stedfast2003-05-202-1/+7
* remove references to font prefs.Larry Ewing2003-05-204-35/+39
* ** See bug #43234Not Zed2003-05-192-1/+11
* New async "empty trash" op.Dan Winship2003-05-194-16/+89
* gnome_font_get_descender returns negative valueRadek Doulik2003-05-192-1/+6
* remove font prefs server from the listLarry Ewing2003-05-192-25/+5
* Add #include to fix warning.Jeremy Katz2003-05-178-17/+43
* ** See bug #42838.Not Zed2003-05-162-3/+11
* Disabled some debugging messages.Jeffrey Stedfast2003-05-162-2/+6
* add protoJP Rosevear2003-05-157-57/+51
* Removed. (make_factory): No need to set up the SIGSEGV redirect handlerEttore Perazzoli2003-05-143-44/+16
* Fix ChangeLog for yesterday's commit.Ettore Perazzoli2003-05-101-4/+3
* (request_password): Make sure password_dialog isEttore Perazzoli2003-05-092-2/+10
* Make sure that we haven't been destroyed before we start writing to theJeffrey Stedfast2003-05-092-0/+11
* ** See bug #42456Not Zed2003-05-082-0/+12
* Correct default for list.Jeremy Katz2003-05-082-1/+7
* ** See bug #42400Not Zed2003-05-072-0/+15
* ** See bug #42294.Not Zed2003-05-062-1/+9
* (request_password): Set OK as the defaultEttore Perazzoli2003-05-062-0/+6
* To be consistant with the message-list envelope toggle, undelete theJeffrey Stedfast2003-05-034-4/+38
* ** See bug #41748Not Zed2003-05-012-7/+26
* Don't just blindly cast an int to gpointer, use the proper glib magicJeremy Katz2003-04-302-2/+9
* Updated for API change in the filter code.Jeffrey Stedfast2003-04-302-4/+10
* ** See bug #41972Not Zed2003-04-305-14/+41
* Remove preceding whitespaceDan Winship2003-04-302-0/+6
* (mail_session_forget_passwords): Forget allEttore Perazzoli2003-04-292-1/+6
* Made toplevel container widgets set a border-width (including toplevelJeffrey Stedfast2003-04-296-2182/+2346
* as below (update_active): as belowRadek Doulik2003-04-253-4/+11
* pass an exception to get_provider, to silence some warnings/get a validNot Zed2003-04-242-1/+9
* Only add the Organization: header if it is non-empty. Fixes bug #41730.Jeffrey Stedfast2003-04-242-1/+6
* Protect against a NULL strv result from parsing the language list string.Jeffrey Stedfast2003-04-222-5/+12
* Fixes for bug #41142.Jeffrey Stedfast2003-04-192-3/+11
* [ fixes #21499 ]Rodney Dawes2003-04-195-3/+13
* remove the help menu item handling, as the help menu is removed. Clean upNot Zed2003-04-172-7/+5
* Remove COMPONENTDIR and set BINDIR and VERSION instead.Not Zed2003-04-177-12/+26
* schema keys can't be directories (#41419)Jeremy Katz2003-04-172-1/+5
* Fixed a logic error that was the cause of bug #41389.Jeffrey Stedfast2003-04-172-1/+6
* For bug #41199.Not Zed2003-04-163-185/+285
* Free the temporary error text.Hans Petter Jansson2003-04-162-0/+5
* Set the correct border width and vbox spacing to be HIG compliant. FixesJeffrey Stedfast2003-04-163-4/+18
* create a stock cancel button with a cancel all text. (build_dialogue):Not Zed2003-04-153-4/+21
* add proper defaults for the fonts settings.Larry Ewing2003-04-152-1/+8
* Fixes bug #41243.Jeffrey Stedfast2003-04-123-337/+319
* Add padding around the entry/checkbox and change the border width of theJeffrey Stedfast2003-04-122-2/+10
* Change the action button ordering and also change the padding to complyJeffrey Stedfast2003-04-112-15/+24
* Change the padding to comply with the GNOME HIG. Fixes bug #41001.Jeffrey Stedfast2003-04-112-11/+18
* ** See bug #40921Not Zed2003-04-093-32/+117
* set sensitivity of font pickers based on share setting.Larry Ewing2003-04-096-161/+356
* Add a check for a NULL uid here. Don't see how it can happen, but it seemsJeffrey Stedfast2003-04-092-1/+7
* Remove color specs from the druid so it will use the theme colorsDan Winship2003-04-082-25/+3
* Fix bad XML noticed by Not ZedDan Winship2003-04-084-6/+13
* swap button order. For #40900.Not Zed2003-04-082-2/+7
* For string columns, never return NULL - always return "" if the value isJeffrey Stedfast2003-04-082-12/+20
* Set the "script" data on the GtkEntry to NULL. (sig_add_script_response):Jeffrey Stedfast2003-04-082-11/+47
* use e_iconv_locale_languageRadek Doulik2003-04-082-2/+6
* Clean up server namesDan Winship2003-04-088-53/+76
* ** Bug 40536Not Zed2003-04-074-15/+28
* added "folder_type" parameter to EvolutionImporterLoadFileFn.Rodrigo Moya2003-04-036-3/+16
* Only clear the Mail passwords.Not Zed2003-04-022-2/+4
* Don't allow the 'prefix' argument to make_safe_filename() be NULL. If weJeffrey Stedfast2003-04-022-5/+15
* Call composer_check_autosave if we're going interactive, to check forNot Zed2003-04-022-0/+10
* if we're called and the idle handler is set, remove it, so we dont go andNot Zed2003-04-012-1/+13
* Properly init message_list. Fixed a type-o that initialized it to theJeffrey Stedfast2003-04-012-1/+6
* need to check for config_service != NULL, not service != NULL beforeNot Zed2003-03-314-2/+16
* Declare a prototype for this function prior to fe_got_children() so thatJeffrey Stedfast2003-03-292-0/+9
* remove extra arg to camel_url_encodeDan Winship2003-03-272-1/+6
* dont set the paned initial size here, but hook onto the realize signal.Not Zed2003-03-272-6/+19
* Fixes bug #40074.Jeffrey Stedfast2003-03-274-0/+23
* Fixes for bug #39870Jeffrey Stedfast2003-03-272-64/+74
* If the CamelFolderInfo node doesn't have \NoInferriors set, then check forJeffrey Stedfast2003-03-272-4/+13
* Undo jeff's patch below for #40275, the destroy timeout is already removedNot Zed2003-03-262-23/+22
* Remove the timeout. Should fix bug #40275.Jeffrey Stedfast2003-03-262-0/+8
* Remove search entry which never worked right (and can't work as usersJeffrey Stedfast2003-03-263-219/+24
* Update for e_notice move (apply_changes): Pass a parent_window to e_noticeDan Winship2003-03-258-10/+18
* Update prototypeDan Winship2003-03-252-1/+6
* strdup the key before freeing the url as it is probably pointing there.Not Zed2003-03-252-1/+7
* remove a debug printf that made it in a commit.Not Zed2003-03-242-1/+3
* Load per-folder setting of show_preview from meta data.Not Zed2003-03-248-19/+139
* pass FALSE for e_destination_get_textrep's include_email arg.Chris Toshok2003-03-232-2/+6
* Default to the charset provied in the MimePart's Content-Type over that ofJeffrey Stedfast2003-03-222-2/+11
* "en_us" should not be translated. Fixes bug #40088.Jeffrey Stedfast2003-03-222-1/+6
* remember to disconnect the destroy handler if whenever the loader is shutLarry Ewing2003-03-212-0/+7
* Change the message_destroy callback to just gtk_widget_destroy. No need toJeffrey Stedfast2003-03-212-7/+6
* Don't forget to add the signature to the signature list if it is a validJeffrey Stedfast2003-03-212-1/+6
* Make sure we can find the registered handler before trying to remove itJeffrey Stedfast2003-03-212-4/+11
* Make the 5th argument to gtk_message_dialog_new() "%s" and move theJeffrey Stedfast2003-03-212-1/+20
* Remove this since there's a function in CamelMimeMessage to do it now.Dan Winship2003-03-212-68/+7
* updated for gnome spell API 0.3Radek Doulik2003-03-202-5/+5
* ** for mail part of bug #38461.Not Zed2003-03-208-316/+276
* removed a dead header fileJeffrey Stedfast2003-03-201-1/+0
* Revert ettore's broken patch.Jeffrey Stedfast2003-03-204-248/+1
* Revert ettore's broken patch.Jeffrey Stedfast2003-03-203-7/+11
* Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]Ettore Perazzoli2003-03-203-2/+10
* (mail_config_druid_new): Give the druid theEttore Perazzoli2003-03-202-0/+6
* changed default language to en_us instead of enRadek Doulik2003-03-192-1/+34
* e_msg_composer_get_subject() now returns a const char *, so updateJeffrey Stedfast2003-03-192-5/+8
* fix leak, cleanup variable name, and call gtk_window_set_transient_forLarry Ewing2003-03-192-6/+15
* Set the type hint to DIALOG so that Metacity shows this window on top.Jeffrey Stedfast2003-03-192-3/+12
* validate rule & rule is unique. Workaround for #39464. Should this justNot Zed2003-03-182-0/+23
* unhook from the html engine signals here, before we redisplay the message.Not Zed2003-03-182-7/+16
* use a hack to find out if the message-list was focussed before weNot Zed2003-03-183-3/+26
* (mail_signature_editor): Give the editorEttore Perazzoli2003-03-182-0/+6
* If we fail to load the pixbuf, don't use it (stops some g_warnings).Jeffrey Stedfast2003-03-182-0/+20
* Part of a fix for bug #39809Jeffrey Stedfast2003-03-183-3/+9
* Lookup the handler for the type. If we don't have a registered handler orJeffrey Stedfast2003-03-184-1/+23
* Update for EvolutionStorage changeDan Winship2003-03-152-9/+10
* reverted mail-display.c and mail-format.c fixes - pondering better fixesJeffrey Stedfast2003-03-143-45/+10
* Security vulnerability fixes.Jeffrey Stedfast2003-03-132-0/+12
* Security vulnerability fixes.Jeffrey Stedfast2003-03-132-10/+33
* revert a commit that I didn't mean to doJeffrey Stedfast2003-03-131-4/+4
* Rewritten to do the same as the composer's build_message() code.Jeffrey Stedfast2003-03-132-35/+69
* Various small fixes leading up to a real fix.Jeffrey Stedfast2003-03-133-26/+41
* Use gtk_window_set_transient_for() on the druid with the settings dialogJeffrey Stedfast2003-03-122-3/+18
* Remove the yes/no buttons. Fixes bug #39382.Jeffrey Stedfast2003-03-112-1/+4
* New callback function to handle the checkbox getting toggled.Jeffrey Stedfast2003-03-112-4/+62
* Fix the response code, because some bastard changed the filter/* code andNot Zed2003-03-102-1/+7
* Removed the debug printf. Added a case for the composer. Part of fixingNot Zed2003-03-102-2/+6
* removed main.c from the build.Not Zed2003-03-104-35/+9
* removed erroneous static prototype (it is now supposed to be a public symbol)Jeffrey Stedfast2003-03-081-4/+0
* All this snot just to fix bug #38925 and an attempt to fix bug #38926 (butJeffrey Stedfast2003-03-089-130/+186
* If the part url is a text part, useJeffrey Stedfast2003-03-084-25/+30