For general coniguration hints please consult the FAQ document in docs/ directory.

General overview
-----------------
In prototype 13, YoSucker adds a multi-user support (do not confuse with the multi-account 
support that has been part of YoSucker since the very first public release). What does it 
mean? Well, you no longer depend on one centralized conf/ directory. YoSucker now first 
checks for a .yosucker directory in your home directory. If it exists, YoSucker will use 
the account configuration file(s) from this directory - ignoring the YoSucker-path/conf/ 
settings. If the ~/.yosucker is not found, YoSucker will run using the global settings.

Example: To make YoSucker available for all users on your system, just:
- extract YoSucker tar file (as root) in /usr/local directory
- create a symbolic link for /usr/local/YoSucker/bin/YoSucker somewhere 
  in your $PATH, or add /usr/local/YoSucker/bin to $PATH variable of all
  users (by editing for example /etc/profile)
- create the .yosucker directory in home directory of every user and copy
  the conf/sample1.conf template there
- let the users customize their ~/.yosucker/*.conf files in order to  
  download their yahoo mail...

Or... just do it your way!!! :-)
