aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/muttprofile.rb
diff options
context:
space:
mode:
authorAlexis Hildebrandt2009-12-27 12:25:15 +0100
committerMax Howell2010-01-23 11:35:21 +0000
commitbb3d72d8e736ca34f2bf31892d2bf7a15b24a568 (patch)
treed83faaca512b3f46bfc60f85c7ba4f7070ebe952 /Library/Formula/muttprofile.rb
parentb1d22b760192b9483062e0271fb7776d42c4b6b4 (diff)
downloadhomebrew-bb3d72d8e736ca34f2bf31892d2bf7a15b24a568.tar.bz2
Muttprofile 1.0.1
A utility to choose profiles with the Mutt email client. It is useful at least in the following cases: - You have so many profiles that it is hard to find convenient key mappings to load them - You have so many profiles that is is hard to remember how many of them you actually have or what are they for? - If you prefer choosing profiles interactively rather than using keyboard shortcuts.
Diffstat (limited to 'Library/Formula/muttprofile.rb')
-rw-r--r--Library/Formula/muttprofile.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/muttprofile.rb b/Library/Formula/muttprofile.rb
new file mode 100644
index 000000000..41d3c98af
--- /dev/null
+++ b/Library/Formula/muttprofile.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Muttprofile <Formula
+ url 'http://www.acoustics.hut.fi/~mara/mutt/muttprofile'
+ homepage 'http://www.acoustics.hut.fi/~mara/mutt/muttprofile.html'
+ md5 'b292d75ed65cd4776628808d715430f1'
+ version '1.0.1'
+
+ def install
+ bin.install "muttprofile"
+ end
+end