mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
feat(mail): add amroplay
This commit is contained in:
@@ -76,6 +76,20 @@ in {
|
|||||||
trash = "[Gmail]/Papierkorb";
|
trash = "[Gmail]/Papierkorb";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
amroplay = addArchiveCommand "[Gmail]/All Mail"
|
||||||
|
(enableDefaults {
|
||||||
|
primary = false;
|
||||||
|
flavor = "gmail.com";
|
||||||
|
address = "amroplay@gmail.com";
|
||||||
|
realName = config.niveum.user.name;
|
||||||
|
userName = "amroplay";
|
||||||
|
passwordCommand = pass "mail/amroplay@gmail.com";
|
||||||
|
folders = {
|
||||||
|
drafts = "[Gmail]/Drafts";
|
||||||
|
sent = "[Gmail]/Sent Mail";
|
||||||
|
trash = "[Gmail]/Bin";
|
||||||
|
};
|
||||||
|
});
|
||||||
hu-berlin = addArchiveCommand "Archives" (enableDefaults {
|
hu-berlin = addArchiveCommand "Archives" (enableDefaults {
|
||||||
primary = false;
|
primary = false;
|
||||||
address = "meinhark@hu-berlin.de";
|
address = "meinhark@hu-berlin.de";
|
||||||
|
|||||||
Reference in New Issue
Block a user