diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-26 00:42:00 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-26 00:42:00 +0100 |
commit | 2d8938f6bef5a7afc4d4f65df9188634de25ef0f (patch) | |
tree | 2cfd5a9ce13e86a9ecc7d723e91c31c5845c018d /mutt_check_attachment | |
parent | d5a5b224b549dc17f472fc8a13270d6041f62546 (diff) | |
download | Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.tar.gz Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.tar.zst Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.zip |
Add tipping hint
Diffstat (limited to 'mutt_check_attachment')
-rwxr-xr-x | mutt_check_attachment | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt_check_attachment b/mutt_check_attachment index f99112f..2365194 100755 --- a/mutt_check_attachment +++ b/mutt_check_attachment | |||
@@ -10,6 +10,9 @@ | |||
10 | ## | 10 | ## |
11 | 11 | ||
12 | 12 | ||
13 | # Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping | ||
14 | |||
15 | |||
13 | ## Attachment keywords that the message body will be searched for: | 16 | ## Attachment keywords that the message body will be searched for: |
14 | KEYWORDS='attach|joint|voici|voil' | 17 | KEYWORDS='attach|joint|voici|voil' |
15 | 18 | ||