rename the app baseclass from Email to K9
This commit is contained in:
parent
704b3d94f0
commit
70aeb47eda
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ import com.fsck.k9.mail.internet.MimeMessage;
|
|||
import com.fsck.k9.service.BootReceiver;
|
||||
import com.fsck.k9.service.MailService;
|
||||
|
||||
public class Email extends Application {
|
||||
public static final String LOG_TAG = "Email";
|
||||
public class k9 extends Application {
|
||||
public static final String LOG_TAG = "k9";
|
||||
|
||||
public static File tempDirectory;
|
||||
|
Loading…
Reference in a new issue