- add Nautilus script to fax file.
- since we already have an ActiveQ variable we don't need to send "sendq"
  to update_queue_status.

- cover page stuff.
- get environment and set open file to $HOME
- add emailing
- add log of numbers called.
- modify fax job in send queue.

- 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
- put "ShowFinish" in send druid.
- add edit phone book attibutes (file name etc) - maybe.
- query entire job information, destination company etc.

- clean up the whole phone book mess.
- redo fax classes.
- 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.
