diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-08-04 04:33:31 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-08-04 04:33:31 +0000 |
commit | d30b5beac178c969600a3c8f87892cbef19735a9 (patch) | |
tree | f2584482ed786af9a14419d7bf43b63f1b4482f1 /src/summaryview.h | |
parent | 688b75f588c9b0ca6c48316ed028e39da04d31c7 (diff) |
added summary_get_current_folder().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2655 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.h')
-rw-r--r-- | src/summaryview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/summaryview.h b/src/summaryview.h index fcc26967..6c64fe7b 100644 --- a/src/summaryview.h +++ b/src/summaryview.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2007 Hiroyuki Yamamoto + * Copyright (C) 1999-2010 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -183,6 +183,8 @@ void summary_write_lock (SummaryView *summaryview); void summary_write_unlock (SummaryView *summaryview); gboolean summary_is_write_locked (SummaryView *summaryview); +FolderItem *summary_get_current_folder (SummaryView *summaryview); + SummarySelection summary_get_selection_type (SummaryView *summaryview); GSList *summary_get_selected_msg_list (SummaryView *summaryview); GSList *summary_get_changed_msg_list (SummaryView *summaryview); |