~acsqdotme

Milwaukee, WI

https://www.acsq.me/

Recent activity

[PATCH today v2] Add TODAY_OPEN variable for decryption 5 months ago

From Ángel Castañeda to ~sotirisp/today

---
v1 -> v2: s/TODAY_CAT/TODAY_OPEN/

 doc/today.1.scd | 6 +++++-
 today           | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/today.1.scd b/doc/today.1.scd
index 0e08255..9ec53a6 100644
--- a/doc/today.1.scd
+++ b/doc/today.1.scd
@@ -61,6 +61,10 @@ appropriate environment variables.
	The suffix added after the date in journal filenames. Defaults to *.md*
	if unset.
[message trimmed]

[PATCH today] Add TODAY_CAT variable for decryption 5 months ago

From Ángel Castañeda to ~sotirisp/today

---
all the other variables let you have an encrypted diary, but I had to
manually change the `cat` to `gpg -dq` to have `today log` work.
 doc/today.1.scd | 6 +++++-
 today           | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/today.1.scd b/doc/today.1.scd
index 0e08255..148ad6a 100644
--- a/doc/today.1.scd
+++ b/doc/today.1.scd
@@ -61,6 +61,10 @@ appropriate environment variables.
	The suffix added after the date in journal filenames. Defaults to *.md*
	if unset.
[message trimmed]

[PATCH gamja] docs/setup: proxy pass host to soju websock 6 months ago

From Ángel Castañeda to ~emersion/public-inbox

---
 doc/setup.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/setup.md b/doc/setup.md
index 65d7aa2..5949612 100644
--- a/doc/setup.md
+++ b/doc/setup.md
@@ -40,6 +40,7 @@ location /socket {
	proxy_set_header Connection "Upgrade";
	proxy_set_header X-Forwarded-For $remote_addr;
	proxy_set_header X-Forwarded-Proto $scheme;
	proxy_set_header Host $host;
}
[message trimmed]

Re: [PATCH aerc v3 3/3] commands: add align 8 months ago

From Ángel Castañeda to ~rjarry/aerc-devel

On Mon Jan 29, 2024 at 2:51 PM CST, Koni Marti wrote:
> Add a new :align command that aligns the selected message vertically at
> the top, center, or bottom of the message list.
>
> The command requires a position argument that can either be: "top",
> "center", or "bottom".
>
> Create the following default keybinds:
> 	zz = :align center<Enter>
> 	zt = :align top<Enter>
> 	zb = :align bottom<Enter>

Thanks for the quick patch!

Re: [PATCH aerc v2] commands: implement scrolloff 8 months ago

From Ángel Castañeda to ~rjarry/aerc-devel

On Sun Jan 28, 2024 at 7:29 AM CST, Koni Marti wrote:
> Suggested-by: acsqdotme

Thanks so much for making this patch! I'm a big fan of scrollback.

> :scrolloff [ n | "center" ]
>
> This should cover most, if not all, use cases. You can center it with
> :so "center" and disble it with :so 0.

One thing I'll add is this won't be enough to have 'zz' as in vim i.e.
centering the current line but not touching the scrollback value.

You'd need to somehow chain commands like this to get what vim gives:

mail-deleted hooks for :archived on git head 8 months ago

From Ángel Castañeda to ~rjarry/aerc-devel

On origin/master but not on the lastest release 0.16.0, when I :archive
flat on an email, it activates my mail-deleted hook in aerc.conf I
tested it both on notmuch and maildir backend with the same result.

It still shows up in my Archive folder unscathed, but I just thought it
was useful to know in case someone had a more dangerous hook than me.
Hopefully someone else can replicate this.

mail-deleted=notify-send "deleted email from $AERC_ACCOUNT"

best,
ángel

[PATCH aerc/wiki v2] Fix link to htmlquote.md 8 months ago

From Ángel Castañeda to ~rjarry/aerc-devel

Signed-off-by: Ángel Castañeda <angel@acsq.me>
---
 configurations/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configurations/index.md b/configurations/index.md
index 5f819a92..0a652c37 100644
--- a/configurations/index.md
+++ b/configurations/index.md
@@ -5,4 +5,4 @@ title: "aerc-wiki: Configurations"
- [colors](configurations/colors.md)
- [notmuch](configurations/notmuch.md)
- [style sets](configurations/stylesets.md)
- [html quoting in replies](htmlquote.md)
[message trimmed]

Re: [PATCH aerc/wiki] Fix link to htmlquote.md 8 months ago

From Ángel Castañeda to ~rjarry/aerc-devel

hmmm, somehow messed this up. one sec.

[PATCH aerc/wiki] Fix link to htmlquote.md 8 months ago

From Ángel Castañeda to ~rjarry/aerc-devel

Signed-off-by: Ángel Castañeda <angel@acsq.me>
---
 configurations/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configurations/index.md b/configurations/index.md
index 5f819a92..9e8ac4de 100644
--- a/configurations/index.md
+++ b/configurations/index.md
@@ -5,4 +5,4 @@ title: "aerc-wiki: Configurations"
- [colors](configurations/colors.md)
- [notmuch](configurations/notmuch.md)
- [style sets](configurations/stylesets.md)
- [html quoting in replies](htmlquote.md)
[message trimmed]

Re: Last updated for path in repo query 10 months ago

From Ángel Castañeda to ~sircmpwn/sr.ht-discuss

I figured out an okay solution for my project (querying the git history
locally), but I think having a feature for figuring out the last commit
isn't too weird for someone to want. 

Could I make a feature request for having the last commit hash be cached
per tree item in the git.sr.ht api? That way you can get the date,
author, commit message, etc from just saving one thing.

thanks again,
ángel