mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
There's no reason the getSubject accessor should throw a
MessagingException on LocalMessage
This commit is contained in:
parent
b2e5d7afc5
commit
478bd876ee
@ -4754,7 +4754,7 @@ public class LocalStore extends Store implements Serializable
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getSubject() throws MessagingException
|
public String getSubject()
|
||||||
{
|
{
|
||||||
return mSubject;
|
return mSubject;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user