0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/languages
John Fawcett 668960ccf6 Add a flag to mailbox table for enable/disable smtp protocol. The table column name
is "smtp_active". This enables use of this flag instead of active flag for postfix
mysql queries. There is a new configuration parameter $CONF['smtp_active_flag'] =
YES or NO, which defaults to NO, providing the existing behaviour. When set to YES
the active_smtp field is displayed in the edit mode and can be modified.
The commit includes update to the language files and documentation.

The commit does not include the code to add the field to existing installs,
which I presume can be added during the release cycle in upgrade.php along the
lines of:

_db_add_field('mailbox',  'smtp_active', 'int DEFAULT 1');
2024-01-09 20:50:49 +01:00
..
bg.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
ca.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
cn.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
cs.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
da.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
de.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
en.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
es.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
et.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
eu.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
fi.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
fo.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
fr.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
gl.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
hr.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
hu.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
index.php PSR2 -> PSR12 formatting 2022-06-28 13:46:11 +01:00
is.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
it.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
ja.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
language-update.sh language-update.sh: silence warning about undefined $CONF variable 2020-04-22 00:26:45 +02:00
language.php improved Ukranian language file; thanks andrew.kudrinov-at-gmail... 2021-02-26 19:29:47 +00:00
lt.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
mk.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
nb.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
nl.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
nn.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
pl.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
pt-br.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
pt-pt.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
ro.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
ru.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
sk.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
sl.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
sv.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
tr.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
tw.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00
ua.lang Add a flag to mailbox table for enable/disable smtp protocol. The table column name 2024-01-09 20:50:49 +01:00