aboutsummaryrefslogtreecommitdiff
path: root/src/foldersel.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-01 10:42:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-01 10:42:15 +0000
commit0ada6c15f7eef4e46d8f1b8964dad1193692a10a (patch)
treee767d7b49be640a123d3bf49ae751fa2af7ba441 /src/foldersel.h
parent0839e124a6910f5d134ec3b229466cd470b0c7ea (diff)
implemented folder move.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@389 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/foldersel.h')
-rw-r--r--src/foldersel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/foldersel.h b/src/foldersel.h
index 802bb50e..e1b065b2 100644
--- a/src/foldersel.h
+++ b/src/foldersel.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2002 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 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
@@ -29,7 +29,8 @@ typedef enum
{
FOLDER_SEL_ALL,
FOLDER_SEL_MOVE,
- FOLDER_SEL_COPY
+ FOLDER_SEL_COPY,
+ FOLDER_SEL_MOVE_FOLDER
} FolderSelectionType;
FolderItem *foldersel_folder_sel(Folder *cur_folder,