- allow customizing phonebook location.
- add Nautilus script to fax file.
- since we already have an ActiveQ variable we don't need to send "sendq"
  to update_queue_status.
- use gtk about instead of gnome about
- Add small deamon to watch cups output and run gfax.

- cover page stuff.
- add emailing
- add log of numbers called.
- modfy multiple jobs.

- Mgetty+Sendfax support.

- add searching phone number on send fax page. (auto search)
- add help.
- show "my" sent faxes or all faxes or sort at least
- query entire job information, destination company etc.
- add view recevied faxes.

- change transmit agent to enum so the property editor works right.
- change main listview to object
- clean up my variable naming :-)

D-Bus support

D-Bus support needs to be added for Efax.  Basically the efax thread will
communicate via dbus.  It should initially be able to do the following:

From gfax to efax
	start queue loop
	cancel job
	
From efax to gfax
	job id currently working on
	job status
	received fax  - later, receive support isn't in yet.
