| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't forget to unref the FilterDriver. | Jeffrey Stedfast | 2000-10-26 | 1 | -61/+58 |
* | Apply outgoing filters to the message. | Jeffrey Stedfast | 2000-10-24 | 1 | -17/+48 |
* | For an imap store, just refresh the INBOX. | Dan Winship | 2000-10-20 | 1 | -2/+9 |
* | Clean up some old #if 0 code. | Dan Winship | 2000-10-19 | 1 | -204/+0 |
* | No, we REALLY dont want to perform an immediate search as the keys are | Not Zed | 2000-10-18 | 1 | -2/+6 |
* | sync & expunge the source folder after filtering. | Jeffrey Stedfast | 2000-10-13 | 1 | -36/+49 |
* | Duh, fix the test for the folder name, strstr != strcmp is it. | Not Zed | 2000-10-12 | 1 | -47/+160 |
* | add a ref to input->storage here so that the ref/unref pattern more | Chris Toshok | 2000-10-11 | 1 | -0/+2 |
* | New widget, full search dialogue for mail. | Not Zed | 2000-10-09 | 1 | -1/+1 |
* | Tag string for translation (do_flag_messages): ditto. | Miguel de Icaza | 2000-10-08 | 1 | -4/+4 |
* | Repeates writes on EINTRS. (pipe_read): Repeats reads on EINTRS. | Miguel de Icaza | 2000-10-08 | 1 | -10/+51 |
* | Move the functionality to incorporate messages into | Miguel de Icaza | 2000-10-08 | 1 | -122/+142 |
* | set the @subscribed_only parameter to TRUE, since the subscribe UI is the | Chris Toshok | 2000-10-07 | 1 | -1/+1 |
* | Add missing parameter in call to `camel_store_get_folder_info()'. | Ettore Perazzoli | 2000-10-07 | 1 | -1/+1 |
* | Don't expunge the source mailbox on completion. | Jeffrey Stedfast | 2000-10-05 | 1 | -1/+1 |
* | Don't try to add_folders if get_folder_info returned NULL. | Dan Winship | 2000-10-05 | 1 | -2/+4 |
* | Update for CamelFolderInfo changes. | Dan Winship | 2000-10-03 | 1 | -46/+37 |
* | Messages should be appended to Sent as Seen. (do_send_mail): Same. | Jeffrey Stedfast | 2000-09-29 | 1 | -2/+2 |
* | Note: We need a configuration option to specify whether to log filtering | Jeffrey Stedfast | 2000-09-28 | 1 | -3/+31 |
* | If the message has been deleted, don't try filtering it - skip to the next | Jeffrey Stedfast | 2000-09-28 | 1 | -0/+8 |
* | CamelException is not for compile-time errors. Replace lots of argument | Dan Winship | 2000-09-26 | 1 | -485/+87 |
* | Fixed some memory leakage. Call free_recipients() so we don't leak memory. | Jeffrey Stedfast | 2000-09-22 | 1 | -7/+8 |
* | Use the folder's full_name so recursive directory structures display | Jeffrey Stedfast | 2000-09-20 | 1 | -2/+2 |
* | Update for CamelFolder changes (subfolder_names -> subfolder_info). | Dan Winship | 2000-09-20 | 1 | -5/+7 |
* | Deal with NULL composer. | Dan Winship | 2000-09-19 | 1 | -4/+5 |
* | Don't get_message_flags, because POP doesn't support it and it's pointless | Dan Winship | 2000-09-15 | 1 | -5/+2 |
* | Fix the sense of the "keep on server" check so we're not doing this | Dan Winship | 2000-09-15 | 1 | -1/+1 |
* | This bug was so much fun to fix the first time that I decided to | Dan Winship | 2000-09-15 | 1 | -1/+2 |
* | camel_folder_append is perfectly happy to take a NULL info. | Dan Winship | 2000-09-14 | 1 | -6/+0 |
* | Only use the cache if the user plans to keep_on_server. | Jeffrey Stedfast | 2000-09-14 | 1 | -20/+22 |
* | Was trying to unhook an event from the wrong folder - oops. | Jeffrey Stedfast | 2000-09-12 | 1 | -1/+1 |
* | added some comments (no source code changes) | Jeffrey Stedfast | 2000-09-12 | 1 | -1/+2 |
* | Updated to use the new mail_do_filter_ondemand. | Jeffrey Stedfast | 2000-09-12 | 1 | -13/+19 |
* | Don't have the filter driver self_destruct. | Jeffrey Stedfast | 2000-09-12 | 1 | -1/+1 |
* | If we're fetching from an mbox formatted file then we need to do some | Jeffrey Stedfast | 2000-09-12 | 1 | -1/+4 |
* | might be a good idea to *save* the uids in the cache when we're done fetching... | Jeffrey Stedfast | 2000-09-10 | 1 | -1/+9 |
* | Use the CamelUIDCache so that we only retrieve *new* messages and also | Jeffrey Stedfast | 2000-09-10 | 1 | -1/+27 |
* | Updated to not send hook/unhook data to filter_driver_run as it no longer | Jeffrey Stedfast | 2000-09-10 | 1 | -2/+7 |
* | Freeze the default folder before filtering and thaw it afterward to | Jeffrey Stedfast | 2000-09-10 | 1 | -1/+11 |
* | Fixed some warnings. | Christopher James Lahey | 2000-09-09 | 1 | -2/+2 |
* | Updated to pass a CamelMessageInfo to filter_driver_run | Jeffrey Stedfast | 2000-09-08 | 1 | -5/+35 |
* | Updated to check the boolean return code from fulter_driver_run to find | Jeffrey Stedfast | 2000-09-08 | 1 | -6/+17 |
* | oops, forgot to pass "expunge" to camel_folder_sync - this should fix that | Jeffrey Stedfast | 2000-09-08 | 1 | -1/+1 |
* | Updated to pass an exception to filter_driver_run and also check the | Jeffrey Stedfast | 2000-09-08 | 1 | -4/+8 |
* | Fix previous fix. (Free the uids, just do it correctly.) | Dan Winship | 2000-09-08 | 1 | -0/+1 |
* | Don't free uids, let the camel folder do that when it gets finalized | Jeffrey Stedfast | 2000-09-08 | 1 | -3/+3 |
* | New async function to filter messages on demand. (do_fetch_mail): Updated | Jeffrey Stedfast | 2000-09-07 | 1 | -22/+195 |
* | kill a warning | Dan Winship | 2000-09-06 | 1 | -1/+1 |
* | Add a use-default-port option to the source editor ; bugfixes | Peter Williams | 2000-09-06 | 1 | -12/+13 |
* | Replace mail_do_setup_draftbox, mail_do_setup_outbox, and | Dan Winship | 2000-09-06 | 1 | -141/+46 |
* | Change the "Get Mail" toolbar button to become "Send & Receieve" | Jeffrey Stedfast | 2000-09-03 | 1 | -22/+177 |
* | Attach a callback to the postpone signal (send_to_url): Same (mail_reply): | Jeffrey Stedfast | 2000-09-02 | 1 | -12/+130 |
* | New convenience function to load the Outbox folder | Jeffrey Stedfast | 2000-09-02 | 1 | -14/+136 |
* | Changed `Evolution::Storage' so that the displayed name for a folder | Ettore Perazzoli | 2000-09-01 | 1 | -0/+1 |
* | Update this and related functions to no longer take a From address. (The | Dan Winship | 2000-08-30 | 1 | -13/+5 |
* | Add more user-friendly progress messages from the friendly folks at Helix Cod... | Peter Williams | 2000-08-28 | 1 | -2/+18 |
* | Goodbye, GDK_THREADS! | Peter Williams | 2000-08-28 | 1 | -1/+1 |
* | Start adding progress info; make flag_all_messages camel-safe; make the no ne... | Peter Williams | 2000-08-25 | 1 | -4/+36 |
* | Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ... | Peter Williams | 2000-08-25 | 1 | -2/+1 |
* | Fix a deadlock upon checking mail due to new camel_service semantics. | Peter Williams | 2000-08-24 | 1 | -5/+6 |
* | Whole buncha leak fixes thanks to Purify | Matthew Loper | 2000-08-17 | 1 | -2/+2 |
* | Use a configurable timeout. | Richard Hult | 2000-08-17 | 1 | -2/+10 |
* | Updated russian translation. Fixed typo in mail-ops.c. | Valek Frob | 2000-08-16 | 1 | -1/+1 |
* | Close the pipes when finished; add i18n | Peter Williams | 2000-08-16 | 1 | -47/+60 |
* | Add support for copying messages | Peter Williams | 2000-08-16 | 1 | -44/+70 |
* | Compile fix for RH7.0beta from Kenny Graunke <kwg@teleport.com>; unprototype ... | Peter Williams | 2000-08-14 | 1 | -1/+1 |
* | Use CORBA_Object_release() instead of CORBA_free() as appropriate, you | Ettore Perazzoli | 2000-08-14 | 1 | -1/+1 |
* | Fix bug in the folder creation code: CORBA_Object_duplicate() the | Ettore Perazzoli | 2000-08-14 | 1 | -6/+9 |
* | Updated to reflect changes to mail_do_scan_subfolders | Jeffrey Stedfast | 2000-08-13 | 1 | -152/+131 |
* | Lose a reference to the store on purpose. To be fixed later. | Dan Winship | 2000-08-13 | 1 | -0/+6 |
* | Don't leak the transport. | Dan Winship | 2000-08-13 | 1 | -0/+1 |
* | Put the dont-try-to-get-mail-from-imap-sources check into a better spot | Peter Williams | 2000-08-12 | 1 | -0/+7 |
* | Freeze/thaw around multi-message folder operations (flag, move) | Peter Williams | 2000-08-12 | 1 | -0/+13 |
* | Use camel_service_get_name rather than showing the URL to the user. | Dan Winship | 2000-08-11 | 1 | -4/+11 |
* | Add a function to return a useful name for a folder (not just "mbox" or | Dan Winship | 2000-08-11 | 1 | -14/+14 |
* | Don't call e_setup_base_dir. It was wrong and it doesn't exist any more. | Dan Winship | 2000-08-11 | 1 | -1/+0 |
* | Add a "gboolean create" argument to pass to camel_store_get_folder. | Dan Winship | 2000-08-11 | 1 | -2/+2 |
* | Show 'no new mail' correctly. | Peter Williams | 2000-08-11 | 1 | -9/+34 |
* | Fix the infinite movemail | Peter Williams | 2000-08-11 | 1 | -0/+1 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -828/+1576 |
* | Get the from address set in the composer, if that fails ONLY THEN get the | Jeffrey Stedfast | 2000-08-10 | 1 | -14/+15 |
* | Changed to only take a FolderBrowser argument | Jeffrey Stedfast | 2000-08-10 | 1 | -1/+1 |
* | Create a new FolderBrowser for each message being opened in a new window. | Jeffrey Stedfast | 2000-08-10 | 1 | -7/+10 |
* | Nicify a little, add in a menu separator between VFolder and Filter stuff. | Jeffrey Stedfast | 2000-08-10 | 1 | -2/+3 |
* | Set the UID of the message that is being displayed | Jeffrey Stedfast | 2000-08-10 | 1 | -1/+2 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-09 | 1 | -0/+1 |
* | New convenience function with params of a normal Gtk callback function. We | Jeffrey Stedfast | 2000-08-09 | 1 | -11/+26 |
* | Add "Don't delete messages from server" button to remote SOURCEs that | Dan Winship | 2000-08-09 | 1 | -46/+90 |
* | Fix build by allowing includes for e-table dir | JP Rosevear | 2000-08-08 | 1 | -28/+17 |
* | Redone to show a dialogue first, and show progress of whats happening as | Not Zed | 2000-08-08 | 1 | -0/+10 |
* | Added mail-view.c | Jeffrey Stedfast | 2000-08-08 | 1 | -0/+44 |
* | Get rid of kludge around subject beginning with spaces. | Jeffrey Stedfast | 2000-08-08 | 1 | -4/+2 |
* | Clarify that the input row is a model row, and swap it to a view row when | Dan Winship | 2000-08-08 | 1 | -1/+4 |
* | Renamed from reply_body() so other functions can use it | Jeffrey Stedfast | 2000-08-07 | 1 | -3/+14 |
* | New menu item under Actions to allow editing of messages. | Jeffrey Stedfast | 2000-08-07 | 1 | -2/+33 |
* | I pity da foo that committed this bug! | Peter Williams | 2000-08-04 | 1 | -1/+1 |
* | Yay, no more compiler warnings | Jeffrey Stedfast | 2000-08-04 | 1 | -9/+8 |
* | Check for identity before sending ; remove gconf_init call | Peter Williams | 2000-08-03 | 1 | -0/+11 |
* | Emit "model_pre_change" where appropriate. | Christopher James Lahey | 2000-08-03 | 1 | -0/+2 |
* | Remove hack to pass the storage around. | Not Zed | 2000-07-30 | 1 | -111/+66 |
* | New function to create composer with sig file set. | JP Rosevear | 2000-07-29 | 1 | -48/+43 |
* | Added mark_all_seen(), to mark every message in the list with | Cody Russell | 2000-07-29 | 1 | -0/+17 |
* | Don't create the tmp_mbox before calling movemail, because the external | Dan Winship | 2000-07-27 | 1 | -18/+11 |
* | s/struct refile_data/struct move_data (real_move_msg): Renamed from | Jeffrey Stedfast | 2000-07-27 | 1 | -7/+7 |
* | Fix crash on NULL current_message when replying. | Peter Williams | 2000-07-26 | 1 | -1/+2 |
* | Update for CamelFolder API changes. (Certain functions no longer take a | Dan Winship | 2000-07-25 | 1 | -8/+6 |
* | Add a "Send HTML mail" toggle in the message composer. | Ettore Perazzoli | 2000-07-23 | 1 | -3/+34 |
* | Put the version number in the `X-Mailer:' header instead of just | Ettore Perazzoli | 2000-07-16 | 1 | -2/+14 |
* | Back to the old way to avoid g_warnings, yay. Also fix append to send a | Jeffrey Stedfast | 2000-07-13 | 1 | -1/+2 |
* | Back to the old way to avoid g_warnings, yay | Jeffrey Stedfast | 2000-07-13 | 1 | -2/+18 |
* | Changed to use camel_folder_move_message_to () rather than get_message () | Jeffrey Stedfast | 2000-07-12 | 1 | -17/+2 |
* | Set the post_send_data flag rather than toggling it. (Maybe we'll need | Dan Winship | 2000-07-12 | 1 | -5/+2 |
* | kill more debugging messages | Dan Winship | 2000-07-11 | 1 | -14/+0 |
* | Don't multiply free dest_url. | Dan Winship | 2000-07-11 | 1 | -2/+0 |
* | Update message_list_select_next to do either next or previous. | Dan Winship | 2000-07-11 | 1 | -18/+11 |
* | Fix an unitialized variable error. | Ettore Perazzoli | 2000-07-11 | 1 | -0/+3 |
* | Fixed broken POP fetching | Jeffrey Stedfast | 2000-07-11 | 1 | -0/+10 |
* | Fixed movemail so that it too would deliver to Inbox. | Jeffrey Stedfast | 2000-07-10 | 1 | -38/+26 |
* | Don't g_warn if the user selects a fake tree parent. | Dan Winship | 2000-07-10 | 1 | -7/+4 |
* | Always dump incoming messages to Inbox (assuming not filtered to another | Jeffrey Stedfast | 2000-07-09 | 1 | -25/+58 |
* | Deal with having multiple selected messages. | Dan Winship | 2000-07-09 | 1 | -2/+55 |
* | fix warnings. | Dan Winship | 2000-07-07 | 1 | -1/+0 |
* | New function to select the first message on or after the given row that | Dan Winship | 2000-07-07 | 1 | -7/+20 |
* | Well, delete, expunge, appear broken, it sorts (initially) at least now. | Michael Zucci | 2000-07-06 | 1 | -1/+2 |
* | Remove hack to redisplay the inbox, since folder_changed signals will now | Dan Winship | 2000-07-03 | 1 | -5/+0 |
* | Pass mail_uri_to_folder and rules to filter_driver_new. | Dan Winship | 2000-07-03 | 1 | -5/+2 |
* | Added an extra @allowed_types parameter to the shell's folder | Ettore Perazzoli | 2000-07-02 | 1 | -1/+2 |
* | Updated to reflect camel-folder changes. | Jeffrey Stedfast | 2000-07-01 | 1 | -2/+2 |
* | Use gnome-print to do a print preview. | Dan Winship | 2000-07-01 | 1 | -0/+21 |
* | New function, a wrapper around e_table_selected_row_foreach, which calls | Dan Winship | 2000-07-01 | 1 | -19/+76 |
* | use the ETable row_selection signal to track how many rows are selected. | Dan Winship | 2000-07-01 | 1 | -1/+1 |
* | oops, corrected the gtk/gnome casts | Jeffrey Stedfast | 2000-06-30 | 1 | -4/+4 |
* | Clean up compile warnings (real_fetch_mail): Fetching from IMAP should do | Jeffrey Stedfast | 2000-06-30 | 1 | -113/+111 |
* | Handle multiple deletes (change by Peter Williams.) | Christopher James Lahey | 2000-06-30 | 1 | -17/+27 |
* | Changed "Send" to "Compose" to avoid user confusion. Compose is a little | Jeffrey Stedfast | 2000-06-30 | 1 | -1/+1 |
* | From mail: | Christopher James Lahey | 2000-06-30 | 1 | -1/+1 |
* | Make the broken threads optional | Peter Williams | 2000-06-27 | 1 | -0/+25 |
* | Land most of the stuff to move fetch_mail, send_mail, expunge_folder, init_im... | Peter Williams | 2000-06-24 | 1 | -72/+191 |
* | Revert Peter's change and Chris's fix to it, since it looks like Peter | Dan Winship | 2000-06-23 | 1 | -62/+23 |
* | new function, passed as arg to mail_operation_try. (fetch_mail): add | Chris Toshok | 2000-06-23 | 1 | -1/+7 |
* | Prettify the progress dialog a bit. | Peter Williams | 2000-06-22 | 1 | -23/+56 |
* | Add a confirmation dialog box for when the user tries to send a | Ettore Perazzoli | 2000-06-20 | 1 | -0/+28 |
* | new function to do a uid to row mapping. (mark_msg_seen, select_msg, | Dan Winship | 2000-06-17 | 1 | -33/+51 |
* | Update for CamelFolder changes. | Dan Winship | 2000-06-16 | 1 | -9/+2 |
* | New function to revert back to non-searching mode. | Dan Winship | 2000-06-16 | 1 | -0/+2 |
* | if the document requests an unknown URL, it's not an error; just ignore | Dan Winship | 2000-06-15 | 1 | -0/+8 |
* | display error from camel_folder_expunge if there is one. | Dan Winship | 2000-06-10 | 1 | -3/+0 |
* | close and expunge the source folder after copying it to a local folder. | Dan Winship | 2000-06-10 | 1 | -0/+3 |
* | Update for folder creation/existence changes. | Dan Winship | 2000-06-07 | 1 | -7/+4 |
* | Leave the composer window around if the message doesn't get sent. | Dan Winship | 2000-06-06 | 1 | -6/+9 |
* | fix some function prototypes | Dan Winship | 2000-06-06 | 1 | -4/+7 |
* | Use camel_service_connect, not connect_with_url, since we already passed | Dan Winship | 2000-06-03 | 1 | -2/+1 |
* | Add a quick hack to move the selection down a row when you delete a | Dan Winship | 2000-06-02 | 1 | -1/+10 |
* | started to add a camel provider configuration tool | Jeffrey Stedfast | 2000-05-31 | 1 | -4/+14 |
* | don't put up an error message if the user cancels the password dialog. | Dan Winship | 2000-05-29 | 1 | -1/+2 |
* | vfolder gui! So you can define them,k they show up in the list (well, | Not Zed | 2000-05-28 | 1 | -0/+92 |
* | set CAMEL_MESSAGE_ANSWERED on a message after a successful reply. | Dan Winship | 2000-05-27 | 1 | -8/+27 |
* | connect to and disconnect from the transport. | Dan Winship | 2000-05-25 | 1 | -3/+8 |
* | Update for camel_folder_get_uids (folder_changed, | Dan Winship | 2000-05-19 | 1 | -8/+9 |
* | Ok, so all incoming mail comes through filters, yay! | NotZed | 2000-05-17 | 1 | -64/+90 |
* | New menu to bring up the filter editor, and edit filters. They dont | NotZed | 2000-05-17 | 1 | -0/+38 |
* | Use 6 X's to mkstemp, as required by the man page, just a temp fix, this | NotZed | 2000-05-13 | 1 | -1/+1 |
* | make this a little less kludgy. Use gnome_error_dialog rather than printf | Dan Winship | 2000-05-09 | 1 | -36/+16 |
* | Don't hardcode "inbox" here. | Dan Winship | 2000-05-07 | 1 | -4/+6 |
* | New code to configure identity, mail source, and mail transport. | Dan Winship | 2000-05-07 | 1 | -40/+114 |
* | consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h and | Dan Winship | 2000-05-07 | 1 | -5/+1 |
* | Ok, you can now delete and expunge messages ... not really pretty | Michael Zucci | 2000-05-02 | 1 | -0/+42 |
* | This is no longer necessary. | Dan Winship | 2000-04-30 | 1 | -13/+1 |
* | Oops. Remove the part of the previous patch that wasn't supposed to | Dan Winship | 2000-04-28 | 1 | -24/+8 |
* | Move text_to_html to e-util. | Dan Winship | 2000-04-28 | 1 | -8/+36 |
* | rename "send" to "send_msg", to avoid name clash with the tcp function. | Dan Winship | 2000-04-24 | 1 | -1/+18 |
* | #include "mail-format.h" | Dan Winship | 2000-04-23 | 1 | -0/+1 |
* | move msg_composer_cb and msg_composer_send_cb to mail-ops. Attach send, | Dan Winship | 2000-04-23 | 1 | -0/+61 |
* | Add some #includes for the non-HAVE_MKSTEMP case | Dan Winship | 2000-04-10 | 1 | -0/+5 |
* | use camel_movemail when fetching mail from an mbox store. This leaves | Dan Winship | 2000-04-10 | 1 | -14/+76 |
* | new file, for toolbar/menu callbacks (fetch_mail): fetch mail. Doesn't do | Dan Winship | 2000-04-08 | 1 | -0/+185 |