Rename personal mail folder from spam to junk
This commit is contained in:
parent
42a80a0717
commit
a1dfed0f1e
1 changed files with 6 additions and 6 deletions
|
@ -93,14 +93,14 @@ Channel nullpointer-drafts
|
||||||
Master :nullpointer-remote:Drafts
|
Master :nullpointer-remote:Drafts
|
||||||
Slave :nullpointer-local:Drafts
|
Slave :nullpointer-local:Drafts
|
||||||
|
|
||||||
|
Channel nullpointer-junk
|
||||||
|
Master :nullpointer-remote:Junk
|
||||||
|
Slave :nullpointer-local:Junk
|
||||||
|
|
||||||
Channel nullpointer-sent
|
Channel nullpointer-sent
|
||||||
Master :nullpointer-remote:Sent
|
Master :nullpointer-remote:Sent
|
||||||
Slave :nullpointer-local:Sent
|
Slave :nullpointer-local:Sent
|
||||||
|
|
||||||
Channel nullpointer-spam
|
|
||||||
Master :nullpointer-remote:Spam
|
|
||||||
Slave :nullpointer-local:Spam
|
|
||||||
|
|
||||||
Channel nullpointer-trash
|
Channel nullpointer-trash
|
||||||
Master :nullpointer-remote:Trash
|
Master :nullpointer-remote:Trash
|
||||||
Slave :nullpointer-local:Trash
|
Slave :nullpointer-local:Trash
|
||||||
|
@ -109,7 +109,7 @@ Channel nullpointer-trash
|
||||||
Channel nullpointer-folders
|
Channel nullpointer-folders
|
||||||
Master :nullpointer-remote:
|
Master :nullpointer-remote:
|
||||||
Slave :nullpointer-local:
|
Slave :nullpointer-local:
|
||||||
Patterns * !INBOX !Archive !Drafts !Sent !Spam !Trash
|
Patterns * !INBOX !Archive !Drafts !Junk !Sent !Trash
|
||||||
|
|
||||||
# group all channels, so they can be sync'd with one command `mbsync nullpointer`
|
# group all channels, so they can be sync'd with one command `mbsync nullpointer`
|
||||||
Group nullpointer
|
Group nullpointer
|
||||||
|
@ -117,7 +117,7 @@ Group nullpointer
|
||||||
Channel nullpointer-inbox
|
Channel nullpointer-inbox
|
||||||
Channel nullpointer-archive
|
Channel nullpointer-archive
|
||||||
Channel nullpointer-drafts
|
Channel nullpointer-drafts
|
||||||
|
Channel nullpointer-junk
|
||||||
Channel nullpointer-sent
|
Channel nullpointer-sent
|
||||||
Channel nullpointer-spam
|
|
||||||
Channel nullpointer-folders
|
Channel nullpointer-folders
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue