pidgin/purple-plugin-pack

Tweak plugins.cfg for switchspell to note the change in enchant support
org.guifications.plugins
2008-07-22, rekkanoryo
6bf9c444fc79
Tweak plugins.cfg for switchspell to note the change in enchant support
status, which is unfortunately somewhat buggy. I'll trust the distro
packagers to handle this correctly for their individual distros.
/*--------------------------------------------------------------------------*
* AUTOPROFILE *
* *
* A Purple away message and profile manager that supports dynamic text *
* *
* AutoProfile is the legal property of its developers. Please refer to *
* the COPYRIGHT file distributed with this source distribution. *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the Free Software *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
*--------------------------------------------------------------------------*/
/* Size definitions (0 indicates not compatible) */
#define AP_SIZE_MAXIMUM 2048
/* Profile sizes */
#define AP_SIZE_PROFILE_MAX 2048
#define AP_SIZE_PROFILE_AIM 2048
#define AP_SIZE_PROFILE_ICQ 0
#define AP_SIZE_PROFILE_JABBER 0
#define AP_SIZE_PROFILE_MSN 0
#define AP_SIZE_PROFILE_YAHOO 0
/* Away message sizes */
#define AP_SIZE_AWAY_MAX 2048
#define AP_SIZE_AWAY_AIM 2048
/* Available message sizes */
#define AP_SIZE_AVAILABLE_MAX 512
#define AP_SIZE_AVAILABLE_AIM 60
#define AP_SIZE_AVAILABLE_ICQ 0
// jabber
#define AP_SIZE_AVAILABLE_MSN 0
#define AP_SIZE_AVAILABLE_YAHOO 512
/* End size definitions */