From Bor Grošelj Simić to ~sircmpwn/sr.ht-dev
--- The values in descriptions weren't matching the values in rules. Would it perhaps be desirable to abuse one of the optional fields prometheus allows in rule definitions as "variables" to store those often repeated thresholds and avoid such problems in the future? node_rules.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_rules.yml b/node_rules.yml index 05fbc7e..972aef0 100644 --- a/node_rules.yml +++ b/node_rules.yml [message trimmed]
From Bor Grošelj Simić to ~sircmpwn/aerc
On Sun Jan 3, 2021 at 10:19 AM CET, Reto wrote: > Hi, > Thanks for the patch, some comments: > > On Sun, Dec 27, 2020 at 05:03:39AM +0100, Bor Grošelj Simić wrote: > > --- > > commands/msg/forward.go | 8 +++++++- > > 1 file changed, 7 insertions(+), 1 deletion(-) > > > > diff --git a/commands/msg/forward.go b/commands/msg/forward.go > > index 475d680..79cb9f2 100644 > > --- a/commands/msg/forward.go > > +++ b/commands/msg/forward.go > > @@ -122,13 +122,19 @@ func (forward) Execute(aerc *widgets.Aerc, args []string) error {
From Bor Grošelj Simić to ~sircmpwn/alpine-aports
Upstream changed the default some time ago --- main/openssh/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/openssh/APKBUILD b/main/openssh/APKBUILD index b741aaad2b..d557f3deb6 100644 --- a/main/openssh/APKBUILD +++ b/main/openssh/APKBUILD @@ -4,7 +4,7 @@ pkgname=openssh pkgver=8.4_p1 _myver=${pkgver%_*}${pkgver#*_} pkgrel=2[message trimmed]
From Bor Grošelj Simić to ~sircmpwn/aerc
--- commands/msg/forward.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/commands/msg/forward.go b/commands/msg/forward.go index 475d680..79cb9f2 100644 --- a/commands/msg/forward.go +++ b/commands/msg/forward.go @@ -122,13 +122,19 @@ func (forward) Execute(aerc *widgets.Aerc, args []string) error { println(err) // TODO: Do something with the error addTab() os.RemoveAll(tmpDir) return [message trimmed]
From Bor Grošelj Simić to ~sircmpwn/aerc
--- doc/aerc.1.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 389d7ed..58f35bc 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -125,7 +125,7 @@ message list, the message in the message viewer, etc). *forward* [-A] [address...] Opens the composer to forward the selected message to another recipient. *-A*: Forward the message as an RFC 8022 attachment. *-A*: Forward the message as an RFC 2822 attachment.[message trimmed]
From Bor Groselj Simic to ~sircmpwn/aerc
On Fri Dec 25, 2020 at 1:23 PM CET, Reto wrote: > On Fri, Dec 25, 2020 at 01:19:36AM +0100, Bor Grošelj Simić wrote: > > + *-A*: Forward the message as an RFC 822 attachment. > > 2822 please. Whoops, I was bamboozled by what that YANG thing has to do with email and then discovered 822 by pure chance. Didn't notice it was obsoleted. > > Other than that this makes sense. > Although I rather liked A YANG Data Model for Routing Management :)
From Bor Groselj Simic to ~sircmpwn/aerc
On Fri Dec 25, 2020 at 1:27 PM CET, Reto wrote: > Hi, > Thanks for the patch. > > Why exactly do you need that functionality? > :save so far only operated on the message part (and still says so after > your doc > changes btw). > > I'm not sure that we should add the full message considering that you > can already > do that easily with :pipe -m I actually forgot about :pipe -m when starting to write this but later decided this patch is worth attempting nonetheless.
From Bor Grošelj Simić to ~sircmpwn/aerc
--- doc/aerc.1.scd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 389d7ed..6f98614 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -311,7 +311,7 @@ message list, the message in the message viewer, etc). Saves the current message part in a temporary file and opens it with the system handler. *save* [-fp] <path> *save* [-fpr] <path>[message trimmed]
From Bor Grošelj Simić to ~sircmpwn/aerc
--- commands/msgview/save.go | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/commands/msgview/save.go b/commands/msgview/save.go index ef6bba8..3653179 100644 --- a/commands/msgview/save.go +++ b/commands/msgview/save.go @@ -15,6 +15,7 @@ import ( "git.sr.ht/~sircmpwn/aerc/commands" "git.sr.ht/~sircmpwn/aerc/models" "git.sr.ht/~sircmpwn/aerc/widgets" "git.sr.ht/~sircmpwn/aerc/worker/types" ) [message trimmed]
From Bor Grošelj Simić to ~sircmpwn/aerc
--- doc/aerc.1.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 389d7ed..e139783 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -125,7 +125,7 @@ message list, the message in the message viewer, etc). *forward* [-A] [address...] Opens the composer to forward the selected message to another recipient. *-A*: Forward the message as an RFC 8022 attachment. *-A*: Forward the message as an RFC 822 attachment.[message trimmed]