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.master
parent
331924a3bc
commit
68b8f144c9
|
@ -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
|
Loading…
Reference in New Issue