Skip to content

Commit

Permalink
Rename ytnefprocess.pl to just ytnefprocess.
Browse files Browse the repository at this point in the history
Adding a scripting language suffix to a script does not add
any relevant information to end users, and means a rewrite
in another language would probably need a rename (or else would
be very awkward and confusing).
  • Loading branch information
jmallach committed Feb 22, 2017
1 parent 3edee36 commit 0807e4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Usage
Automatic stripping of TNEF streams using procmail:
---------------------------------------------------

If you want to use ytnefprocess.pl, then make sure to do the following:
If you want to use ytnefprocess, then make sure to do the following:

1. Build and install ytnef as described in the Installation section.
2. Make a directory `~/.ytnef`
Expand All @@ -46,7 +46,7 @@ If you want to use ytnefprocess.pl, then make sure to do the following:
HOME=/home/randall
:0fw
* > 0
| /usr/bin/ytnefprocess.pl
| /usr/bin/ytnefprocess
```

and Voilà! you should be ready to go.
Expand Down
4 changes: 2 additions & 2 deletions ytnef/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bin_PROGRAMS = ytnef
bin_SCRIPTS = ytnefprocess.pl
bin_SCRIPTS = ytnefprocess

ytnef_SOURCES = main.c
ytnef_CPPFLAGS = -I$(top_srcdir)/lib
Expand All @@ -11,4 +11,4 @@ ytnef_CFLAGS = \
$(NULL)


EXTRA_DIST = vcal.c vcard.c vtask.c utility.c settings.c ytnefprocess.pl
EXTRA_DIST = vcal.c vcard.c vtask.c utility.c settings.c ytnefprocess
2 changes: 1 addition & 1 deletion ytnef/README.ytnefprocess
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Add these lines to your .procmailrc:

:0Bfw
* Content-Type:.*application/ms-tnef.*
| /usr/bin/ytnefprocess.pl
| /usr/bin/ytnefprocess
File renamed without changes.

0 comments on commit 0807e4c

Please sign in to comment.