-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed wrong folder.alias is the README and in the config.sample.toml. Refs: #526
- Loading branch information
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -289,10 +289,10 @@ You can also manually edit your own configuration, from scratch: | |
[accounts.gmail] | ||
email = "[email protected]" | ||
|
||
folder.alias.inbox = "INBOX" | ||
folder.alias.sent = "[Gmail]/Sent Mail" | ||
folder.alias.drafts = "[Gmail]/Drafts" | ||
folder.alias.trash = "[Gmail]/Trash" | ||
folder.aliases.inbox = "INBOX" | ||
folder.aliases.sent = "[Gmail]/Sent Mail" | ||
folder.aliases.drafts = "[Gmail]/Drafts" | ||
folder.aliases.trash = "[Gmail]/Trash" | ||
|
||
backend.type = "imap" | ||
backend.type.host = "imap.gmail.com" | ||
|
@@ -335,10 +335,10 @@ You can also manually edit your own configuration, from scratch: | |
[accounts.gmail] | ||
email = "[email protected]" | ||
|
||
folder.alias.inbox = "INBOX" | ||
folder.alias.sent = "[Gmail]/Sent Mail" | ||
folder.alias.drafts = "[Gmail]/Drafts" | ||
folder.alias.trash = "[Gmail]/Trash" | ||
folder.aliases.inbox = "INBOX" | ||
folder.aliases.sent = "[Gmail]/Sent Mail" | ||
folder.aliases.drafts = "[Gmail]/Drafts" | ||
folder.aliases.trash = "[Gmail]/Trash" | ||
|
||
backend.type = "imap" | ||
backend.host = "imap.gmail.com" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters