
Originally Posted by
mmorse
ah, should have searched for Alt+L then.

Originally Posted by
mmorse
Workaround is to change the shortcuts for low priority:
/opt/zimbra/mailboxd/webapps/zimbra/WEB-INF/classes/keys ZmKeys_de.properties &
ZhKeys_de.properties
...
Or change it to what it's going to be for 6.0 and not mess with specific .os attributes:
compose.LowPriority.display = Ctrl+P,Ctrl+L
compose.LowPriority.keycode = Ctrl+80,Ctrl+76
compose.LowPriority.description = Low priority
compose.LowPriority.sort = 30110
ok, did that:
Code:
for f in *; do sed -i 's/Alt+L/Ctrl+P,Ctrl+L/g' $f; done
for f in *; do sed -i 's/Alt+76/Ctrl+80,Ctrl+76/g' $f; done
restarted zimbra and relog and the mac is able to send mails again, thank you very much. 
wbr,tja...