1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

ant astyle

This commit is contained in:
Jesse Vincent 2011-07-02 15:18:43 -04:00
parent 2f48309f82
commit 2a698f1ab9
2 changed files with 3 additions and 3 deletions

View File

@ -913,7 +913,7 @@ public class MessageCompose extends K9Activity implements OnClickListener, OnFoc
if (!isDraft && !mQuotedTextMode.equals(QuotedTextMode.SHOW)) { if (!isDraft && !mQuotedTextMode.equals(QuotedTextMode.SHOW)) {
discardQuotedText = true; discardQuotedText = true;
} }
if (discardQuotedText) { if (discardQuotedText) {
if (!isDraft) { if (!isDraft) {

View File

@ -94,8 +94,8 @@ public class MimeBodyPart extends BodyPart {
int last = contentId.lastIndexOf('>'); int last = contentId.lastIndexOf('>');
return (first != -1 && last != -1) ? return (first != -1 && last != -1) ?
contentId.substring(first + 1, last) : contentId.substring(first + 1, last) :
contentId; contentId;
} }
public String getMimeType() throws MessagingException { public String getMimeType() throws MessagingException {