| Commit message (Expand) | Author | Age | Files | Lines |
* | Close the pipes when finished; add i18n | Peter Williams | 2000-08-16 | 1 | -0/+9 |
* | Add support for copying messages | Peter Williams | 2000-08-16 | 1 | -1/+14 |
* | Don't deadlock on PGP key request | Peter Williams | 2000-08-16 | 1 | -0/+3 |
* | Fix the error dialogs. | Peter Williams | 2000-08-15 | 1 | -0/+3 |
* | Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype ... | Peter Williams | 2000-08-14 | 1 | -0/+4 |
* | Added support for encrypting via PGP 5.0 | Jeffrey Stedfast | 2000-08-14 | 1 | -0/+5 |
* | Use CORBA_Object_release() instead of CORBA_free() as appropriate, you | Ettore Perazzoli | 2000-08-14 | 1 | -0/+5 |
* | Use the default handlers for SIGBUS and SIGSEGV as gnome_segv_handler | Ettore Perazzoli | 2000-08-14 | 1 | -0/+5 |
* | Set config->configured to TRUE | Jeffrey Stedfast | 2000-08-14 | 1 | -0/+5 |
* | Remove a bogus `GDK_THREADS_ENTER()'/`GDK_THREADS_LEAVE()' pair. | Ettore Perazzoli | 2000-08-14 | 1 | -0/+5 |
* | Fix the ugly hack to get rid of a CORBA race condition. Yes, it's | Ettore Perazzoli | 2000-08-14 | 1 | -0/+10 |
* | add mail-local.h | Dan Winship | 2000-08-14 | 1 | -0/+4 |
* | Disable error dialogs for now, as they hang. | Ettore Perazzoli | 2000-08-14 | 1 | -0/+5 |
* | Fix some freed-memory references | Dan Winship | 2000-08-14 | 1 | -0/+2 |
* | Don't free the prompt. It doesn't belong to you. | Dan Winship | 2000-08-14 | 1 | -0/+5 |
* | Fix bug in the folder creation code: CORBA_Object_duplicate() the | Ettore Perazzoli | 2000-08-14 | 1 | -0/+6 |
* | Don't wrap the gnome_dialog_run in GDK_THREADS_ENTER/LEAVE | Jeffrey Stedfast | 2000-08-14 | 1 | -0/+5 |
* | Get the mail component to use the new Evolution::ShellView interface. | Ettore Perazzoli | 2000-08-13 | 1 | -0/+28 |
* | Updated to reflect changes to mail_do_scan_subfolders | Jeffrey Stedfast | 2000-08-13 | 1 | -0/+9 |
* | Lose a reference to the store on purpose. To be fixed later. | Dan Winship | 2000-08-13 | 1 | -0/+5 |
* | Take the source as a command-line argument rather than fetching it from | Dan Winship | 2000-08-13 | 1 | -0/+5 |
* | Redo this so that the lock icon remains active after a failed decryption | Dan Winship | 2000-08-13 | 1 | -0/+6 |
* | Don't clear the tree here. If two "folder_changed"s arrive in close | Dan Winship | 2000-08-13 | 1 | -0/+17 |
* | Don't leak the transport. | Dan Winship | 2000-08-13 | 1 | -0/+2 |
* | Don't ref the store returned from camel_session_get_store. It's already | Dan Winship | 2000-08-13 | 1 | -0/+6 |
* | Toggling a flag is an "instantaneous" operation, so if we're only doing | Dan Winship | 2000-08-12 | 1 | -0/+6 |
* | Remove workaround for gnome-vfs 0.2 bug. | Dan Winship | 2000-08-12 | 1 | -0/+8 |
* | kill using_oaf assertion. | Michael Meeks | 2000-08-12 | 1 | -0/+4 |
* | Fix compilation of that vital necessity test-mail | Peter Williams | 2000-08-12 | 1 | -0/+4 |
* | Move menu items that affect a single message together, ditto with ones | JP Rosevear | 2000-08-12 | 1 | -0/+6 |
* | Fixed a warning. | Christopher James Lahey | 2000-08-12 | 1 | -0/+4 |
* | Redo this again. Get rid of struct mail_format_data and move most of that | Dan Winship | 2000-08-12 | 1 | -0/+12 |
* | ChangeLog update to go with my previous commit | Peter Williams | 2000-08-12 | 1 | -0/+14 |
* | use config->news instead of config->sources. | Chris Toshok | 2000-08-12 | 1 | -0/+5 |
* | Update this for CamelObject (try_inline_pgp): Deal with decrypting here | Dan Winship | 2000-08-12 | 1 | -0/+17 |
* | Put the dont-try-to-get-mail-from-imap-sources check into a better spot | Peter Williams | 2000-08-12 | 1 | -0/+7 |
* | Work around gtk option menu bug. (service_page_item_auth_fill): ditto | JP Rosevear | 2000-08-12 | 1 | -0/+6 |
* | Fix two mistakes in the FORWARD_MESSAGE handler | Peter Williams | 2000-08-12 | 1 | -0/+3 |
* | Fix some warnings. Make 'configure folder' a modal dialog. | Peter Williams | 2000-08-12 | 1 | -1/+5 |
* | Fix the camel-folder's thaw handler. Implement event forwarding into the main... | Peter Williams | 2000-08-12 | 1 | -0/+21 |
* | If the caller passes "-1" for the model row, translate that to view row 0. | Dan Winship | 2000-08-12 | 1 | -0/+9 |
* | Allow the window to be growable | JP Rosevear | 2000-08-12 | 1 | -1/+9 |
* | Fix some ()'s instead of voids | Peter Williams | 2000-08-12 | 1 | -0/+7 |
* | sdialog, not iddialog | JP Rosevear | 2000-08-12 | 1 | -0/+4 |
* | Freeze/thaw around multi-message folder operations (flag, move) | Peter Williams | 2000-08-12 | 1 | -0/+3 |
* | Check nrow, not srow. | JP Rosevear | 2000-08-12 | 1 | -0/+33 |
* | Use camel_service_get_name rather than showing the URL to the user. | Dan Winship | 2000-08-11 | 1 | -0/+5 |
* | Crash fix on user-doesn't-press-escape. | Peter Williams | 2000-08-11 | 1 | -0/+6 |
* | Add a function to return a useful name for a folder (not just "mbox" or | Dan Winship | 2000-08-11 | 1 | -0/+9 |
* | Properly handle different local file formats. The folder isn't always | Not Zed | 2000-08-11 | 1 | -0/+12 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -0/+5 |
* | Don't call e_setup_base_dir. It was wrong and it doesn't exist any more. | Dan Winship | 2000-08-11 | 1 | -0/+17 |
* | Make escape equivalent to cancel in the error and query dialogs | Peter Williams | 2000-08-11 | 1 | -0/+9 |
* | Add a "gboolean create" argument to pass to camel_store_get_folder. | Dan Winship | 2000-08-11 | 1 | -0/+10 |
* | Fix compile warning by casting the object to a CamelObject | Jeffrey Stedfast | 2000-08-11 | 1 | -0/+5 |
* | Fix the infinite movemail | Peter Williams | 2000-08-11 | 1 | -0/+6 |
* | Fix a bug in the async changes. (This was identical to reply_to_sender.) | Dan Winship | 2000-08-11 | 1 | -0/+5 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -3/+257 |
* | Update for append_message api change. | Not Zed | 2000-08-11 | 1 | -0/+11 |
* | Made the toolbars conform to the user's gnomecc settings for detachable | Cody Russell | 2000-08-10 | 1 | -0/+5 |
* | Get the from address set in the composer, if that fails ONLY THEN get the | Jeffrey Stedfast | 2000-08-10 | 1 | -3/+14 |
* | Support controls as well as embeddables. | Dan Winship | 2000-08-10 | 1 | -0/+5 |
* | Changed to only take a FolderBrowser argument | Jeffrey Stedfast | 2000-08-10 | 1 | -0/+4 |
* | Create a new FolderBrowser for each message being opened in a new window. | Jeffrey Stedfast | 2000-08-10 | 1 | -1/+6 |
* | Nicify a little, add in a menu separator between VFolder and Filter stuff. | Jeffrey Stedfast | 2000-08-10 | 1 | -0/+3 |
* | Set the UID of the message that is being displayed | Jeffrey Stedfast | 2000-08-10 | 1 | -0/+5 |
* | Use menu stock icons instead of normal stock icons for the menu items. | Ettore Perazzoli | 2000-08-10 | 1 | -3/+6 |
* | (rule_match_subject): was cutting ] off mailing list names. | Michael Zucci | 2000-08-09 | 1 | -0/+1 |
* | (rule_match_recipients): Dont set real name if its empty for the filter name. | Michael Zucci | 2000-08-09 | 1 | -0/+1 |
* | Helper function to add with confirm. | Not Zed | 2000-08-09 | 1 | -0/+8 |
* | Remove conflict marks. | Ettore Perazzoli | 2000-08-09 | 1 | -5/+0 |
* | New file to hold auto filter/vfolder stuff. | Not Zed | 2000-08-09 | 1 | -0/+10 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-09 | 1 | -0/+7 |
* | Use the placeholder for the "Print message..." menu item. | Ettore Perazzoli | 2000-08-09 | 1 | -0/+5 |
* | Attached a double_click signal handler (on_double_click): Our lovely new | Jeffrey Stedfast | 2000-08-09 | 1 | -1/+8 |
* | Basic framework for saving the size of the vpaned in the main message view | Jeremy Wise | 2000-08-09 | 1 | -0/+5 |
* | Added void as an argument to functions not needing any parameters to avoid | Jeffrey Stedfast | 2000-08-09 | 1 | -0/+5 |
* | Value for threaded list view is now saved via gnome-config. This means that ... | Jeremy Wise | 2000-08-09 | 1 | -0/+4 |
* | Attach a signal handler to call the "changed" function when the user | Dan Winship | 2000-08-09 | 1 | -1/+7 |
* | New convenience function with params of a normal Gtk callback function. We | Jeffrey Stedfast | 2000-08-09 | 1 | -0/+16 |
* | Add "Don't delete messages from server" button to remote SOURCEs that | Dan Winship | 2000-08-09 | 1 | -0/+11 |
* | Fix some compiler warnings. | Dan Winship | 2000-08-09 | 1 | -0/+3 |
* | Fix up format of addresses. (write_headers): Use CamelAddress functions to | Dan Winship | 2000-08-09 | 1 | -0/+5 |
* | Lets get rid of the last separator in the toolbar until we add n/p | Jeffrey Stedfast | 2000-08-09 | 1 | -0/+5 |
* | Move mail_config_init after session_init, since it depends on | Dan Winship | 2000-08-09 | 1 | -0/+5 |
* | Fix build by allowing includes for e-table dir | JP Rosevear | 2000-08-08 | 1 | -0/+36 |
* | Redone to show a dialogue first, and show progress of whats happening as | Not Zed | 2000-08-08 | 1 | -0/+21 |
* | Added mail-view.c | Jeffrey Stedfast | 2000-08-08 | 1 | -0/+13 |
* | New function to replace real_create_imap_storage and | Jeffrey Stedfast | 2000-08-08 | 1 | -0/+7 |
* | s/strncasecmp/g_strncasecmp | Jeffrey Stedfast | 2000-08-08 | 1 | -0/+3 |
* | Get rid of kludge around subject beginning with spaces. | Jeffrey Stedfast | 2000-08-08 | 1 | -0/+11 |
* | Clarify that the input row is a model row, and swap it to a view row when | Dan Winship | 2000-08-08 | 1 | -0/+10 |
* | Renamed from reply_body() so other functions can use it | Jeffrey Stedfast | 2000-08-07 | 1 | -0/+8 |
* | New menu item under Actions to allow editing of messages. | Jeffrey Stedfast | 2000-08-07 | 1 | -0/+5 |
* | Create a global reference to the Drafts mbox folder for the Composer to | Jeffrey Stedfast | 2000-08-07 | 1 | -0/+5 |
* | Desensitize ok button (sdialog_page_undone): ditto (iddialog_page_undone): | JP Rosevear | 2000-08-07 | 1 | -0/+20 |
* | Added support for encrypting with GnuPG. Support for PGP5 and PGP2 are | Jeffrey Stedfast | 2000-08-06 | 1 | -0/+6 |
* | Update the README and the text of the Bonobo configure check to match | Dan Winship | 2000-08-06 | 1 | -0/+5 |
* | I pity da foo that committed this bug! | Peter Williams | 2000-08-04 | 1 | -0/+4 |
* | Fix a possible crash when using the quicksearch by freeing the UID | Ettore Perazzoli | 2000-08-04 | 1 | -0/+5 |
* | Everywhere unref the remote_uih having done a set_container. | Michael Meeks | 2000-08-04 | 1 | -0/+5 |
* | only whack the sig in if the file exists. | Michael Meeks | 2000-08-04 | 1 | -0/+10 |
* | Yay, no more compiler warnings | Jeffrey Stedfast | 2000-08-04 | 1 | -0/+2 |
* | set config = NULL (provider_list) Eek! Initialize news to NULL! Also, use | Jeffrey Stedfast | 2000-08-04 | 1 | -0/+10 |
* | Check for identity before sending ; remove gconf_init call | Peter Williams | 2000-08-03 | 1 | -0/+7 |
* | Increase window size slightly, rename "Transport" to "Mail Transport" | JP Rosevear | 2000-08-03 | 1 | -0/+16 |
* | Make the "test settings" button FILL rather than SHRINK so it doesn't end | Dan Winship | 2000-08-03 | 1 | -0/+8 |
* | Emit "model_pre_change" where appropriate. | Christopher James Lahey | 2000-08-03 | 1 | -0/+5 |
* | Protect mail-config.h against multiple inclusion. | Peter Williams | 2000-08-03 | 1 | -0/+4 |
* | New code to spawn off GPG/PGP to do stuff. Currently only deals with | Dan Winship | 2000-08-02 | 1 | -0/+27 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-01 | 1 | -0/+6 |
* | Fix a NULL-pointer strcmp noticed by peterw. | Dan Winship | 2000-08-01 | 1 | -0/+5 |
* | Configurable vfolder sources, and a button to save a search | Not Zed | 2000-07-31 | 1 | -0/+20 |
* | Remove hack to pass the storage around. | Not Zed | 2000-07-30 | 1 | -0/+18 |
* | Fix changelog email address. | JP Rosevear | 2000-07-29 | 1 | -1/+1 |
* | New function to create composer with sig file set. | JP Rosevear | 2000-07-29 | 1 | -0/+28 |
* | Added mark_all_seen(), to mark every message in the list with | Cody Russell | 2000-07-29 | 1 | -0/+6 |
* | Lets fix Dan's kludge the Right Way (tm) (set_service_url): Only strip off | Jeffrey Stedfast | 2000-07-28 | 1 | -0/+8 |
* | toss in a kludge to deal with the IMAP vs mbox path problem for now. | Dan Winship | 2000-07-28 | 1 | -0/+5 |
* | Removed counting of selected messages. | Christopher James Lahey | 2000-07-27 | 1 | -0/+5 |
* | Don't create the tmp_mbox before calling movemail, because the external | Dan Winship | 2000-07-27 | 1 | -0/+9 |
* | s/struct refile_data/struct move_data (real_move_msg): Renamed from | Jeffrey Stedfast | 2000-07-27 | 1 | -0/+8 |
* | Update for OAF and for external apps as well as components. | Dan Winship | 2000-07-26 | 1 | -0/+14 |
* | Always prepend a leading "/" to the url->path. (set_service_url): Added | Jeffrey Stedfast | 2000-07-26 | 1 | -0/+2 |
* | Always prepend a leading "/" to the url->path. (set_service_url): Added | Jeffrey Stedfast | 2000-07-26 | 1 | -0/+7 |
* | add textual exception printout. (set_editor_text): close pre tags & check | Michael Meeks | 2000-07-26 | 1 | -0/+5 |
* | Fix crash on NULL current_message when replying. | Peter Williams | 2000-07-26 | 1 | -0/+6 |
* | Don't group together messages with the same non-Re: subject and no | Dan Winship | 2000-07-26 | 1 | -0/+9 |
* | Fix GtkOptionMenu usage so that the mail source selector looks right. | Ettore Perazzoli | 2000-07-25 | 1 | -0/+7 |
* | Update for CamelFolder API changes. (Certain functions no longer take a | Dan Winship | 2000-07-25 | 1 | -0/+12 |
* | Remove GOAD support. | Dan Winship | 2000-07-25 | 1 | -0/+9 |
* | Add a "Send HTML mail" toggle in the message composer. | Ettore Perazzoli | 2000-07-23 | 1 | -0/+5 |
* | Use `_()' instead of `N_()' for strings that need to be translated on | Ettore Perazzoli | 2000-07-23 | 1 | -0/+5 |
* | Update the components to match the changes in the libeshell API. | Ettore Perazzoli | 2000-07-21 | 1 | -0/+5 |
* | What if message info is NULL? | Jeffrey Stedfast | 2000-07-20 | 1 | -0/+4 |
* | Initial code to support IMAP folders that don't use "/" as a directory | Jeffrey Stedfast | 2000-07-17 | 1 | -0/+5 |
* | Put the version number in the `X-Mailer:' header instead of just | Ettore Perazzoli | 2000-07-16 | 1 | -0/+11 |
* | put a <p> at the end of the header table. (I think there used to be | Dan Winship | 2000-07-15 | 1 | -0/+10 |
* | Only unref the folder if it's been set. | Dan Winship | 2000-07-14 | 1 | -1/+10 |
* | s/CAMEL_SERVICE_NEED_HOST/CAMEL_SERVICE_URL_NEED_HOST. | Jonathan Blandford | 2000-07-14 | 1 | -0/+4 |
* | Add a "gboolean required" argument, and set its value on the entry. | Dan Winship | 2000-07-14 | 1 | -0/+12 |
* | Back to the old way to avoid g_warnings, yay. Also fix append to send a | Jeffrey Stedfast | 2000-07-13 | 1 | -1/+1 |
* | Back to the old way to avoid g_warnings, yay | Jeffrey Stedfast | 2000-07-13 | 1 | -0/+5 |
* | fix some cut & paste bung. | Chris Toshok | 2000-07-13 | 1 | -0/+4 |
* | add "message/news" to the mime_function_table using the same handler as | Chris Toshok | 2000-07-13 | 1 | -0/+5 |
* | add news server tab to dialog. | Chris Toshok | 2000-07-13 | 1 | -0/+15 |
* | Fix bug #390: default attachment save dir should be ~ | Peter Williams | 2000-07-12 | 1 | -0/+5 |
* | Changed to use camel_folder_move_message_to () rather than get_message () | Jeffrey Stedfast | 2000-07-12 | 1 | -0/+5 |
* | Disable Search capability menu/entry if folder doesn't support it. | Jeffrey Stedfast | 2000-07-12 | 1 | -0/+8 |
* | Set the post_send_data flag rather than toggling it. (Maybe we'll need | Dan Winship | 2000-07-12 | 1 | -0/+7 |
* | Work with both current and 0.15 bonobo | Dan Winship | 2000-07-11 | 1 | -0/+3 |
* | kill more debugging messages | Dan Winship | 2000-07-11 | 1 | -0/+2 |
* | Don't multiply free dest_url. | Dan Winship | 2000-07-11 | 1 | -0/+2 |
* | Update message_list_select_next to do either next or previous. | Dan Winship | 2000-07-11 | 1 | -0/+11 |
* | Fix an unitialized variable error. | Ettore Perazzoli | 2000-07-11 | 1 | -0/+5 |
* | Fixed broken POP fetching | Jeffrey Stedfast | 2000-07-11 | 1 | -0/+4 |
* | Fix syncing of the mailbox on exit so that it's done on destruction of | Ettore Perazzoli | 2000-07-11 | 1 | -0/+11 |
* | Switched from ETable to ETableScrolled. | Christopher James Lahey | 2000-07-10 | 1 | -0/+5 |
* | Fixed movemail so that it too would deliver to Inbox. | Jeffrey Stedfast | 2000-07-10 | 1 | -0/+5 |
* | Don't g_warn if the user selects a fake tree parent. | Dan Winship | 2000-07-10 | 1 | -0/+14 |
* | Remove setting of dnd_code since that's handled internally to ETable. | Christopher James Lahey | 2000-07-09 | 1 | -0/+5 |
* | Fix up the pageup/pagedown increment a bit. | Dan Winship | 2000-07-09 | 1 | -0/+3 |
* | Add a "Threaded Message List" item to the "View" menu. | Dan Winship | 2000-07-09 | 1 | -0/+9 |
* | fix a "Re:" parsing bug | Dan Winship | 2000-07-09 | 1 | -0/+4 |
* | Always dump incoming messages to Inbox (assuming not filtered to another | Jeffrey Stedfast | 2000-07-09 | 1 | -0/+5 |
* | Move the "Expunge" command to the "Actions" menu. | Ettore Perazzoli | 2000-07-09 | 1 | -0/+6 |
* | Deal with having multiple selected messages. | Dan Winship | 2000-07-09 | 1 | -0/+8 |
* | Small fix to stop uid data from being set on a message-list tree node when | Jeffrey Stedfast | 2000-07-09 | 1 | -0/+6 |
* | Fix Jeff's FIXME: This does get called with out-of-range data sometimes, | Dan Winship | 2000-07-09 | 1 | -0/+6 |
* | This wasn't quite right, it will now work but still isn't perfect. See | Jeffrey Stedfast | 2000-07-08 | 1 | -0/+5 |
* | (sort_node): sort the tree by the original order of the messages | Dan Winship | 2000-07-08 | 1 | -0/+3 |
* | Add another argument "clast" pointing to the container before the current | Dan Winship | 2000-07-08 | 1 | -0/+10 |
* | Lots of changes. Store uids as node data on the tree nodes and use those | Dan Winship | 2000-07-08 | 1 | -0/+29 |
* | Handle a row number of -1 properly. | Christopher James Lahey | 2000-07-08 | 1 | -0/+5 |
* | Map tree model row numbers to summary row numbers. (ml_tree_value_at, | Dan Winship | 2000-07-07 | 1 | -0/+7 |
* | Glade files for the configuration dialog. | JP Rosevear | 2000-07-07 | 1 | -0/+7 |
* | fix warnings. | Dan Winship | 2000-07-07 | 1 | -0/+3 |
* | gtkhtmllib_init is no more. Call gconf_init directly instead. | Dan Winship | 2000-07-07 | 1 | -0/+3 |
* | New function to select the first message on or after the given row that | Dan Winship | 2000-07-07 | 1 | -0/+13 |
* | Add a workaround for a small gnome-vfs 0.2 bug so we don't need to require | Dan Winship | 2000-07-07 | 1 | -0/+5 |
* | Well, delete, expunge, appear broken, it sorts (initially) at least now. | Michael Zucci | 2000-07-06 | 1 | -0/+7 |
* | Setup the subject renderer to a tree in tree mode. (on_cursor_change_cmd): | Not Zed | 2000-07-06 | 1 | -0/+16 |
* | Code for message threading. | Not Zed | 2000-07-06 | 1 | -0/+4 |
* | Oops. My gnome-vfs was out-of-date. Update for changed function name. | Dan Winship | 2000-07-06 | 1 | -0/+5 |
* | Use the gnomevfs sniff buffer interface to try to identify the MIME type | Dan Winship | 2000-07-06 | 1 | -0/+12 |
* | Get rid of a compiler warning. | Ettore Perazzoli | 2000-07-04 | 1 | -0/+6 |
* | call mail_display_set_message with NULL if the message we tried to select | Dan Winship | 2000-07-04 | 1 | -0/+10 |
* | Remove hack to redisplay the inbox, since folder_changed signals will now | Dan Winship | 2000-07-03 | 1 | -0/+4 |
* | Fix filter_driver_new invocation. | Dan Winship | 2000-07-03 | 1 | -0/+3 |
* | test-mail and test-thread should be noinst. | Dan Winship | 2000-07-03 | 1 | -0/+3 |
* | Pass mail_uri_to_folder and rules to filter_driver_new. | Dan Winship | 2000-07-03 | 1 | -0/+7 |
* | Fix double freeing of the camel exception; this prevents a crash when a | Ettore Perazzoli | 2000-07-03 | 1 | -0/+5 |
* | Added an extra @allowed_types parameter to the shell's folder | Ettore Perazzoli | 2000-07-02 | 1 | -0/+5 |
* | Removed. These aren't being used any more. (The real pixmaps are in | Dan Winship | 2000-07-02 | 1 | -0/+5 |
* | Updated to reflect camel-folder changes. | Jeffrey Stedfast | 2000-07-01 | 1 | -0/+8 |
* | Use gnome-print to do a print preview. | Dan Winship | 2000-07-01 | 1 | -0/+4 |
* | New function, a wrapper around e_table_selected_row_foreach, which calls | Dan Winship | 2000-07-01 | 1 | -0/+19 |
* | Fix to work with new EvolutionShellClient | Peter Williams | 2000-07-01 | 1 | -0/+5 |
* | use the ETable row_selection signal to track how many rows are selected. | Dan Winship | 2000-07-01 | 1 | -0/+13 |
* | Fix stupid typos and add a missing prototype. | Ettore Perazzoli | 2000-06-30 | 1 | -0/+5 |
* | EvolutionShellClient. | Ettore Perazzoli | 2000-06-30 | 1 | -0/+5 |
* | Clean up compile warnings (real_fetch_mail): Fetching from IMAP should do | Jeffrey Stedfast | 2000-06-30 | 1 | -0/+5 |
* | Handle multiple deletes (change by Peter Williams.) | Christopher James Lahey | 2000-06-30 | 1 | -0/+4 |
* | Changed "Send" to "Compose" to avoid user confusion. Compose is a little | Jeffrey Stedfast | 2000-06-30 | 1 | -0/+1 |
* | Changed "Send" to "Compose" to avoid user confusion. Compose is a little | Jeffrey Stedfast | 2000-06-30 | 1 | -0/+7 |
* | remove some code incorrectly copied and pasted from create_vfolder_storage | Dan Winship | 2000-06-30 | 1 | -0/+7 |
* | From mail: | Christopher James Lahey | 2000-06-30 | 1 | -0/+5 |
* | Fixes brought to us by Purify | Matthew Loper | 2000-06-29 | 1 | -0/+9 |
* | add default subjects | Dan Winship | 2000-06-29 | 1 | -0/+2 |
* | Refuse to create folders not of type "mail", and correctly create an empty | Dan Winship | 2000-06-29 | 1 | -1/+5 |
* | Call od_assert_using_oaf() or od_assert_using_goad() as appropriate to | Dan Winship | 2000-06-29 | 1 | -1/+6 |
* | message-list.c: added prototype for filter_date() | Jeffrey Stedfast | 2000-06-28 | 1 | -0/+5 |
* | Made dates display grouping information properly. | Christopher James Lahey | 2000-06-28 | 1 | -0/+5 |
* | Little teeny fixes | Peter Williams | 2000-06-28 | 1 | -0/+3 |
* | Hey, nothreads might work now\! | Peter Williams | 2000-06-28 | 1 | -0/+3 |
* | Fix the test-threads when no threading | Peter Williams | 2000-06-27 | 1 | -0/+2 |
* | Fix booboo | Peter Williams | 2000-06-27 | 1 | -0/+2 |
* | Solaris compatibility config check + implementation (ctime_r arguments) | Peter Williams | 2000-06-27 | 1 | -0/+5 |
* | Work around mismatched ctime_r functions. This will be fixed. | Christopher James Lahey | 2000-06-27 | 1 | -0/+5 |
* | Let us compile sans threads on non-pthread systems. | Peter Williams | 2000-06-27 | 1 | -0/+6 |
* | Put in a gross hack to export the shell reference elsewhere. | Michael Zucchi | 2000-06-27 | 1 | -0/+5 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -0/+4 |
* | Make the broken threads optional | Peter Williams | 2000-06-27 | 1 | -0/+12 |
* | commenting out of some GDK_THREADS_*() junk that was causing a lock | Jeffrey Stedfast | 2000-06-27 | 1 | -0/+5 |
* | Add some debugging messages to track down thread issues better and | Ettore Perazzoli | 2000-06-26 | 1 | -0/+9 |
* | Force thread usage and clean up the configure aspect thereof. | Peter Williams | 2000-06-26 | 1 | -0/+5 |
* | folder-browser.c: Improved the code to separate the imap namespace from the f... | Jeffrey Stedfast | 2000-06-24 | 1 | -0/+5 |
* | Land most of the stuff to move fetch_mail, send_mail, expunge_folder, init_im... | Peter Williams | 2000-06-24 | 1 | -1/+34 |
* | Little prototype fixes | Peter Williams | 2000-06-23 | 1 | -0/+5 |
* | Now should correctly get the selected folder from the given URL. | Jeffrey Stedfast | 2000-06-23 | 1 | -0/+5 |
* | add handling for loading "news:" folders. | Chris Toshok | 2000-06-23 | 1 | -0/+9 |
* | Updated to prepend url-> path if it exists for that imap store. | Jeffrey Stedfast | 2000-06-23 | 1 | -0/+9 |
* | new function, passed as arg to mail_operation_try. (fetch_mail): add | Chris Toshok | 2000-06-23 | 1 | -0/+6 |
* | Changed ml_value_at to return "" instead of NULL in some cases. | Christopher James Lahey | 2000-06-23 | 1 | -0/+5 |
* | Add libs so that we link right with gthreads | Peter Williams | 2000-06-23 | 1 | -0/+3 |
* | Make the async dialogs non-modal; add cleanup callbacks in the main thread. | Peter Williams | 2000-06-23 | 1 | -0/+17 |
* | Add nice blocking stuff for the error dialog and a new get_password hook in t... | Peter Williams | 2000-06-23 | 1 | -1/+15 |
* | Prettify the progress dialog a bit. | Peter Williams | 2000-06-22 | 1 | -0/+10 |
* | Removed an erroneous comment. | Christopher James Lahey | 2000-06-22 | 1 | -0/+4 |
* | Make this not crash if you don't have a transport configured. | Dan Winship | 2000-06-22 | 1 | -0/+3 |
* | Update received date to work like sent date. | Dan Winship | 2000-06-22 | 1 | -0/+5 |
* | Add the async mail API (still not hooked up though) | Peter Williams | 2000-06-22 | 1 | -1/+11 |
* | Get evolution-dir the right way in e-setup.h | Peter Williams | 2000-06-22 | 1 | -0/+5 |
* | oops, should have checked for a NULL sources in component-factory.c | Jeffrey Stedfast | 2000-06-21 | 1 | -0/+5 |
* | Quick hack to prevent a NULL pointer dereference. Things need to be | Dan Winship | 2000-06-21 | 1 | -0/+4 |
* | Oops. This should have been removed a long time ago. | Dan Winship | 2000-06-21 | 1 | -0/+5 |
* | working on getting IMAP folder selection working | Jeffrey Stedfast | 2000-06-21 | 1 | -0/+8 |
* | Add missing declaration of `evolution_dir' to get it to compile. | Ettore Perazzoli | 2000-06-21 | 1 | -0/+5 |
* | Add a confirmation dialog box for when the user tries to send a | Ettore Perazzoli | 2000-06-20 | 1 | -0/+7 |
* | basically got IMAP into the tree view | Jeffrey Stedfast | 2000-06-20 | 1 | -0/+5 |