1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Allowing entering alphabetic characters for the Outbox folder name.

This commit is contained in:
Daniel Applebaum 2010-05-31 21:49:59 +00:00
parent a308ce8a2d
commit 34a95ba006

View File

@ -131,7 +131,6 @@
<EditText
android:id="@+id/account_imap_folder_outbox"
android:singleLine="true"
android:inputType="number"
android:layout_height="wrap_content"
android:layout_width="fill_parent" />
<CheckBox