mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 02:44:18 +00:00
fix(mail): fallback to the default identity when replying/forwarding
This commit is contained in:
@@ -263,6 +263,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (!identity)
|
||||
{
|
||||
identity = [[context activeUser] defaultIdentity];
|
||||
}
|
||||
|
||||
if (identity)
|
||||
{
|
||||
signature = [identity objectForKey: @"signature"];
|
||||
|
||||
Reference in New Issue
Block a user