You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-12-05 11:22:03 +03:00
- replaced tabs with spaces in fetchmail.php and fetchmail.tpl
- whitespace changes only, no other difference git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@164 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@@ -76,6 +76,7 @@ if ($new || $edit) $display_status = 0;
|
||||
$fm_struct=array( // list($editible,$view,$type,$title,$comment)
|
||||
# first column: allow editing?
|
||||
# second column: display field?
|
||||
# the others: type title help text (in edit form)
|
||||
"id" => array(0,0,'id', 'ID', 'Record ID'),
|
||||
"mailbox" => array(1,1,'enum', 'Mailbox', 'Local mailbox'),
|
||||
"src_server" => array(1,1,'text', 'Server', 'Remote Server'),
|
||||
|
||||
Reference in New Issue
Block a user