mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-30 23:00:09 -05:00
Correct Exception text
This commit is contained in:
parent
6ade5da94a
commit
e0b98cac21
@ -1349,7 +1349,7 @@ public class LocalStore extends Store implements Serializable
|
||||
{
|
||||
if (!(destFolder instanceof LocalFolder))
|
||||
{
|
||||
throw new MessagingException("copyMessages called with non-LocalFolder");
|
||||
throw new MessagingException("moveMessages called with non-LocalFolder");
|
||||
}
|
||||
|
||||
LocalFolder lDestFolder = (LocalFolder)destFolder;
|
||||
|
Loading…
Reference in New Issue
Block a user