Completely cleanup the folders management (create/subscribe etc) code.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 26 Mar 2005 18:48:43 +0000 (18:48 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 26 Mar 2005 18:48:43 +0000 (18:48 +0000)
commit32aa007421fc0e1b8620d091a804d61d15c74ba6
tree95fa2b059fde08263e9bf43674d8deb347c7dc57
parentb0b33df9e58751052d432b2d2df362649f14f999
Completely cleanup the folders management (create/subscribe etc) code.
- Remove the many small src/folders_*, concentrate their functionality
  in functions/folder_manip.php and call that from folders.php.
- Saves duplicate code and an IMAP call here and there.
- Improve the code itself, replace complex structures with simpler ones
  which acheive the same.
- Improve UI by adding Cancel buttons where appropriate.
- Some other small fixes.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9140 7612ce4b-ef26-0410-bec9-ea0150e637f0
ChangeLog
functions/folder_manip.php [new file with mode: 0644]
src/folders.php
src/folders_create.php [deleted file]
src/folders_delete.php [deleted file]
src/folders_rename_do.php [deleted file]
src/folders_rename_getname.php [deleted file]
src/folders_subscribe.php [deleted file]