pimutils / mates.rs

A very simple commandline addressbook
MIT License
63 stars 9 forks source link

Using mates with aerc #30

Closed erikh closed 3 years ago

erikh commented 3 years ago

The first blank line in the mutt-query is gumming up https://aerc-mail.org; I decided to write a little wrapper for it.

#!/bin/sh

mates mutt-query "$1" | tail -n +2

Which gets around the problem. Just dropping it here for anyone who needs it. Thanks for the tool!