| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Partial fix for bug #62771 | Jeffrey Stedfast | 2004-08-13 | 3 | -1/+12 |
* | just call e_passwords_ask_password directly. (pass_activate, | Not Zed | 2004-08-12 | 3 | -244/+73 |
* | Return NULL not FALSE on error. | Jeffrey Stedfast | 2004-08-11 | 2 | -1/+6 |
* | minor typo, uppercase 'the' corrected. | Karsten Bräckelmann | 2004-08-07 | 2 | -2/+13 |
* | If type="{Sender}" and name is an empty string, use the addr. Fixes bug | Jeffrey Stedfast | 2004-08-04 | 2 | -1/+6 |
* | fixed changelog | Jeffrey Stedfast | 2004-08-04 | 1 | -1/+1 |
* | bump version, requirements | JP Rosevear | 2004-08-03 | 1 | -0/+2 |
* | Update to just call us "Evolution" and be more accurate about the new | JP Rosevear | 2004-08-02 | 2 | -173/+57 |
* | add the error message needed for groupwise account setup | Sivaiah Nallagatla | 2004-07-29 | 2 | -0/+9 |
* | ** See #61958. | Not Zed | 2004-07-29 | 2 | -27/+55 |
* | ** See #61940. | Not Zed | 2004-07-28 | 7 | -20/+58 |
* | ** See #57972. | Not Zed | 2004-07-28 | 5 | -99/+178 |
* | added len parameter to em_utils_part_to_html and em_utils_message_to_html. | Radek Doulik | 2004-07-28 | 4 | -8/+21 |
* | dont call e_error_default parent here, we dont have access to the toplevel | Not Zed | 2004-07-26 | 2 | -2/+6 |
* | ** See bug #61824. | Not Zed | 2004-07-26 | 5 | -74/+60 |
* | set the session on the formatter. See #61767. | Not Zed | 2004-07-23 | 4 | -12/+33 |
* | Free uri and name strings. Fixes a leak. | Jeffrey Stedfast | 2004-07-21 | 2 | -0/+7 |
* | Chck that the selection is active. Hopefully this will fix bug #61427. | Jeffrey Stedfast | 2004-07-17 | 2 | -12/+15 |
* | free return value from e_mkdtemp | Dan Winship | 2004-07-14 | 2 | -3/+10 |
* | only call expunge if the folder is set. (emfb_enable_map[]): only enable | Not Zed | 2004-07-10 | 7 | -63/+219 |
* | Fix for bug #61199. | Jeffrey Stedfast | 2004-07-09 | 3 | -11/+26 |
* | tarball should ship .schemas.in.in files, not generated files. | Frédéric Crozat | 2004-07-09 | 2 | -1/+6 |
* | bump version, requirements | JP Rosevear | 2004-07-05 | 2 | -3/+6 |
* | Remove $(error_i18n) (CLEANFILES): Put $(error_i18n) in here | Rodney Dawes | 2004-07-02 | 2 | -2/+8 |
* | call folder_subscribed directly from the async function not | Not Zed | 2004-06-29 | 2 | -2/+7 |
* | setup exclusion for vfolder sources, noselect folders. Bug #60794. | Not Zed | 2004-06-29 | 3 | -1/+6 |
* | duh remove changelog entry, it didn't get changed | Michael Zucci | 2004-06-28 | 1 | -5/+0 |
* | fix accelerators. #56746. | Not Zed | 2004-06-28 | 1 | -0/+5 |
* | Don't prepend the path string with a '/'. | Jeffrey Stedfast | 2004-06-25 | 4 | -12/+20 |
* | set search column. #60152. | Not Zed | 2004-06-25 | 2 | -0/+6 |
* | Add code to set the parent, position, and type hint of the "Add address" | Rodney Dawes | 2004-06-25 | 2 | -1/+11 |
* | ** See #54030. | Not Zed | 2004-06-23 | 5 | -28/+42 |
* | Same as below. (em_folder_tree_model_remove_folders): Same. | Jeffrey Stedfast | 2004-06-23 | 2 | -20/+33 |
* | As toshok discovered, gtk_tree_model_get() strdup's string arguments, | Jeffrey Stedfast | 2004-06-23 | 2 | -90/+145 |
* | gtk_tree_model_get on a string field allocates the return value. free | Chris Toshok | 2004-06-23 | 2 | -0/+6 |
* | If the app requires a terminal to run, give it a bloody terminal (who uses | Jeffrey Stedfast | 2004-06-23 | 3 | -5/+29 |
* | gtk_tree_model_get on a string field allocates the return value. free | Chris Toshok | 2004-06-22 | 2 | -0/+6 |
* | (em_junk_sa_test_spamd): try to get spamd/spamc binaries from | Radek Doulik | 2004-06-22 | 2 | -1/+22 |
* | clone view before saving it to avoid problems with setting current_view_id | Radek Doulik | 2004-06-22 | 2 | -1/+8 |
* | ** See #31027. | Not Zed | 2004-06-18 | 4 | -2/+17 |
* | ** See #60214. | Not Zed | 2004-06-18 | 4 | -33/+110 |
* | use mail dialogs.glade. | Not Zed | 2004-06-18 | 13 | -1304/+1639 |
* | ** See #59885. | Not Zed | 2004-06-17 | 40 | -125/+5381 |
* | ** See #59885. | Not Zed | 2004-06-17 | 7 | -337/+25 |
* | Include gtk[hv]box.h so we can use them (emfp_dialog_got_folder): Fix the | Rodney Dawes | 2004-06-17 | 3 | -36/+66 |
* | clear the error, don't free it, so NULL is handled properly | JP Rosevear | 2004-06-16 | 2 | -1/+6 |
* | ** See #56479. | Not Zed | 2004-06-16 | 5 | -48/+166 |
* | This code no longer needs to do charset conversion. Yay. Fixes bug #60225. | Jeffrey Stedfast | 2004-06-16 | 3 | -34/+17 |
* | frombase is simply the select_path, since selected_path is now just the | Jeffrey Stedfast | 2004-06-16 | 2 | -4/+8 |
* | New function to format an attribution string (won't crash if translators | Jeffrey Stedfast | 2004-06-16 | 2 | -20/+200 |
* | Changed the second gtk_selection_add_target() to use | Jeffrey Stedfast | 2004-06-15 | 2 | -1/+7 |
* | the check button label has now opposite meaning (after UI changes), call | Radek Doulik | 2004-06-14 | 2 | -2/+19 |
* | don't check rule->source, its irrelevent to vfolder sources, and clean up | Not Zed | 2004-06-14 | 3 | -50/+39 |
* | if we removed all of the addresses because they were 'us', add the first | Not Zed | 2004-06-14 | 2 | -1/+13 |
* | Free any old select_uri string we may have. (emft_tree_row_expanded): | Jeffrey Stedfast | 2004-06-12 | 2 | -17/+31 |
* | rearrange the setting up of the target flags, stores can have a null path. | Not Zed | 2004-06-11 | 3 | -19/+36 |
* | revert previous change. Stupid emftm. | Not Zed | 2004-06-11 | 3 | -2/+5 |
* | handle a null path or fragment. | Not Zed | 2004-06-11 | 4 | -7/+19 |
* | Fixes bug #58825. Ugh. Really Gross Hack (tm). | Jeffrey Stedfast | 2004-06-11 | 5 | -35/+168 |
* | use new etreeselectionmodel api to select paths in one call. Fixes #59546. | Not Zed | 2004-06-10 | 2 | -2/+9 |
* | check that we have content selected, not just a selection, before trying | Not Zed | 2004-06-10 | 2 | -20/+32 |
* | Fix for SSL options appearing for sendmail | Rodney Dawes | 2004-06-09 | 2 | -423/+440 |
* | Scroll to the selected folder if needed. Fixes bug #59609. | Jeffrey Stedfast | 2004-06-09 | 2 | -1/+5 |
* | Make the chooser non-modal. Fixes bug #53735. | Jeffrey Stedfast | 2004-06-09 | 2 | -0/+4 |
* | Only change the cursor if the currently selected folder is a subfolder of | Jeffrey Stedfast | 2004-06-09 | 2 | -5/+25 |
* | Set the store's FULL_NAME to NULL here. Fixes the crash in bug #59713. | Jeffrey Stedfast | 2004-06-08 | 2 | -1/+6 |
* | fix the name of "stock_save-as" everywhere | Dan Winship | 2004-06-07 | 3 | -4/+12 |
* | Shuffle usage of trailing "..." in menus. | Christian Neumair | 2004-06-05 | 2 | -4/+9 |
* | Use ngettext for message count information. | Christian Neumair | 2004-06-05 | 2 | -8/+13 |
* | added size info to IMG tags so that it loads the message smoother | Radek Doulik | 2004-06-04 | 2 | -6/+11 |
* | Don't pack entry and checkbox widgets directly into the dialog vbox so | William Jon McCann | 2004-06-04 | 2 | -2/+15 |
* | put this back in, local folders not being noted properly all the time. | Not Zed | 2004-06-03 | 2 | -1/+18 |
* | fixed changelog | Jeffrey Stedfast | 2004-06-02 | 1 | -1/+3 |
* | Don't attach anything ever. This is confusing way too many users who | Jeffrey Stedfast | 2004-06-02 | 2 | -5/+9 |
* | set the right path on the url. | Not Zed | 2004-06-01 | 2 | -1/+4 |
* | ugh, unlike camel exceptions, you can't pass NULL to CORBA calls. | Not Zed | 2004-06-01 | 2 | -6/+12 |
* | Disable debug here too - all this code has been working fine. | Jeffrey Stedfast | 2004-05-29 | 5 | -6/+23 |
* | fixed ChangeLog | Jeffrey Stedfast | 2004-05-28 | 1 | -4/+3 |
* | Instead of removing the "Loading..." row for toplevel folder nodes on | Jeffrey Stedfast | 2004-05-28 | 2 | -1/+20 |
* | Require e-error-tool | Rodney Dawes | 2004-05-28 | 2 | -0/+5 |
* | initialise desc to NULL before using it later on. gcc doesn't warn on this | Not Zed | 2004-05-26 | 2 | -1/+6 |
* | set the default selection to inbox. | Not Zed | 2004-05-26 | 9 | -168/+170 |
* | a few fixes. | Jeffrey Stedfast | 2004-05-26 | 4 | -8/+21 |
* | disable add sender to addressbook bar if it is also disabled. #58955. | Not Zed | 2004-05-25 | 2 | -2/+7 |
* | don't enable the widget based on its writability if it is a dependent | Not Zed | 2004-05-24 | 2 | -7/+17 |
* | only enable add sender if we also have 1 selected. #56663. | Not Zed | 2004-05-24 | 2 | -1/+5 |
* | remove some debug. | Not Zed | 2004-05-24 | 3 | -5/+10 |
* | use set_cursor instead of scroll_to_row. See #58383. | Not Zed | 2004-05-24 | 2 | -21/+30 |
* | added empty handling for CAMEL_PROVIDER_CONF_HIDDEN added handling for | Sivaiah Nallagatla | 2004-05-24 | 2 | -2/+17 |
* | pull the message from the regen list before we check the list and pending | Not Zed | 2004-05-24 | 3 | -6/+21 |
* | put note_store back in. Quick hack to fix the issue of folders being | Not Zed | 2004-05-22 | 3 | -6/+11 |
* | ** Another unread count bug, #58814. | Not Zed | 2004-05-22 | 6 | -6/+27 |
* | add marshaller for p_ppppp call. | Not Zed | 2004-05-21 | 8 | -69/+144 |
* | finally put the 1.2 password upgrade patch in. Untested. #42721. | Not Zed | 2004-05-21 | 2 | -1/+102 |
* | Fixes for bug #57305. | Jeffrey Stedfast | 2004-05-21 | 4 | -10/+27 |
* | remove "use daemon" handling code | Radek Doulik | 2004-05-20 | 3 | -48/+228 |
* | ** See #58388. | Not Zed | 2004-05-20 | 2 | -1/+8 |
* | ** See #57583. | Not Zed | 2004-05-20 | 3 | -8/+43 |
* | ** See #58693. | Not Zed | 2004-05-20 | 4 | -4/+17 |
* | use the new e_book_new_* and e_book_open apis. | Chris Toshok | 2004-05-20 | 3 | -6/+15 |
* | Fixed the icon name to get the right one. | Jeffrey Stedfast | 2004-05-20 | 2 | -1/+3 |
* | Changed to load an empty pixbuf manually rather than relying on the pixbuf | Jeffrey Stedfast | 2004-05-20 | 2 | -22/+34 |
* | don't dist the error .h file | JP Rosevear | 2004-05-20 | 2 | -1/+5 |
* | if we end up with an application/octet-stream part, pre-snoop it so we set | Not Zed | 2004-05-19 | 6 | -80/+97 |
* | make this match the efhd stuff. | Not Zed | 2004-05-19 | 3 | -10/+28 |
* | Add menu_label and menu_accelerator. | William Jon McCann | 2004-05-19 | 2 | -0/+7 |
* | fixed up the empty trash on exit thing, to update for all stores, not | Not Zed | 2004-05-19 | 2 | -13/+21 |
* | Added header "X-Newsreader" for handle Outlook Express as Mailer. | Cantona Su | 2004-05-19 | 2 | -1/+7 |
* | don't nomarkseen when we restore the message when we show the preview. | Not Zed | 2004-05-18 | 2 | -1/+5 |
* | no new message test if its the drafts folder too. | Not Zed | 2004-05-18 | 3 | -1/+47 |
* | Listen to the tree selection change event directly & proxy out, so we can | Not Zed | 2004-05-18 | 2 | -0/+14 |
* | ** Quick fix for #57434 | Not Zed | 2004-05-18 | 5 | -2/+24 |
* | don't emit new mail if its any vfolder, not just vtrash folder. #56350. | Not Zed | 2004-05-18 | 11 | -20/+53 |
* | #include <gtk/gtkliststore.h>. Fixes bug #58407. | Jeffrey Stedfast | 2004-05-17 | 2 | -0/+6 |
* | put the None item at the head of the providers list. | Not Zed | 2004-05-17 | 3 | -14/+29 |
* | keep the hide deleted status. Makes #51082 work at last. | Not Zed | 2004-05-17 | 3 | -1/+7 |
* | ** Bug #6556. | Not Zed | 2004-05-17 | 6 | -238/+478 |
* | s/RESEND/EDIT/ | Jeffrey Stedfast | 2004-05-15 | 4 | -36/+42 |
* | (config_write_style): fflush the gtkrc file. | Jeffrey Stedfast | 2004-05-15 | 2 | -4/+6 |
* | Build the path to the gtkrc filename and store it on the config struct so | Jeffrey Stedfast | 2004-05-15 | 2 | -30/+20 |
* | Updated the #if 0'd code for the API chanegs made to | Jeffrey Stedfast | 2004-05-15 | 5 | -7/+23 |
* | Same. Also changed the "Valid signature, cannot verify sender" string to | Jeffrey Stedfast | 2004-05-15 | 3 | -9/+27 |
* | Don't include the last default_header when setting the default headers. If | Jeffrey Stedfast | 2004-05-14 | 3 | -19/+25 |
* | Add a stripsig filter. Fixes bug #52767. | Jeffrey Stedfast | 2004-05-13 | 6 | -4/+252 |
* | move ignore case outside of block. Stupid c language. | Not Zed | 2004-05-13 | 4 | -36/+69 |
* | re-enabled the reply to selection stuff. I worked out how to make it work; | Not Zed | 2004-05-13 | 3 | -20/+31 |
* | added "email" to the uri_schema's attribute. | Not Zed | 2004-05-13 | 3 | -0/+44 |
* | ** See bug #58302. | Not Zed | 2004-05-12 | 2 | -2/+11 |
* | enable threading option type on the search bar. | Not Zed | 2004-05-12 | 2 | -0/+5 |
* | add for translators. | Not Zed | 2004-05-12 | 10 | -589/+834 |
* | Remove the mail folder control factory | Dan Winship | 2004-05-12 | 5 | -88/+11 |
* | Fixed warning | David Malcolm | 2004-05-11 | 2 | -0/+6 |
* | Default the Mailer header to enabled. Fixes bug #58217. | Jeffrey Stedfast | 2004-05-11 | 2 | -4/+6 |
* | don't default the list strings if they are defaulted to empty | Jeffrey Stedfast | 2004-05-11 | 1 | -5/+1 |
* | set header to just Evolution (mail_append_mail): ditto | JP Rosevear | 2004-05-10 | 3 | -3/+11 |
* | cleanup the view menus if they were created. | Not Zed | 2004-05-10 | 5 | -63/+63 |
* | Fix for bug #57152. | Jeffrey Stedfast | 2004-05-08 | 4 | -8/+30 |
* | set cite_color property of gtkhtml widgets (mail_config_init): add | Radek Doulik | 2004-05-07 | 2 | -2/+23 |
* | ** See bug #57935. | Not Zed | 2004-05-07 | 5 | -13/+33 |
* | ** Dunno why i bothered, but see bug #58090. | Not Zed | 2004-05-07 | 2 | -6/+45 |
* | ** See #58017. | Not Zed | 2004-05-07 | 4 | -6/+19 |
* | Check that the folder is selectable using the new flags argument. | Jeffrey Stedfast | 2004-05-07 | 6 | -15/+31 |
* | reset the preview if no signature is selected | Radek Doulik | 2004-05-06 | 2 | -1/+9 |
* | Select the row that was just collapsed. Fixes bug #57665. | Jeffrey Stedfast | 2004-05-06 | 2 | -0/+5 |
* | Removed. (rule_from_message): Removed the AUTO_THREAD bit. | Jeffrey Stedfast | 2004-05-06 | 4 | -69/+11 |
* | ** See bug #57720. | Not Zed | 2004-05-05 | 10 | -195/+188 |
* | Fix for bug #55303, but ideally there would be a nicer way of doing this - | Jeffrey Stedfast | 2004-05-05 | 3 | -18/+103 |
* | Fix for bug #58004. | Jeffrey Stedfast | 2004-05-04 | 2 | -38/+43 |
* | This now takes CamelProvider as argument. Made the display message more | Sarfraaz Ahmed | 2004-05-04 | 4 | -55/+138 |
* | Fix for bug #57968 | Jeffrey Stedfast | 2004-05-04 | 4 | -8/+33 |
* | Add gtkdialog header to fix build. | William Jon McCann | 2004-05-04 | 2 | -0/+5 |
* | update | Dan Winship | 2004-05-03 | 1 | -19/+11 |
* | take fromuri and subject to set the basic headers/account. | Not Zed | 2004-05-03 | 7 | -54/+93 |
* | removed. | Not Zed | 2004-05-03 | 28 | -159/+254 |
* | Moved these here from em-utils.c. | Not Zed | 2004-05-03 | 4 | -1120/+1133 |
* | fix typo. #53466. | Priit Laes | 2004-05-01 | 3 | -6/+13 |
* | Fix for bug #56645 | Jeffrey Stedfast | 2004-05-01 | 1 | -0/+2 |
* | If the row the cursor is hovering over has children and is not expanded | Jeffrey Stedfast | 2004-05-01 | 2 | -0/+78 |
* | Fixed a type-o. | Enver ALTIN | 2004-05-01 | 2 | -1/+5 |
* | Properly initialise the strikeout column for both types of folders (trash | Jeffrey Stedfast | 2004-05-01 | 2 | -18/+20 |
* | fix the overwrite? question. #57822. | Not Zed | 2004-04-30 | 2 | -1/+5 |
* | change all the session-message-* things to just be secondary, otherwise | Not Zed | 2004-04-29 | 2 | -6/+9 |
* | forgot to prefix error type with "mail:" | Not Zed | 2004-04-29 | 2 | -2/+5 |
* | duh, use the right error id. | Not Zed | 2004-04-29 | 2 | -1/+4 |
* | call mail_note_store rather than get_folder_info so that unread counts are | Not Zed | 2004-04-29 | 2 | -1/+5 |
* | fix the password dialogue text. | Not Zed | 2004-04-29 | 2 | -1/+6 |
* | Sort the VFolders. Fixes bug #56636. | Jeffrey Stedfast | 2004-04-29 | 2 | -29/+4 |
* | We only want 8bits per color. Fixes bug #57588. | Jeffrey Stedfast | 2004-04-29 | 2 | -4/+7 |
* | Duh. If the lookup of si fails, don't use si->display_name in the warning | Jeffrey Stedfast | 2004-04-29 | 3 | -6/+12 |
* | check stat == 0 | Jeffrey Stedfast | 2004-04-29 | 1 | -1/+1 |
* | Use g_shell_parse_argv() to get the actual script path and then check that | Jeffrey Stedfast | 2004-04-28 | 2 | -7/+17 |
* | return the right type, related to #53839. | Not Zed | 2004-04-28 | 2 | -1/+6 |
* | ** Changed error messages to use EError. | Not Zed | 2004-04-28 | 17 | -281/+145 |
* | ** See bug #57659. | Not Zed | 2004-04-27 | 3 | -17/+5 |
* | ** See bug #57511. | Not Zed | 2004-04-27 | 3 | -2/+13 |
* | added bug # | Radek Doulik | 2004-04-26 | 1 | -0/+2 |
* | set gtk_html_begin's flags to avoid scroll to top of the message and | Radek Doulik | 2004-04-26 | 4 | -4/+25 |
* | Glade file for displaying the license. | Sarfraaz Ahmed | 2004-04-23 | 2 | -0/+158 |
* | fix the check to see if we've already loaded the images. #57450. | Not Zed | 2004-04-23 | 2 | -1/+6 |
* | Added a check for HAS_LICENSE flag. | Sarfraaz Ahmed | 2004-04-23 | 2 | -1/+159 |
* | do the imap cmeta files, it just does the sync offline stuff. #56674. | Not Zed | 2004-04-22 | 2 | -56/+137 |
* | force check of autosaved messages as soon as the mailer starts up (well, | Not Zed | 2004-04-22 | 2 | -1/+21 |
* | display selected count instead of unread if we have >1 selected. Also | Not Zed | 2004-04-22 | 2 | -3/+33 |
* | use a better test for non-full lines. | Not Zed | 2004-04-21 | 2 | -2/+7 |
* | dont desensitise HideDeleted just 'cause we have no folder, it needs to | Not Zed | 2004-04-21 | 2 | -2/+16 |
* | use the right signal callback for the changed signal. Fixes #57246. | Not Zed | 2004-04-21 | 2 | -1/+4 |
* | fix for e_user_creatable_items api changes. (create_item): split out the | Not Zed | 2004-04-21 | 2 | -20/+46 |
* | dded a needed #include | Jeffrey Stedfast | 2004-04-20 | 1 | -0/+1 |
* | added a needed #include | Jeffrey Stedfast | 2004-04-20 | 1 | -0/+1 |
* | Use E_ICON_SIZE_* enums for the menu icon sizes. | Jeffrey Stedfast | 2004-04-20 | 2 | -5/+8 |
* | Use E_ICON_SIZE_* enums for the menu/toolbar icon sizes. | Jeffrey Stedfast | 2004-04-20 | 2 | -36/+39 |
* | Same. | Jeffrey Stedfast | 2004-04-20 | 11 | -21/+41 |
* | get rid of mark_pixbuf, it's not even sued | Jeffrey Stedfast | 2004-04-20 | 2 | -6/+0 |
* | Removed variables that got re-added with the icon-theme patch somehow. | Jeffrey Stedfast | 2004-04-20 | 6 | -19/+16 |
* | mail-component.c | Michael Terry | 2004-04-19 | 21 | -217/+241 |
* | Removed unused and uninitialised "url" local that gets g_free-ed | David Malcolm | 2004-04-19 | 2 | -2/+6 |
* | Work in progress, HIG'ing and de-coupling of errors. | Michael Zucci | 2004-04-16 | 1 | -0/+293 |
* | Change the message display widget names to match the ones we are using in | Jeffrey Stedfast | 2004-04-16 | 2 | -3/+10 |
* | Added a new "message_list_scrolled" signal so our users can listen to this | Jeffrey Stedfast | 2004-04-15 | 3 | -11/+33 |
* | Don't complain about message errors ("Internal Error: ..."), instead | Jeffrey Stedfast | 2004-04-15 | 2 | -5/+6 |
* | ugh, use the queued thread to get the folder, otherwise we can get folders | Not Zed | 2004-04-14 | 5 | -11/+74 |
* | remove debug comment. | Not Zed | 2004-04-14 | 5 | -12/+73 |
* | ** See bug #56149. | Not Zed | 2004-04-14 | 5 | -44/+26 |
* | hmm, use the right pointer when iterating the pending uri list. | Not Zed | 2004-04-14 | 2 | -5/+9 |
* | We don't actually want to disallow clicking on \NoSelect folders. Fixes a | Jeffrey Stedfast | 2004-04-14 | 2 | -1/+5 |
* | argh. don't expand/fill | Jeffrey Stedfast | 2004-04-14 | 1 | -4/+4 |
* | If we get an empty charset string from gconf, don't try to use the result | Jeffrey Stedfast | 2004-04-14 | 2 | -3/+10 |
* | upped the defult timeout to 10 minutes rather than 1 | Jeffrey Stedfast | 2004-04-14 | 1 | -1/+1 |
* | Removed crackrock usage of GtkFixed as fillter. Also HIGified some other | Jeffrey Stedfast | 2004-04-14 | 2 | -413/+393 |
* | enabled some unread-count debug spewage | Jeffrey Stedfast | 2004-04-14 | 2 | -3/+3 |
* | track the messagelist hidedeleted value since it looks it up when we set | Not Zed | 2004-04-14 | 5 | -17/+70 |
* | run this in the thread_queued_slow, so it runs in sequence and after | Not Zed | 2004-04-13 | 3 | -1/+8 |
* | reset load_http_now once we've done, should fix #56338 finally. | Not Zed | 2004-04-13 | 2 | -0/+3 |
* | use %% for %%. | Not Zed | 2004-04-13 | 5 | -14/+31 |
* | Need to set the session on the preview object. Fixes bug #56862. | Jeffrey Stedfast | 2004-04-13 | 2 | -1/+6 |
* | Scroll to the auto-selected folder. Fixes bug #56707. | Jeffrey Stedfast | 2004-04-13 | 2 | -0/+4 |
* | New function. (message_list_set_scrollbar_position): New function. | Jeffrey Stedfast | 2004-04-13 | 3 | -0/+27 |
* | If the provider is unavailable, return euri like the other fail cases. | Jeffrey Stedfast | 2004-04-12 | 2 | -2/+8 |
* | Updated Spanish translation. | Francisco Javier F. Serrador | 2004-04-10 | 2 | -1/+6 |
* | Don't bother adding the autogen sig here, e-signature-list.c handles this | Jeffrey Stedfast | 2004-04-10 | 3 | -11/+44 |
* | use e_destination_export_to_vcard_attribute instead of exporting to xml, | Chris Toshok | 2004-04-10 | 4 | -34/+46 |
* | add width=16 height=16 to rupert's image so that it doesn't flicker/move | Radek Doulik | 2004-04-10 | 2 | -1/+6 |
* | Set the excluded bits on the folder-tree. Don't allow the user to xfer | Jeffrey Stedfast | 2004-04-10 | 2 | -0/+8 |
* | Create an EUserCreatableItemsHandler for the view. (emfv_finalise): Unref | Dan Winship | 2004-04-09 | 3 | -0/+22 |
* | Now takes a pattern argument to limit files that get copied over (so we | Jeffrey Stedfast | 2004-04-09 | 2 | -4/+8 |
* | Fixed up a bit to look nicer and make it closer to HIG compliant. | Jeffrey Stedfast | 2004-04-09 | 3 | -155/+189 |
* | We need to recursively copy the dragged folder tree over to the drop | Jeffrey Stedfast | 2004-04-09 | 2 | -9/+61 |
* | add the monkey button if we're from evolution. See #52977. (emfh_gethttp): | Not Zed | 2004-04-08 | 2 | -7/+29 |
* | VJUNK_FOLDER's dont exist, they're VTRASH folders now. | Not Zed | 2004-04-08 | 6 | -61/+95 |
* | Check that emft_selection_get_selected() returns TRUE before we try to use | Jeffrey Stedfast | 2004-04-08 | 2 | -5/+23 |
* | moved a comment to a more appropriate location | Jeffrey Stedfast | 2004-04-08 | 1 | -1/+1 |
* | Fix for bug #56538 | Jeffrey Stedfast | 2004-04-08 | 2 | -20/+33 |
* | Removed. | Jeffrey Stedfast | 2004-04-08 | 7 | -26/+6 |
* | No longer need the Apply stuff. | Jeffrey Stedfast | 2004-04-08 | 4 | -49/+3 |
* | Don't call a function that doesn't exist anymore. | Jeffrey Stedfast | 2004-04-07 | 2 | -1/+6 |
* | Changed to save the settings in the signal callbacks. | Jeffrey Stedfast | 2004-04-07 | 5 | -705/+483 |
* | ref the emfoldertree in our thread message. (em_folder_tree_set_selected): | Not Zed | 2004-04-06 | 4 | -2/+18 |
* | fixed | Jeffrey Stedfast | 2004-04-06 | 1 | -4/+4 |
* | Migrate the thread_list setting. Fixes bug #56297. | Jeffrey Stedfast | 2004-04-06 | 2 | -51/+111 |
* | if we have no sign status, use signed-nokey, rather than no icon. | Not Zed | 2004-04-05 | 2 | -3/+37 |
* | ** See bug # 56402. | Not Zed | 2004-04-05 | 3 | -4/+12 |
* | removed, this is done in camel now. (fix_unmatched_info): renamed from | Not Zed | 2004-04-05 | 2 | -68/+9 |
* | Revert my "fix" from yesterday. We can't necessarily show progress | Jeffrey Stedfast | 2004-04-03 | 2 | -2/+5 |
* | Fixes bug #53851 | Jeffrey Stedfast | 2004-04-03 | 3 | -8/+26 |
* | Fixes bug #37416 | Jeffrey Stedfast | 2004-04-03 | 3 | -5/+32 |
* | do a per-line validation of the uuencoded stuff, based on the length byte. | Not Zed | 2004-04-02 | 2 | -0/+20 |
* | ** See bug #56338. | Not Zed | 2004-04-02 | 2 | -6/+15 |
* | Report progress. "Fixes" bug #56355. | Jeffrey Stedfast | 2004-04-02 | 2 | -3/+7 |
* | simplify menu_item_set_label() | Jeffrey Stedfast | 2004-04-02 | 1 | -10/+5 |
* | Set the updated sig->name on the menu item. | Jeffrey Stedfast | 2004-04-02 | 2 | -3/+23 |