From c6082584947822cc57ee43d65213881fc715bef6 Mon Sep 17 00:00:00 2001 From: Jan Berkel Date: Mon, 15 Dec 2014 13:46:23 +0100 Subject: [PATCH] Unused imports --- src/com/fsck/k9/crypto/CryptoHelper.java | 1 - src/com/fsck/k9/mailstore/LocalMessage.java | 3 +-- src/com/fsck/k9/view/MessageOpenPgpView.java | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/com/fsck/k9/crypto/CryptoHelper.java b/src/com/fsck/k9/crypto/CryptoHelper.java index 9bc421127..a03e6fff9 100644 --- a/src/com/fsck/k9/crypto/CryptoHelper.java +++ b/src/com/fsck/k9/crypto/CryptoHelper.java @@ -7,7 +7,6 @@ import java.util.regex.Pattern; import com.fsck.k9.mail.Message; import com.fsck.k9.mail.MessagingException; import com.fsck.k9.mail.Part; -import com.fsck.k9.mail.internet.MimeUtility; public class CryptoHelper { diff --git a/src/com/fsck/k9/mailstore/LocalMessage.java b/src/com/fsck/k9/mailstore/LocalMessage.java index 05dfacec1..555254c8f 100644 --- a/src/com/fsck/k9/mailstore/LocalMessage.java +++ b/src/com/fsck/k9/mailstore/LocalMessage.java @@ -21,7 +21,6 @@ import com.fsck.k9.mail.Folder; import com.fsck.k9.mail.MessagingException; import com.fsck.k9.mail.Part; import com.fsck.k9.mail.internet.MimeMessage; -import com.fsck.k9.mail.internet.MimeUtility; import com.fsck.k9.mailstore.LockableDatabase.DbCallback; import com.fsck.k9.mailstore.LockableDatabase.WrappedException; @@ -615,4 +614,4 @@ public class LocalMessage extends MimeMessage { private String getAccountUuid() { return getAccount().getUuid(); } -} \ No newline at end of file +} diff --git a/src/com/fsck/k9/view/MessageOpenPgpView.java b/src/com/fsck/k9/view/MessageOpenPgpView.java index 65bff60c8..cb9be859b 100644 --- a/src/com/fsck/k9/view/MessageOpenPgpView.java +++ b/src/com/fsck/k9/view/MessageOpenPgpView.java @@ -35,7 +35,6 @@ import com.fsck.k9.helper.IdentityHelper; import com.fsck.k9.mail.Message; import com.fsck.k9.mail.MessagingException; import com.fsck.k9.mail.Part; -import com.fsck.k9.mail.internet.MimeUtility; import org.openintents.openpgp.OpenPgpError; import org.openintents.openpgp.OpenPgpSignatureResult;