Save sent mail in INBOX by default
This commit is contained in:
parent
ec7ab494d0
commit
5fe7928b6d
1 changed files with 6 additions and 6 deletions
|
@ -97,7 +97,7 @@ in
|
||||||
neomutt.extraConfig = ''
|
neomutt.extraConfig = ''
|
||||||
alternates '^.*@cvpetegem.be$' '^charlotte\+.*@vanpetegem.me'
|
alternates '^.*@cvpetegem.be$' '^charlotte\+.*@vanpetegem.me'
|
||||||
'';
|
'';
|
||||||
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "Sent"; trash = "Trash"; };
|
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Trash"; };
|
||||||
primary = true;
|
primary = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -109,7 +109,7 @@ in
|
||||||
passFile = "work/UGentNet";
|
passFile = "work/UGentNet";
|
||||||
useStartTls = true;
|
useStartTls = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "Sent Items"; trash = "Deleted Items"; };
|
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Deleted Items"; };
|
||||||
mbsync.extraConfig.account.PipelineDepth = "1";
|
mbsync.extraConfig.account.PipelineDepth = "1";
|
||||||
neomutt.extraConfig = ''
|
neomutt.extraConfig = ''
|
||||||
alternates dodona@ugent.be
|
alternates dodona@ugent.be
|
||||||
|
@ -138,7 +138,7 @@ in
|
||||||
neomutt.extraConfig = ''
|
neomutt.extraConfig = ''
|
||||||
alternates '^chvp\+.*posteo.net'
|
alternates '^chvp\+.*posteo.net'
|
||||||
'';
|
'';
|
||||||
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "Sent"; trash = "Trash"; };
|
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Trash"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
jonggroen = makeAccount {
|
jonggroen = makeAccount {
|
||||||
|
@ -156,7 +156,7 @@ in
|
||||||
folders = {
|
folders = {
|
||||||
drafts = "[Gmail].Drafts";
|
drafts = "[Gmail].Drafts";
|
||||||
inbox = "INBOX";
|
inbox = "INBOX";
|
||||||
sent = "[Gmail].Sent Mail";
|
sent = "INBOX";
|
||||||
trash = "[Gmail].Bin";
|
trash = "[Gmail].Bin";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -170,7 +170,7 @@ in
|
||||||
neomutt.extraConfig = ''
|
neomutt.extraConfig = ''
|
||||||
alternates '.*@vanpetegem.me$'
|
alternates '.*@vanpetegem.me$'
|
||||||
'';
|
'';
|
||||||
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "Sent"; trash = "Trash"; };
|
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Trash"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
webmaster = makeAccount {
|
webmaster = makeAccount {
|
||||||
|
@ -182,7 +182,7 @@ in
|
||||||
neomutt.extraConfig = ''
|
neomutt.extraConfig = ''
|
||||||
alternates root@vanpetegem.me
|
alternates root@vanpetegem.me
|
||||||
'';
|
'';
|
||||||
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "Sent"; trash = "Trash"; };
|
folders = { drafts = "Drafts"; inbox = "INBOX"; sent = "INBOX"; trash = "Trash"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue