| Commit message (Expand) | Author | Age | Files | Lines |
* | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-09 | 1 | -2/+2 |
* | Miscellaneous mail cleanups. | Matthew Barnes | 2011-06-09 | 1 | -8/+18 |
* | Fix more places where old-style folder URIs are used. | Matthew Barnes | 2011-06-01 | 1 | -30/+2 |
* | Including <glib-object.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 1 | -1/+0 |
* | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 1 | -1/+0 |
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -1/+1 |
* | Remove mail_remove_folder(). | Matthew Barnes | 2011-05-21 | 1 | -1/+1 |
* | Always initialized all structure members | Milan Crha | 2011-05-19 | 1 | -1/+1 |
* | Remove mail_get_folderinfo(). | Matthew Barnes | 2011-05-19 | 1 | -29/+55 |
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 1 | -3/+3 |
* | Whitespace and coding style cleanups. | Matthew Barnes | 2011-05-08 | 1 | -6/+12 |
* | MailFolderCache: Drop folder URI in "folder-changed" signal. | Matthew Barnes | 2011-05-07 | 1 | -32/+18 |
* | MailFolderCache: Emit folder names instead of URIs in signals. | Matthew Barnes | 2011-05-06 | 1 | -48/+52 |
* | Use e_mail_folder_uri_from_folder() instead of camel_folder_get_uri(). | Matthew Barnes | 2011-05-04 | 1 | -29/+23 |
* | Drop 'folder_uri' param from em_utils_folder_is_outbox(). | Matthew Barnes | 2011-05-03 | 1 | -2/+1 |
* | Drop 'folder_uri' param from em_utils_folder_is_sent(). | Matthew Barnes | 2011-05-03 | 1 | -2/+1 |
* | Drop 'folder_uri' param from em_utils_folder_is_drafts(). | Matthew Barnes | 2011-05-03 | 1 | -5/+2 |
* | MailFolderCache: Remove 'folders_uri' hash table | Matthew Barnes | 2011-05-02 | 1 | -11/+0 |
* | Adapt to sealed up CamelService. | Matthew Barnes | 2011-04-18 | 1 | -8/+32 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 1 | -1/+2 |
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 1 | -5/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-01-30 | 1 | -1/+2 |
* | Kill mail_store_set_offline(). | Matthew Barnes | 2010-10-23 | 1 | -10/+13 |
* | Simplify EActivity. | Matthew Barnes | 2010-10-23 | 1 | -3/+4 |
* | Collect mail enum types in e-mail-enums.h. | Matthew Barnes | 2010-10-19 | 1 | -3/+3 |
* | Send errors to an EAlertSink instead of the task bar. | Matthew Barnes | 2010-10-19 | 1 | -17/+4 |
* | Remove mail_tools_folder_to_url(). | Matthew Barnes | 2010-10-13 | 1 | -4/+2 |
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 1 | -1/+2 |
* | MailFolderCache notifies in reverse order | Milan Crha | 2010-10-07 | 1 | -5/+4 |
* | MailFolderCache: Use an idle callback instead of MailAsyncEvent. | Matthew Barnes | 2010-10-01 | 1 | -11/+15 |
* | Remove "type" parameter from mail_async_event_emit(). | Matthew Barnes | 2010-10-01 | 1 | -3/+2 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 1 | -7/+7 |
* | Pass GCancellable to Camel. | Matthew Barnes | 2010-09-28 | 1 | -8/+15 |
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 1 | -110/+110 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-12 | 1 | -24/+56 |
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 1 | -1/+1 |
* | Fix typo in mail-folder-cache.c:rename_folders | Milan Crha | 2010-06-16 | 1 | -1/+1 |
* | Bug #534369 - [new-mail-notify] Intermittent notifications | Milan Crha | 2010-06-15 | 1 | -4/+12 |
* | Bug #546551 - Dialog for mark-all-read always mentions subfolders | Milan Crha | 2010-05-21 | 1 | -0/+33 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-05-08 | 1 | -447/+409 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-04-30 | 1 | -15/+20 |
* | Bug #545505 - Properly free unused message infos periodically | Milan Crha | 2010-04-29 | 1 | -1/+1 |
* | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 1 | -11/+11 |
* | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 1 | -8/+1 |
* | Move "section" documentation out of header files. | Matthew Barnes | 2010-03-22 | 1 | -0/+5 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-20 | 1 | -2/+0 |
* | Kill em_utils_get_data/config_dir(), push down to MailSession | Jonathon Jongsma | 2009-12-17 | 1 | -1/+1 |
* | Use the boxed CamelObject type for signal params in MailFolderCache | Jonathon Jongsma | 2009-12-16 | 1 | -12/+13 |
* | Add MailFolderCache::folder-changed signal | Jonathon Jongsma | 2009-12-16 | 1 | -32/+28 |
* | MailFolderCache: add signal for updated unread counts | Jonathon Jongsma | 2009-12-16 | 1 | -2/+21 |
* | Remove mail-config, vfolder, and filter deps from mail-folder-cache | Jonathon Jongsma | 2009-12-16 | 1 | -16/+4 |
* | Add signals to MailFolderCache for common events | Jonathon Jongsma | 2009-12-16 | 1 | -0/+83 |
* | Add documentation to clarify mail-folder-cache functionality | Jonathon Jongsma | 2009-12-16 | 1 | -7/+35 |
* | Make the mail folder cache a proper GObject | Jonathon Jongsma | 2009-12-16 | 1 | -142/+240 |
* | Bug #464400 - New mail notify should display sender and subject | Milan Crha | 2009-10-31 | 1 | -11/+41 |
* | Prefer GQueue (or GNode) over EDList. | Matthew Barnes | 2009-10-27 | 1 | -22/+19 |
* | Prefer GLib mutexes over pthread mutexes. | Matthew Barnes | 2009-10-27 | 1 | -37/+33 |
* | Bug #339628 - Non-default Draft folders are Draft folders too | Milan Crha | 2009-10-16 | 1 | -11/+6 |
* | Bug 571488 - Migrate from deprecated gnome_sound to libcanberra | H.Habighorst | 2009-08-23 | 1 | -1/+0 |
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -1/+0 |
* | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 1 | -3/+2 |
* | Split store and local folder management out from shell backend. | Matthew Barnes | 2009-06-24 | 1 | -38/+29 |
* | More code cleanup. | Matthew Barnes | 2009-06-02 | 1 | -1/+1 |
* | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 1 | -53/+53 |
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 1 | -2/+3 |
|\ |
|
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 1 | -3/+3 |
| * | Fix compiler warnings. | Matthew Barnes | 2009-05-17 | 1 | -4/+1 |
* | | Fix compiler warnings. | Matthew Barnes | 2009-05-21 | 1 | -4/+1 |
* | | Adapt mail to EShellBackend changes. | Matthew Barnes | 2009-05-08 | 1 | -33/+34 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-04 | 1 | -2/+2 |
|\| |
|
| * | ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_add | Marcel Stimberg | 2009-05-04 | 1 | -2/+2 |
* | | Manual conflict resolution | Matthew Barnes | 2009-04-25 | 1 | -4/+5 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-04-25 | 1 | -0/+29 |
|\| |
|
| * | Fixes #471083 (bnc) Do not allow deletion of system folders. | Chenthill Palanisamy | 2009-04-13 | 1 | -0/+30 |
| * | ** Fix for bug #566653 | Srinivasa Ragavan | 2009-01-12 | 1 | -0/+1 |
| * | License change from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-25 | 1 | -15/+16 |
| * | ** Fix for bug #534039 | Milan Crha | 2008-09-11 | 1 | -13/+0 |
| * | Fix infinite loop on deleting vfolders. | Srinivasa Ragavan | 2008-09-05 | 1 | -1/+1 |
| * | Milan Crha <mcrha@redhat.com> ** Fix for bug #534039 (Make sure search folde... | Suman Manjunath | 2008-09-01 | 1 | -0/+13 |
* | | Miscellaneous stuff. | Matthew Barnes | 2009-01-27 | 1 | -1/+0 |
* | | Merge revisions 37047:37074 from trunk. | Matthew Barnes | 2009-01-15 | 1 | -0/+1 |
* | | Progress update: | Matthew Barnes | 2008-11-19 | 1 | -1/+2 |
* | | Rearranged some of the addressbook code to try and eliminate some circular | Matthew Barnes | 2008-11-14 | 1 | -1/+1 |
* | | Get the mail folder tree compiling, though I'm not yet sure why it's not | Matthew Barnes | 2008-10-17 | 1 | -27/+61 |
* | | Merge revisions 36016:36533 from trunk. | Matthew Barnes | 2008-10-02 | 1 | -15/+16 |
* | | Merge revisions 36016:36303 from trunk. | Matthew Barnes | 2008-09-11 | 1 | -0/+13 |
|/ |
|
* | fixed copyright notices | Jeffrey Stedfast | 2008-06-21 | 1 | -1/+1 |
* | ** Fixes part of bug #424744 | Matthew Barnes | 2008-05-07 | 1 | -0/+1 |
* | ** Fix for bug #522178 | Milan Crha | 2008-03-27 | 1 | -1/+6 |
* | ** Fixes breakage caused by bug #513951 | Matthew Barnes | 2008-03-12 | 1 | -4/+4 |
* | ** Fix for bug #512776 | Milan Crha | 2008-02-22 | 1 | -4/+7 |
* | Send the folder name along with the new mail event. | Srinivasa Ragavan | 2008-01-02 | 1 | -0/+1 |
* | ** Fixes bug #362638 | Matthew Barnes | 2007-12-21 | 1 | -18/+15 |
* | Part of fix for #492702 from Milan Crha : New mail notify and preferences ui ... | Johnny Jacob | 2007-12-15 | 1 | -66/+1 |
* | ** Remove trailing whitespace from source code. | Matthew Barnes | 2007-11-15 | 1 | -49/+49 |
* | ** Fix for bug #488298 | Milan Crha | 2007-11-05 | 1 | -0/+7 |
* | Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of function | Kjartan Maraas | 2007-10-29 | 1 | -1/+1 |
* | ** Fix for bug #329823 | Milan Crha | 2007-10-11 | 1 | -0/+4 |
* | Update FSF address in header comments (#469886). Patch from Tobias | Matthew Barnes | 2007-09-02 | 1 | -1/+1 |
* | ** Move away from g_assert to g_return* calls | Srinivasa Ragavan | 2007-08-31 | 1 | -3/+3 |
* | ** Potential fix for: #453668 | Rob Bradford | 2007-07-30 | 1 | -6/+8 |
* | ** Fix for bug #311512 | Karl Relton | 2007-06-02 | 1 | -5/+21 |
* | Improvements to the new mail hook. | Srinivasa Ragavan | 2007-05-03 | 1 | -4/+5 |
* | ** Fixes bug #419524 | Matthew Barnes | 2007-03-21 | 1 | -1/+1 |
* | ** Fixes bgo bug #333821 and bnc bug 181851 | Veerapuram Varadhan | 2006-07-26 | 1 | -1/+10 |
* | s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bit | Kjartan Maraas | 2006-02-08 | 1 | -4/+1 |
* | Use e_util_mkdir_hier() instead of e_mkdir_hier(). | Simon Zheng | 2006-01-10 | 1 | -0/+1 |
* | ** See bug 234008 | Parthasarathi Susarla | 2005-12-20 | 1 | -1/+3 |
* | em-folder-browser.c em-folder-view.c em-format-html.c | Tor Lillqvist | 2005-12-18 | 1 | -6/+9 |
* | cast warning away. | Not Zed | 2005-08-24 | 1 | -0/+2 |
* | ** See #232499. | Not Zed | 2005-08-12 | 1 | -3/+43 |
* | if we get a null default, then set "" on the entry. (emae_option_entry): | Not Zed | 2005-07-21 | 1 | -2/+2 |
* | Handle the CamelOfflineStore case just like the CamelDiscoStore case. | Jeffrey Stedfast | 2005-01-07 | 1 | -22/+27 |
* | added hook docs, and cleaned up some of the hook point names. | Not Zed | 2004-10-28 | 1 | -2/+1 |
* | duh, they're camel not gobjects. | Not Zed | 2004-10-22 | 1 | -1/+7 |
* | Merged notzed-eplugin-2-branch to head. | Michael Zucci | 2004-09-20 | 1 | -0/+12 |
* | ** See #61958. | Not Zed | 2004-07-29 | 1 | -27/+42 |
* | Disable debug here too - all this code has been working fine. | Jeffrey Stedfast | 2004-05-29 | 1 | -1/+1 |
* | set the default selection to inbox. | Not Zed | 2004-05-26 | 1 | -17/+11 |
* | put note_store back in. Quick hack to fix the issue of folders being | Not Zed | 2004-05-22 | 1 | -5/+0 |
* | ** Another unread count bug, #58814. | Not Zed | 2004-05-22 | 1 | -0/+10 |
* | no new message test if its the drafts folder too. | Not Zed | 2004-05-18 | 1 | -0/+1 |
* | don't emit new mail if its any vfolder, not just vtrash folder. #56350. | Not Zed | 2004-05-18 | 1 | -1/+1 |
* | enabled some unread-count debug spewage | Jeffrey Stedfast | 2004-04-14 | 1 | -2/+2 |
* | VJUNK_FOLDER's dont exist, they're VTRASH folders now. | Not Zed | 2004-04-08 | 1 | -19/+2 |
* | ref the emfoldertree in our thread message. (em_folder_tree_set_selected): | Not Zed | 2004-04-06 | 1 | -1/+1 |
* | ** See bug # 56402. | Not Zed | 2004-04-05 | 1 | -2/+6 |
* | Fixes bug #37416 | Jeffrey Stedfast | 2004-04-03 | 1 | -3/+8 |
* | pass the raw header in instead of name and value. (efh_format_headers): if | Not Zed | 2004-03-11 | 1 | -18/+22 |
* | if we have the folder opened already, and its the outbox, then use the | Not Zed | 2004-03-03 | 1 | -16/+12 |
* | switch the sense of the no select checks. TEST! | Not Zed | 2004-02-20 | 1 | -3/+3 |
* | Updated for em-popup API change (altho currently passes a dummy value). | Jeffrey Stedfast | 2004-02-19 | 1 | -5/+14 |
* | ** See bug #53084 and others. | Not Zed | 2004-01-27 | 1 | -5/+6 |
* | change this to check the store using the provider url_cmp and just lookup | Not Zed | 2004-01-16 | 1 | -3/+15 |
* | Update the unread count in the model if the folder got new mail. | Jeffrey Stedfast | 2003-12-11 | 1 | -1/+11 |
* | New folder-tree widget that replaces the shell's folder-tree widget. | Jeffrey Stedfast | 2003-11-14 | 1 | -76/+7 |
* | don't call CAMEL_IS_VJUNK_FOLDER, it was added by mistake | Radek Doulik | 2003-11-13 | 1 | -1/+1 |
* | merged spam filtering branch | Radek Doulik | 2003-11-13 | 1 | -3/+11 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -34/+32 |
* | ** See bug #32996 | Not Zed | 2003-09-23 | 1 | -1/+2 |
* | Removed the new-mail-notification mess. | Jeffrey Stedfast | 2003-08-20 | 1 | -13/+99 |
* | add a CamelOperation for overriding status handler. | Not Zed | 2003-08-02 | 1 | -3/+3 |
* | ** This and jeffs patch for #43862. | Not Zed | 2003-06-03 | 1 | -8/+39 |
* | Commented out stuff that doesn't build yet. Also fixed idl build rule. | Not Zed | 2002-11-12 | 1 | -25/+26 |
* | Spawn a new thread to ping the server but only if it is connected. | Jeffrey Stedfast | 2002-08-22 | 1 | -4/+55 |
* | Don't bother overloading the timeout virtual methods since they don't | Jeffrey Stedfast | 2002-08-22 | 1 | -3/+33 |
* | camel: | Peter Williams | 2002-08-01 | 1 | -3/+8 |
* | Call camel_session_get_service instead of camel_session_get_store, as | Peter Williams | 2002-07-25 | 1 | -5/+11 |
* | Propagate name changes or removes to the mail config. #15951. Doesn't | Not Zed | 2002-07-24 | 1 | -0/+3 |
* | Removed bogus static pre-declaration. | Ettore Perazzoli | 2002-07-19 | 1 | -1/+0 |
* | ** fixes for #10781 | Not Zed | 2002-07-15 | 1 | -1/+3 |
* | Pass zero as the @sorting_priority to evolution_storage_new_folder(). | Ettore Perazzoli | 2002-07-10 | 1 | -1/+1 |
* | Pass NULL @custom_icon_name to evolution_storage_new_folder(). | Ettore Perazzoli | 2002-07-10 | 1 | -1/+2 |
* | Removed. The folder's deleted event isn't needed since we're listening to | Not Zed | 2002-07-01 | 1 | -14/+1 |
* | Set the can_sync_offline property on the EFolder based on the | Ettore Perazzoli | 2002-05-21 | 1 | -1/+3 |
* | Remove "mailstorage", since it's not needed any more. (storage_activate): | Dan Winship | 2002-03-15 | 1 | -4/+1 |
* | Pull up assertion change from evolution-1-0-branch to allow external | Dan Winship | 2002-03-06 | 1 | -1/+1 |
* | If a related part is requested, remove it from the related undisplayed | Not Zed | 2002-02-26 | 1 | -2/+4 |
* | Require gal 0.15.99.8 | Joe Shaw | 2001-10-30 | 1 | -2/+1 |
* | Argh!!! Dont free the async op data here, the async op is still running | 0 | 2001-10-30 | 1 | -5/+10 |
* | Fixed a warning by #if 0ing out this function. | Christopher James Lahey | 2001-10-30 | 1 | -1/+4 |
* | Sort the folder updates first, since we dont seem to get them in the right | 9 | 2001-10-29 | 1 | -23/+28 |
* | Copy the folder's full_name before trying to use it to rename. | 9 | 2001-10-29 | 1 | -3/+6 |
* | Remove uic, kill dumb warning. | 8 | 2001-10-28 | 1 | -9/+13 |
* | Implemented. (mail_vfolder_rename_uri): We do want to check renamed uri's | 8 | 2001-10-28 | 1 | -3/+16 |
* | Changed to open the source store from '/', so we can do renames across | 6 | 2001-10-27 | 1 | -0/+139 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -3/+2 |
* | So apparently the uicomp can just 'vanish' while we're using it. Joy. Take | 5 | 2001-10-26 | 1 | -169/+259 |
* | Free folders_uri. (real_folder_deleted): If folder is deleted, remove it | 9 | 2001-10-19 | 1 | -8/+33 |
* | Added remove flag - its not adduri, its removeuri, its less typing than | 8 | 2001-10-19 | 1 | -10/+45 |
* | Clone the folderinfo before passing to async event. (real_folder_created): | 7 | 2001-10-18 | 1 | -2/+6 |
* | Added an async_event handler to store_info. (mail_note_store): Setup async | Michael Zucci | 2001-10-17 | 1 | -40/+68 |
* | Call mail_vfolder_shutdown. | Jeffrey Stedfast | 2001-10-16 | 1 | -1/+3 |
* | No longer need to pass folder display name to storage update_folder | Dan Winship | 2001-10-12 | 1 | -7/+4 |
* | Ref folder so it hangs around till we're done with it. | 9 | 2001-10-10 | 1 | -0/+2 |
* | reformatted the menu tables so they're a bit more bloody readable. | 5 | 2001-10-06 | 1 | -15/+18 |
* | Show "nn sent" as total in sent folder, rather than just 'total'. | 4 | 2001-10-05 | 1 | -2/+2 |
* | Handle vtrash case, emit 'folder_created' event for the folder-cache to | 3 | 2001-10-04 | 1 | -3/+3 |
* | Dont wait for event to finish before returning. This could however mean we | 3 | 2001-10-04 | 1 | -1/+2 |
* | Emit folder_deleted event. (remove_find_path): Fix, compare against path, | 8 | 2001-09-29 | 1 | -3/+72 |
* | No such event finalized! Its finalize. (mail_note_store): " | 7 | 2001-09-28 | 1 | -9/+9 |
* | Add a big comment explaining unread message counts so no one can mess them | Dan Winship | 2001-09-27 | 1 | -3/+28 |
* | The folder-info needs to take priority over the folder because of the way | Jeffrey Stedfast | 2001-09-26 | 1 | -3/+7 |
* | Take a new argument 'done' that can callback when complete. Fixed callers | 1 | 2001-09-21 | 1 | -6/+24 |
* | trigger a folder changed event, so the folderinfocache stuff has a chance | 0 | 2001-09-21 | 1 | -9/+8 |
* | Update the status bar here, assuming we've just been activated. | 0 | 2001-09-21 | 1 | -5/+10 |
* | Lock around hashtable/list manipulation. Also dont try scan vfolder_hash | 0 | 2001-09-21 | 1 | -68/+23 |
* | Register vfolder sources here. | 0 | 2001-09-21 | 1 | -1/+1 |
* | Dont special case file: url's anymore. | 0 | 2001-09-21 | 1 | -8/+11 |
* | General cleanup of mail debug printfs. | 9 | 2001-09-19 | 1 | -883/+228 |
* | Don't set the folderinfo's unread count to 0 when camel reports -1, since | Dan Winship | 2001-09-12 | 1 | -2/+1 |
* | Dynamically create the folder type list from camel. (reconfigure_clicked): | 0 | 2001-09-11 | 1 | -2/+24 |
* | Due to the introduction of mail_folder_cache_remove(), we can no longer | Peter Williams | 2001-08-31 | 1 | -38/+150 |
* | Record the timeout_id so we can cancel it if the mail_folder_info is later | Peter Williams | 2001-08-23 | 1 | -15/+29 |
* | Fix bug #215... desensitize menu items based on the number of selected | Peter Williams | 2001-08-14 | 1 | -2/+29 |
* | Remove all the messages from a folder that's being deleted before actually | Jason Leach | 2001-08-11 | 1 | -0/+18 |
* | Removed this function, it's not needed anymore. | Jason Leach | 2001-08-07 | 1 | -29/+5 |
* | Updates for EvolutionStorage API changes. | Jason Leach | 2001-08-04 | 1 | -20/+13 |
* | Don't display "0 hidden". | Peter Williams | 2001-07-27 | 1 | -1/+1 |
* | Don't display "(0 unsent)" if the outbox is empty. | Peter Williams | 2001-07-25 | 1 | -2/+2 |
* | Make the error reporting a little but more descriptive. | Peter Williams | 2001-07-24 | 1 | -2/+2 |
* | prototype outbox_folder so we can check if a folder is it. | Peter Williams | 2001-07-17 | 1 | -4/+14 |
* | DUH. No need to update every folder if we set the folder browser to NULL. | Peter Williams | 2001-07-16 | 1 | -5/+5 |
* | Gave up and got rid of dm. Just replaced it with d(g_message()) and set | Peter Williams | 2001-07-09 | 1 | -39/+43 |
* | Deleted (as opposed to #if 0) (get_folder_info): Changed to assume it has | Peter Williams | 2001-07-09 | 1 | -53/+29 |
* | Don't free the psd here -- it will be freed on the "destroy" signal. | Peter Williams | 2001-07-07 | 1 | -1/+1 |
* | Fix obvious bug in previous bugfix: Pass "fb" to check_for_fb_match() so | Dan Winship | 2001-07-07 | 1 | -1/+1 |
* | Clear the shell view label if mailer loses focus. | Peter Williams | 2001-07-05 | 1 | -0/+11 |
* | Split make_string into these. (update_idle): Use (name and status) instead | Peter Williams | 2001-07-04 | 1 | -40/+45 |
* | Prevent folders from appearing to have -1 new messages. Prevent nonactive | Peter Williams | 2001-07-04 | 1 | -15/+85 |
* | New file. Protoypes for the Mail Folder Cache, which provides a place for | Peter Williams | 2001-07-03 | 1 | -0/+798 |