OSDN Git Service

Add incremental search functions for summary or preview view.
[mave/mave.git] / mave.folderconfig.master
index 5039d82..8bcb006 100644 (file)
@@ -13,7 +13,7 @@
 
 @folder_configs[:LIST_PRIORITY]                = 50                                            # 表示優先度(最高:0-100:最低)
 @folder_configs[:LIST_PRIORITY]                = 10                    if(@name == 'Inbox')
-@folder_configs[:LIST_PRIORITY]                = 60                    if(@name == 'Draft')
+@folder_configs[:LIST_PRIORITY]                = 60                    if(@name == 'Drafts')
 @folder_configs[:LIST_PRIORITY]                = 70                    if(@name == 'Outbox')
 @folder_configs[:LIST_PRIORITY]                = 80                    if(@name == 'Sent')
 @folder_configs[:LIST_PRIORITY]                = 90                    if(@name == 'Trash')
 
 @folder_configs[:SHORTCUT_HINT]                = 'abc'                                         # ショートカットキー(希望順)
 @folder_configs[:SHORTCUT_HINT]                = '0'                   if(@name == 'Inbox')
-@folder_configs[:SHORTCUT_HINT]                = 'd'                   if(@name == 'Draft')
+@folder_configs[:SHORTCUT_HINT]                = 'd'                   if(@name == 'Drafts')
 @folder_configs[:SHORTCUT_HINT]                = 'o'                   if(@name == 'Outbox')
 @folder_configs[:SHORTCUT_HINT]                = 's'                   if(@name == 'Sent')
 @folder_configs[:SHORTCUT_HINT]                = 't'                   if(@name == 'Trash')
 
 @folder_configs[:SEND_VIEW]                    = false                                         # 送信ビュー(一覧表示の送信者表示が、送信元でなく、送信先になる)
-@folder_configs[:SEND_VIEW]                    = true                  if(@name == 'Draft')
+@folder_configs[:SEND_VIEW]                    = true                  if(@name == 'Drafts')
 @folder_configs[:SEND_VIEW]                    = true                  if(@name == 'Outbox')
 @folder_configs[:SEND_VIEW]                    = true                  if(@name == 'Sent')