From 2e2f7df0318cbc84789c87c52bb00e719a3b5906 Mon Sep 17 00:00:00 2001 From: sumnerevans Date: Sat, 22 May 2021 21:31:50 +0000 Subject: [PATCH] deploy: 64607f58b75741470284c698f82f0199fcecdfa7 --- index.html | 4 ++-- options.html | 30 +++++++++++++++--------------- tools.html | 14 +++++++------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index d68600625..33dd0e22f 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -Home Manager Manual

Home Manager Manual


Preface

+Home Manager Manual

Home Manager Manual


Preface

This manual will eventually describes how to install, use, and extend Home Manager.

diff --git a/options.html b/options.html index 4e5e6c300..aa5553fcb 100644 --- a/options.html +++ b/options.html @@ -482,8 +482,8 @@ configuration. } ''

Declared by:

<home-manager/modules/programs/mbsync.nix> -
accounts.email.accounts.<name>.mbsync.groups.<name>.channels.<name>.masterPattern

IMAP4 patterns for which mailboxes on the remote mail server to sync. -If Patterns are specified, masterPattern +

accounts.email.accounts.<name>.mbsync.groups.<name>.channels.<name>.farPattern

IMAP4 patterns for which mailboxes on the remote mail server to sync. +If Patterns are specified, farPattern is interpreted as a prefix which is not matched against the patterns, and is not affected by mailbox list overrides.

@@ -502,10 +502,22 @@ In addition, you can manually sync just this channel by specifying this name to mbsync on the command line.

Type: string (read only)

Default: "‹name›" +

Declared by:

+ <home-manager/modules/programs/mbsync.nix> +
accounts.email.accounts.<name>.mbsync.groups.<name>.channels.<name>.nearPattern

Name for where mail coming from the remote (far) mail server will end up +locally. The mailbox specified by the far pattern will be placed in +this directory. +

+If this is left as the default, then mbsync will default to the pattern +INBOX. +

Type: string

Default: + "" +

Example: + "Sent"

Declared by:

<home-manager/modules/programs/mbsync.nix>
accounts.email.accounts.<name>.mbsync.groups.<name>.channels.<name>.patterns

Instead of synchronizing just the mailboxes that -match the masterPattern, use it as a prefix which is +match the farPattern, use it as a prefix which is not matched against the patterns, and is not affected by mailbox list overrides.

Type: list of strings

Default: @@ -520,18 +532,6 @@ overrides. "INBOX" ] -

Declared by:

- <home-manager/modules/programs/mbsync.nix> -
accounts.email.accounts.<name>.mbsync.groups.<name>.channels.<name>.slavePattern

Name for where mail coming from the master mail server will end up -locally. The mailbox specified by the master's pattern will be placed -in this directory. -

-If this is left as the default, then mbsync will default to the pattern -INBOX. -

Type: string

Default: - "" -

Example: - "Sent"

Declared by:

<home-manager/modules/programs/mbsync.nix>
accounts.email.accounts.<name>.mbsync.groups.<name>.name

The name of this group for this account. These names are different than diff --git a/tools.html b/tools.html index 06d5d9f73..6752058fb 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -Appendix D. Tools

Appendix D. Tools

home-manager - — reconfigure a user environment

Name

home-manager +Appendix D. Tools

Appendix D. Tools

home-manager + — reconfigure a user environment

Name

home-manager — reconfigure a user environment

Synopsis

home-manager { build | @@ -74,7 +74,7 @@ | --verbose } - ]

Description

+ ]

Description

This command updates the user environment so that it corresponds to the configuration specified in ~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.

@@ -139,7 +139,7 @@ available for immediate garbage collection.

-

Options

+

Options

The tool accepts the options

-A attrPath @@ -234,15 +234,15 @@ --verbose

Activates verbose output. -

Files

+

Files

~/.local/share/home-manager/news-read-ids

Identifiers of news items that have been shown. Can be deleted to reset the read news indicator. -

Bugs

+

Bugs

Please report any bugs on the project issue tracker. -

See also

+

See also

home-configuration.nix(5)

\ No newline at end of file