From 8f1d535630d4d1541aafd1435a59bbfce8ed248a Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 16 Jul 2010 01:24:01 +0000 Subject: [PATCH] make it possible to get to global settings from the folder list --- res/menu/folder_list_option.xml | 19 +++++++++++++++---- src/com/fsck/k9/activity/FolderList.java | 10 ++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/res/menu/folder_list_option.xml b/res/menu/folder_list_option.xml index eaa4eb381..0e77995b1 100644 --- a/res/menu/folder_list_option.xml +++ b/res/menu/folder_list_option.xml @@ -57,10 +57,21 @@ android:icon="@drawable/ic_menu_refresh" /> + android:id="@+id/settings" + android:title="@string/preferences_action" + android:icon="@drawable/ic_menu_preferences"> + + + + +