homebrew-core/Formula/muttprofile.rb
Alexis Hildebrandt 68b8f144c9 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.
2010-01-23 11:35:21 +00:00

12 lines
288 B
Ruby

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