open email client with 300 unread messages from today lambadalambda Re: Pleroma/Pleroma Family relative looks at my screen What are those names? You are on the dark web, aren't you?
@phnt also i guess you kinda are on the darkweb
Replying to @phnt@fluffytail.org
@phnt sorry for closing 300 issues
@lain No worries, there are quick ways to solve my issue
$ for message_id in $(notmuch search --output=messages tag:pleromagit and tag:unread and date:today); do
if [ -n "$(echo ${message_id} | grep 'pleroma/pleroma/issues/[0-9].*/close')" ]; then
if [ -n "$(notmuch show ${message_id} | grep '\*@lambadalambda\* closed')" ]; then
notmuch tag -unread ${message_id}
fi
fi
done
Replying to @phnt@fluffytail.org
@phnt umm that's not mutt