--- src/folder_manager.cxx.orig Wed Aug 17 10:16:03 2005 +++ src/folder_manager.cxx Wed Aug 17 10:18:45 2005 @@ -474,54 +474,54 @@ bg->Center(); bg->XDistance(4); html_gadget *helptxt=new html_gadget; - helptxt->Text("
The folder management is divided in 2 areas: --The folder controllers allows to create, rename, delete, move and copy -real folders from one IO to another. IOs are the different places for -folders - like your home directory (~/Mail), the folder archive (~/Mail/ARCHIVE).
-Each IO normally allows only unique folder names - ie they are stored in files. But -different IOs may have the same folder names. -
-To move mail from a folder (eg received) into the folder archiv do this: -
-The folder editor handles the so called 'virtual folders' or -vfolders. To use this you have to enable the 'advanced vfolder concept' -in the main preferences. -
-Every real folder belongs to one or more virtual folders -and every vertiual folder has one or more real folders in it.
-The idea is to have only a handfull visible folders in the mail window (this only -shows the virtual folders) but they belong to different IOs - eg. all your -POP3 servers may write their mails in different real folders but you will see -all mails in one vfolder - but you can still access the real folders of each -POP3 server if you also create a virtual folders for this.
- -An image that might help you: -
- +--------+ +--------+ +--------+ - |vfolder1| |vfolder2| +-----|vfolder3| - +--------+ +--------+ / +--------+ - | | / | - +---------+ +--------------------+ +-------------+ - |~/Mail/f1| |/var/spool/mail/user| |.../ARCHIV/f2| - +---------+ +--------------------+ +-------------+ --
-"); + helptxt->Text("
The folder management is divided in 2 areas:" +"" +"The folder controllers allows to create, rename, delete, move and copy" +"real folders from one IO to another. IOs are the different places for" +"folders - like your home directory (~/Mail), the folder archive (~/Mail/ARCHIVE).
" +"Each IO normally allows only unique folder names - ie they are stored in files. But " +"different IOs may have the same folder names." +"
" +"To move mail from a folder (eg received) into the folder archiv do this:" +"
" +"The folder editor handles the so called 'virtual folders' or" +"vfolders. To use this you have to enable the 'advanced vfolder concept'" +"in the main preferences." +"
" +"Every real folder belongs to one or more virtual folders" +"and every vertiual folder has one or more real folders in it.
" +"The idea is to have only a handfull visible folders in the mail window (this only " +"shows the virtual folders) but they belong to different IOs - eg. all your" +"POP3 servers may write their mails in different real folders but you will see " +"all mails in one vfolder - but you can still access the real folders of each " +"POP3 server if you also create a virtual folders for this.
" +"" +"An image that might help you:" +"
" +" +--------+ +--------+ +--------+" +" |vfolder1| |vfolder2| +-----|vfolder3|" +" +--------+ +--------+ / +--------+" +" | | / | " +" +---------+ +--------------------+ +-------------+" +" |~/Mail/f1| |/var/spool/mail/user| |.../ARCHIV/f2|" +" +---------+ +--------------------+ +-------------+" +"" +"
" +""); bg->Add(helptxt); cd->Add("Information/Short help",bg);