1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: muttprofile
Section: mail
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends-Indep: perl
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/muttprofile.git
Vcs-Git: git://anonscm.debian.org/collab-maint/muttprofile.git
Package: muttprofile
Architecture: all
Depends: ${misc:Depends}, perl (>= 5.8.1-1), mutt
Description: utility to choose profiles in Mutt
A profile in Mutt is simply a specific subset of the configuration. You may
have a personal and a work profile, each of which uses the same base
configuration and then overrides specific configuration items like the email
address.
.
muttprofile gives an easy way to switch between such profiles from within
a running instance of Mutt. Quite simple and quite beautiful, and implemented
in perl.
|