Hi Aaron
Ok so i followed your doc and added in everything the same way you did but then when i go to mount the filesystem it throws back a load of "code/crap

" see below. I have tried different version of the mount.gmailfs and got different errors i can also post them up but bassically it was giving out about not enough arguments given and "username" is not a valid argument stuff like that, i will post them up in 20 min if thats any help.
Thanks again for the help on this one
Regards
Al.
command im running:
mount -t gmailfs /usr/bin/gmailfs.py /home/alan/gmail -o username=gmailaccount,password=passwd,fsname=12344
Ignored option :rw
Ignored option :0
Traceback (most recent call last):
File "/sbin/mount.gmailfs", line 164, in ?
main(mountpoint, namedOptions, useEncfs)
File "/sbin/mount.gmailfs", line 90, in main
gmailfs.main(mountpoint, namedOptions)
File "/usr/bin/gmailfs.py", line 1130, in main
server = Gmailfs(mountpoint, **namedOptions)
File "/usr/bin/gmailfs.py", line 542, in __init__
Fuse.__init__(self, mountpoint, **kw)
File "/usr/lib/python2.4/site-packages/fuse.py", line 559, in __init__
self.parser = parserclass(*args, **kw)
File "/usr/lib/python2.4/site-packages/fuse.py", line 223, in __init__
SubbedOptParse.__init__(self, *args, **kw)
File "/usr/lib/python2.4/site-packages/fuseparts/subbedopts.py", line 239, in __init__
OptionParser.__init__(self, *args, **kw)
TypeError: __init__() got multiple values for keyword argument 'usage'