| Commit message (Expand) | Author | Age | Files | Lines |
* | Try turning off the BROKEN_ETREE thing. It seems to work ok (better?) now, | Not Zed | 2001-01-23 | 2 | -3/+9 |
* | Automagically fill in the user's default transport if he/she has setup | Jeffrey Stedfast | 2001-01-23 | 2 | -0/+32 |
* | Just wrote a temp way of reporting success/fail of PGP/MIME signature | Jeffrey Stedfast | 2001-01-23 | 2 | -8/+18 |
* | Add the Outlook importer. | Iain Holmes | 2001-01-23 | 4 | -0/+367 |
* | make mail_gui_thread non-static. | Dan Winship | 2001-01-23 | 4 | -4/+41 |
* | Fixed to display subparts (other than the signature part) and started to | Jeffrey Stedfast | 2001-01-23 | 2 | -7/+47 |
* | Fix a double-free problem. | Not Zed | 2001-01-23 | 2 | -19/+16 |
* | Oops, danw didn't know 'provider' could be NULL :-) | Jeffrey Stedfast | 2001-01-23 | 2 | -2/+7 |
* | Change "Path:" label to "Namespace:" for IMAP. Use $MAILDIR rather than | Dan Winship | 2001-01-23 | 2 | -2/+20 |
* | Function to add a store/storage mapping. (add_storage): Use it. | Dan Winship | 2001-01-23 | 4 | -4/+32 |
* | s/filter-driver.h/camel-filter-driver.h/ and update first arg of | Dan Winship | 2001-01-23 | 1 | -0/+20 |
* | s/filter-driver.h/camel-filter-driver.h/ and update first arg of | Dan Winship | 2001-01-23 | 7 | -14/+14 |
* | Added temp profiling files. | Not Zed | 2001-01-22 | 2 | -1/+7 |
* | remove a warning with conditional news compilation. | Not Zed | 2001-01-22 | 11 | -1497/+593 |
* | Helps if I spell stuff correctly so it can pass the tests ;-) | Jeffrey Stedfast | 2001-01-22 | 3 | -4/+10 |
* | Initialize OpenPGP. | Jeffrey Stedfast | 2001-01-22 | 4 | -20/+25 |
* | Remove the X-Evolution header before we send. | Jeffrey Stedfast | 2001-01-22 | 2 | -3/+9 |
* | Don't forget to unref the filters. (pgp_mime_part_verify): Same. | Jeffrey Stedfast | 2001-01-22 | 2 | -27/+32 |
* | Updated header comment and fixed some ref/unref count problems in the | Jeffrey Stedfast | 2001-01-21 | 2 | -6/+12 |
* | Updated header comment and fixed some ref/unref count problems in the | Jeffrey Stedfast | 2001-01-21 | 2 | -25/+33 |
* | Added draw-focus="true" and selection-mode="browse" attributes to the | Christopher James Lahey | 2001-01-21 | 2 | -4/+9 |
* | Init a cancel field in the message. (mail_msg_free): Free it. | Not Zed | 2001-01-21 | 6 | -113/+722 |
* | Strip leading space from the transport url gotten from the message. | Jeffrey Stedfast | 2001-01-21 | 2 | -2/+10 |
* | If the name is empty string, use the address. | Jeffrey Stedfast | 2001-01-20 | 2 | -1/+7 |
* | Update for e_popup_menu_run change. | Dan Winship | 2001-01-20 | 3 | -2/+13 |
* | New function to add a folder and any parents of it that don't yet exist. | Dan Winship | 2001-01-20 | 2 | -6/+34 |
* | New swanky send/recieve thingy, well it so far only receives (pop/mbox). | Not Zed | 2001-01-19 | 4 | -0/+617 |
* | Added the next/previous toolbar buttons. | Jeffrey Stedfast | 2001-01-19 | 4 | -0/+37 |
* | Use static libcomposer.a here instead of the libtoolized one. | Miguel de Icaza | 2001-01-18 | 1 | -1/+1 |
* | oops, don't xexpand, that makes the dialog too wide. | Jeffrey Stedfast | 2001-01-18 | 2 | -104/+104 |
* | backed out Anna's dialog, no one likes it! | Jeffrey Stedfast | 2001-01-18 | 2 | -1190/+1263 |
* | get rid of some gtk warnings. | Jeffrey Stedfast | 2001-01-18 | 1 | -6/+10 |
* | Anna's dialog now supports SSL so we can get rid of the ssl-support | Jeffrey Stedfast | 2001-01-18 | 5 | -1283/+1250 |
* | New config function to set the path to the pgp binary. | Jeffrey Stedfast | 2001-01-18 | 3 | -0/+64 |
* | Handle NULL source and, while we're at it, transport URLs. Apparently | Jeffrey Stedfast | 2001-01-18 | 4 | -8/+35 |
* | Oops. "url && url->host" doesn't do much without the '?' and ':' ;-) | Jeffrey Stedfast | 2001-01-18 | 2 | -3/+6 |
* | Replace `--with-x-mailer' with a more generic `--with-sub-version'. | Ettore Perazzoli | 2001-01-18 | 2 | -6/+30 |
* | Changed the word entry to enter, which is the correct word to use. | Martin Norbäck | 2001-01-17 | 2 | -2/+7 |
* | Update to use EMessageBox and to record if the user doesn't want to ever | Jeffrey Stedfast | 2001-01-17 | 4 | -6/+71 |
* | Modify to be able to handle a NULL source_url. (source_auth_init): Allow | Jeffrey Stedfast | 2001-01-17 | 4 | -90/+199 |
* | Don't do thumbnails for offline images | Dan Winship | 2001-01-17 | 2 | -5/+13 |
* | If the user hits "No", then don't destroy the filesel window. | Jeffrey Stedfast | 2001-01-17 | 3 | -3/+10 |
* | only load the news storage if ENABLE_NNTP. | Chris Toshok | 2001-01-17 | 3 | -0/+15 |
* | use e_msg_composer_mark_text_orig | Radek Doulik | 2001-01-17 | 2 | -0/+6 |
* | Update the X-Mailer header to use the string specified by configure. | Dan Winship | 2001-01-17 | 2 | -8/+7 |
* | Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home. | Jacob Leach | 2001-01-17 | 3 | -2/+5 |
* | Fix a string causing translation problems. Bug #1147. | Jason Leach | 2001-01-16 | 2 | -4/+13 |
* | Comment about how sensitive doesn't work for bonobo set prop | Michael Zucci | 2001-01-16 | 1 | -0/+1 |
* | Setup a cancellation handle. (do_fetch_mail): REgister for cancellation | Not Zed | 2001-01-16 | 6 | -15/+43 |
* | Change from using filters for date and size to using e_cell_date and | Christopher James Lahey | 2001-01-16 | 3 | -16/+20 |
* | changed the signature of the property_bag get/set functions | Dietmar Maurer | 2001-01-15 | 1 | -0/+1 |
* | Set the default button to `Yes' here. | Miguel de Icaza | 2001-01-15 | 3 | -1/+12 |
* | If the preferred authmech isn't found, default to the first one in the | Jeffrey Stedfast | 2001-01-14 | 2 | -63/+76 |
* | Fixed mail_load_storages to make a mini GSList of the account, not the | Jeffrey Stedfast | 2001-01-13 | 5 | -7/+35 |
* | Get the X-Evolution-Transport URL and use that if it exists, else fall | Jeffrey Stedfast | 2001-01-13 | 3 | -3/+26 |
* | don't make the window so wide... | Jeffrey Stedfast | 2001-01-13 | 1 | -23/+23 |
* | Removed GPG_* variables. | Jeffrey Stedfast | 2001-01-13 | 2 | -3/+3 |
* | Now takes a 'is_account_data' variable to specify whether the sources is a | Jeffrey Stedfast | 2001-01-13 | 4 | -31/+54 |
* | Changed filter_date and filter_size to match the changes in gal. | Christopher James Lahey | 2001-01-13 | 2 | -8/+14 |
* | back to the dialogs I made | Jeffrey Stedfast | 2001-01-13 | 2 | -1066/+1264 |
* | oops, actually delete mail_config_get_account_by_address | Jeffrey Stedfast | 2001-01-13 | 1 | -19/+0 |
* | Anna's dialogs. | Jeffrey Stedfast | 2001-01-13 | 8 | -1284/+1128 |
* | Get the account by using the new e_msg_composer_get_preferred_account() | Jeffrey Stedfast | 2001-01-13 | 4 | -5/+50 |
* | Add an ::asyncCopyFolder method to the ShellComponent interface. Move | Ettore Perazzoli | 2001-01-13 | 3 | -36/+15 |
* | Add strings for localization | Miguel de Icaza | 2001-01-12 | 3 | -0/+17 |
* | Rename "Save" to "Store search as vFolder". | Miguel de Icaza | 2001-01-12 | 2 | -7/+11 |
* | Unref the property bag when we are done with it. | Miguel de Icaza | 2001-01-12 | 2 | -49/+74 |
* | New convenience function that I will need later when I redo the composer | Jeffrey Stedfast | 2001-01-12 | 3 | -0/+25 |
* | Update to reflect past changes to the mail-config API. | Jeffrey Stedfast | 2001-01-12 | 2 | -1/+4 |
* | strdup() the key. | Jeffrey Stedfast | 2001-01-12 | 2 | -1/+3 |
* | We don't want to be able to set the reply-to in the config druid. | Jeffrey Stedfast | 2001-01-12 | 2 | -6/+5 |
* | We don't want to be able to set the reply-to in the config druid. | Jeffrey Stedfast | 2001-01-12 | 4 | -79/+16 |
* | Guess the default MAIL value for MBOX and Maildir files. | Miguel de Icaza | 2001-01-12 | 2 | -0/+11 |
* | Force finalization of the function before returning fixing the FIXME that | Miguel de Icaza | 2001-01-12 | 2 | -10/+28 |
* | If the service_check fails, pop-up a warning dialog letting the user know | Jeffrey Stedfast | 2001-01-12 | 2 | -5/+40 |
* | Eek! Don't destroy the account if the connection fails, duh. This is what | Jeffrey Stedfast | 2001-01-12 | 2 | -12/+12 |
* | Connect to folder_changed as well as message_changed for updating unread | Dan Winship | 2001-01-12 | 2 | -0/+7 |
* | Add Bonobo/ItemContainer as the set of supported interfaces in | Miguel de Icaza | 2001-01-12 | 3 | -0/+8 |
* | add missing e-unicode.h include | Dan Winship | 2001-01-12 | 1 | -0/+1 |
* | Translate the header name to UTF8. | Dan Winship | 2001-01-12 | 2 | -11/+13 |
* | added a 4-pixel padding between entry boxes | Jeffrey Stedfast | 2001-01-11 | 1 | -90/+90 |
* | New function that explains to the user why he can't do the action he | Jeffrey Stedfast | 2001-01-11 | 3 | -40/+38 |
* | Set the sensitivity of the Password label too. | Jeffrey Stedfast | 2001-01-11 | 2 | -0/+6 |
* | New callback to handle when the user hits the "back" button when on the | Jeffrey Stedfast | 2001-01-11 | 3 | -1/+34 |
* | Grab the focus of the first widget that is sensitive. | Jeffrey Stedfast | 2001-01-11 | 2 | -1/+19 |
* | Prevent Federico's segfault. | Jeffrey Stedfast | 2001-01-11 | 2 | -1/+5 |
* | Clear the password entry if it's not allowed. (transport_type_changed): | Jeffrey Stedfast | 2001-01-11 | 3 | -5/+35 |
* | Remove a debug printf (that crashes Solaris because it usually tries | Dan Winship | 2001-01-11 | 1 | -1/+0 |
* | Fix proto. (print_preview_msg): Fix proto. | Miguel de Icaza | 2001-01-10 | 2 | -6/+13 |
* | Bugfix for #1077: scrollwheel doesn't work while hovering over an | Jason Leach | 2001-01-10 | 2 | -7/+15 |
* | removed old mail-config-gui.* files that are no longer used or needed. | Jeffrey Stedfast | 2001-01-10 | 2 | -2440/+0 |
* | removed mail-config-druid.glade files | Jeffrey Stedfast | 2001-01-10 | 2 | -3106/+0 |
* | Moved to mail-config.glade | Jeffrey Stedfast | 2001-01-10 | 8 | -355/+2952 |
* | Change mail_op_forward_event to mail_proxy_event. | Dan Winship | 2001-01-10 | 2 | -2/+7 |
* | Let the system umask determine the permissions of this file. | Jeffrey Stedfast | 2001-01-10 | 2 | -1/+4 |
* | Gray out the appropriate labels too. (auth_type_changed): And here. | Jeffrey Stedfast | 2001-01-10 | 6 | -39/+200 |
* | For all optionmenu's, set the appropriate 'history'. (keep_mail_check): | Jeffrey Stedfast | 2001-01-10 | 4 | -11/+88 |
* | Add -export-dynamic, so libglade can resolve evolution-mail symbols. | Dan Winship | 2001-01-10 | 2 | -0/+8 |
* | Updated. (decode_pgp): Get rid of #ifdef PGP_PROGRAM's and handle | Jeffrey Stedfast | 2001-01-10 | 7 | -1030/+1249 |
* | New function to set the password for a given url. | Jeffrey Stedfast | 2001-01-10 | 6 | -21/+75 |
* | remove </center><p> (handle_text_plain): add <font | Radek Doulik | 2001-01-09 | 2 | -2/+5 |
* | remove </center><p> | Radek Doulik | 2001-01-09 | 2 | -1/+5 |
* | Write the config data and reload the accounts list so the "default" tag is | Jeffrey Stedfast | 2001-01-09 | 2 | -2/+14 |
* | Brand spankin' new config druid, editor, and manager. | Jeffrey Stedfast | 2001-01-09 | 15 | -538/+808 |
* | Add an #include <errno.h> | Dan Winship | 2001-01-09 | 2 | -0/+5 |
* | Reverted mail-config changes temporarily until I get it working correctly. | Jeffrey Stedfast | 2001-01-09 | 11 | -507/+350 |
* | More lovely fixes... | Jeffrey Stedfast | 2001-01-09 | 3 | -6/+14 |
* | A bunch of fixes. | Jeffrey Stedfast | 2001-01-09 | 6 | -23/+130 |
* | Updated to reflect changes to the mail-config API. | Jeffrey Stedfast | 2001-01-08 | 10 | -63/+109 |
* | Updated to reflect changes to the mail-config API. (create_msg_composer): | Jeffrey Stedfast | 2001-01-08 | 12 | -369/+560 |
* | Implemented. | Jeffrey Stedfast | 2001-01-07 | 2 | -2/+19 |
* | Implemented. (ok_clicked): Implemented. (cancel_clicked): Implemented. | Jeffrey Stedfast | 2001-01-07 | 4 | -84/+203 |
* | Made it so that going to the next or previous message in the list will at | Christopher James Lahey | 2001-01-07 | 2 | -0/+11 |
* | Coded a bunch of the methods. | Jeffrey Stedfast | 2001-01-07 | 6 | -106/+316 |
* | Fix some race conditions when dealing with vfolders. | Iain Holmes | 2001-01-07 | 2 | -18/+48 |
* | New source files to provide an account editor widget. | Jeffrey Stedfast | 2001-01-06 | 6 | -15/+144 |
* | Since the druid now handles adding the new account to the config, we'll | Jeffrey Stedfast | 2001-01-06 | 5 | -3/+512 |
* | Renamed from _delete_mail (mail_config_druid_get_transport_url): New | Jeffrey Stedfast | 2001-01-06 | 5 | -99/+84 |
* | Renamed from _delete_mail | Jeffrey Stedfast | 2001-01-06 | 5 | -382/+415 |
* | Fixed a few 'Oops'es. | Jeffrey Stedfast | 2001-01-05 | 5 | -22/+1423 |
* | rebuilt this, glade crashed...so uh, maybe this is ok now? I dunno | Jeffrey Stedfast | 2001-01-05 | 1 | -46/+15 |
* | Updated. What else can I say? | Jeffrey Stedfast | 2001-01-05 | 4 | -48/+1654 |
* | Fix leaks, set unread count on folder creation as well as on changes | Dan Winship | 2001-01-05 | 1 | -2/+6 |
* | Connect to "message_changed" on the folder if it's on a remote storage. | Dan Winship | 2001-01-05 | 3 | -1/+46 |
* | Removed old implementation. | Not Zed | 2001-01-04 | 9 | -824/+705 |
* | Updated to have a GtkWindow as a parent | Jeffrey Stedfast | 2001-01-04 | 2 | -17/+88 |
* | New source file that implements mail-config-druid. Note: this is not yet | Jeffrey Stedfast | 2001-01-04 | 3 | -0/+998 |
* | Call mail-callbacks.c:forward_messages(), so the behaviour is the same as | Not Zed | 2001-01-03 | 7 | -371/+236 |
* | add font color setting for table, changed border behavior | Radek Doulik | 2001-01-03 | 3 | -5/+13 |
* | Fix for mail_get_message change, use queue thread. | Not Zed | 2001-01-03 | 15 | -639/+1254 |
* | Use header_content_type_simple, not header_content_type_format. | Dan Winship | 2001-01-03 | 3 | -3/+10 |
* | fixed unresolved symbol (d) | Jeffrey Stedfast | 2001-01-02 | 1 | -0/+2 |
* | fixed changelog | Jeffrey Stedfast | 2001-01-02 | 1 | -1/+0 |
* | Implemented. | Jeffrey Stedfast | 2001-01-02 | 4 | -35/+250 |
* | fix previous fix | Dan Winship | 2000-12-30 | 1 | -1/+1 |
* | Update this for CamelContentType too. | Dan Winship | 2000-12-30 | 2 | -17/+21 |
* | Use CamelContentType, and use header_content_type_is instead of doing it | Dan Winship | 2000-12-29 | 3 | -31/+45 |
* | Return of the thumbnail cache. | Iain Holmes | 2000-12-28 | 3 | -9/+93 |
* | ({setup,do,cleanup}_subscribe_folder): Update previous fix: Jeff | Dan Winship | 2000-12-28 | 2 | -2/+9 |
* | Use info->name, not input->full_name. Fixes #1029 in | Dan Winship | 2000-12-27 | 2 | -1/+6 |
* | New BonoboPropertyEventless stuff | Iain Holmes | 2000-12-27 | 1 | -2/+6 |
* | Changed this to format times in 12 hour time instead of 24 hour time. | Christopher James Lahey | 2000-12-25 | 2 | -4/+9 |
* | Changed this to do different formatting of dates within the last week. | Christopher James Lahey | 2000-12-25 | 2 | -9/+33 |
* | Merge from camel-mt-branch. | Not Zed | 2000-12-24 | 8 | -145/+315 |
* | Changed this to do different formatting of dates based on the current | Christopher James Lahey | 2000-12-23 | 2 | -5/+32 |
* | Added titles to the pixbuf columns. | Christopher James Lahey | 2000-12-23 | 2 | -4/+9 |
* | Detect created and deleted vfolders. | Iain Holmes | 2000-12-22 | 4 | -10/+97 |
* | Deal with the possibility that we have an icon-filename listed for a MIME | Dan Winship | 2000-12-22 | 2 | -6/+25 |
* | for now #ifdef PGP_PROGRAM falling back to handle_multipart_mixed. | Chris Toshok | 2000-12-19 | 2 | -0/+14 |
* | Unlock camel when done to prevent a hang later. | Dan Winship | 2000-12-19 | 2 | -0/+6 |
* | Only update display every 2 seconds. | Miguel de Icaza | 2000-12-18 | 4 | -7/+35 |
* | Always use the slow (full-update) version of the tree update code, to get | Not Zed | 2000-12-16 | 6 | -27/+553 |
* | Update this for the new signal handler prototype. Fixes the crash on | Dan Winship | 2000-12-16 | 2 | -6/+7 |
* | New callback to handle multipart/signed parts. (decode_pgp): Update to | Jeffrey Stedfast | 2000-12-16 | 4 | -93/+766 |
* | Dont blindly convert all parts to utf8, e.g. image/jpg. We only convert | Not Zed | 2000-12-15 | 1 | -26/+31 |
* | Unref the iterator when we're done with it. | Christopher James Lahey | 2000-12-15 | 2 | -0/+6 |
* | call gtk_html_set_default_content_type to make gkthtml default to utf-8 | Larry Ewing | 2000-12-15 | 2 | -0/+9 |
* | Fix a slight race condition that could cause the busy indicator not to | Ettore Perazzoli | 2000-12-15 | 2 | -7/+14 |
* | Made the vertical scrollbar always be there. | Christopher James Lahey | 2000-12-14 | 3 | -2/+14 |
* | Small ChangeLog mistake. | Chris Lahey | 2000-12-13 | 1 | -2/+2 |
* | Added a cast. | Christopher James Lahey | 2000-12-13 | 4 | -7/+24 |
* | Fix to use the right .h instead of the deprecated one. | Dan Winship | 2000-12-13 | 2 | -1/+6 |
* | Attach a signature when forwarding, fixes bug #826. | Jeffrey Stedfast | 2000-12-13 | 2 | -1/+15 |
* | New function to tell the code that it's ok (or not) to interact with the | Dan Winship | 2000-12-12 | 4 | -1/+28 |
* | Deal with "mailstorage" type views (top-level mail storages) by trying to | Dan Winship | 2000-12-12 | 3 | -6/+44 |
* | Updated to reflect arguments to the openpgp functions - now also takes an | Jeffrey Stedfast | 2000-12-12 | 4 | -89/+179 |
* | Ignore double-clicks on "active" columns (the ones where clicking does | Dan Winship | 2000-12-12 | 3 | -1/+12 |
* | Remove the never-once-used BonoboObject stuff and make MessageList be a | Dan Winship | 2000-12-12 | 7 | -199/+129 |
* | Remove an unused variable. | Dan Winship | 2000-12-12 | 1 | -1/+0 |
* | clean up the cleanup a bit | Dan Winship | 2000-12-12 | 1 | -6/+3 |
* | Just added a little todo comment about some design issues. | Michael Zucci | 2000-12-11 | 1 | -0/+8 |
* | oops again, another insignificatn debug printf removed. | Michael Zucci | 2000-12-11 | 1 | -1/+0 |
* | Left debug on, turned off. | Michael Zucci | 2000-12-11 | 2 | -1/+2 |
* | reordered the options and added maildir, mbox, maildir, mh, in that order. | Not Zed | 2000-12-11 | 3 | -49/+181 |
* | Change the "drawfocus" argument on e_table_scrolled_get_table(etable) | Christopher James Lahey | 2000-12-10 | 2 | -1/+7 |
* | Check to see if the file already exists, if it does prompt the user to for | Jeffrey Stedfast | 2000-12-09 | 3 | -24/+121 |
* | the e-table double-click signal now has extra params | JP Rosevear | 2000-12-09 | 2 | -1/+6 |
* | Complete the code to associate a URI and a folder type to the toplevel | Ettore Perazzoli | 2000-12-09 | 3 | -2/+9 |
* | a slight mixup in order causes "1.33 M" to be displayed as the subject...uh h... | Jeffrey Stedfast | 2000-12-09 | 1 | -4/+4 |
* | Set the "Size" field to sort using integer comparison instead of string. | Jeffrey Stedfast | 2000-12-09 | 2 | -21/+54 |
* | Connect to signals on the ETable instead of the ETableScrolled. | Christopher James Lahey | 2000-12-09 | 3 | -7/+15 |
* | Connect to signals on the ETable instead of the ETableScrolled. | Christopher James Lahey | 2000-12-09 | 2 | -4/+9 |
* | Got rid of code referencing the ETableScrolled proxy functions. Changed | Christopher James Lahey | 2000-12-08 | 2 | -9/+15 |
* | Only do a message_list_foreach if we plan on attaching messages, otherwise | Jeffrey Stedfast | 2000-12-08 | 3 | -8/+47 |
* | Make the iTip hack spew a g_warning and not crash if you have no identity | Dan Winship | 2000-12-08 | 2 | -3/+7 |
* | Add some g_return_if_fail()s to protect from crashes until the code to | Dan Winship | 2000-12-08 | 5 | -8/+22 |
* | Make the vfolder editor resize correctly. Fixes bug #835. | Jeffrey Stedfast | 2000-12-07 | 2 | -1/+6 |
* | Fix up shutdown so that things that should be destroyed get | Dan Winship | 2000-12-07 | 5 | -89/+101 |
* | Fix prototype | Dan Winship | 2000-12-07 | 1 | -3/+2 |
* | Use e_filename_make_safe (which used to be e_str_make_safe). | Jeffrey Stedfast | 2000-12-07 | 4 | -5/+12 |
* | Run the folder_changed code on message_changed as well, so the unread | Dan Winship | 2000-12-07 | 2 | -4/+10 |
* | Remove bits of filter-on-demand and toolbar bug workaround cruft that | Dan Winship | 2000-12-07 | 4 | -29/+9 |
* | Use a charset filter to make sure the data is written out in the charset | Jeffrey Stedfast | 2000-12-06 | 2 | -8/+40 |
* | Don't use the raw message body as the format argument, use "%s" instead. | Jeffrey Stedfast | 2000-12-06 | 2 | -2/+7 |
* | Fix a typo so that toggling the "remember password" checkbox will activate | Dan Winship | 2000-12-06 | 2 | -1/+7 |
* | Update the calls to `evolution_storage_new()' according to the new | Ettore Perazzoli | 2000-12-05 | 3 | -2/+10 |
* | Use info->full_name rather than info->name so that we get the namespace | Jeffrey Stedfast | 2000-12-05 | 2 | -1/+7 |
* | return NULL if we can't create a view. | Michael Meeks | 2000-12-05 | 6 | -133/+28 |
* | Make inline forwarding not be the default anymore. | Ettore Perazzoli | 2000-12-04 | 5 | -8/+21 |
* | Writes out passwords (to .gnome_private) in our patented proprietary "Best | Dan Winship | 2000-12-02 | 6 | -8/+136 |
* | Unref the store regardless of whether or not we're using it, so we don't | Dan Winship | 2000-12-02 | 1 | -1/+2 |
* | Perform better error-handling. | Jeffrey Stedfast | 2000-12-02 | 2 | -2/+10 |
* | use mail_op_set_message_plain | Radek Doulik | 2000-12-01 | 4 | -5/+41 |
* | Don't display a dialog, instead inform the user that there was no new mail | Jeffrey Stedfast | 2000-12-01 | 5 | -28/+47 |
* | Set threaded view before setting the folder (cleanup some flash ons | Not Zed | 2000-11-30 | 4 | -101/+173 |
* | Implement. (message_list_init): Connect the d&d signal. | Jeffrey Stedfast | 2000-11-30 | 2 | -22/+14 |
* | removed #ifdef ENABLE_NLS/#endif on Miguel's request. | Gediminas Paulauskas | 2000-11-30 | 1 | -2/+0 |
* | Use camel a bit more to help us out. Don't create the file ourselves, | Jeffrey Stedfast | 2000-11-30 | 2 | -15/+40 |
* | Remove no-longer-needed e_unicode_init. | Dan Winship | 2000-11-30 | 2 | -2/+2 |
* | Fix the allocation here (again) and put a comment explaining it. (Fixes a | Dan Winship | 2000-11-30 | 2 | -1/+14 |
* | Wait until after setting up the local storage to find the | Dan Winship | 2000-11-29 | 3 | -11/+16 |
* | Added the SaveAs bonobo menu verb thingy. | Jeffrey Stedfast | 2000-11-29 | 6 | -38/+94 |
* | Fix the initial unread counts after the last patch. | Dan Winship | 2000-11-29 | 2 | -1/+9 |
* | This needs to run from the main thread, not the camel thread, so add a | Dan Winship | 2000-11-28 | 2 | -5/+22 |
* | Removed some unecessary debugging printf's | Jeffrey Stedfast | 2000-11-28 | 2 | -2/+4 |
* | Revert the new druid for now, until the corresponding code is done, so | Dan Winship | 2000-11-28 | 3 | -2842/+53 |
* | Big patch. Evolution-services rewrite, services updated for new system, | Iain Holmes | 2000-11-22 | 8 | -34/+103 |
* | add GPGME_CFLAGS and GPGME_LIBS | Dan Winship | 2000-11-22 | 2 | -3/+9 |
* | New function to return if user wants to view message source. | Jeffrey Stedfast | 2000-11-22 | 13 | -163/+136 |
* | IF we dont find a source, clear the exception and ignore it silently. for | Not Zed | 2000-11-21 | 3 | -14/+50 |
* | #include <gtkhtml/gtkhtml-embedded.h> | Radek Doulik | 2000-11-21 | 2 | -0/+5 |
* | Removed. No longer serves a purpose. | Not Zed | 2000-11-21 | 5 | -794/+25 |
* | Fix IMAP get-mail to work; CORBA calls in the dispatch thread are a no-no. | Peter Williams | 2000-11-21 | 2 | -13/+62 |
* | Save out the md5 hash of the messageid as hex, since thats all we have for | Not Zed | 2000-11-21 | 3 | -43/+64 |
* | New comparison function that will replace address_compare if/when we ever | Jeffrey Stedfast | 2000-11-21 | 1 | -0/+1 |
* | New comparison function that will replace address_compare if/when we ever | Jeffrey Stedfast | 2000-11-21 | 2 | -69/+110 |
* | Use the new quote_message function and make it start with "On %s, %s | Jeffrey Stedfast | 2000-11-18 | 5 | -105/+123 |
* | Before we destroy ourselves, unhook ourselves from the folder update | Not Zed | 2000-11-17 | 2 | -1/+15 |
* | Added the MessageViewSource bonobo menu verb. | Jeffrey Stedfast | 2000-11-17 | 5 | -0/+134 |
* | Added a new Forward as Attachment bonobo menu item verb. | Jeffrey Stedfast | 2000-11-16 | 8 | -76/+343 |
* | #!/usr/bin/perl -pi.bak | Michael Meeks | 2000-11-16 | 3 | -6/+6 |
* | Take a 'subscribe' argument so that this can function as a subscribe AND | Jeffrey Stedfast | 2000-11-14 | 2 | -132/+64 |
* | Update the gal reqiurement version. | Christopher James Lahey | 2000-11-14 | 2 | -3/+10 |
* | Do this the normal way rather than calling mail_operation_wait_for_finish. | Dan Winship | 2000-11-13 | 2 | -27/+36 |
* | Sync the source folder. | Jeffrey Stedfast | 2000-11-13 | 3 | -1/+8 |
* | Clear the rdate and exrule lists from the component if we are setting a | Federico Mena Quintero | 2000-11-13 | 2 | -28/+82 |
* | Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync up | Matt Bissiri | 2000-11-11 | 5 | -10/+17 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 21 | -61/+70 |
* | New glade file for possibly using to create the subscribe dialog. | Jeffrey Stedfast | 2000-11-10 | 3 | -0/+316 |
* | likewise | Radek Doulik | 2000-11-09 | 3 | -7/+14 |
* | Allow rule part to expand when the user resizes the dialog. | Jeffrey Stedfast | 2000-11-08 | 2 | -38/+46 |
* | Don't handle custom searching anymore... we don't want this. | Jeffrey Stedfast | 2000-11-08 | 2 | -5/+1 |
* | Don't handle custom searching anymore... we don't want this. | Jeffrey Stedfast | 2000-11-08 | 2 | -27/+18 |
* | when "Show All", clear the entry widget | Jeffrey Stedfast | 2000-11-08 | 1 | -0/+1 |
* | Updated to use the ESearchBar object rather than the previously used | Jeffrey Stedfast | 2000-11-08 | 4 | -277/+263 |
* | (on_object_requested): passed the user's default email address | Jesse Pavel | 2000-11-08 | 2 | -1/+11 |
* | modified some of the EPopupMenu structures to account for differences in | Jesse Pavel | 2000-11-08 | 2 | -3/+9 |
* | Builddir != srcdir is The Way, man. | Ettore Perazzoli | 2000-11-08 | 2 | -1/+7 |
* | God, I sure wish people would listen when i'm saying i'm changing and API. | Not Zed | 2000-11-07 | 5 | -156/+165 |
* | Move filter stuff into a submenu of the popup menu. | Jeffrey Stedfast | 2000-11-07 | 2 | -38/+47 |