From Gabriel A. Giovanini to ~migadu/alps-devel
With the newer version of `go-imap` some properties got renamed and sourcehut theme stop working. --- plugins/base/routes.go | 6 +++--- themes/sourcehut/mailbox.html | 6 +++--- themes/sourcehut/message.html | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/plugins/base/routes.go b/plugins/base/routes.go index 5176775..31313a2 100644 --- a/plugins/base/routes.go +++ b/plugins/base/routes.go @@ -404,7 +404,7 @@ type MessageRenderData struct { Part *IMAPPartNode [message trimmed]
From Gabriel Arakaki Giovanini to ~delthas-alt/senpai-dev
`Sscan` does not parse "yes" or "no" to true or false. So inputting "yes" yields a false on `tls` variable, leaving the address in the configuration file with "irc+insecure://". --- cmd/senpai/main.go | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/cmd/senpai/main.go b/cmd/senpai/main.go index 922a58d..ac34831 100644 --- a/cmd/senpai/main.go +++ b/cmd/senpai/main.go @@ -61,7 +61,15 @@ func main() { if tlsStr == "" { break [message trimmed]
From Gabriel Arakaki Giovanini to ~delthas/senpai-dev
`Sscan` does not parse "yes" or "no" to true or false. So inputting "yes" yields a false on `tls` variable, leaving the address in the configuration file with "irc+insecure://". --- cmd/senpai/main.go | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/cmd/senpai/main.go b/cmd/senpai/main.go index 922a58d..ac34831 100644 --- a/cmd/senpai/main.go +++ b/cmd/senpai/main.go @@ -61,7 +61,15 @@ func main() { if tlsStr == "" { break [message trimmed]
From Gabriel Arakaki Giovanini to ~delthas-alt/senpai-dev
`Sscan` does not parse "yes" or "no" to true or false. So inputting "yes" yields a false on `tls` variable, leaving the address in the configuration file with "irc+insecure://". The prompt was updated so the user can chose a value that can be properly parsed. --- If you wish I can make it parse "yes" or "no". cmd/senpai/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/senpai/main.go b/cmd/senpai/main.go index 922a58d..16e3512 100644 [message trimmed]
From Gabriel Arakaki Giovanini to ~delthas-alt/senpai-dev
This allows user to overwrite make's default value. This is useful if you want to install it into another folder, like with: ``` PREFIX=$HOME/.local make install ``` --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index a6cbe95..13c9aab 100644 --- a/Makefile +++ b/Makefile [message trimmed]
From Gabriel Arakaki Giovanini to ~delthas/senpai-dev
`Sscan` does not parse "yes" or "no" to true or false. So inputting "yes" yields a false on `tls` variable, leaving the address in the configuration file with "irc+insecure://". The prompt was updated so the user can chose a value that can be properly parsed. --- If you wish I can make it parse "yes" or "no". cmd/senpai/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/senpai/main.go b/cmd/senpai/main.go index 922a58d..16e3512 100644 [message trimmed]
From Gabriel Arakaki Giovanini to ~delthas/senpai-dev
This allows user to overwrite make's default value. This is useful if you want to install it into another folder, like with: ``` PREFIX=$HOME/.local make install ``` --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index a6cbe95..13c9aab 100644 --- a/Makefile +++ b/Makefile [message trimmed]
From Gabriel Arakaki Giovanini to ~sircmpwn/sr.ht-dev
--- README.md | 2 +- doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ea6d46..95faf8b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ task := work.NewTask(func(ctx context.Context) error { Retries(5). // Maximum number of attempts MaxTimeout(10 * time.Minute). // Maximum timeout between attempts Within(10 * time.Second). // Deadline for each attempt After(func(ctx context.Context, err error) {[message trimmed]
From Gabriel Arakaki Giovanini to ~sircmpwn/email-test-drive
--- gabs | 1 + 1 file changed, 1 insertion(+) create mode 100644 gabs diff --git a/gabs b/gabs new file mode 100644 index 0000000..66cb3d4 --- /dev/null +++ b/gabs @@ -0,0 +1 @@ -- 2.36.1 I have successfully used git send-email![message trimmed]
From Gabriel Arakaki Giovanini to ~sircmpwn/email-test-drive
--- gabs | 1 + 1 file changed, 1 insertion(+) create mode 100644 gabs diff --git a/gabs b/gabs new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/gabs @@ -0,0 +1 @@ -- 2.36.1 I'm about to try git send-email[message trimmed]