rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit 1416e344baa5929bb257769e5c67596e8d091a1e
parent 26f68b05edd0633c5d6a416f1ae566c1ffab64a4
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 10 Mar 2018 14:08:31 +0100

Fix rpsieve edit.

Diffstat:
Mbin/rpsieve | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/rpsieve b/bin/rpsieve @@ -32,7 +32,7 @@ ft="$profile/filters.txt" fs="$profile/filters.sieve" ab="$profile/whitelist.abook" -[ -n "$et" ] && vim "$ft" +[ -n "$ed" ] && vim "$ft" [ -f "$ft" ] || { echo " * no filters.txt file"