~rockorager/offmap

offmap: doc and readme update v1 APPLIED

These patches update the README and offmap(5) with current config formats

Tim Culverhouse (2):
  readme: update readme with current config format
  doc: update offmap(5) with current config

 README.md        | 2 +-
 doc/offmap.5.scd | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

-- 
2.38.1
#899398 .build.yml success
offmap/patches/.build.yml: SUCCESS in 1m51s

[doc and readme update][0] from [Tim Culverhouse][1]

[0]: https://lists.sr.ht/~rockorager/offmap/patches/37374
[1]: mailto:tim@timculverhouse.com

✓ #899398 SUCCESS offmap/patches/.build.yml https://builds.sr.ht/~rockorager/job/899398
Applied, thanks!
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~rockorager/offmap/patches/37374/mbox | git am -3
Learn more about email & git

[PATCH offmap 1/2] readme: update readme with current config format Export this patch

Update readme with current config. Remove max-connections key to keep it
as simple as possible.

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b9da745cdd65..5ed8265d8981 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,11 @@ Offmap configuration is intended to be very simple. The configuration file
should be kept at: $XDG_CONFIG_HOME/offmap/offmap.toml

```toml
[account-name]
maildir         = "/abs/path/to/maildir"
host            = "imap.yourhost.com:993"
username        = "you@yourhost.com"
password        = "your-password"
max-connections = 4
```

## Advantages
-- 
2.38.1

[PATCH offmap 2/2] doc: update offmap(5) with current config Export this patch

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
---
 doc/offmap.5.scd | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/offmap.5.scd b/doc/offmap.5.scd
index 7731f4de3c4c..da4ee3b7a0b0 100644
--- a/doc/offmap.5.scd
+++ b/doc/offmap.5.scd
@@ -16,6 +16,7 @@ located at:
A minimal configuration file:

```
[account-name]
maildir  = "/absolute/path/to/maildir/root"
host     = "imap.host.tld:993"
username = "user@host.tld"
@@ -24,6 +25,7 @@ password = "my-password"

OAUTH example:
```
[account-name]
maildir       = "/absolute/path/to/maildir/root"
host          = "imap.host.tld:993"
username      = "user@host.tld"
-- 
2.38.1
offmap/patches/.build.yml: SUCCESS in 1m51s

[doc and readme update][0] from [Tim Culverhouse][1]

[0]: https://lists.sr.ht/~rockorager/offmap/patches/37374
[1]: mailto:tim@timculverhouse.com

✓ #899398 SUCCESS offmap/patches/.build.yml https://builds.sr.ht/~rockorager/job/899398