diff options
Diffstat (limited to 'openwrt/package/fetchmail/Config.in')
-rw-r--r-- | openwrt/package/fetchmail/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/fetchmail/Config.in b/openwrt/package/fetchmail/Config.in new file mode 100644 index 0000000000..bc6cdfe8aa --- /dev/null +++ b/openwrt/package/fetchmail/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_FETCHMAIL + prompt "fetchmail......................... Remote mail retriever" + tristate + default m if CONFIG_DEVEL + help + Retrieves remote mail via POP/IMAP + + Very useful in conjunction with mutt. |