mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -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
|
||||
public String getSubject() throws MessagingException
|
||||
public String getSubject()
|
||||
{
|
||||
return mSubject;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user