| Commit message (Expand) | Author | Age | Files | Lines |
* | removed. | Not Zed | 2004-05-03 | 1 | -1/+3 |
* | call abort before we unref, aid debugging if we hit it. | Not Zed | 2004-02-05 | 1 | -1/+2 |
* | ** See bug #53320 and probably others | Not Zed | 2004-01-29 | 1 | -18/+18 |
* | ** See bug #53179 | Not Zed | 2004-01-28 | 1 | -14/+25 |
* | ** See bug #53084 and others. | Not Zed | 2004-01-27 | 1 | -8/+2 |
* | Fixes bug #51618 | Jeffrey Stedfast | 2003-12-05 | 1 | -1/+0 |
* | if we're setting the fragment, strip leading /'s. | Not Zed | 2003-11-19 | 1 | -78/+13 |
* | thin wrapper on mail_component_get_local_inbox. | Not Zed | 2003-11-17 | 1 | -9/+1 |
* | merged spam filtering branch | Radek Doulik | 2003-11-13 | 1 | -3/+10 |
* | removed mail-local.[c,h] | Jeffrey Stedfast | 2003-10-23 | 1 | -1/+0 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -5/+10 |
* | cvs removed. | Not Zed | 2003-09-18 | 1 | -130/+1 |
* | Strip the signature from the body text. Fixes bug #45523. While we're | Jeffrey Stedfast | 2003-07-04 | 1 | -9/+41 |
* | Use mail-config's gconf client. (target_date_new): Same. | Jeffrey Stedfast | 2003-06-12 | 1 | -3/+4 |
* | ** See bug #22542 | Not Zed | 2003-06-11 | 1 | -11/+17 |
* | ** See bug #42400 | Not Zed | 2003-05-07 | 1 | -0/+8 |
* | strdup the key before freeing the url as it is probably pointing there. | Not Zed | 2003-03-25 | 1 | -1/+2 |
* | Load per-folder setting of show_preview from meta data. | Not Zed | 2003-03-24 | 1 | -0/+69 |
* | #include "mail-format.h" | Jeffrey Stedfast | 2003-01-10 | 1 | -0/+1 |
* | Use gconf to get the paned size. (folder_browser_set_message_preview): | Jeffrey Stedfast | 2003-01-08 | 1 | -16/+32 |
* | ...And a whole bunch more build fixes. | Jeffrey Stedfast | 2002-12-18 | 1 | -7/+9 |
* | Use camel_text_to_html() instead of e_text_to_html(). (mail_text_write): | Jeffrey Stedfast | 2002-12-17 | 1 | -1/+0 |
* | Commented out stuff that doesn't build yet. Also fixed idl build rule. | Not Zed | 2002-11-12 | 1 | -14/+9 |
* | s/+ 4/+ 1/ | Jeffrey Stedfast | 2002-10-19 | 1 | -1/+1 |
* | Strip the signature from the body-text. Fixes bug #5529. | Jeffrey Stedfast | 2002-10-18 | 1 | -1/+9 |
* | Reset the X-Evolution-PostTo header. | Jeffrey Stedfast | 2002-08-23 | 1 | -0/+5 |
* | Use mail_tools_folder_to_url(). | Jeffrey Stedfast | 2002-07-26 | 1 | -0/+23 |
* | Remove Bcc headers too. | Jeffrey Stedfast | 2002-07-03 | 1 | -0/+4 |
* | make these citations as well. | Larry Ewing | 2002-06-03 | 1 | -1/+1 |
* | Only get the contents of a mime part if it is marked as "inline". Fixes | Jeffrey Stedfast | 2002-05-21 | 1 | -1/+1 |
* | use the html reply logic even for plain parts so that we can test out the | Larry Ewing | 2002-04-29 | 1 | -1/+5 |
* | Free the format string. | Jeffrey Stedfast | 2002-04-17 | 1 | -0/+1 |
* | The idea here is that if we consistantly name the movemail file between | Jeffrey Stedfast | 2002-01-03 | 1 | -21/+22 |
* | Was x_evolution_message_parse from folder-browser.c. A space char is no | Jeffrey Stedfast | 2001-11-10 | 1 | -0/+42 |
* | Renamed from mail_html_write_string. | Jeffrey Stedfast | 2001-11-06 | 1 | -3/+10 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -3/+2 |
* | Fix to not always return NULL for html parts, doh!. | Jeffrey Stedfast | 2001-10-25 | 1 | -0/+1 |
* | Completely re-done. We now hae a completely async dialogue when requested | 3 | 2001-10-23 | 1 | -4/+12 |
* | Remove #ifndef MOVEMAIL_PATH code, since the setting of that variable has | Dan Winship | 2001-10-09 | 1 | -19/+1 |
* | Pass an empty flags argument to mail_tool_uri_to_folder. | Jeffrey Stedfast | 2001-10-03 | 1 | -3/+3 |
* | Don't use mail_tool_get_folder_name here since that function only existed | Dan Winship | 2001-10-02 | 1 | -40/+0 |
* | Don't pass the CREATE flag, we shouldn't ever need this... | Jeffrey Stedfast | 2001-10-02 | 1 | -2/+1 |
* | Emit folder_deleted event. (remove_find_path): Fix, compare against path, | 8 | 2001-09-29 | 1 | -3/+1 |
* | Don't "note" the folder if we failed to get it. | Jeffrey Stedfast | 2001-09-21 | 1 | -8/+3 |
* | Lock around hashtable/list manipulation. Also dont try scan vfolder_hash | 0 | 2001-09-21 | 1 | -1/+1 |
* | Register vfolder sources here. | 0 | 2001-09-21 | 1 | -0/+1 |
* | Dont special case file: url's anymore. | 0 | 2001-09-21 | 1 | -4/+1 |
* | Truncate extremely long subjects. (inspired by bug #9158) | Jon Trowbridge | 2001-09-20 | 1 | -1/+6 |
* | General cleanup of mail debug printfs. | 9 | 2001-09-19 | 1 | -10/+6 |
* | Oops, forgot about X-Evolution-Format. | Jeffrey Stedfast | 2001-09-19 | 1 | -0/+4 |
* | Major rewrite of most of the guts, handle changes based on signals and | 5 | 2001-09-15 | 1 | -24/+22 |
* | free the credits string. | Larry Ewing | 2001-09-13 | 1 | -0/+1 |
* | Fix a bunch of replying/forwarding-related formatting bugs. | Dan Winship | 2001-09-07 | 1 | -136/+26 |
* | Remove X-Evolution* headers. (mail_tool_remove_xevolution_headers): New | Jeffrey Stedfast | 2001-08-28 | 1 | -0/+59 |
* | Modify the url and set the protocol to mbox rather than hacking it and | Jeffrey Stedfast | 2001-08-21 | 1 | -3/+3 |
* | Only starting cutting the signature out when we match "-- \n", so "--\n" | Jason Leach | 2001-08-17 | 1 | -1/+1 |
* | Stop building the quote after a sigdash, hence, omitting the signature | Jason Leach | 2001-08-16 | 1 | -0/+2 |
* | When writing out a CamelException to the HTML stream, be sure to translate | Jeffrey Stedfast | 2001-07-31 | 1 | -31/+34 |
* | Restore old security settings from the saved configuration. Fixes bug | Jeffrey Stedfast | 2001-07-31 | 1 | -6/+6 |
* | Now takes a check_supported gboolean argument saying whether or not to | Jeffrey Stedfast | 2001-07-26 | 1 | -1/+2 |
* | Do a case-insensitive comparison. (mail_generate_reply): Only resort to | Jeffrey Stedfast | 2001-07-25 | 1 | -0/+16 |
* | Do what was suggested in #4596. | Jeffrey Stedfast | 2001-07-19 | 1 | -20/+15 |
* | Use CAMEL_VTRASH_NAME. | Jeffrey Stedfast | 2001-07-18 | 1 | -9/+9 |
* | Don't free the psd here -- it will be freed on the "destroy" signal. | Peter Williams | 2001-07-07 | 1 | -3/+3 |
* | New file. Protoypes for the Mail Folder Cache, which provides a place for | Peter Williams | 2001-07-03 | 1 | -103/+6 |
* | oops. didn't save before comittting | Dan Winship | 2001-07-02 | 1 | -1/+0 |
* | Ref the folder before proxying the event, in case there's only one | Dan Winship | 2001-07-02 | 1 | -3/+9 |
* | After finding a folder, attach to its "folder_changed" and | Dan Winship | 2001-06-29 | 1 | -7/+109 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -4/+4 |
* | Properly clean up the movemail files when no mail was received. | Jon Trowbridge | 2001-06-19 | 1 | -0/+2 |
* | If we have a fragment in the url, use that as the folder name, and not the | Not Zed | 2001-06-18 | 1 | -4/+10 |
* | If you had multiple accounts that used mboxes, and if you received mail in | Jon Trowbridge | 2001-06-09 | 1 | -1/+12 |
* | Set a title on the window "Reconfigure %s" where %s is the folder name. | Jeffrey Stedfast | 2001-05-12 | 1 | -12/+16 |
* | Convert the Subject header to HTML and also make sure that the Subject, | Jeffrey Stedfast | 2001-05-09 | 1 | -8/+17 |
* | signature changing | Radek Doulik | 2001-04-25 | 1 | -19/+20 |
* | Cleaned up #includes. Remove unneccesary includes of <gnome.h>, | Kjartan Maraas | 2001-03-30 | 1 | -0/+3 |
* | set color in html citation | Radek Doulik | 2001-03-21 | 1 | -10/+10 |
* | Set the Forward->Quoted callback. Also set the forward->Attachment | Jeffrey Stedfast | 2001-03-09 | 1 | -6/+63 |
* | Remove very old camel lock stuff. | Not Zed | 2001-03-03 | 1 | -8/+0 |
* | Toss the mail_tool_camel_lock* stuff. Same. Here too. | Jeffrey Stedfast | 2001-02-25 | 1 | -92/+2 |
* | No longer need to do a vtrash_cleanup() (it also doesn't exist anymore). | Jeffrey Stedfast | 2001-02-24 | 1 | -13/+12 |
* | Fixed memory corruption bug. | Jeffrey Stedfast | 2001-02-23 | 1 | -1/+3 |
* | Removed, no longer link with libcamelvee. (evolution_mail_LDADD): Ditto. | Not Zed | 2001-02-22 | 1 | -1/+1 |
* | New handy dandy function to ref and return the vfolder storage (will | Jeffrey Stedfast | 2001-02-20 | 1 | -1/+9 |
* | Updates for CamelStore changes, small memory leak fixes. (lookup_folder): | Dan Winship | 2001-02-10 | 1 | -39/+16 |
* | s/filter-driver.h/camel-filter-driver.h/ and update first arg of | Dan Winship | 2001-01-23 | 1 | -2/+1 |
* | remove a warning with conditional news compilation. | Not Zed | 2001-01-22 | 1 | -153/+4 |
* | Brand spankin' new config druid, editor, and manager. | Jeffrey Stedfast | 2001-01-09 | 1 | -1/+1 |
* | Reverted mail-config changes temporarily until I get it working correctly. | Jeffrey Stedfast | 2001-01-09 | 1 | -1/+1 |
* | Updated to reflect changes to the mail-config API. | Jeffrey Stedfast | 2001-01-08 | 1 | -1/+1 |
* | Call mail-callbacks.c:forward_messages(), so the behaviour is the same as | Not Zed | 2001-01-03 | 1 | -6/+1 |
* | Fix for mail_get_message change, use queue thread. | Not Zed | 2001-01-03 | 1 | -4/+4 |
* | Merge from camel-mt-branch. | Not Zed | 2000-12-24 | 1 | -2/+5 |
* | Only update display every 2 seconds. | Miguel de Icaza | 2000-12-18 | 1 | -3/+14 |
* | Remove an unused variable. | Dan Winship | 2000-12-12 | 1 | -1/+0 |
* | Fix the allocation here (again) and put a comment explaining it. (Fixes a | Dan Winship | 2000-11-30 | 1 | -1/+8 |
* | Use the new quote_message function and make it start with "On %s, %s | Jeffrey Stedfast | 2000-11-18 | 1 | -1/+94 |
* | God, I sure wish people would listen when i'm saying i'm changing and API. | Not Zed | 2000-11-07 | 1 | -9/+15 |
* | First draft of folder tree unread message indication for /local | Dan Winship | 2000-11-07 | 1 | -42/+18 |
* | Simplify this a lot by making IMAP and NNTP use the same code, now that | Dan Winship | 2000-10-30 | 1 | -46/+5 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -5/+7 |
* | kill. (create_ondemand_hooks): die. (control_activate): remove hook. | Michael Meeks | 2000-10-19 | 1 | -1/+0 |
* | No, we REALLY dont want to perform an immediate search as the keys are | Not Zed | 2000-10-18 | 1 | -9/+13 |
* | Duh, fix the test for the folder name, strstr != strcmp is it. | Not Zed | 2000-10-12 | 1 | -7/+4 |
* | remove news specific check. (mail_tool_uri_to_folder): news: -> nntp: | Chris Toshok | 2000-10-05 | 1 | -9/+2 |
* | destroy our tree_model and remove the root node. also, release_unref our | Chris Toshok | 2000-10-03 | 1 | -4/+15 |
* | New async function to filter messages on demand. (do_fetch_mail): Updated | Jeffrey Stedfast | 2000-09-07 | 1 | -95/+2 |
* | only call camel_folder_get_message_info if the folder has | Dan Winship | 2000-09-06 | 1 | -52/+43 |
* | Change the "Get Mail" toolbar button to become "Send & Receieve" | Jeffrey Stedfast | 2000-09-03 | 1 | -4/+3 |
* | Since POP3 doesn't implement get_message_info, we need to check for info | Jeffrey Stedfast | 2000-09-03 | 1 | -40/+52 |
* | Add more user-friendly progress messages from the friendly folks at Helix Cod... | Peter Williams | 2000-08-28 | 1 | -1/+1 |
* | Display the number of messages downloaded starting from one instead of | Ettore Perazzoli | 2000-08-28 | 1 | -1/+1 |
* | 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 | -0/+11 |
* | Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ... | Peter Williams | 2000-08-25 | 1 | -4/+1 |
* | Automatically connect services when given a valid URL (should hopefully disco... | Peter Williams | 2000-08-23 | 1 | -36/+28 |
* | Filtering on demand! booyeah! | Peter Williams | 2000-08-18 | 1 | -4/+6 |
* | Close the pipes when finished; add i18n | Peter Williams | 2000-08-16 | 1 | -13/+13 |
* | Updated to reflect changes to mail_do_scan_subfolders | Jeffrey Stedfast | 2000-08-13 | 1 | -10/+11 |
* | Don't ref the store returned from camel_session_get_store. It's already | Dan Winship | 2000-08-13 | 1 | -14/+2 |
* | Put the dont-try-to-get-mail-from-imap-sources check into a better spot | Peter Williams | 2000-08-12 | 1 | -5/+0 |
* | Add a function to return a useful name for a folder (not just "mbox" or | Dan Winship | 2000-08-11 | 1 | -0/+19 |
* | Properly handle different local file formats. The folder isn't always | Not Zed | 2000-08-11 | 1 | -2/+13 |
* | 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 | -6/+7 |
* | Show 'no new mail' correctly. | Peter Williams | 2000-08-11 | 1 | -0/+12 |
* | Fix the infinite movemail | Peter Williams | 2000-08-11 | 1 | -1/+29 |
* | oops | Peter Williams | 2000-08-11 | 1 | -0/+620 |