mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-04 16:45:09 -05:00
ant astyle
This commit is contained in:
parent
2f48309f82
commit
2a698f1ab9
@ -913,7 +913,7 @@ public class MessageCompose extends K9Activity implements OnClickListener, OnFoc
|
||||
if (!isDraft && !mQuotedTextMode.equals(QuotedTextMode.SHOW)) {
|
||||
discardQuotedText = true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (discardQuotedText) {
|
||||
if (!isDraft) {
|
||||
|
@ -94,8 +94,8 @@ public class MimeBodyPart extends BodyPart {
|
||||
int last = contentId.lastIndexOf('>');
|
||||
|
||||
return (first != -1 && last != -1) ?
|
||||
contentId.substring(first + 1, last) :
|
||||
contentId;
|
||||
contentId.substring(first + 1, last) :
|
||||
contentId;
|
||||
}
|
||||
|
||||
public String getMimeType() throws MessagingException {
|
||||
|
Loading…
Reference in New Issue
Block a user