forked from nix-community/home-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: fix typos (nix-community#3618)
- Loading branch information
Showing
12 changed files
with
19 additions
and
19 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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -59,15 +59,15 @@ source = maildir:///home/hm-user/Maildir/i_maildir-mbsync | |
from = Foo Bar <[email protected]> | ||
source = maildir:///home/hm-user/Maildir/j_maildir-offlineimap | ||
|
||
[l_smpt-auth-none] | ||
[l_smtp-auth-none] | ||
from = Foo Bar <[email protected]> | ||
outgoing = smtps+none://[email protected]:42 | ||
|
||
[m_smpt-auth-plain] | ||
[m_smtp-auth-plain] | ||
from = Foo Bar <[email protected]> | ||
outgoing = smtps+plain://[email protected]:42 | ||
|
||
[n_smpt-auth-login] | ||
[n_smtp-auth-login] | ||
from = Foo Bar <[email protected]> | ||
outgoing = smtps+login://[email protected]:42 | ||
|
||
|
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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ with lib; | |
# programs.mbsync.groups and | ||
# accounts.email.accounts.<name>.mbsync.groups should NOT be used at the | ||
# same time. | ||
# If they are, then the new version will take precendence. | ||
# If they are, then the new version will take precedence. | ||
groups.inboxes = { | ||
"[email protected]" = [ "Inbox1" "Inbox2" ]; | ||
hm-account = [ "Inbox" ]; | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ with lib; | |
# programs.mbsync.groups and | ||
# accounts.email.accounts.<name>.mbsync.groups should NOT be used at the | ||
# same time. | ||
# If they are, then the new version will take precendence. | ||
# If they are, then the new version will take precedence. | ||
groups.inboxes = { | ||
"[email protected]" = [ "Inbox1" "Inbox2" ]; | ||
hm-account = [ "Inbox" ]; | ||
|