| Commit message (Expand) | Author | Age | Files | Lines |
* | Noop if we are in offline mode. | Jeffrey Stedfast | 2002-05-31 | 1 | -5/+4 |
* | Argh! get_folder_info owns and frees its *OWN* folder info, it shouldn't | Not Zed | 2002-04-09 | 1 | -2/+0 |
* | Move the ComponentActionsPlaceholder into the Actions menu, instead of the | Ettore Perazzoli | 2002-03-21 | 1 | -11/+4 |
* | Don't just assume all of the GtkHTMLEmbedded's fields are filled in, since | Dan Winship | 2001-12-10 | 1 | -3/+11 |
* | Check that the mail-display hasn't been destroyed. | Jeffrey Stedfast | 2001-12-08 | 1 | -1/+14 |
* | Call mail_autoreceive_setup() instead of mail_autoreceive_setup_account() | Jeffrey Stedfast | 2001-10-29 | 1 | -22/+7 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | Check for a NULL provider. (build_dialogue): Check for invalid source | Jeffrey Stedfast | 2001-10-26 | 1 | -3/+26 |
* | call setup_send_data *after* we've setup the global dialogue thingy. | 8 | 2001-10-19 | 1 | -11/+12 |
* | Only build destination data if we have destination != NULL. Fixes crash of | 3 | 2001-10-04 | 1 | -1/+1 |
* | Pass an empty flags argument to mail_tool_uri_to_folder. | Jeffrey Stedfast | 2001-10-03 | 1 | -1/+1 |
* | create storages for providers that are STORAGE and aren't EXTERNAL, rather | Dan Winship | 2001-10-02 | 1 | -5/+4 |
* | Take a new argument 'done' that can callback when complete. Fixed callers | 1 | 2001-09-21 | 1 | -6/+3 |
* | Lock around hashtable/list manipulation. Also dont try scan vfolder_hash | 0 | 2001-09-21 | 1 | -1/+1 |
* | Here too. | Jeffrey Stedfast | 2001-09-20 | 1 | -1/+2 |
* | Function to get the real receive tpe for ag iven url. IMAP/SPOOL/MAILDIR | 7 | 2001-09-19 | 1 | -9/+12 |
* | Revert my bar_destroy code and replace it with dialog_destroy instead. | Jeffrey Stedfast | 2001-09-15 | 1 | -3/+4 |
* | Marked string for translation. (new_source_created): Ditto. | Chyla Zbigniew | 2001-09-11 | 1 | -4/+4 |
* | Attach to the destroy event for each progressbar using bar_destroyed as | Jeffrey Stedfast | 2001-09-11 | 1 | -2/+15 |
* | Fix capitalization. Fixes bug #7486. | Jeffrey Stedfast | 2001-09-05 | 1 | -1/+1 |
* | If the store is not connected, scan it's subfolders first. | Jeffrey Stedfast | 2001-08-27 | 1 | -124/+131 |
* | We don't need to escape this for printf'ing. | Peter Williams | 2001-08-23 | 1 | -14/+1 |
* | Treat the spool provider like IMAP: update instead of performing an | Peter Williams | 2001-08-22 | 1 | -2/+2 |
* | Break most of the functionality into a separate function. | Peter Williams | 2001-08-14 | 1 | -5/+21 |
* | Free the dbkey if we found the config option. | Not Zed | 2001-08-08 | 1 | -8/+9 |
* | [ Use bonobo_object_unref on the storage since it's a bonobo object. ] | Peter Williams | 2001-08-08 | 1 | -1/+1 |
* | handle null paths in the dialog so that we avoid printing NULL strings | Larry Ewing | 2001-08-03 | 1 | -1/+3 |
* | Add EVOLUTION_BUTTONSDIR to get to some different icons. | Not Zed | 2001-08-02 | 1 | -68/+81 |
* | Implement this, based on code that used to be in mail-ops.c | Dan Winship | 2001-07-02 | 1 | -13/+4 |
* | The e_iterator_get() returns a gconstpointer and we need a non-const | Jeffrey Stedfast | 2001-06-29 | 1 | -2/+4 |
* | sync folders after we've gotten mail | jacob berkman | 2001-06-26 | 1 | -0/+16 |
* | New file, started by Ettore, finished by me, to implement the | Dan Winship | 2001-05-10 | 1 | -2/+2 |
* | Fix for #2253 (search names not translated), mail-search i18n fixes. | Gediminas Paulauskas | 2001-05-08 | 1 | -5/+5 |
* | use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. Rename | Gediminas Paulauskas | 2001-04-22 | 1 | -1/+1 |
* | Remove some redundant LIBS variables... purify complained that the command | Dan Winship | 2001-04-14 | 1 | -1/+1 |
* | Cleaned up #includes. Remove unneccesary includes of <gnome.h>, | Kjartan Maraas | 2001-03-30 | 1 | -9/+11 |
* | Doh! This was storing "struct _folder_info"s in the cache and then trying | Dan Winship | 2001-03-30 | 1 | -4/+4 |
* | Use gnome-dialog-close instead of object_unref, for some reason it doesn't | Not Zed | 2001-03-27 | 1 | -1/+1 |
* | Added. Call me old-fashioned, but I just prefer to have a real API rather | Jon Trowbridge | 2001-03-23 | 1 | -1/+1 |
* | Fixes for changes to search bar. (search_save): Removed. (search_full): | Not Zed | 2001-03-01 | 1 | -72/+63 |
* | Only allow downloading if the source is enabled at this time. | Not Zed | 2001-02-23 | 1 | -2/+3 |
* | Dont do the thaw/freeze set here. (update_folders): " | Not Zed | 2001-02-20 | 1 | -4/+4 |
* | Not sure it makes any difference, but lets ref the folder while the hash | Jeffrey Stedfast | 2001-02-17 | 1 | -4/+6 |
* | only free driver, if set. (fetch_mail_fetched): Unref the driver here, so | Not Zed | 2001-02-09 | 1 | -87/+207 |
* | Init active_downloads hash if it hasn't been yet. | Not Zed | 2001-02-08 | 1 | -0/+6 |
* | Handle internal camel status return. (receive_done): Remove active | Not Zed | 2001-02-08 | 1 | -21/+125 |
* | Moved bonobo includes from the .c to the .h. Include | Christopher James Lahey | 2001-02-06 | 1 | -1/+5 |
* | Cleaned up so we dont add an unecessary level of indenting. | Not Zed | 2001-02-02 | 1 | -51/+50 |
* | Fix bug in autodetected mboxes | Iain Holmes | 2001-01-31 | 1 | -43/+55 |
* | Debug function to compare the tree we think we have, after an incremental | Not Zed | 2001-01-29 | 1 | -17/+19 |
* | The following fixes seem to clear up the problem of new mail not being | Jeffrey Stedfast | 2001-01-26 | 1 | -1/+6 |
* | Fix the subject match expression, which was missing a closing ). | Not Zed | 2001-01-25 | 1 | -6/+14 |
* | Make sure the source->url is not NULL (which is perfectly valid). | Jeffrey Stedfast | 2001-01-24 | 1 | -1/+6 |
* | Make sure the source->url is not NULL (which is perfectly valid). | Jeffrey Stedfast | 2001-01-24 | 1 | -1/+27 |
* | s/filter-driver.h/camel-filter-driver.h/ and update first arg of | Dan Winship | 2001-01-23 | 1 | -2/+2 |
* | remove a warning with conditional news compilation. | Not Zed | 2001-01-22 | 1 | -669/+3 |
* | Init a cancel field in the message. (mail_msg_free): Free it. | Not Zed | 2001-01-21 | 1 | -110/+672 |
* | New swanky send/recieve thingy, well it so far only receives (pop/mbox). | Not Zed | 2001-01-19 | 1 | -0/+604 |