aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-22 06:58:44 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-22 06:58:44 +0000
commitd80a3b56dd4f6cf9a16510402b9122a75116b90c (patch)
treeb38c11535d6609e02ed670afc5616341afd4b838 /src/summaryview.h
parente86d3c6ac6d6f59a66743c5b86ca9f5a8e9b20e6 (diff)
select activated message on search dialog in summary view if possible.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@852 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.h')
-rw-r--r--src/summaryview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/summaryview.h b/src/summaryview.h
index d2688d89..bcf18ef9 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -39,6 +39,7 @@ typedef struct _SummaryColumnState SummaryColumnState;
#include "compose.h"
#include "filter.h"
#include "folder.h"
+#include "procmsg.h"
typedef enum
{
@@ -165,6 +166,8 @@ void summary_select_prev_labeled (SummaryView *summaryview);
void summary_select_next_labeled (SummaryView *summaryview);
void summary_select_by_msgnum (SummaryView *summaryview,
guint msgnum);
+gboolean summary_select_by_msginfo(SummaryView *summaryview,
+ MsgInfo *msginfo);
void summary_select_row (SummaryView *summaryview,
GtkTreeIter *iter,
gboolean display_msg,