thunderbird: use account id for IMAP directory name
This allows users to have multiple accounts on the same domain within the same profile. Fixes #3448.
This commit is contained in:
parent
17bbfcb824
commit
2b02f8c7cb
3 changed files with 8 additions and 9 deletions
|
|
@ -62,9 +62,8 @@ let
|
|||
"mail.identity.id_${id}.sign_mail" = account.gpg.signByDefault;
|
||||
} // optionalAttrs (account.imap != null) {
|
||||
"mail.server.server_${id}.directory" =
|
||||
"${thunderbirdProfilesPath}/${profile.name}/ImapMail/${account.imap.host}";
|
||||
"mail.server.server_${id}.directory-rel" =
|
||||
"[ProfD]ImapMail/${account.imap.host}";
|
||||
"${thunderbirdProfilesPath}/${profile.name}/ImapMail/${id}";
|
||||
"mail.server.server_${id}.directory-rel" = "[ProfD]ImapMail/${id}";
|
||||
"mail.server.server_${id}.hostname" = account.imap.host;
|
||||
"mail.server.server_${id}.login_at_startup" = true;
|
||||
"mail.server.server_${id}.name" = account.name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue