mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-30 14:50:14 -05:00
rename the app baseclass from Email to K9
This commit is contained in:
parent
704b3d94f0
commit
70aeb47eda
@ -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 New Issue
Block a user