aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* set the session on the formatter. See #61767.Not Zed2004-07-231-0/+15
* Free uri and name strings. Fixes a leak.Jeffrey Stedfast2004-07-211-0/+5
* Chck that the selection is active. Hopefully this will fix bug #61427.Jeffrey Stedfast2004-07-171-0/+5
* free return value from e_mkdtempDan Winship2004-07-141-0/+5
* only call expunge if the folder is set. (emfb_enable_map[]): only enableNot Zed2004-07-101-0/+50
* Fix for bug #61199.Jeffrey Stedfast2004-07-091-0/+9
* tarball should ship .schemas.in.in files, not generated files.Frédéric Crozat2004-07-091-0/+5
* bump version, requirementsJP Rosevear2004-07-051-0/+4
* Remove $(error_i18n) (CLEANFILES): Put $(error_i18n) in hereRodney Dawes2004-07-021-0/+5
* call folder_subscribed directly from the async function notNot Zed2004-06-291-0/+5
* setup exclusion for vfolder sources, noselect folders. Bug #60794.Not Zed2004-06-291-0/+5
* duh remove changelog entry, it didn't get changedMichael Zucci2004-06-281-5/+0
* fix accelerators. #56746.Not Zed2004-06-281-0/+5
* Don't prepend the path string with a '/'.Jeffrey Stedfast2004-06-251-0/+9
* set search column. #60152.Not Zed2004-06-251-0/+4
* Add code to set the parent, position, and type hint of the "Add address"Rodney Dawes2004-06-251-0/+7
* ** See #54030.Not Zed2004-06-231-0/+24
* Same as below. (em_folder_tree_model_remove_folders): Same.Jeffrey Stedfast2004-06-231-0/+3
* As toshok discovered, gtk_tree_model_get() strdup's string arguments,Jeffrey Stedfast2004-06-231-0/+21
* gtk_tree_model_get on a string field allocates the return value. freeChris Toshok2004-06-231-0/+5
* If the app requires a terminal to run, give it a bloody terminal (who usesJeffrey Stedfast2004-06-231-0/+6
* gtk_tree_model_get on a string field allocates the return value. freeChris Toshok2004-06-221-0/+5
* (em_junk_sa_test_spamd): try to get spamd/spamc binaries fromRadek Doulik2004-06-221-0/+5
* clone view before saving it to avoid problems with setting current_view_idRadek Doulik2004-06-221-0/+7
* ** See #31027.Not Zed2004-06-181-0/+11
* ** See #60214.Not Zed2004-06-181-0/+12
* use mail dialogs.glade.Not Zed2004-06-181-0/+26
* ** See #59885.Not Zed2004-06-171-0/+26
* ** See #59885.Not Zed2004-06-171-0/+16
* Include gtk[hv]box.h so we can use them (emfp_dialog_got_folder): Fix theRodney Dawes2004-06-171-0/+15
* clear the error, don't free it, so NULL is handled properlyJP Rosevear2004-06-161-0/+5
* ** See #56479.Not Zed2004-06-161-0/+23
* This code no longer needs to do charset conversion. Yay. Fixes bug #60225.Jeffrey Stedfast2004-06-161-0/+8
* frombase is simply the select_path, since selected_path is now just theJeffrey Stedfast2004-06-161-0/+4
* New function to format an attribution string (won't crash if translatorsJeffrey Stedfast2004-06-161-0/+10
* Changed the second gtk_selection_add_target() to useJeffrey Stedfast2004-06-151-0/+6
* the check button label has now opposite meaning (after UI changes), callRadek Doulik2004-06-141-0/+8
* don't check rule->source, its irrelevent to vfolder sources, and clean upNot Zed2004-06-141-0/+7
* if we removed all of the addresses because they were 'us', add the firstNot Zed2004-06-141-0/+6
* Free any old select_uri string we may have. (emft_tree_row_expanded):Jeffrey Stedfast2004-06-121-0/+12
* rearrange the setting up of the target flags, stores can have a null path.Not Zed2004-06-111-0/+10
* revert previous change. Stupid emftm.Not Zed2004-06-111-0/+3
* handle a null path or fragment.Not Zed2004-06-111-0/+8
* Fixes bug #58825. Ugh. Really Gross Hack (tm).Jeffrey Stedfast2004-06-111-0/+27
* use new etreeselectionmodel api to select paths in one call. Fixes #59546.Not Zed2004-06-101-0/+4
* check that we have content selected, not just a selection, before tryingNot Zed2004-06-101-0/+8
* Fix for SSL options appearing for sendmailRodney Dawes2004-06-091-0/+4
* Scroll to the selected folder if needed. Fixes bug #59609.Jeffrey Stedfast2004-06-091-0/+3
* Make the chooser non-modal. Fixes bug #53735.Jeffrey Stedfast2004-06-091-0/+3
* Only change the cursor if the currently selected folder is a subfolder ofJeffrey Stedfast2004-06-091-0/+9
* Set the store's FULL_NAME to NULL here. Fixes the crash in bug #59713.Jeffrey Stedfast2004-06-081-0/+5
* fix the name of "stock_save-as" everywhereDan Winship2004-06-071-0/+8
* Shuffle usage of trailing "..." in menus.Christian Neumair2004-06-051-0/+5
* Use ngettext for message count information.Christian Neumair2004-06-051-0/+5
* added size info to IMG tags so that it loads the message smootherRadek Doulik2004-06-041-0/+5
* Don't pack entry and checkbox widgets directly into the dialog vbox soWilliam Jon McCann2004-06-041-0/+6
* put this back in, local folders not being noted properly all the time.Not Zed2004-06-031-0/+5
* fixed changelogJeffrey Stedfast2004-06-021-1/+3
* Don't attach anything ever. This is confusing way too many users whoJeffrey Stedfast2004-06-021-0/+8
* set the right path on the url.Not Zed2004-06-011-0/+3
* ugh, unlike camel exceptions, you can't pass NULL to CORBA calls.Not Zed2004-06-011-0/+6
* Disable debug here too - all this code has been working fine.Jeffrey Stedfast2004-05-291-0/+17
* fixed ChangeLogJeffrey Stedfast2004-05-281-4/+3
* Instead of removing the "Loading..." row for toplevel folder nodes onJeffrey Stedfast2004-05-281-0/+8
* Require e-error-toolRodney Dawes2004-05-281-0/+4
* initialise desc to NULL before using it later on. gcc doesn't warn on thisNot Zed2004-05-261-0/+5
* set the default selection to inbox.Not Zed2004-05-261-0/+23
* a few fixes.Jeffrey Stedfast2004-05-261-0/+9
* disable add sender to addressbook bar if it is also disabled. #58955.Not Zed2004-05-251-0/+5
* don't enable the widget based on its writability if it is a dependentNot Zed2004-05-241-0/+6
* only enable add sender if we also have 1 selected. #56663.Not Zed2004-05-241-0/+3
* remove some debug.Not Zed2004-05-241-0/+7
* use set_cursor instead of scroll_to_row. See #58383.Not Zed2004-05-241-0/+9
* added empty handling for CAMEL_PROVIDER_CONF_HIDDEN added handling forSivaiah Nallagatla2004-05-241-0/+7
* pull the message from the regen list before we check the list and pendingNot Zed2004-05-241-0/+9
* put note_store back in. Quick hack to fix the issue of folders beingNot Zed2004-05-221-0/+7
* ** Another unread count bug, #58814.Not Zed2004-05-221-0/+14
* add marshaller for p_ppppp call.Not Zed2004-05-211-0/+32
* finally put the 1.2 password upgrade patch in. Untested. #42721.Not Zed2004-05-211-0/+5
* Fixes for bug #57305.Jeffrey Stedfast2004-05-211-0/+17
* remove "use daemon" handling codeRadek Doulik2004-05-201-0/+7
* ** See #58388.Not Zed2004-05-201-0/+6
* ** See #57583.Not Zed2004-05-201-0/+9
* ** See #58693.Not Zed2004-05-201-0/+13
* use the new e_book_new_* and e_book_open apis.Chris Toshok2004-05-201-0/+8
* Fixed the icon name to get the right one.Jeffrey Stedfast2004-05-201-0/+2
* Changed to load an empty pixbuf manually rather than relying on the pixbufJeffrey Stedfast2004-05-201-0/+7
* don't dist the error .h fileJP Rosevear2004-05-201-0/+4
* if we end up with an application/octet-stream part, pre-snoop it so we setNot Zed2004-05-191-0/+15
* make this match the efhd stuff.Not Zed2004-05-191-0/+11
* Add menu_label and menu_accelerator.William Jon McCann2004-05-191-0/+5
* fixed up the empty trash on exit thing, to update for all stores, notNot Zed2004-05-191-0/+6
* Added header "X-Newsreader" for handle Outlook Express as Mailer.Cantona Su2004-05-191-0/+5
* don't nomarkseen when we restore the message when we show the preview.Not Zed2004-05-181-0/+4
* no new message test if its the drafts folder too.Not Zed2004-05-181-0/+7
* Listen to the tree selection change event directly & proxy out, so we canNot Zed2004-05-181-0/+4
* ** Quick fix for #57434Not Zed2004-05-181-0/+14
* don't emit new mail if its any vfolder, not just vtrash folder. #56350.Not Zed2004-05-181-0/+27
* #include <gtk/gtkliststore.h>. Fixes bug #58407.Jeffrey Stedfast2004-05-171-0/+5
* put the None item at the head of the providers list.Not Zed2004-05-171-0/+11
* keep the hide deleted status. Makes #51082 work at last.Not Zed2004-05-171-0/+3
* ** Bug #6556.Not Zed2004-05-171-0/+62
* s/RESEND/EDIT/Jeffrey Stedfast2004-05-151-0/+8
* (config_write_style): fflush the gtkrc file.Jeffrey Stedfast2004-05-151-0/+1
* Build the path to the gtkrc filename and store it on the config struct soJeffrey Stedfast2004-05-151-0/+7
* Updated the #if 0'd code for the API chanegs made toJeffrey Stedfast2004-05-151-0/+11
* Same. Also changed the "Valid signature, cannot verify sender" string toJeffrey Stedfast2004-05-151-0/+10
* Don't include the last default_header when setting the default headers. IfJeffrey Stedfast2004-05-141-0/+9
* Add a stripsig filter. Fixes bug #52767.Jeffrey Stedfast2004-05-131-0/+8
* move ignore case outside of block. Stupid c language.Not Zed2004-05-131-0/+17
* re-enabled the reply to selection stuff. I worked out how to make it work;Not Zed2004-05-131-0/+9
* added "email" to the uri_schema's attribute.Not Zed2004-05-131-0/+10
* ** See bug #58302.Not Zed2004-05-121-0/+9
* enable threading option type on the search bar.Not Zed2004-05-121-0/+3
* add for translators.Not Zed2004-05-121-0/+44
* Remove the mail folder control factoryDan Winship2004-05-121-0/+11
* Fixed warningDavid Malcolm2004-05-111-0/+4
* Default the Mailer header to enabled. Fixes bug #58217.Jeffrey Stedfast2004-05-111-0/+5
* set header to just Evolution (mail_append_mail): dittoJP Rosevear2004-05-101-0/+8
* cleanup the view menus if they were created.Not Zed2004-05-101-0/+16
* Fix for bug #57152.Jeffrey Stedfast2004-05-081-0/+16
* set cite_color property of gtkhtml widgets (mail_config_init): addRadek Doulik2004-05-071-0/+9
* ** See bug #57935.Not Zed2004-05-071-0/+13
* ** Dunno why i bothered, but see bug #58090.Not Zed2004-05-071-0/+9
* ** See #58017.Not Zed2004-05-071-0/+13
* Check that the folder is selectable using the new flags argument.Jeffrey Stedfast2004-05-071-0/+12
* reset the preview if no signature is selectedRadek Doulik2004-05-061-0/+7
* Select the row that was just collapsed. Fixes bug #57665.Jeffrey Stedfast2004-05-061-0/+3
* Removed. (rule_from_message): Removed the AUTO_THREAD bit.Jeffrey Stedfast2004-05-061-0/+10
* ** See bug #57720.Not Zed2004-05-051-1/+36
* Fix for bug #55303, but ideally there would be a nicer way of doing this -Jeffrey Stedfast2004-05-051-0/+15
* Fix for bug #58004.Jeffrey Stedfast2004-05-041-0/+12
* This now takes CamelProvider as argument. Made the display message moreSarfraaz Ahmed2004-05-041-0/+13
* Fix for bug #57968Jeffrey Stedfast2004-05-041-0/+15
* Add gtkdialog header to fix build.William Jon McCann2004-05-041-0/+4
* take fromuri and subject to set the basic headers/account.Not Zed2004-05-031-0/+10
* removed.Not Zed2004-05-031-0/+22
* fix typo. #53466.Priit Laes2004-05-011-0/+7
* Fix for bug #56645Jeffrey Stedfast2004-05-011-0/+2
* If the row the cursor is hovering over has children and is not expandedJeffrey Stedfast2004-05-011-0/+10
* Fixed a type-o.Enver ALTIN2004-05-011-0/+4
* Properly initialise the strikeout column for both types of folders (trashJeffrey Stedfast2004-05-011-0/+6
* fix the overwrite? question. #57822.Not Zed2004-04-301-0/+4
* change all the session-message-* things to just be secondary, otherwiseNot Zed2004-04-291-0/+3
* forgot to prefix error type with "mail:"Not Zed2004-04-291-0/+3
* duh, use the right error id.Not Zed2004-04-291-0/+3
* call mail_note_store rather than get_folder_info so that unread counts areNot Zed2004-04-291-0/+4
* fix the password dialogue text.Not Zed2004-04-291-0/+4
* Sort the VFolders. Fixes bug #56636.Jeffrey Stedfast2004-04-291-0/+3
* We only want 8bits per color. Fixes bug #57588.Jeffrey Stedfast2004-04-291-0/+3
* Duh. If the lookup of si fails, don't use si->display_name in the warningJeffrey Stedfast2004-04-291-0/+11
* Use g_shell_parse_argv() to get the actual script path and then check thatJeffrey Stedfast2004-04-281-0/+7
* return the right type, related to #53839.Not Zed2004-04-281-0/+3
* ** Changed error messages to use EError.Not Zed2004-04-281-0/+4
* ** See bug #57659.Not Zed2004-04-271-0/+4
* ** See bug #57511.Not Zed2004-04-271-0/+11
* added bug #Radek Doulik2004-04-261-0/+2
* set gtk_html_begin's flags to avoid scroll to top of the message andRadek Doulik2004-04-261-0/+12
* Glade file for displaying the license.Sarfraaz Ahmed2004-04-231-0/+4
* fix the check to see if we've already loaded the images. #57450.Not Zed2004-04-231-0/+5
* Added a check for HAS_LICENSE flag.Sarfraaz Ahmed2004-04-231-0/+8
* do the imap cmeta files, it just does the sync offline stuff. #56674.Not Zed2004-04-221-0/+4
* force check of autosaved messages as soon as the mailer starts up (well,Not Zed2004-04-221-0/+3
* display selected count instead of unread if we have >1 selected. AlsoNot Zed2004-04-221-0/+6
* use a better test for non-full lines.Not Zed2004-04-211-0/+3
* dont desensitise HideDeleted just 'cause we have no folder, it needs toNot Zed2004-04-211-0/+6
* use the right signal callback for the changed signal. Fixes #57246.Not Zed2004-04-211-0/+3
* fix for e_user_creatable_items api changes. (create_item): split out theNot Zed2004-04-211-0/+8
* Use E_ICON_SIZE_* enums for the menu icon sizes.Jeffrey Stedfast2004-04-201-0/+3
* Use E_ICON_SIZE_* enums for the menu/toolbar icon sizes.Jeffrey Stedfast2004-04-201-0/+3
* Same.Jeffrey Stedfast2004-04-201-0/+21
* Removed variables that got re-added with the icon-theme patch somehow.Jeffrey Stedfast2004-04-201-0/+8
* mail-component.cMichael Terry2004-04-191-0/+21
* Removed unused and uninitialised "url" local that gets g_free-edDavid Malcolm2004-04-191-0/+5
* Change the message display widget names to match the ones we are using inJeffrey Stedfast2004-04-161-0/+6
* Added a new "message_list_scrolled" signal so our users can listen to thisJeffrey Stedfast2004-04-151-0/+5
* Don't complain about message errors ("Internal Error: ..."), insteadJeffrey Stedfast2004-04-151-0/+6
* ugh, use the queued thread to get the folder, otherwise we can get foldersNot Zed2004-04-141-0/+22
* remove debug comment.Not Zed2004-04-141-0/+12
* ** See bug #56149.Not Zed2004-04-141-0/+12
* hmm, use the right pointer when iterating the pending uri list.Not Zed2004-04-141-0/+5
* We don't actually want to disallow clicking on \NoSelect folders. Fixes aJeffrey Stedfast2004-04-141-0/+4
* If we get an empty charset string from gconf, don't try to use the resultJeffrey Stedfast2004-04-141-0/+4
* Removed crackrock usage of GtkFixed as fillter. Also HIGified some otherJeffrey Stedfast2004-04-141-0/+5
* track the messagelist hidedeleted value since it looks it up when we setNot Zed2004-04-141-0/+15
* run this in the thread_queued_slow, so it runs in sequence and afterNot Zed2004-04-131-0/+6
* reset load_http_now once we've done, should fix #56338 finally.Not Zed2004-04-131-0/+2
* use %% for %%.Not Zed2004-04-131-0/+20
* Need to set the session on the preview object. Fixes bug #56862.Jeffrey Stedfast2004-04-131-0/+3
* Scroll to the auto-selected folder. Fixes bug #56707.Jeffrey Stedfast2004-04-131-0/+3
* New function. (message_list_set_scrollbar_position): New function.Jeffrey Stedfast2004-04-131-0/+4
* If the provider is unavailable, return euri like the other fail cases.Jeffrey Stedfast2004-04-121-0/+5
* Updated Spanish translation.Francisco Javier F. Serrador2004-04-101-0/+5
* Don't bother adding the autogen sig here, e-signature-list.c handles thisJeffrey Stedfast2004-04-101-0/+8
* use e_destination_export_to_vcard_attribute instead of exporting to xml,Chris Toshok2004-04-101-0/+15
* add width=16 height=16 to rupert's image so that it doesn't flicker/moveRadek Doulik2004-04-101-0/+5
* Set the excluded bits on the folder-tree. Don't allow the user to xferJeffrey Stedfast2004-04-101-0/+7
* Create an EUserCreatableItemsHandler for the view. (emfv_finalise): UnrefDan Winship2004-04-091-0/+10
* Now takes a pattern argument to limit files that get copied over (so weJeffrey Stedfast2004-04-091-0/+4
* Fixed up a bit to look nicer and make it closer to HIG compliant.Jeffrey Stedfast2004-04-091-0/+3
* We need to recursively copy the dragged folder tree over to the dropJeffrey Stedfast2004-04-091-0/+7
* add the monkey button if we're from evolution. See #52977. (emfh_gethttp):Not Zed2004-04-081-0/+4
* VJUNK_FOLDER's dont exist, they're VTRASH folders now.Not Zed2004-04-081-0/+24
* Check that emft_selection_get_selected() returns TRUE before we try to useJeffrey Stedfast2004-04-081-0/+8
* Fix for bug #56538Jeffrey Stedfast2004-04-081-0/+10
* Removed.Jeffrey Stedfast2004-04-081-0/+6
* No longer need the Apply stuff.Jeffrey Stedfast2004-04-081-0/+3
* Don't call a function that doesn't exist anymore.Jeffrey Stedfast2004-04-071-0/+5
* Changed to save the settings in the signal callbacks.Jeffrey Stedfast2004-04-071-0/+11
* ref the emfoldertree in our thread message. (em_folder_tree_set_selected):Not Zed2004-04-061-0/+13
* Migrate the thread_list setting. Fixes bug #56297.Jeffrey Stedfast2004-04-061-0/+5
* if we have no sign status, use signed-nokey, rather than no icon.Not Zed2004-04-051-0/+12
* ** See bug # 56402.Not Zed2004-04-051-0/+6
* removed, this is done in camel now. (fix_unmatched_info): renamed fromNot Zed2004-04-051-0/+6
* Revert my "fix" from yesterday. We can't necessarily show progressJeffrey Stedfast2004-04-031-0/+4
* Fixes bug #53851Jeffrey Stedfast2004-04-031-0/+12
* Fixes bug #37416Jeffrey Stedfast2004-04-031-0/+12
* do a per-line validation of the uuencoded stuff, based on the length byte.Not Zed2004-04-021-0/+3
* ** See bug #56338.Not Zed2004-04-021-0/+9
* Report progress. "Fixes" bug #56355.Jeffrey Stedfast2004-04-021-0/+2
* Set the updated sig->name on the menu item.Jeffrey Stedfast2004-04-021-0/+3
* Updated for signature API changes.Jeffrey Stedfast2004-04-021-1/+19
* Commented grabbing focus on hostname edit, fix the focus issue of AccountEric Zhao2004-04-011-0/+5
* Only do citation colouring if the user has specified to do so and use theJeffrey Stedfast2004-04-011-0/+4
* Save/restore the subscribe dialog's window size. Fixes bug #56230.Jeffrey Stedfast2004-04-011-0/+5
* REMOVED! And there was much rejoicing.Not Zed2004-03-311-0/+2
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-0/+44
* add spellLiveToggled signalRadek Doulik2004-03-301-0/+11
* Free the folder-info.Jeffrey Stedfast2004-03-301-0/+3
* Instead of comparing sstate[0] to '1', compare it against '0' like all theJeffrey Stedfast2004-03-301-0/+6
* remove local-config.glade form Makefile.am as it is removed form CVSSivaiah Nallagatla2004-03-251-0/+5
* Use gtk_window_present instead of doing a show then raise, as this alsoRodney Dawes2004-03-251-0/+39
* Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Šegan2004-03-241-0/+5
* Use sizeof() to decide how big buffer is so that in the future, if weJeffrey Stedfast2004-03-241-0/+4
* Fixed the key to fetch the value from the correct location. It'sJeffrey Stedfast2004-03-241-0/+4
* Fixed some logic bugs.Jeffrey Stedfast2004-03-241-0/+5
* use EM_FORMAT_HTML_VPADRadek Doulik2004-03-231-0/+11
* dont add the show/hide menu items if we can't ever show it inline.Not Zed2004-03-231-0/+5
* format inline(d) parts automatically into the reply. Part of #55702.Not Zed2004-03-231-0/+3
* if we get an email uri passed in, just pass it out again, without firstNot Zed2004-03-231-0/+5
* Add Newsgroups to the default header list.Not Zed2004-03-221-0/+9
* Fixes bug #54800.Jeffrey Stedfast2004-03-201-0/+11
* ref the store before running the async disconnect, otherwise we unref oneNot Zed2004-03-191-0/+6
* Don't set the account source/transport types to disabled simply becauseJeffrey Stedfast2004-03-191-0/+7
* rfc2047 decode the address here before passing it off to the addressbookJeffrey Stedfast2004-03-191-0/+6
* save the source and transport vbox's to enable/disable the whole lotNot Zed2004-03-181-6/+9
* make this crap not break the buildMichael Zucci2004-03-181-1/+1
* started writing this, but i couldn't be fucked right now - apparentlyNot Zed2004-03-181-0/+41
* Fix for bug #55358.Jeffrey Stedfast2004-03-171-0/+34
* Don't focus the name_entry widget here.Jeffrey Stedfast2004-03-171-0/+6