aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-01-11 22:59:25 +0800
committerMilan Crha <mcrha@redhat.com>2012-01-11 22:59:25 +0800
commitd0f2c46a1cf7bbbfc56b1f9e835756cdf542ac75 (patch)
tree285a58f0ecc2ba6523072c1256470b1e04f3fb4c /shell/e-shell-view.h
parentdd49067b2acfb72419f97a0348dc2524c3bbf56e (diff)
downloadgsoc2013-evolution-d0f2c46a1cf7bbbfc56b1f9e835756cdf542ac75.tar
gsoc2013-evolution-d0f2c46a1cf7bbbfc56b1f9e835756cdf542ac75.tar.gz
gsoc2013-evolution-d0f2c46a1cf7bbbfc56b1f9e835756cdf542ac75.tar.bz2
gsoc2013-evolution-d0f2c46a1cf7bbbfc56b1f9e835756cdf542ac75.tar.lz
gsoc2013-evolution-d0f2c46a1cf7bbbfc56b1f9e835756cdf542ac75.tar.xz
gsoc2013-evolution-d0f2c46a1cf7bbbfc56b1f9e835756cdf542ac75.tar.zst
gsoc2013-evolution-d0f2c46a1cf7bbbfc56b1f9e835756cdf542ac75.zip
Do not auto-mark-as-seen when changing filter type
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r--shell/e-shell-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h
index 4387082f21..6f5912d6f8 100644
--- a/shell/e-shell-view.h
+++ b/shell/e-shell-view.h
@@ -214,6 +214,8 @@ void e_shell_view_block_execute_search
(EShellView *shell_view);
void e_shell_view_unblock_execute_search
(EShellView *shell_view);
+gboolean e_shell_view_is_execute_search_blocked
+ (EShellView *shell_view);
void e_shell_view_update_actions (EShellView *shell_view);
void e_shell_view_block_update_actions
(EShellView *shell_view);