1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/mail/imp/files/patch-config::conf.xml
Thierry Thomas e003a17469 Upgrade to 4.0.
The major changes compared to the IMP 3.x versions are:
	* Much improved message format support through Horde's rewritten MIME
	  system.
	* Many, many additional and improved mime viewers for attachments.
	* Encrypting, signing, decrypting and verifying of signed and encrypted
	  messages (PGP/GPG and S/MIME).
	* Message filters moved to a separate application (Ingo) to support more
	  filter backends and a more robust/comprehensive/easy-to-use UI.
	* Full charset support in folders, mailbox, message and compose views.
	* Mail folders in the left menu.
	* Experimental support for virtual folders.
	* Preview of attachments in compose view.
	* Send attachments as links.
	* Option to not save attachments with sent mail.
	* Navigation through message and mailbox views with arrow keys.
	* View all messages of a thread.
	* HTML message composition with a cross-browser WYSIWIG editor.
	* Fetching mails from other email accounts to view with IMP.
	* Message previews in mailbox view.
	* Prevent message loss during compositon due to session timeouts.
	* Management of shared IMAP folders.
	* Priority settings for composed messages.
	* User management for supported IMAP servers.
	* Integrated quota support.
	* Support for mailing list headers.
	* Ability to forward multiple messages at once.
	* Downloading of all attachments from a message as a single ZIP file.
	* Stripping individual attachments from messages.
	* Alias and "tied to" addresses in user identities.
	* Authentication with Horde credentials.
	* Graphical emoticons and country flags in message view.
	* Various caching improvements to drastically minimize duplicate IMAP
	  server->web server traffic.

This is a resurrection of the previous mail/imp, upgraded from mail/imp3.

PR:		ports/75434
Submitted by:	/me
2004-12-26 10:26:14 +00:00

26 lines
1.5 KiB
XML

--- config/conf.xml.orig Mon Nov 22 09:40:29 2004
+++ config/conf.xml Mon Nov 29 11:51:54 2004
@@ -6,11 +6,11 @@
<configheader>External Utilities</configheader>
<configstring name="spellchecker" required="false" desc="Enter the location
of the binary to either aspell or ispell to enable the spell checker. If
- this is empty, then spell checking will be disabled."></configstring>
+ this is empty, then spell checking will be disabled.">%%ASPELL%%</configstring>
<configstring name="gnupg" required="false" desc="If you want users to have
the option of using the GNU Privacy Guard program to decrypt/encrypt PGP
files, enter the location of the 'gpg' binary here. If this is empty this
- feature will be disabled."></configstring>
+ feature will be disabled.">%%GPG%%</configstring>
<configmultienum name="gnupg_keyserver" required="false" desc="The address of
the public PGP keyserver(s) to use.">wwwkeys.pgp.net
<values>
@@ -23,7 +23,7 @@
connecting to the PGP keyserver. Timeouts are not supported on all
systems.">10</configstring>
<configstring name="openssl_cafile" required="false" desc="The location of
- the root certificates bundle.">/somewhere/ca-bundle.crt</configstring>
+ the root certificates bundle.">/usr/local/etc/ssl.crt/ca-bundle.crt</configstring>
<configstring name="openssl_binary" required="false" desc="The location of
the OpenSSL binary on your system. This program is REQUIRED to import
personal S/MIME certificate information, as there is no native PHP function