1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: roundcube-plugin-compose-addressbook
Section: web
Priority: optional
Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@alioth-lists.debian.net>
Uploaders: Guilhem Moulin <guilhem@debian.org>
Build-Depends: cleancss, debhelper-compat (= 13), pigz, pkg-php-tools, uglifyjs
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/roundcube-team/plugins-extra/compose_addressbook.git -b debian/latest
Vcs-Browser: https://salsa.debian.org/roundcube-team/plugins-extra/compose_addressbook
Homepage: https://github.com/corbosman/compose_addressbook
Package: roundcube-plugin-compose-addressbook
Architecture: all
Depends: roundcube-core,
roundcube-skin-classic,
${misc:Depends},
${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace} roundcube-plugins-extra (<< 1.6~)
Breaks: roundcube-plugins-extra (<< 1.6~), ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: compose_addressbook plugin for Roundcube Webmail
Roundcube Webmail is a browser-based multilingual IMAP client with an
application-like user interface. It provides full functionality
expected from an e-mail client, including MIME support, address book,
folder manipulation and message filters.
.
This package provide the 'compose_addressbook' third-party plugin, which adds
a button to the compose screen thereby enabling contact selection with the
mouse. These contacts can then be added to recipients (To/Cc/Bcc) with a mouse
click.
.
This plugin does not work with the larry skin, as it already has an
addressbook in the compose area. Only use with the classic skin.
|