diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-06 15:49:39 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-06 15:49:39 +0100 |
commit | 8a8223774923e80d3a65660b8e2329be30f776da (patch) | |
tree | 86d0cdc5c5c3477836a64f70d801ae14b606bff5 /mutt/view_attachment.sh | |
parent | b23337499a10130828f27ae4b77f65ba41330b10 (diff) |
Adds working neomutt config - offlineimap too
Diffstat (limited to '')
-rwxr-xr-x | mutt/view_attachment.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/view_attachment.sh b/mutt/view_attachment.sh index a7651b4..f391399 100755 --- a/mutt/view_attachment.sh +++ b/mutt/view_attachment.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash # # Author: Eric Gebhart # |