mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -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)) {
|
if (!isDraft && !mQuotedTextMode.equals(QuotedTextMode.SHOW)) {
|
||||||
discardQuotedText = true;
|
discardQuotedText = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (discardQuotedText) {
|
if (discardQuotedText) {
|
||||||
if (!isDraft) {
|
if (!isDraft) {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user