dotfiles/.mutt/scripts/search-msgid.sh

3 lines
89 B
Bash
Executable File

#!/bin/sh
luakit "https://marc.info/?i=$(cat - | sed -n 's/^Message-ID: <\(.*\)>/\1/p')"