diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-02 20:53:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-02 20:53:38 +0000 |
commit | ed58a1f70d22d5a297a3e0a53e40e6613017e1dc (patch) | |
tree | e5070e35e446267df00beb5fb690a476354d7c04 /package/mutt/Config.in | |
parent | 673ee97c2f01e4102e1935af3b729dc325b20eef (diff) | |
download | buildroot-novena-ed58a1f70d22d5a297a3e0a53e40e6613017e1dc.tar.gz buildroot-novena-ed58a1f70d22d5a297a3e0a53e40e6613017e1dc.zip |
- add mutt. Will need wchar massage
Diffstat (limited to 'package/mutt/Config.in')
-rw-r--r-- | package/mutt/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/mutt/Config.in b/package/mutt/Config.in new file mode 100644 index 000000000..cce0ed6b9 --- /dev/null +++ b/package/mutt/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_MUTT + bool "mutt" + default n + select BR2_PACKAGE_NCURSES + help + Mutt is a sophisticated text-based Mail User Agent (MUA) + + http://www.mutt.org/ + |