diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-12-22 06:58:44 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-12-22 06:58:44 +0000 |
commit | d80a3b56dd4f6cf9a16510402b9122a75116b90c (patch) | |
tree | b38c11535d6609e02ed670afc5616341afd4b838 /src/summaryview.h | |
parent | e86d3c6ac6d6f59a66743c5b86ca9f5a8e9b20e6 (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.h | 3 |
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, |