diff options
| author | Teddy Wing | 2016-04-17 21:32:53 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-04-17 21:32:53 -0400 |
| commit | ad2d9e0e1fa965ef94fcbf6e239729008cc34ba2 (patch) | |
| tree | a09d63f4c19165cb3fb6a3fd66f05f4f38cffd6c /testdata | |
| parent | 9240db56a7202b238b7880da9c82b1e73089f02e (diff) | |
| download | mutt-alias-auto-add-ad2d9e0e1fa965ef94fcbf6e239729008cc34ba2.tar.bz2 | |
Create a function that will check whether an alias is in a file
This will allow us to pass an alias and grep for it in a given file.
Just a rough outline to start. Added a super basic test and a file in
"testdata" to operate on for testing.
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/aliases b/testdata/aliases new file mode 100644 index 0000000..a8a08a8 --- /dev/null +++ b/testdata/aliases @@ -0,0 +1 @@ +alias farnsworth-hubert Hubert Farnsworth <professor@planetexpress.com> |
