×
Lock Inbox
Lock this inbox to your account. Only you will be able to access it while logged in.
{% if error and error == 'locking_disabled_for_example' %}
Locking is disabled for the example inbox.
{% elseif error and error == 'max_locked_inboxes' %}
You have reached the maximum of 5 locked inboxes. Please remove a lock before adding a new one.
{% elseif error and error == 'already_locked' %}
This inbox is already locked by another user.
{% elseif error and error == 'not_your_lock' %}
You don't own the lock on this inbox.
{% endif %}