~falsifian

https://www.falsifian.org/

Trackers

~falsifian/s3d

Last active 1 year, 10 months ago

#7 incorrect documentation for syntax option 1 year, 1 month ago

Ticket created by ~falsifian on ~martanne/vis

The man page says the default value for the syntax option is off, but I get syntax highlighting anyway because of the filetype plugin, which is enabled by default (at least on OpenBSD current).

It would be better for the man page to describe what actually happens.

(Would it be better to make the default be called auto, and make off signal to the filetype plugin that it should leave the option alone? I'm new to vis, but as an initial impression, needing to subscribe to WIN_OPEN to disable syntax highlighting seems a bit messy.)

#48 Support not marking messages as read when viewed 1 year, 5 months ago

Comment by ~falsifian on ~rjarry/aerc

https://lists.sr.ht/~rjarry/aerc-devel/patches/33568 addresses this.

I decided to make it a configuration option instead of the suggested -u flag because the :view command isn't the only thing that can cause a message to get viewed. I changed NewMessageStoreView so that a new configuration option controls whether it marks the message as seen.

#48 Support not marking messages as read when viewed 1 year, 5 months ago

Ticket created by ~falsifian on ~rjarry/aerc

I use the "seen" flag to mark messages as "dealt with", and don't want messages to be automatically marked as seen.

I brought this up on IRC last month and ~rjarry suggested adding a -u flag to :view which prevents it from marking the message as read.