zsh-workers
 help / color / mirror / code / Atom feed
* Re: bug in _mutt ?
       [not found] <20000619211650.A5701@br-online.de>
@ 2000-06-19 20:18 ` Bart Schaefer
  2000-06-20 11:28   ` Andy Spiegl
  0 siblings, 1 reply; 24+ messages in thread
From: Bart Schaefer @ 2000-06-19 20:18 UTC (permalink / raw)
  To: Andy Spiegl; +Cc: zsh-workers

On Mon, 19 Jun 2000, Andy Spiegl wrote:

>  % mutt -f <TAB>
> results in:
>  % mutt -f _all_labels:39: command not found: -M
> 
> My mistake somewhere or a bug?

It's probably a bug, but it must have something to do with your styles, as
I don't get this.

Have you looked at the output from _complete_debug (use <ctrl-x ?> instead
of <TAB>)?


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-19 20:18 ` bug in _mutt ? Bart Schaefer
@ 2000-06-20 11:28   ` Andy Spiegl
  2000-06-20 11:53     ` Peter Stephenson
  2000-06-20 14:02     ` Clint Adams
  0 siblings, 2 replies; 24+ messages in thread
From: Andy Spiegl @ 2000-06-20 11:28 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 3170 bytes --]

> It's probably a bug, but it must have something to do with your styles, as
> I don't get this.
You are right.  When I start zsh without my .zshrc it works as expected.

> Have you looked at the output from _complete_debug (use <ctrl-x ?> instead
> of <TAB>)?
I did just now (didn't know this feature till now), but I must admit, that
I don't understand the output.  I'll attach it to this mail for the
experts.  I assume the relevant part is here:

 trace _all_labels:39(while else)> -M m:{A-Za-z}={a-zA-Z} -F _comp_ignore -J files -X ^[[01;33mmailbox specification^[[22;36m files expl mailbox specification
 _all_labels:39: command not found: -M

This looks like it has to do with this zstyle option of mine:
 # complete case insensitive
 zstyle ":completion:*" matcher-list 'm:{A-Za-z}={a-zA-Z}'

But if I remove that, this happens:
 % mutt -f <TAB>
 % mutt -f _all_labels:39: command not found: -F
Not much better. :-)

Here are all my zstyle options that concern mutt:
 muttaliases=( `/home/spiegl/bin/list.mail.aliases` )
 muttusers=( `cat $HOME/.br.users` $muttaliases )
 zstyle ':completion:*:mutt:*' users $muttusers
 # where to find mutt "mailboxes" and "alias" settings
 muttrc=~/.mutt/local
 # if no completion can be found, show all files
 zstyle ':completion:*:*:muttf:argument*' tag-order globbed-files all-files

And in ~/.mutt/local is (not only) this:
 # Mailboxes
 mailboxes =alert
 mailboxes =bugtraq =tripwire
 mailboxes ! =out/andy =out/heidi
 mailboxes ~/News/my.articles +postponed
 mailboxes =root =weberror =wwwcron =postmaster =webmaster =backupmaster
 mailboxes =ard-webtechnik =brnet
 mailboxes =junk =junk.spiegl =orakel
 mailboxes =sub/cus/rundbriefe =sub/cus/rundbriefe.muc
 mailboxes =sub/mutt =sub/zsh
 mailboxes =sub/linux/linux-ug =sub/linux/debian.security =sub/linux/debian.announce
 mailboxes =sub/linux/debian.commercial =sub/linux/debian.user.de =sub/linux/debian.user
 mailboxes =sub/kira =sub/akte


While we are talking about mutt completion, I'd really like to program it
so that I can use '=' at the front of a mailbox name to abbreviate ~/Mail/, 
but all my tries so far didn't work. :-(
In tcsh it was done like this:
complete mutt       c/-/"(a b c f F H i m n p R s v x y z Z h)"/ c/*@/\$hosts/ \
            c@=@F:$HOME/Mail/@ c@+@F:$HOME/Mail/@ \
            C@[./]@f@ n/-s/x:'<subject>'/ \
            n/-a/f/ n/-f/f/ n/-F/f/ n/-H/f/ n/-i/f/ \
            n@*@'`cat $HOME/.br.users;$HOME/bin/list.mail.aliases`'@

Thanks,
 Andy.

PS: I am using zsh 3.1.9-dev1-debian0619 (by Clint Adams <schizo@debian.org>)
-- 
 E-Mail: Andy@spiegl.de     URL: http://andy.spiegl.de
 PGP/GPG: see headers
                                o      _     _         _
  --------- __o       __o      /\_   _ \\o  (_)\__/o  (_)
  ------- _`\<,_    _`\<,_    _>(_) (_)/<_    \_| \   _|/' \/
  ------ (_)/ (_)  (_)/ (_)  (_)        (_)   (_)    (_)'  _\o_
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Plug-and-Play is really nice, unfortunately it only works 50% of the time.
 To be specific the "Plug" almost always works.            --unknown source

[-- Attachment #2: zsh25741mutt1 --]
[-- Type: text/plain, Size: 367184 bytes --]

trace _complete_debug:16()> _main_complete
trace _main_complete:19()> setopt localoptions nullglob rcexpandparam extendedglob
trace _main_complete:20()> unsetopt markdirs globsubst shwordsplit nounset ksharrays
trace _main_complete:24()> setopt localtraps noerrexit
trace _main_complete:24()> trap - ZERR
trace _main_complete:26()> local func funcs ret=1 tmp _compskip format nm call match _completers _completer _completer_num curtag _comp_force_list _matchers _matcher _matcher_num _comp_tags _comp_mesg context state line opt_args val_args curcontext= _last_nmatches=-1 _last_menu_style _def_menu_style _menu_style sel _saved_exact= _saved_lastprompt=yes _saved_list=ambiguous packed _saved_insert=automenu-unambiguous _saved_colors=(all-files):no=00:fi=00:di=00;33:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.cmd=00;35:*.exe=00;35:*.com=00;35:*.btm=00;35:*.bat=00;35:*.scr=00;35:*.vbs=04;35:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.deb=00;31:*.rpm=00;31:*.jpg=00;36:*.JPG=00;36:*.png=00;36:*.PNG=00;36:*.gif=00;36:*.GIF=00;36:*.bmp=00;36:*.BMP=00;36:*.ppm=00;36:*.tga=00;36:*.xbm=00;36:*.xpm=00;36:*.tif=00;36:*.TIF=00;36:*.mpg=01;36:*.mpe=01;36:*.mpeg=01;36:*.avi=01;36:*.AVI=01;36:*.fli=01;36:*.mov=01;36:*.rm=04;36:*.gl=01;36:*.dl=01;36:*.au=00;32:*.snd=00;32:*.wav=00;32:*.mid=00;32:*.midi=00;32:*.mp3=00;32:*.MP3=00;32:*.mod=00;32:*.MOD=00;32:*.ram=04;32:*.ra=04;32
trace _main_complete:37()> typeset -U _lastdescr _comp_ignore
trace _main_complete:39()> [[ -z  ]]
trace _main_complete:39(cmdand)> curcontext=::: 
trace _main_complete:41()> zstyle -s :completion::::: insert-tab tmp
trace _main_complete:41(cmdor)> tmp=no 
trace _main_complete:43(if)> [[ no == *pending(|[[:blank:]]*) || no == *pending=(#b)([0-9]##)(|[[:blank:]]*) ]]
trace _main_complete:51(if)> [[ automenu-unambiguous == tab* ]]
trace _main_complete:61(if)> [[ -z  ]]
trace _main_complete:62(then if)> compset -P 1 =
trace _main_complete:64(then elif)> [[  != */* &&  == ~ ]]
trace _main_complete:72()> _setup default
trace _setup:3()> local val nm=0
trace _setup:5()> [[ 1 -eq 1 ]]
trace _setup:5(cmdand)> 2=default 
trace _setup:7(if)> zstyle -a :completion:::::default list-colors val
trace _setup:8(then)> zmodload -i zsh/complist
trace _setup:9(then if)> [[ default == default ]]
trace _setup:10(then then)> ZLS_COLORS=no=00:fi=00:di=00;33:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.cmd=00;35:*.exe=00;35:*.com=00;35:*.btm=00;35:*.bat=00;35:*.scr=00;35:*.vbs=04;35:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.deb=00;31:*.rpm=00;31:*.jpg=00;36:*.JPG=00;36:*.png=00;36:*.PNG=00;36:*.gif=00;36:*.GIF=00;36:*.bmp=00;36:*.BMP=00;36:*.ppm=00;36:*.tga=00;36:*.xbm=00;36:*.xpm=00;36:*.tif=00;36:*.TIF=00;36:*.mpg=01;36:*.mpe=01;36:*.mpeg=01;36:*.avi=01;36:*.AVI=01;36:*.fli=01;36:*.mov=01;36:*.rm=04;36:*.gl=01;36:*.dl=01;36:*.au=00;32:*.snd=00;32:*.wav=00;32:*.mid=00;32:*.midi=00;32:*.mp3=00;32:*.MP3=00;32:*.mod=00;32:*.MOD=00;32:*.ram=04;32:*.ra=04;32 
trace _setup:32(if)> zstyle -t :completion:::::default list-packed
trace _setup:34(elif)> [[ 2 -eq 1 ]]
trace _setup:37(else)> compstate[list]=ambiguous packed 
trace _setup:40(if)> zstyle -t :completion:::::default list-rows-first
trace _setup:42(elif)> [[ 2 -eq 1 ]]
trace _setup:45(else)> compstate[list]=ambiguous packed 
trace _setup:48(if)> zstyle -t :completion:::::default last-prompt
trace _setup:50(elif)> [[ 2 -eq 1 ]]
trace _setup:53(else)> compstate[last_prompt]=yes 
trace _setup:56(if)> zstyle -t :completion:::::default accept-exact
trace _setup:58(elif)> [[ 2 -eq 1 ]]
trace _setup:61(else)> compstate[exact]= 
trace _setup:64()> [[ _last_nmatches -ge 0 ]]
trace _setup:67(if)> zstyle -a :completion:::::default menu val
trace _setup:68(then)> _last_nmatches=0 
trace _setup:69(then)> _last_menu_style=( select=5 ) 
trace _setup:74()> [[  != always ]]
trace _setup:75(cmdand)> zstyle -s :completion:::::default force-list val
trace _main_complete:73()> _def_menu_style=( select=5 ) 
trace _main_complete:82()> _last_menu_style=( ) 
trace _main_complete:84(if)> zstyle -s :completion:::::default list-prompt tmp
trace _main_complete:88(if)> zstyle -s :completion:::::default select-prompt tmp
trace _main_complete:92(if)> zstyle -s :completion:::::default select-scroll tmp
trace _main_complete:99(if)> ((  0  ))
trace _main_complete:111(else)> zstyle -a :completion::::: completer _completers
trace _main_complete:117()> _completer_num=1 
trace _main_complete:121()> funcs=( ) 
trace _main_complete:122()> compprefuncs=( ) 
trace _main_complete:127(for)> tmp=_expand_dots
trace _main_complete:129(for if)> [[ -n  ]]
trace _main_complete:131(for elif)> [[ _expand_dots == *:-* ]]
trace _main_complete:134(for elif)> [[ _expand_dots == *:* ]]
trace _main_complete:138(for else)> _completer=expand-dots 
trace _main_complete:140(for)> curcontext=:expand-dots:: 
trace _main_complete:142(for)> zstyle -a :completion::expand-dots::: matcher-list _matchers
trace _main_complete:145(for)> _matcher_num=1 
trace _main_complete:146(for for)> _matcher=m:{A-Za-z}={a-zA-Z}
trace _main_complete:147(for for if)> [[ -n  ]]
trace _main_complete:152(for for elif)> _expand_dots
trace _expand_dots:7()> local word sub
trace _expand_dots:8()> local patl=(#b)([^\/]).. patr=(#b)..([^\/])
trace _expand_dots:9()> local repl=/.. repr=../
trace _expand_dots:13()> [[ _matcher_num -gt 1 ]]
trace _expand_dots:15(if)> [[ _main_complete == _prefix ]]
trace _expand_dots:18(else)> word= 
trace _expand_dots:23()> setopt localoptions extendedglob
trace _expand_dots:25()> sub= 
trace _expand_dots:27(while)> [[  == *...* ]]
trace _expand_dots:30()> sub= 
trace _expand_dots:31()> sub= 
trace _expand_dots:33()> [[  !=  ]]
trace _main_complete:156(for for)> ((  _matcher_num++  ))
trace _main_complete:158(for)> ((  _completer_num++  ))
trace _main_complete:127(for)> tmp=_complete
trace _main_complete:129(for if)> [[ -n  ]]
trace _main_complete:131(for elif)> [[ _complete == *:-* ]]
trace _main_complete:134(for elif)> [[ _complete == *:* ]]
trace _main_complete:138(for else)> _completer=complete 
trace _main_complete:140(for)> curcontext=:complete:: 
trace _main_complete:142(for)> zstyle -a :completion::complete::: matcher-list _matchers
trace _main_complete:145(for)> _matcher_num=1 
trace _main_complete:146(for for)> _matcher=m:{A-Za-z}={a-zA-Z}
trace _main_complete:147(for for if)> [[ -n  ]]
trace _main_complete:152(for for elif)> _complete
trace _complete:7()> local comp name oldcontext
trace _complete:8()> typeset -T curcontext=:complete:: ccarray
trace _complete:10()> oldcontext=:complete:: 
trace _complete:14(if)> [[ -n  ]]
trace _complete:25()> comp=_first 
trace _complete:26(if)> [[ ! -z _first ]]
trace _complete:27(then)> ccarray[3]=-first- 
trace _complete:28(then)> _first
trace _complete:29(then if)> [[  == all ]]
trace _complete:39()> [[ -n  ]]
trace _complete:43(if)> [[ command == command ]]
trace _complete:44(then)> curcontext=:complete:: 
trace _complete:45(then)> _normal -s
trace _normal:3()> local comp command cmd1 cmd2 pat val name i ret=1 _compskip=
trace _normal:4()> local curcontext=:complete::
trace _normal:11()> [[ -s == -s ]]
trace _normal:17()> command=mutt 
trace _normal:18(if)> [[ CURRENT -eq 1 ]]
trace _normal:26(else if)> ((  0 + 0  ))
trace _normal:29(else elif)> [[ m == = ]]
trace _normal:33(else elif)> [[ mutt == */* ]]
trace _normal:38(else else)> cmd1=mutt 
trace _normal:39(else else)> cmd2=/usr/bin/mutt 
trace _normal:40(else else)> curcontext=:complete:mutt: 
trace _normal:46(if)> [[  != (all|*patterns*) ]]
trace _normal:56(then if)> [[ -n /usr/bin/mutt ]]
trace _normal:71()> name=mutt 
trace _normal:72()> comp=_mutt 
trace _normal:74()> [[ -z _mutt ]]
trace _normal:78(if)> [[ -n _mutt ]]
trace _normal:79(then)> _compskip=patterns 
trace _normal:80(then)> _mutt
trace _mutt:3()> local curcontext=:complete:mutt: state line ret=1
trace _mutt:4()> typeset -A opt_args
trace _mutt:6()> _arguments -C ::recipient:->userhost -a:MIME attachment:_files -b:BCC recipient:->userhost -c:CC recipient:->userhost -e:post-init configuration: -f+:mailbox: _mailboxes -F+:init file:_files -h+:help: -H+:draft file:_files -i:include file:_files -m+:default mailbox type:(mbox MMDF MH Maildir) -n+:bypass system configuration: -p+:resume postponed message: -R+:open in read-only mode: -s+:subject: -v+:version: -x+:emulate mailx compose: -y+:start listing mailboxes: -z+:start only if new messages: -Z+:open first mailbox with new mail:
trace _arguments:6()> local long cmd=mutt descr mesg subopts opt usecc autod
trace _arguments:7()> local oldcontext=:complete:mutt: hasopts
trace _arguments:9()> long=0 
trace _arguments:10(if)> ((  long  ))
trace _arguments:157()> subopts=( ) 
trace _arguments:158(while)> [[ -C == -(O*|C) ]]
trace _arguments:159(while case)> case -C (-C)
trace _arguments:160(while case)> usecc=yes 
trace _arguments:160(while case)> shift
trace _arguments:158(while)> [[ ::recipient:->userhost == -(O*|C) ]]
trace _arguments:166()> zstyle -s :completion::complete:mutt::options auto-description autod
trace _arguments:168(if)> ((  20  ))
trace _arguments:168(if cmdand)> comparguments -i %d ::recipient:->userhost -a:MIME attachment:_files -b:BCC recipient:->userhost -c:CC recipient:->userhost -e:post-init configuration: -f+:mailbox: _mailboxes -F+:init file:_files -h+:help: -H+:draft file:_files -i:include file:_files -m+:default mailbox type:(mbox MMDF MH Maildir) -n+:bypass system configuration: -p+:resume postponed message: -R+:open in read-only mode: -s+:subject: -v+:version: -x+:emulate mailx compose: -y+:start listing mailboxes: -z+:start only if new messages: -Z+:open first mailbox with new mail:
trace _arguments:169(then)> local action noargs aret expl local tried
trace _arguments:170(then)> local next direct odirect equal single matcher matched ws tmp1 tmp2 tmp3
trace _arguments:171(then)> local opts subc tc prefix suffix descrs actions subcs anum
trace _arguments:172(then)> local origpre= origipre= nm=0
trace _arguments:174(then if)> comparguments -D descrs actions subcs
trace _arguments:175(then then if)> comparguments -O next direct odirect equal
trace _arguments:179(then then else)> _tags option-f-1
trace _tags:3()> local prev
trace _tags:10(if)> [[ option-f-1 == -- ]]
trace _tags:15(if)> ((  1  ))
trace _tags:19(then)> local curcontext=:complete:mutt: order tag nodef tmp
trace _tags:21(then if)> [[ option-f-1 == -C?* ]]
trace _tags:24(then elif)> [[ option-f-1 == -C ]]
trace _tags:28(then else)> targs=( ) 
trace _tags:31(then)> [[ option-f-1 == -(|-) ]]
trace _tags:33(then if)> zstyle -a :completion::complete:mutt:: group-order order
trace _tags:34(then then)> local name
trace _tags:36(then then for)> name=builtins
trace _tags:37(then then for)> compadd -J builtins
trace _tags:38(then then for)> compadd -V builtins
trace _tags:39(then then for)> compadd -J builtins -1
trace _tags:40(then then for)> compadd -V builtins -1
trace _tags:41(then then for)> compadd -J builtins -2
trace _tags:42(then then for)> compadd -V builtins -2
trace _tags:36(then then for)> name=functions
trace _tags:37(then then for)> compadd -J functions
trace _tags:38(then then for)> compadd -V functions
trace _tags:39(then then for)> compadd -J functions -1
trace _tags:40(then then for)> compadd -V functions -1
trace _tags:41(then then for)> compadd -J functions -2
trace _tags:42(then then for)> compadd -V functions -2
trace _tags:36(then then for)> name=aliases
trace _tags:37(then then for)> compadd -J aliases
trace _tags:38(then then for)> compadd -V aliases
trace _tags:39(then then for)> compadd -J aliases -1
trace _tags:40(then then for)> compadd -V aliases -1
trace _tags:41(then then for)> compadd -J aliases -2
trace _tags:42(then then for)> compadd -V aliases -2
trace _tags:36(then then for)> name=commands
trace _tags:37(then then for)> compadd -J commands
trace _tags:38(then then for)> compadd -V commands
trace _tags:39(then then for)> compadd -J commands -1
trace _tags:40(then then for)> compadd -V commands -1
trace _tags:41(then then for)> compadd -J commands -2
trace _tags:42(then then for)> compadd -V commands -2
trace _tags:48(then)> comptags -i :complete:mutt: option-f-1
trace _tags:52(then if)> [[ -n  ]]
trace _tags:55(then else)> zstyle -a :completion::complete:mutt:: tag-order order
trace _tags:56(then else cmdor)> order=( (|*-)argument-* (|*-)option-* values options ) 
trace _tags:58(then else for)> tag=(|*-)argument-* (|*-)option-* values
trace _tags:59(then else for case)> case (|*-)argument-* (|*-)option-* values (-)
trace _tags:59(then else for case)> case (|*-)argument-* (|*-)option-* values (*())
trace _tags:59(then else for case)> case (|*-)argument-* (|*-)option-* values (!*)
trace _tags:59(then else for case)> case (|*-)argument-* (|*-)option-* values (?*)
trace _tags:67(then else for case)> comptry -m (|*-)argument-* (|*-)option-* values
trace _tags:58(then else for)> tag=options
trace _tags:59(then else for case)> case options (-)
trace _tags:59(then else for case)> case options (*())
trace _tags:59(then else for case)> case options (!*)
trace _tags:59(then else for case)> case options (?*)
trace _tags:67(then else for case)> comptry -m options
trace _tags:71(then else)> [[ -z  ]]
trace _tags:71(then else cmdand)> comptry option-f-1
trace _tags:76(then)> comptags -T
trace _tags:78(then)> return
trace _arguments:199(then)> comparguments -M matcher
trace _arguments:201(then)> context=( ) 
trace _arguments:202(then)> state=( ) 
trace _arguments:204(then while)> true
trace _arguments:205(then while while)> _tags
trace _tags:3()> local prev
trace _tags:10(if)> [[  == -- ]]
trace _tags:15(if)> ((  0  ))
trace _tags:83()> comptags -N
trace _arguments:206(then while while)> anum=1 
trace _arguments:207(then while while while)> [[ anum -le 1 ]]
trace _arguments:209(then while while while)> action= _mailboxes 
trace _arguments:210(then while while while)> descr=mailbox 
trace _arguments:211(then while while while)> subc=option-f-1 
trace _arguments:213(then while while while if)> [[ -n  ]]
trace _arguments:213(then while while while if cmdor)> _requested option-f-1
trace _requested:3()> local __gopt=-J
trace _requested:5(if)> [[ option-f-1 == -([12]|)[VJ] ]]
trace _requested:10(if)> comptags -R option-f-1
trace _requested:11(then if)> [[ 1 -gt 3 ]]
trace _requested:13(then elif)> [[ 1 -gt 1 ]]
trace _requested:16(then)> return 0
trace _arguments:215(then while while while then)> curcontext=:complete:mutt:option-f-1 
trace _arguments:217(then while while while then)> _description option-f-1 expl mailbox
trace _description:3()> local name gropt=-J format gname hidden hide match opts
trace _description:5()> opts=( ) 
trace _description:7(if)> [[ option-f-1 == -([12]|)[VJ] ]]
trace _description:12()> _lastdescr=(  mailbox ) 
trace _description:14()> zstyle -s :completion::complete:mutt:option-f-1:option-f-1 group-name gname
trace _description:15(cmdand)> [[ -z  ]]
trace _description:15(cmdand cmdand)> gname=option-f-1 
trace _description:17()> _setup option-f-1 option-f-1
trace _setup:3()> local val nm=0
trace _setup:5()> [[ 2 -eq 1 ]]
trace _setup:7(if)> zstyle -a :completion::complete:mutt:option-f-1:option-f-1 list-colors val
trace _setup:8(then)> zmodload -i zsh/complist
trace _setup:9(then if)> [[ option-f-1 == default ]]
trace _setup:12(then else)> local simple grouped
trace _setup:14(then else)> simple=( (option-f-1) ) 
trace _setup:15(then else)> grouped=( ) 
trace _setup:16(then else)> simple=(option-f-1): 
trace _setup:17(then else)> grouped=: 
trace _setup:18(then else)> [[ no=00:fi=00:di=00;33:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.cmd=00;35:*.exe=00;35:*.com=00;35:*.btm=00;35:*.bat=00;35:*.scr=00;35:*.vbs=04;35:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.deb=00;31:*.rpm=00;31:*.jpg=00;36:*.JPG=00;36:*.png=00;36:*.PNG=00;36:*.gif=00;36:*.GIF=00;36:*.bmp=00;36:*.BMP=00;36:*.ppm=00;36:*.tga=00;36:*.xbm=00;36:*.xpm=00;36:*.tif=00;36:*.TIF=00;36:*.mpg=01;36:*.mpe=01;36:*.mpeg=01;36:*.avi=01;36:*.AVI=01;36:*.fli=01;36:*.mov=01;36:*.rm=04;36:*.gl=01;36:*.dl=01;36:*.au=00;32:*.snd=00;32:*.wav=00;32:*.mid=00;32:*.midi=00;32:*.mp3=00;32:*.MP3=00;32:*.mod=00;32:*.MOD=00;32:*.ram=04;32:*.ra=04;32 != *(option-f-1):* ]]
trace _setup:18(then else cmdand)> ZLS_COLORS=(option-f-1):no=00:fi=00:di=00;33:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.cmd=00;35:*.exe=00;35:*.com=00;35:*.btm=00;35:*.bat=00;35:*.scr=00;35:*.vbs=04;35:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.deb=00;31:*.rpm=00;31:*.jpg=00;36:*.JPG=00;36:*.png=00;36:*.PNG=00;36:*.gif=00;36:*.GIF=00;36:*.bmp=00;36:*.BMP=00;36:*.ppm=00;36:*.tga=00;36:*.xbm=00;36:*.xpm=00;36:*.tif=00;36:*.TIF=00;36:*.mpg=01;36:*.mpe=01;36:*.mpeg=01;36:*.avi=01;36:*.AVI=01;36:*.fli=01;36:*.mov=01;36:*.rm=04;36:*.gl=01;36:*.dl=01;36:*.au=00;32:*.snd=00;32:*.wav=00;32:*.mid=00;32:*.midi=00;32:*.mp3=00;32:*.MP3=00;32:*.mod=00;32:*.MOD=00;32:*.ram=04;32:*.ra=04;32 
trace _setup:19(then else)> [[ (option-f-1):no=00:fi=00:di=00;33:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.cmd=00;35:*.exe=00;35:*.com=00;35:*.btm=00;35:*.bat=00;35:*.scr=00;35:*.vbs=04;35:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.deb=00;31:*.rpm=00;31:*.jpg=00;36:*.JPG=00;36:*.png=00;36:*.PNG=00;36:*.gif=00;36:*.GIF=00;36:*.bmp=00;36:*.BMP=00;36:*.ppm=00;36:*.tga=00;36:*.xbm=00;36:*.xpm=00;36:*.tif=00;36:*.TIF=00;36:*.mpg=01;36:*.mpe=01;36:*.mpeg=01;36:*.avi=01;36:*.AVI=01;36:*.fli=01;36:*.mov=01;36:*.rm=04;36:*.gl=01;36:*.dl=01;36:*.au=00;32:*.snd=00;32:*.wav=00;32:*.mid=00;32:*.midi=00;32:*.mp3=00;32:*.MP3=00;32:*.mod=00;32:*.MOD=00;32:*.ram=04;32:*.ra=04;32 != *:* ]]
trace _setup:32(if)> zstyle -t :completion::complete:mutt:option-f-1:option-f-1 list-packed
trace _setup:34(elif)> [[ 2 -eq 1 ]]
trace _setup:37(else)> compstate[list]=ambiguous packed 
trace _setup:40(if)> zstyle -t :completion::complete:mutt:option-f-1:option-f-1 list-rows-first
trace _setup:42(elif)> [[ 2 -eq 1 ]]
trace _setup:45(else)> compstate[list]=ambiguous packed 
trace _setup:48(if)> zstyle -t :completion::complete:mutt:option-f-1:option-f-1 last-prompt
trace _setup:50(elif)> [[ 2 -eq 1 ]]
trace _setup:53(else)> compstate[last_prompt]=yes 
trace _setup:56(if)> zstyle -t :completion::complete:mutt:option-f-1:option-f-1 accept-exact
trace _setup:58(elif)> [[ 2 -eq 1 ]]
trace _setup:61(else)> compstate[exact]= 
trace _setup:64()> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
trace _setup:67(if)> zstyle -a :completion::complete:mutt:option-f-1:option-f-1 menu val
trace _setup:68(then)> _last_nmatches=0 
trace _setup:69(then)> _last_menu_style=( select=5 ) 
trace _setup:74()> [[  != always ]]
trace _setup:75(cmdand)> zstyle -s :completion::complete:mutt:option-f-1:option-f-1 force-list val
trace _description:19()> name=expl 
trace _description:21()> zstyle -s :completion::complete:mutt:option-f-1:option-f-1 format format
trace _description:22(cmdor)> zstyle -s :completion::complete:mutt:option-f-1:descriptions format format
trace _description:24(if)> zstyle -s :completion::complete:mutt:option-f-1:option-f-1 hidden hidden
trace _description:29()> zstyle -s :completion::complete:mutt:option-f-1:option-f-1 matcher match
trace _description:31()> [[ -n m:{A-Za-z}={a-zA-Z} ]]
trace _description:31(cmdand)> opts=( -M m:{A-Za-z}={a-zA-Z} ) 
trace _description:33(if)> [[ -z  ]]
trace _description:34(then)> zstyle -a :completion::complete:mutt:option-f-1:option-f-1 ignored-patterns _comp_ignore
trace _description:35(then cmdor)> _comp_ignore=( ) 
trace _description:37(then)> zstyle -s :completion::complete:mutt:option-f-1:option-f-1 ignore-line hidden
trace _description:48(then)> ((  0  ))
trace _description:53()> shift 2
trace _description:54()> [[ -n ^[[01;33m%d^[[22;36m ]]
trace _description:54(cmdand)> zformat -f format ^[[01;33m%d^[[22;36m d:mailbox
trace _description:56(if)> [[ -n option-f-1 ]]
trace _description:57(then if)> [[ -n ^[[01;33mmailbox^[[22;36m ]]
trace _description:58(then then)> set -A expl -M m:{A-Za-z}={a-zA-Z} -J option-f-1 -X ^[[01;33mmailbox^[[22;36m
trace _description:70()> return 0
trace _arguments:219(then while while while then if)> [[  _mailboxes == = * ]]
trace _arguments:225(then while while while then if)> [[  _mailboxes == ->* ]]
trace _arguments:239(then while while while then else if)> [[ -z  ]]
trace _arguments:240(then while while while then else then)> local line
trace _arguments:241(then while while while then else then)> typeset -A opt_args
trace _arguments:242(then while while while then else then)> local=yes 
trace _arguments:245(then while while while then else)> comparguments -W line opt_args
trace _arguments:247(then while while while then else if)> [[  _mailboxes ==  # ]]
trace _arguments:255(then while while while then else elif)> [[  _mailboxes == ((*)) ]]
trace _arguments:264(then while while while then else elif)> [[  _mailboxes == (*) ]]
trace _arguments:271(then while while while then else elif)> [[  _mailboxes == {*} ]]
trace _arguments:279(then while while while then else elif)> [[  _mailboxes ==  * ]]
trace _arguments:283(then while while while then else elif-then)> eval action=(  _mailboxes )
trace _arguments:283(then while while while then else elif-then)> action=( _mailboxes ) 
trace _arguments:284(then while while while then else elif-then while)> _next_label option-f-1 expl mailbox
trace _next_label:3()> local __gopt=-J __descr __spec
trace _next_label:5(if)> [[ option-f-1 == -([12]|)[VJ] ]]
trace _next_label:10(if)> comptags -A option-f-1 curtag __spec
trace _next_label:11(then)> _comp_tags= option-f-1  
trace _next_label:12(then if)> [[ option-f-1 == *:* ]]
trace _next_label:18(then else)> _description -J option-f-1 expl mailbox
trace _description:3()> local name gropt=-J format gname hidden hide match opts
trace _description:5()> opts=( ) 
trace _description:7(if)> [[ -J == -([12]|)[VJ] ]]
trace _description:8(then)> gropt=-J 
trace _description:9(then)> shift
trace _description:12()> _lastdescr=(  mailbox mailbox ) 
trace _description:14()> zstyle -s :completion::complete:mutt:option-f-1:option-f-1 group-name gname
trace _description:15(cmdand)> [[ -z  ]]
trace _description:15(cmdand cmdand)> gname=option-f-1 
trace _description:17()> _setup option-f-1 option-f-1
trace _setup:3()> local val nm=0
trace _setup:5()> [[ 2 -eq 1 ]]
trace _setup:7(if)> zstyle -a :completion::complete:mutt:option-f-1:option-f-1 list-colors val
trace _setup:8(then)> zmodload -i zsh/complist
trace _setup:9(then if)> [[ option-f-1 == default ]]
trace _setup:12(then else)> local simple grouped
trace _setup:14(then else)> simple=( (option-f-1) ) 
trace _setup:15(then else)> grouped=( ) 
trace _setup:16(then else)> simple=(option-f-1): 
trace _setup:17(then else)> grouped=: 
trace _setup:18(then else)> [[ (option-f-1):no=00:fi=00:di=00;33:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.cmd=00;35:*.exe=00;35:*.com=00;35:*.btm=00;35:*.bat=00;35:*.scr=00;35:*.vbs=04;35:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.deb=00;31:*.rpm=00;31:*.jpg=00;36:*.JPG=00;36:*.png=00;36:*.PNG=00;36:*.gif=00;36:*.GIF=00;36:*.bmp=00;36:*.BMP=00;36:*.ppm=00;36:*.tga=00;36:*.xbm=00;36:*.xpm=00;36:*.tif=00;36:*.TIF=00;36:*.mpg=01;36:*.mpe=01;36:*.mpeg=01;36:*.avi=01;36:*.AVI=01;36:*.fli=01;36:*.mov=01;36:*.rm=04;36:*.gl=01;36:*.dl=01;36:*.au=00;32:*.snd=00;32:*.wav=00;32:*.mid=00;32:*.midi=00;32:*.mp3=00;32:*.MP3=00;32:*.mod=00;32:*.MOD=00;32:*.ram=04;32:*.ra=04;32 != *(option-f-1):* ]]
trace _setup:19(then else)> [[ (option-f-1):no=00:fi=00:di=00;33:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.cmd=00;35:*.exe=00;35:*.com=00;35:*.btm=00;35:*.bat=00;35:*.scr=00;35:*.vbs=04;35:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.deb=00;31:*.rpm=00;31:*.jpg=00;36:*.JPG=00;36:*.png=00;36:*.PNG=00;36:*.gif=00;36:*.GIF=00;36:*.bmp=00;36:*.BMP=00;36:*.ppm=00;36:*.tga=00;36:*.xbm=00;36:*.xpm=00;36:*.tif=00;36:*.TIF=00;36:*.mpg=01;36:*.mpe=01;36:*.mpeg=01;36:*.avi=01;36:*.AVI=01;36:*.fli=01;36:*.mov=01;36:*.rm=04;36:*.gl=01;36:*.dl=01;36:*.au=00;32:*.snd=00;32:*.wav=00;32:*.mid=00;32:*.midi=00;32:*.mp3=00;32:*.MP3=00;32:*.mod=00;32:*.MOD=00;32:*.ram=04;32:*.ra=04;32 != *:* ]]
trace _setup:32(if)> zstyle -t :completion::complete:mutt:option-f-1:option-f-1 list-packed
trace _setup:34(elif)> [[ 2 -eq 1 ]]
trace _setup:37(else)> compstate[list]=ambiguous packed 
trace _setup:40(if)> zstyle -t :completion::complete:mutt:option-f-1:option-f-1 list-rows-first
trace _setup:42(elif)> [[ 2 -eq 1 ]]
trace _setup:45(else)> compstate[list]=ambiguous packed 
trace _setup:48(if)> zstyle -t :completion::complete:mutt:option-f-1:option-f-1 last-prompt
trace _setup:50(elif)> [[ 2 -eq 1 ]]
trace _setup:53(else)> compstate[last_prompt]=yes 
trace _setup:56(if)> zstyle -t :completion::complete:mutt:option-f-1:option-f-1 accept-exact
trace _setup:58(elif)> [[ 2 -eq 1 ]]
trace _setup:61(else)> compstate[exact]= 
trace _setup:64()> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
trace _setup:67(if)> zstyle -a :completion::complete:mutt:option-f-1:option-f-1 menu val
trace _setup:68(then)> _last_nmatches=0 
trace _setup:69(then)> _last_menu_style=( select=5 ) 
trace _setup:74()> [[  != always ]]
trace _setup:75(cmdand)> zstyle -s :completion::complete:mutt:option-f-1:option-f-1 force-list val
trace _description:19()> name=expl 
trace _description:21()> zstyle -s :completion::complete:mutt:option-f-1:option-f-1 format format
trace _description:22(cmdor)> zstyle -s :completion::complete:mutt:option-f-1:descriptions format format
trace _description:24(if)> zstyle -s :completion::complete:mutt:option-f-1:option-f-1 hidden hidden
trace _description:29()> zstyle -s :completion::complete:mutt:option-f-1:option-f-1 matcher match
trace _description:31()> [[ -n m:{A-Za-z}={a-zA-Z} ]]
trace _description:31(cmdand)> opts=( -M m:{A-Za-z}={a-zA-Z} ) 
trace _description:33(if)> [[ -z  ]]
trace _description:34(then)> zstyle -a :completion::complete:mutt:option-f-1:option-f-1 ignored-patterns _comp_ignore
trace _description:35(then cmdor)> _comp_ignore=( ) 
trace _description:37(then)> zstyle -s :completion::complete:mutt:option-f-1:option-f-1 ignore-line hidden
trace _description:48(then)> ((  0  ))
trace _description:53()> shift 2
trace _description:54()> [[ -n ^[[01;33m%d^[[22;36m ]]
trace _description:54(cmdand)> zformat -f format ^[[01;33m%d^[[22;36m d:mailbox
trace _description:56(if)> [[ -n option-f-1 ]]
trace _description:57(then if)> [[ -n ^[[01;33mmailbox^[[22;36m ]]
trace _description:58(then then)> set -A expl -M m:{A-Za-z}={a-zA-Z} -J option-f-1 -X ^[[01;33mmailbox^[[22;36m
trace _description:70()> return 0
trace _next_label:19(then else)> set -A expl -M m:{A-Za-z}={a-zA-Z} -J option-f-1 -X ^[[01;33mmailbox^[[22;36m
trace _next_label:22(then)> return 0
trace _arguments:285(then while while while then else elif-then while)> _mailboxes
trace _mailboxes:4()> setopt localoptions nullglob
trace _mailboxes:8()> local -U muttboxes mboxes dirboxes MHboxes maildirboxes
trace _mailboxes:9()> local i j expl muttrc=/home/spiegl/.mutt/local
trace _mailboxes:10()> local pinedirectory=~/mail
trace _mailboxes:11()> local maildirectory=~/Mail
trace _mailboxes:13(if)> ((  ! 0  ))
trace _mailboxes:15(then)> [[ -f /home/spiegl/.mutt/local ]]
trace _mailboxes:15(then cmdand)> muttboxes=trace _mailboxes:15(then cmdand cmdsubst)> grep -i mailboxes /home/spiegl/.mutt/local
trace _mailboxes:15(then cmdand)> muttboxes=( Mailboxes mailboxes =alert mailboxes =bugtraq =tripwire mailboxes ! =out/andy =out/heidi mailboxes ~/News/my.articles +postponed mailboxes =root =weberror =wwwcron =postmaster =webmaster =backupmaster mailboxes =ard-webtechnik =brnet mailboxes =junk =junk.spiegl =orakel mailboxes =sub/cus/rundbriefe =sub/cus/rundbriefe.muc mailboxes =sub/mutt =sub/zsh mailboxes =sub/linux/linux-ug =sub/linux/debian.security =sub/linux/debian.announce mailboxes =sub/linux/debian.commercial =sub/linux/debian.user.de =sub/linux/debian.user mailboxes =sub/kira =sub/akte ) 
trace _mailboxes:17(then)> mboxes=( /home/spiegl/Mail/abluemel /home/spiegl/Mail/adone /home/spiegl/Mail/ag-online /home/spiegl/Mail/a-kalenderis /home/spiegl/Mail/alex /home/spiegl/Mail/alexander /home/spiegl/Mail/alexander-krombholz /home/spiegl/Mail/alexander.winnen /home/spiegl/Mail/alex.klemens /home/spiegl/Mail/alphaseek.junk /home/spiegl/Mail/ameisen /home/spiegl/Mail/andreas /home/spiegl/Mail/andreas.hoermann /home/spiegl/Mail/andre-rubach /home/spiegl/Mail/andy /home/spiegl/Mail/angi /home/spiegl/Mail/annuss /home/spiegl/Mail/apohl /home/spiegl/Mail/ard /home/spiegl/Mail/ard-webtechnik /home/spiegl/Mail/astrid /home/spiegl/Mail/autorequest /home/spiegl/Mail/axel /home/spiegl/Mail/ayaz.s /home/spiegl/Mail/backupmaster /home/spiegl/Mail/backupmaster.0.gz /home/spiegl/Mail/backupmaster.1.gz /home/spiegl/Mail/backupmaster.2.gz /home/spiegl/Mail/baumann /home/spiegl/Mail/bawagn /home/spiegl/Mail/bball /home/spiegl/Mail/benno.kaufmann /home/spiegl/Mail/beo /home/spiegl/Mail/bernd /home/spiegl/Mail/bernd.eberwein /home/spiegl/Mail/birgit.naumer /home/spiegl/Mail/bmtmail /home/spiegl/Mail/botmaster /home/spiegl/Mail/brainforce /home/spiegl/Mail/breunig /home/spiegl/Mail/brnet /home/spiegl/Mail/bugtraq /home/spiegl/Mail/bugtraq.1 /home/spiegl/Mail/cert-advisory /home/spiegl/Mail/chris_hohenberger /home/spiegl/Mail/claudia /home/spiegl/Mail/collegeradio /home/spiegl/Mail/cornelia /home/spiegl/Mail/cornelia.petratu /home/spiegl/Mail/cusanuswerk /home/spiegl/Mail/cvd /home/spiegl/Mail/cyberprofit /home/spiegl/Mail/dante /home/spiegl/Mail/dertag /home/spiegl/Mail/deuter /home/spiegl/Mail/domains /home/spiegl/Mail/ehangartner /home/spiegl/Mail/eldracher.martin /home/spiegl/Mail/erasmus /home/spiegl/Mail/ernst.koegler /home/spiegl/Mail/eveline.wermuth /home/spiegl/Mail/fabian /home/spiegl/Mail/fairad /home/spiegl/Mail/fendrich /home/spiegl/Mail/fettabsaugen.jpg /home/spiegl/Mail/firstsurf /home/spiegl/Mail/forum.der.technik /home/spiegl/Mail/frank.lott /home/spiegl/Mail/franz /home/spiegl/Mail/franz.lachermeier /home/spiegl/Mail/frei /home/spiegl/Mail/funny /home/spiegl/Mail/georg.heeg /home/spiegl/Mail/gericom /home/spiegl/Mail/gerold.walker /home/spiegl/Mail/goaman /home/spiegl/Mail/g.rank /home/spiegl/Mail/grossarl /home/spiegl/Mail/guenter /home/spiegl/Mail/guenther.woersching /home/spiegl/Mail/g.woersching /home/spiegl/Mail/haller /home/spiegl/Mail/hans /home/spiegl/Mail/hansen /home/spiegl/Mail/hans.spiegl /home/spiegl/Mail/harald.haller /home/spiegl/Mail/harald.milz /home/spiegl/Mail/hcts-moshi /home/spiegl/Mail/heidi /home/spiegl/Mail/heidrun.spiegl /home/spiegl/Mail/heise /home/spiegl/Mail/helga.guenther /home/spiegl/Mail/helgard /home/spiegl/Mail/helmreich /home/spiegl/Mail/helpdesk /home/spiegl/Mail/herrlerehbach /home/spiegl/Mail/herzblatt /home/spiegl/Mail/hexe /home/spiegl/Mail/hickisch /home/spiegl/Mail/hinz /home/spiegl/Mail/hjbauer /home/spiegl/Mail/holbach /home/spiegl/Mail/holger.froemert /home/spiegl/Mail/huber /home/spiegl/Mail/huelbrock /home/spiegl/Mail/hust /home/spiegl/Mail/ibis /home/spiegl/Mail/ie /home/spiegl/Mail/ieichens /home/spiegl/Mail/igor-vozdaev /home/spiegl/Mail/info /home/spiegl/Mail/inge /home/spiegl/Mail/inge.spiegl /home/spiegl/Mail/ingo.dinkel /home/spiegl/Mail/ingrid-mitterhummer /home/spiegl/Mail/irc /home/spiegl/Mail/isabell-boubong /home/spiegl/Mail/javakurs /home/spiegl/Mail/johannes.goetz /home/spiegl/Mail/johannes.stadler /home/spiegl/Mail/josef.konitzer /home/spiegl/Mail/j.steinbach /home/spiegl/Mail/junk /home/spiegl/Mail/junk.iname /home/spiegl/Mail/junk.spiegl /home/spiegl/Mail/jutta /home/spiegl/Mail/jutta.hohenberger /home/spiegl/Mail/jutta.wagenhuber /home/spiegl/Mail/karin.c.gillich /home/spiegl/Mail/karin.kerling /home/spiegl/Mail/kbuehler /home/spiegl/Mail/keder /home/spiegl/Mail/kelsh /home/spiegl/Mail/kerim.esen /home/spiegl/Mail/kinokino /home/spiegl/Mail/kino-mond-sterne /home/spiegl/Mail/kip /home/spiegl/Mail/klaus-maisch /home/spiegl/Mail/klaus.pulverer /home/spiegl/Mail/kleist.00.01 /home/spiegl/Mail/kleist.00.02 /home/spiegl/Mail/kleist.00.03 /home/spiegl/Mail/kleist.00.04 /home/spiegl/Mail/kleist.00.05 /home/spiegl/Mail/kleist.00.06 /home/spiegl/Mail/kleist.99.04 /home/spiegl/Mail/kleist.99.05 /home/spiegl/Mail/kleist.99.06 /home/spiegl/Mail/kleist.99.07 /home/spiegl/Mail/kleist.99.08 /home/spiegl/Mail/kleist.99.09 /home/spiegl/Mail/kleist.99.10 /home/spiegl/Mail/kleist.99.11 /home/spiegl/Mail/kleist.99.12 /home/spiegl/Mail/kopp /home/spiegl/Mail/krauss /home/spiegl/Mail/kredler /home/spiegl/Mail/krol /home/spiegl/Mail/krombholz /home/spiegl/Mail/kruener /home/spiegl/Mail/kuehnel /home/spiegl/Mail/lachermeier /home/spiegl/Mail/lehmanns /home/spiegl/Mail/lenz.grimmer /home/spiegl/Mail/letsbuyit /home/spiegl/Mail/loesung /home/spiegl/Mail/l.weh /home/spiegl/Mail/lysann /home/spiegl/Mail/lysann.michael /home/spiegl/Mail/markus /home/spiegl/Mail/martin.appel /home/spiegl/Mail/martin.henning /home/spiegl/Mail/mathieu /home/spiegl/Mail/mayer /home/spiegl/Mail/mbox.mpc /home/spiegl/Mail/mclason /home/spiegl/Mail/meggle /home/spiegl/Mail/meine-links /home/spiegl/Mail/mendres /home/spiegl/Mail/merlin /home/spiegl/Mail/meyer /home/spiegl/Mail/michael.metzger /home/spiegl/Mail/michael.uhlemann /home/spiegl/Mail/microsoft /home/spiegl/Mail/mnaumer /home/spiegl/Mail/muelleer /home/spiegl/Mail/murx /home/spiegl/Mail/natascha.sperl /home/spiegl/Mail/netscape.andy /home/spiegl/Mail/norbert /home/spiegl/Mail/nwiechern /home/spiegl/Mail/oli /home/spiegl/Mail/oliver.glowacki /home/spiegl/Mail/oliver.schoerrig /home/spiegl/Mail/orakel /home/spiegl/Mail/ostler /home/spiegl/Mail/patrick.wunsch /home/spiegl/Mail/pcspezialist /home/spiegl/Mail/peter /home/spiegl/Mail/peter.goetz /home/spiegl/Mail/peter.kanzow /home/spiegl/Mail/petra /home/spiegl/Mail/petra.zinth /home/spiegl/Mail/pfann /home/spiegl/Mail/postmaster /home/spiegl/Mail/procmail.reports /home/spiegl/Mail/programmierer /home/spiegl/Mail/p.stenz /home/spiegl/Mail/pumuckl /home/spiegl/Mail/rainer.biehn /home/spiegl/Mail/ralf.schraven.1999 /home/spiegl/Mail/ralf.schraven.2000 /home/spiegl/Mail/rank /home/spiegl/Mail/redaktion.multimedia /home/spiegl/Mail/redaktion.protokolle /home/spiegl/Mail/reichert /home/spiegl/Mail/reiner /home/spiegl/Mail/rejo /home/spiegl/Mail/r.lopuszanski /home/spiegl/Mail/robert /home/spiegl/Mail/robert.killinger /home/spiegl/Mail/roland.kaufmann /home/spiegl/Mail/roland.kaufmann.1999 /home/spiegl/Mail/roli.muc /home/spiegl/Mail/rubach /home/spiegl/Mail/rundschau-red /home/spiegl/Mail/rwkeller /home/spiegl/Mail/sandra /home/spiegl/Mail/sarra /home/spiegl/Mail/sarrazin /home/spiegl/Mail/schick /home/spiegl/Mail/schmid /home/spiegl/Mail/schmidt /home/spiegl/Mail/seifert /home/spiegl/Mail/sessner /home/spiegl/Mail/sgoetz /home/spiegl/Mail/siegert /home/spiegl/Mail/siegfried-kramer /home/spiegl/Mail/siegl /home/spiegl/Mail/simone.chorowski /home/spiegl/Mail/spacenet /home/spiegl/Mail/spicer /home/spiegl/Mail/spiegel /home/spiegl/Mail/spiegl /home/spiegl/Mail/stark /home/spiegl/Mail/steff /home/spiegl/Mail/stenz /home/spiegl/Mail/steve.00.01 /home/spiegl/Mail/steve.00.02 /home/spiegl/Mail/steve.00.03 /home/spiegl/Mail/steve.00.04 /home/spiegl/Mail/steve.00.05 /home/spiegl/Mail/steve.00.06 /home/spiegl/Mail/steve.99.04 /home/spiegl/Mail/steve.99.05 /home/spiegl/Mail/steve.99.06 /home/spiegl/Mail/steve.99.07 /home/spiegl/Mail/steve.99.08 /home/spiegl/Mail/steve.99.09 /home/spiegl/Mail/steve.99.10 /home/spiegl/Mail/steve.99.11 /home/spiegl/Mail/steve.99.12 /home/spiegl/Mail/strolz /home/spiegl/Mail/suse /home/spiegl/Mail/telekom /home/spiegl/Mail/thawte /home/spiegl/Mail/thomas.ahnert /home/spiegl/Mail/thomas.vogel /home/spiegl/Mail/to.all.user /home/spiegl/Mail/tom.schwaller /home/spiegl/Mail/topmail /home/spiegl/Mail/topqualitea /home/spiegl/Mail/tripwire /home/spiegl/Mail/tripwire.1999 /home/spiegl/Mail/trustcenter /home/spiegl/Mail/typemania /home/spiegl/Mail/uli /home/spiegl/Mail/uschi /home/spiegl/Mail/uschi-huelbrock /home/spiegl/Mail/uschi.spiegl /home/spiegl/Mail/veit.olischlaeger /home/spiegl/Mail/vmware /home/spiegl/Mail/volker-buchner /home/spiegl/Mail/volker-matthies /home/spiegl/Mail/wahl /home/spiegl/Mail/walter-koch /home/spiegl/Mail/weberror /home/spiegl/Mail/webmaster /home/spiegl/Mail/willmann /home/spiegl/Mail/woersching /home/spiegl/Mail/wolfgang /home/spiegl/Mail/wolfgang.neubauer /home/spiegl/Mail/wulfhimmel /home/spiegl/Mail/zdf /home/spiegl/Mail/zerberus /home/spiegl/Mail/zip ) 
trace _mailboxes:18(then)> dirboxes=( /home/spiegl/Mail/backup /home/spiegl/Mail/backup2 /home/spiegl/Mail/out /home/spiegl/Mail/sub ) 
trace _mailboxes:20(then while)> ((  4  ))
trace _mailboxes:21(then while)> i=/home/spiegl/Mail/backup 
trace _mailboxes:22(then while)> shift dirboxes
trace _mailboxes:23(then while if)> [[ -d /home/spiegl/Mail/backup/cur ]]
trace _mailboxes:25(then while elif)> j=( ) 
trace _mailboxes:25(then while elif cmdand)> [[ -n  ]]
trace _mailboxes:28(then while else)> mboxes=( /home/spiegl/Mail/abluemel /home/spiegl/Mail/adone /home/spiegl/Mail/ag-online /home/spiegl/Mail/a-kalenderis /home/spiegl/Mail/alex /home/spiegl/Mail/alexander /home/spiegl/Mail/alexander-krombholz /home/spiegl/Mail/alexander.winnen /home/spiegl/Mail/alex.klemens /home/spiegl/Mail/alphaseek.junk /home/spiegl/Mail/ameisen /home/spiegl/Mail/andreas /home/spiegl/Mail/andreas.hoermann /home/spiegl/Mail/andre-rubach /home/spiegl/Mail/andy /home/spiegl/Mail/angi /home/spiegl/Mail/annuss /home/spiegl/Mail/apohl /home/spiegl/Mail/ard /home/spiegl/Mail/ard-webtechnik /home/spiegl/Mail/astrid /home/spiegl/Mail/autorequest /home/spiegl/Mail/axel /home/spiegl/Mail/ayaz.s /home/spiegl/Mail/backupmaster /home/spiegl/Mail/backupmaster.0.gz /home/spiegl/Mail/backupmaster.1.gz /home/spiegl/Mail/backupmaster.2.gz /home/spiegl/Mail/baumann /home/spiegl/Mail/bawagn /home/spiegl/Mail/bball /home/spiegl/Mail/benno.kaufmann /home/spiegl/Mail/beo /home/spiegl/Mail/bernd /home/spiegl/Mail/bernd.eberwein /home/spiegl/Mail/birgit.naumer /home/spiegl/Mail/bmtmail /home/spiegl/Mail/botmaster /home/spiegl/Mail/brainforce /home/spiegl/Mail/breunig /home/spiegl/Mail/brnet /home/spiegl/Mail/bugtraq /home/spiegl/Mail/bugtraq.1 /home/spiegl/Mail/cert-advisory /home/spiegl/Mail/chris_hohenberger /home/spiegl/Mail/claudia /home/spiegl/Mail/collegeradio /home/spiegl/Mail/cornelia /home/spiegl/Mail/cornelia.petratu /home/spiegl/Mail/cusanuswerk /home/spiegl/Mail/cvd /home/spiegl/Mail/cyberprofit /home/spiegl/Mail/dante /home/spiegl/Mail/dertag /home/spiegl/Mail/deuter /home/spiegl/Mail/domains /home/spiegl/Mail/ehangartner /home/spiegl/Mail/eldracher.martin /home/spiegl/Mail/erasmus /home/spiegl/Mail/ernst.koegler /home/spiegl/Mail/eveline.wermuth /home/spiegl/Mail/fabian /home/spiegl/Mail/fairad /home/spiegl/Mail/fendrich /home/spiegl/Mail/fettabsaugen.jpg /home/spiegl/Mail/firstsurf /home/spiegl/Mail/forum.der.technik /home/spiegl/Mail/frank.lott /home/spiegl/Mail/franz /home/spiegl/Mail/franz.lachermeier /home/spiegl/Mail/frei /home/spiegl/Mail/funny /home/spiegl/Mail/georg.heeg /home/spiegl/Mail/gericom /home/spiegl/Mail/gerold.walker /home/spiegl/Mail/goaman /home/spiegl/Mail/g.rank /home/spiegl/Mail/grossarl /home/spiegl/Mail/guenter /home/spiegl/Mail/guenther.woersching /home/spiegl/Mail/g.woersching /home/spiegl/Mail/haller /home/spiegl/Mail/hans /home/spiegl/Mail/hansen /home/spiegl/Mail/hans.spiegl /home/spiegl/Mail/harald.haller /home/spiegl/Mail/harald.milz /home/spiegl/Mail/hcts-moshi /home/spiegl/Mail/heidi /home/spiegl/Mail/heidrun.spiegl /home/spiegl/Mail/heise /home/spiegl/Mail/helga.guenther /home/spiegl/Mail/helgard /home/spiegl/Mail/helmreich /home/spiegl/Mail/helpdesk /home/spiegl/Mail/herrlerehbach /home/spiegl/Mail/herzblatt /home/spiegl/Mail/hexe /home/spiegl/Mail/hickisch /home/spiegl/Mail/hinz /home/spiegl/Mail/hjbauer /home/spiegl/Mail/holbach /home/spiegl/Mail/holger.froemert /home/spiegl/Mail/huber /home/spiegl/Mail/huelbrock /home/spiegl/Mail/hust /home/spiegl/Mail/ibis /home/spiegl/Mail/ie /home/spiegl/Mail/ieichens /home/spiegl/Mail/igor-vozdaev /home/spiegl/Mail/info /home/spiegl/Mail/inge /home/spiegl/Mail/inge.spiegl /home/spiegl/Mail/ingo.dinkel /home/spiegl/Mail/ingrid-mitterhummer /home/spiegl/Mail/irc /home/spiegl/Mail/isabell-boubong /home/spiegl/Mail/javakurs /home/spiegl/Mail/johannes.goetz /home/spiegl/Mail/johannes.stadler /home/spiegl/Mail/josef.konitzer /home/spiegl/Mail/j.steinbach /home/spiegl/Mail/junk /home/spiegl/Mail/junk.iname /home/spiegl/Mail/junk.spiegl /home/spiegl/Mail/jutta /home/spiegl/Mail/jutta.hohenberger /home/spiegl/Mail/jutta.wagenhuber /home/spiegl/Mail/karin.c.gillich /home/spiegl/Mail/karin.kerling /home/spiegl/Mail/kbuehler /home/spiegl/Mail/keder /home/spiegl/Mail/kelsh /home/spiegl/Mail/kerim.esen /home/spiegl/Mail/kinokino /home/spiegl/Mail/kino-mond-sterne /home/spiegl/Mail/kip /home/spiegl/Mail/klaus-maisch /home/spiegl/Mail/klaus.pulverer /home/spiegl/Mail/kleist.00.01 /home/spiegl/Mail/kleist.00.02 /home/spiegl/Mail/kleist.00.03 /home/spiegl/Mail/kleist.00.04 /home/spiegl/Mail/kleist.00.05 /home/spiegl/Mail/kleist.00.06 /home/spiegl/Mail/kleist.99.04 /home/spiegl/Mail/kleist.99.05 /home/spiegl/Mail/kleist.99.06 /home/spiegl/Mail/kleist.99.07 /home/spiegl/Mail/kleist.99.08 /home/spiegl/Mail/kleist.99.09 /home/spiegl/Mail/kleist.99.10 /home/spiegl/Mail/kleist.99.11 /home/spiegl/Mail/kleist.99.12 /home/spiegl/Mail/kopp /home/spiegl/Mail/krauss /home/spiegl/Mail/kredler /home/spiegl/Mail/krol /home/spiegl/Mail/krombholz /home/spiegl/Mail/kruener /home/spiegl/Mail/kuehnel /home/spiegl/Mail/lachermeier /home/spiegl/Mail/lehmanns /home/spiegl/Mail/lenz.grimmer /home/spiegl/Mail/letsbuyit /home/spiegl/Mail/loesung /home/spiegl/Mail/l.weh /home/spiegl/Mail/lysann /home/spiegl/Mail/lysann.michael /home/spiegl/Mail/markus /home/spiegl/Mail/martin.appel /home/spiegl/Mail/martin.henning /home/spiegl/Mail/mathieu /home/spiegl/Mail/mayer /home/spiegl/Mail/mbox.mpc /home/spiegl/Mail/mclason /home/spiegl/Mail/meggle /home/spiegl/Mail/meine-links /home/spiegl/Mail/mendres /home/spiegl/Mail/merlin /home/spiegl/Mail/meyer /home/spiegl/Mail/michael.metzger /home/spiegl/Mail/michael.uhlemann /home/spiegl/Mail/microsoft /home/spiegl/Mail/mnaumer /home/spiegl/Mail/muelleer /home/spiegl/Mail/murx /home/spiegl/Mail/natascha.sperl /home/spiegl/Mail/netscape.andy /home/spiegl/Mail/norbert /home/spiegl/Mail/nwiechern /home/spiegl/Mail/oli /home/spiegl/Mail/oliver.glowacki /home/spiegl/Mail/oliver.schoerrig /home/spiegl/Mail/orakel /home/spiegl/Mail/ostler /home/spiegl/Mail/patrick.wunsch /home/spiegl/Mail/pcspezialist /home/spiegl/Mail/peter /home/spiegl/Mail/peter.goetz /home/spiegl/Mail/peter.kanzow /home/spiegl/Mail/petra /home/spiegl/Mail/petra.zinth /home/spiegl/Mail/pfann /home/spiegl/Mail/postmaster /home/spiegl/Mail/procmail.reports /home/spiegl/Mail/programmierer /home/spiegl/Mail/p.stenz /home/spiegl/Mail/pumuckl /home/spiegl/Mail/rainer.biehn /home/spiegl/Mail/ralf.schraven.1999 /home/spiegl/Mail/ralf.schraven.2000 /home/spiegl/Mail/rank /home/spiegl/Mail/redaktion.multimedia /home/spiegl/Mail/redaktion.protokolle /home/spiegl/Mail/reichert /home/spiegl/Mail/reiner /home/spiegl/Mail/rejo /home/spiegl/Mail/r.lopuszanski /home/spiegl/Mail/robert /home/spiegl/Mail/robert.killinger /home/spiegl/Mail/roland.kaufmann /home/spiegl/Mail/roland.kaufmann.1999 /home/spiegl/Mail/roli.muc /home/spiegl/Mail/rubach /home/spiegl/Mail/rundschau-red /home/spiegl/Mail/rwkeller /home/spiegl/Mail/sandra /home/spiegl/Mail/sarra /home/spiegl/Mail/sarrazin /home/spiegl/Mail/schick /home/spiegl/Mail/schmid /home/spiegl/Mail/schmidt /home/spiegl/Mail/seifert /home/spiegl/Mail/sessner /home/spiegl/Mail/sgoetz /home/spiegl/Mail/siegert /home/spiegl/Mail/siegfried-kramer /home/spiegl/Mail/siegl /home/spiegl/Mail/simone.chorowski /home/spiegl/Mail/spacenet /home/spiegl/Mail/spicer /home/spiegl/Mail/spiegel /home/spiegl/Mail/spiegl /home/spiegl/Mail/stark /home/spiegl/Mail/steff /home/spiegl/Mail/stenz /home/spiegl/Mail/steve.00.01 /home/spiegl/Mail/steve.00.02 /home/spiegl/Mail/steve.00.03 /home/spiegl/Mail/steve.00.04 /home/spiegl/Mail/steve.00.05 /home/spiegl/Mail/steve.00.06 /home/spiegl/Mail/steve.99.04 /home/spiegl/Mail/steve.99.05 /home/spiegl/Mail/steve.99.06 /home/spiegl/Mail/steve.99.07 /home/spiegl/Mail/steve.99.08 /home/spiegl/Mail/steve.99.09 /home/spiegl/Mail/steve.99.10 /home/spiegl/Mail/steve.99.11 /home/spiegl/Mail/steve.99.12 /home/spiegl/Mail/strolz /home/spiegl/Mail/suse /home/spiegl/Mail/telekom /home/spiegl/Mail/thawte /home/spiegl/Mail/thomas.ahnert /home/spiegl/Mail/thomas.vogel /home/spiegl/Mail/to.all.user /home/spiegl/Mail/tom.schwaller /home/spiegl/Mail/topmail /home/spiegl/Mail/topqualitea /home/spiegl/Mail/tripwire /home/spiegl/Mail/tripwire.1999 /home/spiegl/Mail/trustcenter /home/spiegl/Mail/typemania /home/spiegl/Mail/uli /home/spiegl/Mail/uschi /home/spiegl/Mail/uschi-huelbrock /home/spiegl/Mail/uschi.spiegl /home/spiegl/Mail/veit.olischlaeger /home/spiegl/Mail/vmware /home/spiegl/Mail/volker-buchner /home/spiegl/Mail/volker-matthies /home/spiegl/Mail/wahl /home/spiegl/Mail/walter-koch /home/spiegl/Mail/weberror /home/spiegl/Mail/webmaster /home/spiegl/Mail/willmann /home/spiegl/Mail/woersching /home/spiegl/Mail/wolfgang /home/spiegl/Mail/wolfgang.neubauer /home/spiegl/Mail/wulfhimmel /home/spiegl/Mail/zdf /home/spiegl/Mail/zerberus /home/spiegl/Mail/zip /home/spiegl/Mail/backup/msg.0gLC /home/spiegl/Mail/backup/msg.0hLC /home/spiegl/Mail/backup/msg.0iLC /home/spiegl/Mail/backup/msg.0jLC /home/spiegl/Mail/backup/msg.0kLC /home/spiegl/Mail/backup/msg.0lLC /home/spiegl/Mail/backup/msg.0mLC /home/spiegl/Mail/backup/msg.0nLC /home/spiegl/Mail/backup/msg.1gLC /home/spiegl/Mail/backup/msg.1hLC /home/spiegl/Mail/backup/msg.1iLC /home/spiegl/Mail/backup/msg.1jLC /home/spiegl/Mail/backup/msg.1kLC /home/spiegl/Mail/backup/msg.1lLC /home/spiegl/Mail/backup/msg.1mLC /home/spiegl/Mail/backup/msg.1nLC /home/spiegl/Mail/backup/msg.2gLC /home/spiegl/Mail/backup/msg.2hLC /home/spiegl/Mail/backup/msg.2iLC /home/spiegl/Mail/backup/msg.2jLC /home/spiegl/Mail/backup/msg.2kLC /home/spiegl/Mail/backup/msg.2lLC /home/spiegl/Mail/backup/msg.2mLC /home/spiegl/Mail/backup/msg.2nLC /home/spiegl/Mail/backup/msg.3gLC /home/spiegl/Mail/backup/msg.3hLC /home/spiegl/Mail/backup/msg.3iLC /home/spiegl/Mail/backup/msg.3jLC /home/spiegl/Mail/backup/msg.3kLC /home/spiegl/Mail/backup/msg.3lLC /home/spiegl/Mail/backup/msg.3mLC /home/spiegl/Mail/backup/msg.3nLC /home/spiegl/Mail/backup/msg.4gLC /home/spiegl/Mail/backup/msg.4hLC /home/spiegl/Mail/backup/msg.4iLC /home/spiegl/Mail/backup/msg.4jLC /home/spiegl/Mail/backup/msg.4kLC /home/spiegl/Mail/backup/msg.4lLC /home/spiegl/Mail/backup/msg.4mLC /home/spiegl/Mail/backup/msg.5gLC /home/spiegl/Mail/backup/msg.5hLC /home/spiegl/Mail/backup/msg.5iLC /home/spiegl/Mail/backup/msg.5jLC /home/spiegl/Mail/backup/msg.5kLC /home/spiegl/Mail/backup/msg.5lLC /home/spiegl/Mail/backup/msg.5mLC /home/spiegl/Mail/backup/msg.6gLC /home/spiegl/Mail/backup/msg.6hLC /home/spiegl/Mail/backup/msg.6iLC /home/spiegl/Mail/backup/msg.6jLC /home/spiegl/Mail/backup/msg.6kLC /home/spiegl/Mail/backup/msg.6lLC /home/spiegl/Mail/backup/msg.6mLC /home/spiegl/Mail/backup/msg.7gLC /home/spiegl/Mail/backup/msg.7hLC /home/spiegl/Mail/backup/msg.7iLC /home/spiegl/Mail/backup/msg.7jLC /home/spiegl/Mail/backup/msg.7kLC /home/spiegl/Mail/backup/msg.7lLC /home/spiegl/Mail/backup/msg.7mLC /home/spiegl/Mail/backup/msg.8gLC /home/spiegl/Mail/backup/msg.8hLC /home/spiegl/Mail/backup/msg.8iLC /home/spiegl/Mail/backup/msg.8jLC /home/spiegl/Mail/backup/msg.8kLC /home/spiegl/Mail/backup/msg.8lLC /home/spiegl/Mail/backup/msg.8mLC /home/spiegl/Mail/backup/msg.9gLC /home/spiegl/Mail/backup/msg.9hLC /home/spiegl/Mail/backup/msg.9iLC /home/spiegl/Mail/backup/msg.9jLC /home/spiegl/Mail/backup/msg.9kLC /home/spiegl/Mail/backup/msg.9lLC /home/spiegl/Mail/backup/msg.9mLC /home/spiegl/Mail/backup/msg.agLC /home/spiegl/Mail/backup/msg.ahLC /home/spiegl/Mail/backup/msg.AhLC /home/spiegl/Mail/backup/msg.aiLC /home/spiegl/Mail/backup/msg.AiLC /home/spiegl/Mail/backup/msg.ajLC /home/spiegl/Mail/backup/msg.AjLC /home/spiegl/Mail/backup/msg.akLC /home/spiegl/Mail/backup/msg.AkLC /home/spiegl/Mail/backup/msg.alLC /home/spiegl/Mail/backup/msg.AlLC /home/spiegl/Mail/backup/msg.amLC /home/spiegl/Mail/backup/msg.AmLC /home/spiegl/Mail/backup/msg.anLC /home/spiegl/Mail/backup/msg.AnLC /home/spiegl/Mail/backup/msg.bgLC /home/spiegl/Mail/backup/msg.bhLC /home/spiegl/Mail/backup/msg.BhLC /home/spiegl/Mail/backup/msg.biLC /home/spiegl/Mail/backup/msg.BiLC /home/spiegl/Mail/backup/msg.bjLC /home/spiegl/Mail/backup/msg.BjLC /home/spiegl/Mail/backup/msg.bkLC /home/spiegl/Mail/backup/msg.BkLC /home/spiegl/Mail/backup/msg.blLC /home/spiegl/Mail/backup/msg.BlLC /home/spiegl/Mail/backup/msg.bmLC /home/spiegl/Mail/backup/msg.BmLC /home/spiegl/Mail/backup/msg.bnLC /home/spiegl/Mail/backup/msg.BnLC /home/spiegl/Mail/backup/msg.cgLC /home/spiegl/Mail/backup/msg.CgLC /home/spiegl/Mail/backup/msg.chLC /home/spiegl/Mail/backup/msg.ChLC /home/spiegl/Mail/backup/msg.ciLC /home/spiegl/Mail/backup/msg.CiLC /home/spiegl/Mail/backup/msg.cjLC /home/spiegl/Mail/backup/msg.CjLC /home/spiegl/Mail/backup/msg.ckLC /home/spiegl/Mail/backup/msg.CkLC /home/spiegl/Mail/backup/msg.clLC /home/spiegl/Mail/backup/msg.ClLC /home/spiegl/Mail/backup/msg.cmLC /home/spiegl/Mail/backup/msg.CmLC /home/spiegl/Mail/backup/msg.cnLC /home/spiegl/Mail/backup/msg.CnLC /home/spiegl/Mail/backup/msg.dgLC /home/spiegl/Mail/backup/msg.DgLC /home/spiegl/Mail/backup/msg.dhLC /home/spiegl/Mail/backup/msg.DhLC /home/spiegl/Mail/backup/msg.diLC /home/spiegl/Mail/backup/msg.DiLC /home/spiegl/Mail/backup/msg.djLC /home/spiegl/Mail/backup/msg.DjLC /home/spiegl/Mail/backup/msg.dkLC /home/spiegl/Mail/backup/msg.DkLC /home/spiegl/Mail/backup/msg.dlLC /home/spiegl/Mail/backup/msg.DlLC /home/spiegl/Mail/backup/msg.dmLC /home/spiegl/Mail/backup/msg.DmLC /home/spiegl/Mail/backup/msg.dnLC /home/spiegl/Mail/backup/msg.DnLC /home/spiegl/Mail/backup/msg.egLC /home/spiegl/Mail/backup/msg.EgLC /home/spiegl/Mail/backup/msg.ehLC /home/spiegl/Mail/backup/msg.EhLC /home/spiegl/Mail/backup/msg.eiLC /home/spiegl/Mail/backup/msg.EiLC /home/spiegl/Mail/backup/msg.ejLC /home/spiegl/Mail/backup/msg.EjLC /home/spiegl/Mail/backup/msg.ekLC /home/spiegl/Mail/backup/msg.EkLC /home/spiegl/Mail/backup/msg.elLC /home/spiegl/Mail/backup/msg.ElLC /home/spiegl/Mail/backup/msg.emLC /home/spiegl/Mail/backup/msg.EmLC /home/spiegl/Mail/backup/msg.enLC /home/spiegl/Mail/backup/msg.EnLC /home/spiegl/Mail/backup/msg.fgLC /home/spiegl/Mail/backup/msg.FgLC /home/spiegl/Mail/backup/msg.fhLC /home/spiegl/Mail/backup/msg.FhLC /home/spiegl/Mail/backup/msg.fiLC /home/spiegl/Mail/backup/msg.FiLC /home/spiegl/Mail/backup/msg.fjLC /home/spiegl/Mail/backup/msg.FjLC /home/spiegl/Mail/backup/msg.fkLC /home/spiegl/Mail/backup/msg.FkLC /home/spiegl/Mail/backup/msg.flLC /home/spiegl/Mail/backup/msg.FlLC /home/spiegl/Mail/backup/msg.fmLC /home/spiegl/Mail/backup/msg.FmLC /home/spiegl/Mail/backup/msg.fnLC /home/spiegl/Mail/backup/msg.FnLC /home/spiegl/Mail/backup/msg.ggLC /home/spiegl/Mail/backup/msg.GgLC /home/spiegl/Mail/backup/msg.ghLC /home/spiegl/Mail/backup/msg.GhLC /home/spiegl/Mail/backup/msg.giLC /home/spiegl/Mail/backup/msg.GiLC /home/spiegl/Mail/backup/msg.gjLC /home/spiegl/Mail/backup/msg.GjLC /home/spiegl/Mail/backup/msg.gkLC /home/spiegl/Mail/backup/msg.GkLC /home/spiegl/Mail/backup/msg._gLC /home/spiegl/Mail/backup/msg.-gLC /home/spiegl/Mail/backup/msg.glLC /home/spiegl/Mail/backup/msg.GlLC /home/spiegl/Mail/backup/msg.gmLC /home/spiegl/Mail/backup/msg.GmLC /home/spiegl/Mail/backup/msg.gnLC /home/spiegl/Mail/backup/msg.GnLC /home/spiegl/Mail/backup/msg.hgLC /home/spiegl/Mail/backup/msg.HgLC /home/spiegl/Mail/backup/msg.hhLC /home/spiegl/Mail/backup/msg.HhLC /home/spiegl/Mail/backup/msg.hiLC /home/spiegl/Mail/backup/msg.HiLC /home/spiegl/Mail/backup/msg.hjLC /home/spiegl/Mail/backup/msg.HjLC /home/spiegl/Mail/backup/msg.hkLC /home/spiegl/Mail/backup/msg.HkLC /home/spiegl/Mail/backup/msg._hLC /home/spiegl/Mail/backup/msg.-hLC /home/spiegl/Mail/backup/msg.hlLC /home/spiegl/Mail/backup/msg.HlLC /home/spiegl/Mail/backup/msg.hmLC /home/spiegl/Mail/backup/msg.HmLC /home/spiegl/Mail/backup/msg.hnLC /home/spiegl/Mail/backup/msg.HnLC /home/spiegl/Mail/backup/msg.igLC /home/spiegl/Mail/backup/msg.IgLC /home/spiegl/Mail/backup/msg.ihLC /home/spiegl/Mail/backup/msg.IhLC /home/spiegl/Mail/backup/msg.iiLC /home/spiegl/Mail/backup/msg.IiLC /home/spiegl/Mail/backup/msg.ijLC /home/spiegl/Mail/backup/msg.IjLC /home/spiegl/Mail/backup/msg.ikLC /home/spiegl/Mail/backup/msg.IkLC /home/spiegl/Mail/backup/msg._iLC /home/spiegl/Mail/backup/msg.-iLC /home/spiegl/Mail/backup/msg.ilLC /home/spiegl/Mail/backup/msg.IlLC /home/spiegl/Mail/backup/msg.imLC /home/spiegl/Mail/backup/msg.ImLC /home/spiegl/Mail/backup/msg.inLC /home/spiegl/Mail/backup/msg.InLC /home/spiegl/Mail/backup/msg.jgLC /home/spiegl/Mail/backup/msg.JgLC /home/spiegl/Mail/backup/msg.jhLC /home/spiegl/Mail/backup/msg.JhLC /home/spiegl/Mail/backup/msg.jiLC /home/spiegl/Mail/backup/msg.JiLC /home/spiegl/Mail/backup/msg.jjLC /home/spiegl/Mail/backup/msg.JjLC /home/spiegl/Mail/backup/msg.jkLC /home/spiegl/Mail/backup/msg.JkLC /home/spiegl/Mail/backup/msg._jLC /home/spiegl/Mail/backup/msg.-jLC /home/spiegl/Mail/backup/msg.jlLC /home/spiegl/Mail/backup/msg.JlLC /home/spiegl/Mail/backup/msg.jmLC /home/spiegl/Mail/backup/msg.JmLC /home/spiegl/Mail/backup/msg.jnLC /home/spiegl/Mail/backup/msg.JnLC /home/spiegl/Mail/backup/msg.kgLC /home/spiegl/Mail/backup/msg.KgLC /home/spiegl/Mail/backup/msg.khLC /home/spiegl/Mail/backup/msg.KhLC /home/spiegl/Mail/backup/msg.kiLC /home/spiegl/Mail/backup/msg.KiLC /home/spiegl/Mail/backup/msg.kjLC /home/spiegl/Mail/backup/msg.KjLC /home/spiegl/Mail/backup/msg.kkLC /home/spiegl/Mail/backup/msg.KkLC /home/spiegl/Mail/backup/msg._kLC /home/spiegl/Mail/backup/msg.-kLC /home/spiegl/Mail/backup/msg.klLC /home/spiegl/Mail/backup/msg.KlLC /home/spiegl/Mail/backup/msg.kmLC /home/spiegl/Mail/backup/msg.KmLC /home/spiegl/Mail/backup/msg.knLC /home/spiegl/Mail/backup/msg.KnLC /home/spiegl/Mail/backup/msg.lgLC /home/spiegl/Mail/backup/msg.LgLC /home/spiegl/Mail/backup/msg.lhLC /home/spiegl/Mail/backup/msg.LhLC /home/spiegl/Mail/backup/msg.liLC /home/spiegl/Mail/backup/msg.LiLC /home/spiegl/Mail/backup/msg.ljLC /home/spiegl/Mail/backup/msg.LjLC /home/spiegl/Mail/backup/msg.lkLC /home/spiegl/Mail/backup/msg.LkLC /home/spiegl/Mail/backup/msg._lLC /home/spiegl/Mail/backup/msg.-lLC /home/spiegl/Mail/backup/msg.llLC /home/spiegl/Mail/backup/msg.LlLC /home/spiegl/Mail/backup/msg.lmLC /home/spiegl/Mail/backup/msg.LmLC /home/spiegl/Mail/backup/msg.lnLC /home/spiegl/Mail/backup/msg.LnLC /home/spiegl/Mail/backup/msg.mgLC /home/spiegl/Mail/backup/msg.MgLC /home/spiegl/Mail/backup/msg.mhLC /home/spiegl/Mail/backup/msg.MhLC /home/spiegl/Mail/backup/msg.miLC /home/spiegl/Mail/backup/msg.MiLC /home/spiegl/Mail/backup/msg.mjLC /home/spiegl/Mail/backup/msg.MjLC /home/spiegl/Mail/backup/msg.mkLC /home/spiegl/Mail/backup/msg.MkLC /home/spiegl/Mail/backup/msg._mLC /home/spiegl/Mail/backup/msg.-mLC /home/spiegl/Mail/backup/msg.mlLC /home/spiegl/Mail/backup/msg.MlLC /home/spiegl/Mail/backup/msg.mmLC /home/spiegl/Mail/backup/msg.MmLC /home/spiegl/Mail/backup/msg.mnLC /home/spiegl/Mail/backup/msg.MnLC /home/spiegl/Mail/backup/msg.ngLC /home/spiegl/Mail/backup/msg.NgLC /home/spiegl/Mail/backup/msg.nhLC /home/spiegl/Mail/backup/msg.NhLC /home/spiegl/Mail/backup/msg.niLC /home/spiegl/Mail/backup/msg.NiLC /home/spiegl/Mail/backup/msg.njLC /home/spiegl/Mail/backup/msg.NjLC /home/spiegl/Mail/backup/msg.nkLC /home/spiegl/Mail/backup/msg.NkLC /home/spiegl/Mail/backup/msg.nlLC /home/spiegl/Mail/backup/msg.NlLC /home/spiegl/Mail/backup/msg.nmLC /home/spiegl/Mail/backup/msg.NmLC /home/spiegl/Mail/backup/msg.nnLC /home/spiegl/Mail/backup/msg.NnLC /home/spiegl/Mail/backup/msg.ogLC /home/spiegl/Mail/backup/msg.OgLC /home/spiegl/Mail/backup/msg.ohLC /home/spiegl/Mail/backup/msg.OhLC /home/spiegl/Mail/backup/msg.oiLC /home/spiegl/Mail/backup/msg.OiLC /home/spiegl/Mail/backup/msg.ojLC /home/spiegl/Mail/backup/msg.OjLC /home/spiegl/Mail/backup/msg.okLC /home/spiegl/Mail/backup/msg.OkLC /home/spiegl/Mail/backup/msg.olLC /home/spiegl/Mail/backup/msg.OlLC /home/spiegl/Mail/backup/msg.omLC /home/spiegl/Mail/backup/msg.OmLC /home/spiegl/Mail/backup/msg.onLC /home/spiegl/Mail/backup/msg.OnLC /home/spiegl/Mail/backup/msg.pgLC /home/spiegl/Mail/backup/msg.PgLC /home/spiegl/Mail/backup/msg.phLC /home/spiegl/Mail/backup/msg.PhLC /home/spiegl/Mail/backup/msg.piLC /home/spiegl/Mail/backup/msg.PiLC /home/spiegl/Mail/backup/msg.pjLC /home/spiegl/Mail/backup/msg.PjLC /home/spiegl/Mail/backup/msg.pkLC /home/spiegl/Mail/backup/msg.PkLC /home/spiegl/Mail/backup/msg.plLC /home/spiegl/Mail/backup/msg.PlLC /home/spiegl/Mail/backup/msg.pmLC /home/spiegl/Mail/backup/msg.PmLC /home/spiegl/Mail/backup/msg.pnLC /home/spiegl/Mail/backup/msg.PnLC /home/spiegl/Mail/backup/msg.qgLC /home/spiegl/Mail/backup/msg.QgLC /home/spiegl/Mail/backup/msg.qhLC /home/spiegl/Mail/backup/msg.QhLC /home/spiegl/Mail/backup/msg.qiLC /home/spiegl/Mail/backup/msg.QiLC /home/spiegl/Mail/backup/msg.qjLC /home/spiegl/Mail/backup/msg.QjLC /home/spiegl/Mail/backup/msg.qkLC /home/spiegl/Mail/backup/msg.QkLC /home/spiegl/Mail/backup/msg.qlLC /home/spiegl/Mail/backup/msg.QlLC /home/spiegl/Mail/backup/msg.qmLC /home/spiegl/Mail/backup/msg.QmLC /home/spiegl/Mail/backup/msg.qnLC /home/spiegl/Mail/backup/msg.QnLC /home/spiegl/Mail/backup/msg.rgLC /home/spiegl/Mail/backup/msg.rhLC /home/spiegl/Mail/backup/msg.RhLC /home/spiegl/Mail/backup/msg.riLC /home/spiegl/Mail/backup/msg.RiLC /home/spiegl/Mail/backup/msg.rjLC /home/spiegl/Mail/backup/msg.RjLC /home/spiegl/Mail/backup/msg.rkLC /home/spiegl/Mail/backup/msg.RkLC /home/spiegl/Mail/backup/msg.rlLC /home/spiegl/Mail/backup/msg.RlLC /home/spiegl/Mail/backup/msg.rmLC /home/spiegl/Mail/backup/msg.RmLC /home/spiegl/Mail/backup/msg.rnLC /home/spiegl/Mail/backup/msg.RnLC /home/spiegl/Mail/backup/msg.sgLC /home/spiegl/Mail/backup/msg.SgLC /home/spiegl/Mail/backup/msg.shLC /home/spiegl/Mail/backup/msg.ShLC /home/spiegl/Mail/backup/msg.siLC /home/spiegl/Mail/backup/msg.SiLC /home/spiegl/Mail/backup/msg.sjLC /home/spiegl/Mail/backup/msg.SjLC /home/spiegl/Mail/backup/msg.skLC /home/spiegl/Mail/backup/msg.SkLC /home/spiegl/Mail/backup/msg.slLC /home/spiegl/Mail/backup/msg.SlLC /home/spiegl/Mail/backup/msg.smLC /home/spiegl/Mail/backup/msg.SmLC /home/spiegl/Mail/backup/msg.snLC /home/spiegl/Mail/backup/msg.SnLC /home/spiegl/Mail/backup/msg.tgLC /home/spiegl/Mail/backup/msg.TgLC /home/spiegl/Mail/backup/msg.thLC /home/spiegl/Mail/backup/msg.ThLC /home/spiegl/Mail/backup/msg.tiLC /home/spiegl/Mail/backup/msg.TiLC /home/spiegl/Mail/backup/msg.tjLC /home/spiegl/Mail/backup/msg.TjLC /home/spiegl/Mail/backup/msg.tkLC /home/spiegl/Mail/backup/msg.TkLC /home/spiegl/Mail/backup/msg.tlLC /home/spiegl/Mail/backup/msg.TlLC /home/spiegl/Mail/backup/msg.tmLC /home/spiegl/Mail/backup/msg.TmLC /home/spiegl/Mail/backup/msg.tnLC /home/spiegl/Mail/backup/msg.TnLC /home/spiegl/Mail/backup/msg.ugLC /home/spiegl/Mail/backup/msg.UgLC /home/spiegl/Mail/backup/msg.uhLC /home/spiegl/Mail/backup/msg.UhLC /home/spiegl/Mail/backup/msg.uiLC /home/spiegl/Mail/backup/msg.UiLC /home/spiegl/Mail/backup/msg.ujLC /home/spiegl/Mail/backup/msg.UjLC /home/spiegl/Mail/backup/msg.ukLC /home/spiegl/Mail/backup/msg.UkLC /home/spiegl/Mail/backup/msg.ulLC /home/spiegl/Mail/backup/msg.UlLC /home/spiegl/Mail/backup/msg.umLC /home/spiegl/Mail/backup/msg.UmLC /home/spiegl/Mail/backup/msg.unLC /home/spiegl/Mail/backup/msg.UnLC /home/spiegl/Mail/backup/msg.vgLC /home/spiegl/Mail/backup/msg.VgLC /home/spiegl/Mail/backup/msg.vhLC /home/spiegl/Mail/backup/msg.VhLC /home/spiegl/Mail/backup/msg.viLC /home/spiegl/Mail/backup/msg.ViLC /home/spiegl/Mail/backup/msg.vjLC /home/spiegl/Mail/backup/msg.VjLC /home/spiegl/Mail/backup/msg.vkLC /home/spiegl/Mail/backup/msg.VkLC /home/spiegl/Mail/backup/msg.vlLC /home/spiegl/Mail/backup/msg.VlLC /home/spiegl/Mail/backup/msg.vmLC /home/spiegl/Mail/backup/msg.VmLC /home/spiegl/Mail/backup/msg.vnLC /home/spiegl/Mail/backup/msg.VnLC /home/spiegl/Mail/backup/msg.wgLC /home/spiegl/Mail/backup/msg.WgLC /home/spiegl/Mail/backup/msg.whLC /home/spiegl/Mail/backup/msg.WhLC /home/spiegl/Mail/backup/msg.wiLC /home/spiegl/Mail/backup/msg.WiLC /home/spiegl/Mail/backup/msg.wjLC /home/spiegl/Mail/backup/msg.WjLC /home/spiegl/Mail/backup/msg.wkLC /home/spiegl/Mail/backup/msg.WkLC /home/spiegl/Mail/backup/msg.wlLC /home/spiegl/Mail/backup/msg.WlLC /home/spiegl/Mail/backup/msg.wmLC /home/spiegl/Mail/backup/msg.WmLC /home/spiegl/Mail/backup/msg.WnLC /home/spiegl/Mail/backup/msg.xgLC /home/spiegl/Mail/backup/msg.XgLC /home/spiegl/Mail/backup/msg.xhLC /home/spiegl/Mail/backup/msg.XhLC /home/spiegl/Mail/backup/msg.xiLC /home/spiegl/Mail/backup/msg.XiLC /home/spiegl/Mail/backup/msg.xjLC /home/spiegl/Mail/backup/msg.XjLC /home/spiegl/Mail/backup/msg.xkLC /home/spiegl/Mail/backup/msg.XkLC /home/spiegl/Mail/backup/msg.xlLC /home/spiegl/Mail/backup/msg.XlLC /home/spiegl/Mail/backup/msg.xmLC /home/spiegl/Mail/backup/msg.XmLC /home/spiegl/Mail/backup/msg.xnLC /home/spiegl/Mail/backup/msg.XnLC /home/spiegl/Mail/backup/msg.ygLC /home/spiegl/Mail/backup/msg.YgLC /home/spiegl/Mail/backup/msg.yhLC /home/spiegl/Mail/backup/msg.YhLC /home/spiegl/Mail/backup/msg.yiLC /home/spiegl/Mail/backup/msg.YiLC /home/spiegl/Mail/backup/msg.yjLC /home/spiegl/Mail/backup/msg.YjLC /home/spiegl/Mail/backup/msg.ykLC /home/spiegl/Mail/backup/msg.YkLC /home/spiegl/Mail/backup/msg.ylLC /home/spiegl/Mail/backup/msg.YlLC /home/spiegl/Mail/backup/msg.ymLC /home/spiegl/Mail/backup/msg.YmLC /home/spiegl/Mail/backup/msg.ynLC /home/spiegl/Mail/backup/msg.YnLC /home/spiegl/Mail/backup/msg.zgLC /home/spiegl/Mail/backup/msg.ZgLC /home/spiegl/Mail/backup/msg.zhLC /home/spiegl/Mail/backup/msg.ZhLC /home/spiegl/Mail/backup/msg.ziLC /home/spiegl/Mail/backup/msg.ZiLC /home/spiegl/Mail/backup/msg.zjLC /home/spiegl/Mail/backup/msg.ZjLC /home/spiegl/Mail/backup/msg.zkLC /home/spiegl/Mail/backup/msg.ZkLC /home/spiegl/Mail/backup/msg.zlLC /home/spiegl/Mail/backup/msg.ZlLC /home/spiegl/Mail/backup/msg.zmLC /home/spiegl/Mail/backup/msg.ZmLC /home/spiegl/Mail/backup/msg.znLC /home/spiegl/Mail/backup/msg.ZnLC ) 
trace _mailboxes:29(then while else)> dirboxes=( /home/spiegl/Mail/backup2 /home/spiegl/Mail/out /home/spiegl/Mail/sub ) 
trace _mailboxes:20(then while)> ((  3  ))
trace _mailboxes:21(then while)> i=/home/spiegl/Mail/backup2 
trace _mailboxes:22(then while)> shift dirboxes
trace _mailboxes:23(then while if)> [[ -d /home/spiegl/Mail/backup2/cur ]]
trace _mailboxes:25(then while elif)> j=( ) 
trace _mailboxes:25(then while elif cmdand)> [[ -n  ]]
trace _mailboxes:28(then while else)> mboxes=( /home/spiegl/Mail/abluemel /home/spiegl/Mail/adone /home/spiegl/Mail/ag-online /home/spiegl/Mail/a-kalenderis /home/spiegl/Mail/alex /home/spiegl/Mail/alexander /home/spiegl/Mail/alexander-krombholz /home/spiegl/Mail/alexander.winnen /home/spiegl/Mail/alex.klemens /home/spiegl/Mail/alphaseek.junk /home/spiegl/Mail/ameisen /home/spiegl/Mail/andreas /home/spiegl/Mail/andreas.hoermann /home/spiegl/Mail/andre-rubach /home/spiegl/Mail/andy /home/spiegl/Mail/angi /home/spiegl/Mail/annuss /home/spiegl/Mail/apohl /home/spiegl/Mail/ard /home/spiegl/Mail/ard-webtechnik /home/spiegl/Mail/astrid /home/spiegl/Mail/autorequest /home/spiegl/Mail/axel /home/spiegl/Mail/ayaz.s /home/spiegl/Mail/backupmaster /home/spiegl/Mail/backupmaster.0.gz /home/spiegl/Mail/backupmaster.1.gz /home/spiegl/Mail/backupmaster.2.gz /home/spiegl/Mail/baumann /home/spiegl/Mail/bawagn /home/spiegl/Mail/bball /home/spiegl/Mail/benno.kaufmann /home/spiegl/Mail/beo /home/spiegl/Mail/bernd /home/spiegl/Mail/bernd.eberwein /home/spiegl/Mail/birgit.naumer /home/spiegl/Mail/bmtmail /home/spiegl/Mail/botmaster /home/spiegl/Mail/brainforce /home/spiegl/Mail/breunig /home/spiegl/Mail/brnet /home/spiegl/Mail/bugtraq /home/spiegl/Mail/bugtraq.1 /home/spiegl/Mail/cert-advisory /home/spiegl/Mail/chris_hohenberger /home/spiegl/Mail/claudia /home/spiegl/Mail/collegeradio /home/spiegl/Mail/cornelia /home/spiegl/Mail/cornelia.petratu /home/spiegl/Mail/cusanuswerk /home/spiegl/Mail/cvd /home/spiegl/Mail/cyberprofit /home/spiegl/Mail/dante /home/spiegl/Mail/dertag /home/spiegl/Mail/deuter /home/spiegl/Mail/domains /home/spiegl/Mail/ehangartner /home/spiegl/Mail/eldracher.martin /home/spiegl/Mail/erasmus /home/spiegl/Mail/ernst.koegler /home/spiegl/Mail/eveline.wermuth /home/spiegl/Mail/fabian /home/spiegl/Mail/fairad /home/spiegl/Mail/fendrich /home/spiegl/Mail/fettabsaugen.jpg /home/spiegl/Mail/firstsurf /home/spiegl/Mail/forum.der.technik /home/spiegl/Mail/frank.lott /home/spiegl/Mail/franz /home/spiegl/Mail/franz.lachermeier /home/spiegl/Mail/frei /home/spiegl/Mail/funny /home/spiegl/Mail/georg.heeg /home/spiegl/Mail/gericom /home/spiegl/Mail/gerold.walker /home/spiegl/Mail/goaman /home/spiegl/Mail/g.rank /home/spiegl/Mail/grossarl /home/spiegl/Mail/guenter /home/spiegl/Mail/guenther.woersching /home/spiegl/Mail/g.woersching /home/spiegl/Mail/haller /home/spiegl/Mail/hans /home/spiegl/Mail/hansen /home/spiegl/Mail/hans.spiegl /home/spiegl/Mail/harald.haller /home/spiegl/Mail/harald.milz /home/spiegl/Mail/hcts-moshi /home/spiegl/Mail/heidi /home/spiegl/Mail/heidrun.spiegl /home/spiegl/Mail/heise /home/spiegl/Mail/helga.guenther /home/spiegl/Mail/helgard /home/spiegl/Mail/helmreich /home/spiegl/Mail/helpdesk /home/spiegl/Mail/herrlerehbach /home/spiegl/Mail/herzblatt /home/spiegl/Mail/hexe /home/spiegl/Mail/hickisch /home/spiegl/Mail/hinz /home/spiegl/Mail/hjbauer /home/spiegl/Mail/holbach /home/spiegl/Mail/holger.froemert /home/spiegl/Mail/huber /home/spiegl/Mail/huelbrock /home/spiegl/Mail/hust /home/spiegl/Mail/ibis /home/spiegl/Mail/ie /home/spiegl/Mail/ieichens /home/spiegl/Mail/igor-vozdaev /home/spiegl/Mail/info /home/spiegl/Mail/inge /home/spiegl/Mail/inge.spiegl /home/spiegl/Mail/ingo.dinkel /home/spiegl/Mail/ingrid-mitterhummer /home/spiegl/Mail/irc /home/spiegl/Mail/isabell-boubong /home/spiegl/Mail/javakurs /home/spiegl/Mail/johannes.goetz /home/spiegl/Mail/johannes.stadler /home/spiegl/Mail/josef.konitzer /home/spiegl/Mail/j.steinbach /home/spiegl/Mail/junk /home/spiegl/Mail/junk.iname /home/spiegl/Mail/junk.spiegl /home/spiegl/Mail/jutta /home/spiegl/Mail/jutta.hohenberger /home/spiegl/Mail/jutta.wagenhuber /home/spiegl/Mail/karin.c.gillich /home/spiegl/Mail/karin.kerling /home/spiegl/Mail/kbuehler /home/spiegl/Mail/keder /home/spiegl/Mail/kelsh /home/spiegl/Mail/kerim.esen /home/spiegl/Mail/kinokino /home/spiegl/Mail/kino-mond-sterne /home/spiegl/Mail/kip /home/spiegl/Mail/klaus-maisch /home/spiegl/Mail/klaus.pulverer /home/spiegl/Mail/kleist.00.01 /home/spiegl/Mail/kleist.00.02 /home/spiegl/Mail/kleist.00.03 /home/spiegl/Mail/kleist.00.04 /home/spiegl/Mail/kleist.00.05 /home/spiegl/Mail/kleist.00.06 /home/spiegl/Mail/kleist.99.04 /home/spiegl/Mail/kleist.99.05 /home/spiegl/Mail/kleist.99.06 /home/spiegl/Mail/kleist.99.07 /home/spiegl/Mail/kleist.99.08 /home/spiegl/Mail/kleist.99.09 /home/spiegl/Mail/kleist.99.10 /home/spiegl/Mail/kleist.99.11 /home/spiegl/Mail/kleist.99.12 /home/spiegl/Mail/kopp /home/spiegl/Mail/krauss /home/spiegl/Mail/kredler /home/spiegl/Mail/krol /home/spiegl/Mail/krombholz /home/spiegl/Mail/kruener /home/spiegl/Mail/kuehnel /home/spiegl/Mail/lachermeier /home/spiegl/Mail/lehmanns /home/spiegl/Mail/lenz.grimmer /home/spiegl/Mail/letsbuyit /home/spiegl/Mail/loesung /home/spiegl/Mail/l.weh /home/spiegl/Mail/lysann /home/spiegl/Mail/lysann.michael /home/spiegl/Mail/markus /home/spiegl/Mail/martin.appel /home/spiegl/Mail/martin.henning /home/spiegl/Mail/mathieu /home/spiegl/Mail/mayer /home/spiegl/Mail/mbox.mpc /home/spiegl/Mail/mclason /home/spiegl/Mail/meggle /home/spiegl/Mail/meine-links /home/spiegl/Mail/mendres /home/spiegl/Mail/merlin /home/spiegl/Mail/meyer /home/spiegl/Mail/michael.metzger /home/spiegl/Mail/michael.uhlemann /home/spiegl/Mail/microsoft /home/spiegl/Mail/mnaumer /home/spiegl/Mail/muelleer /home/spiegl/Mail/murx /home/spiegl/Mail/natascha.sperl /home/spiegl/Mail/netscape.andy /home/spiegl/Mail/norbert /home/spiegl/Mail/nwiechern /home/spiegl/Mail/oli /home/spiegl/Mail/oliver.glowacki /home/spiegl/Mail/oliver.schoerrig /home/spiegl/Mail/orakel /home/spiegl/Mail/ostler /home/spiegl/Mail/patrick.wunsch /home/spiegl/Mail/pcspezialist /home/spiegl/Mail/peter /home/spiegl/Mail/peter.goetz /home/spiegl/Mail/peter.kanzow /home/spiegl/Mail/petra /home/spiegl/Mail/petra.zinth /home/spiegl/Mail/pfann /home/spiegl/Mail/postmaster /home/spiegl/Mail/procmail.reports /home/spiegl/Mail/programmierer /home/spiegl/Mail/p.stenz /home/spiegl/Mail/pumuckl /home/spiegl/Mail/rainer.biehn /home/spiegl/Mail/ralf.schraven.1999 /home/spiegl/Mail/ralf.schraven.2000 /home/spiegl/Mail/rank /home/spiegl/Mail/redaktion.multimedia /home/spiegl/Mail/redaktion.protokolle /home/spiegl/Mail/reichert /home/spiegl/Mail/reiner /home/spiegl/Mail/rejo /home/spiegl/Mail/r.lopuszanski /home/spiegl/Mail/robert /home/spiegl/Mail/robert.killinger /home/spiegl/Mail/roland.kaufmann /home/spiegl/Mail/roland.kaufmann.1999 /home/spiegl/Mail/roli.muc /home/spiegl/Mail/rubach /home/spiegl/Mail/rundschau-red /home/spiegl/Mail/rwkeller /home/spiegl/Mail/sandra /home/spiegl/Mail/sarra /home/spiegl/Mail/sarrazin /home/spiegl/Mail/schick /home/spiegl/Mail/schmid /home/spiegl/Mail/schmidt /home/spiegl/Mail/seifert /home/spiegl/Mail/sessner /home/spiegl/Mail/sgoetz /home/spiegl/Mail/siegert /home/spiegl/Mail/siegfried-kramer /home/spiegl/Mail/siegl /home/spiegl/Mail/simone.chorowski /home/spiegl/Mail/spacenet /home/spiegl/Mail/spicer /home/spiegl/Mail/spiegel /home/spiegl/Mail/spiegl /home/spiegl/Mail/stark /home/spiegl/Mail/steff /home/spiegl/Mail/stenz /home/spiegl/Mail/steve.00.01 /home/spiegl/Mail/steve.00.02 /home/spiegl/Mail/steve.00.03 /home/spiegl/Mail/steve.00.04 /home/spiegl/Mail/steve.00.05 /home/spiegl/Mail/steve.00.06 /home/spiegl/Mail/steve.99.04 /home/spiegl/Mail/steve.99.05 /home/spiegl/Mail/steve.99.06 /home/spiegl/Mail/steve.99.07 /home/spiegl/Mail/steve.99.08 /home/spiegl/Mail/steve.99.09 /home/spiegl/Mail/steve.99.10 /home/spiegl/Mail/steve.99.11 /home/spiegl/Mail/steve.99.12 /home/spiegl/Mail/strolz /home/spiegl/Mail/suse /home/spiegl/Mail/telekom /home/spiegl/Mail/thawte /home/spiegl/Mail/thomas.ahnert /home/spiegl/Mail/thomas.vogel /home/spiegl/Mail/to.all.user /home/spiegl/Mail/tom.schwaller /home/spiegl/Mail/topmail /home/spiegl/Mail/topqualitea /home/spiegl/Mail/tripwire /home/spiegl/Mail/tripwire.1999 /home/spiegl/Mail/trustcenter /home/spiegl/Mail/typemania /home/spiegl/Mail/uli /home/spiegl/Mail/uschi /home/spiegl/Mail/uschi-huelbrock /home/spiegl/Mail/uschi.spiegl /home/spiegl/Mail/veit.olischlaeger /home/spiegl/Mail/vmware /home/spiegl/Mail/volker-buchner /home/spiegl/Mail/volker-matthies /home/spiegl/Mail/wahl /home/spiegl/Mail/walter-koch /home/spiegl/Mail/weberror /home/spiegl/Mail/webmaster /home/spiegl/Mail/willmann /home/spiegl/Mail/woersching /home/spiegl/Mail/wolfgang /home/spiegl/Mail/wolfgang.neubauer /home/spiegl/Mail/wulfhimmel /home/spiegl/Mail/zdf /home/spiegl/Mail/zerberus /home/spiegl/Mail/zip /home/spiegl/Mail/backup/msg.0gLC /home/spiegl/Mail/backup/msg.0hLC /home/spiegl/Mail/backup/msg.0iLC /home/spiegl/Mail/backup/msg.0jLC /home/spiegl/Mail/backup/msg.0kLC /home/spiegl/Mail/backup/msg.0lLC /home/spiegl/Mail/backup/msg.0mLC /home/spiegl/Mail/backup/msg.0nLC /home/spiegl/Mail/backup/msg.1gLC /home/spiegl/Mail/backup/msg.1hLC /home/spiegl/Mail/backup/msg.1iLC /home/spiegl/Mail/backup/msg.1jLC /home/spiegl/Mail/backup/msg.1kLC /home/spiegl/Mail/backup/msg.1lLC /home/spiegl/Mail/backup/msg.1mLC /home/spiegl/Mail/backup/msg.1nLC /home/spiegl/Mail/backup/msg.2gLC /home/spiegl/Mail/backup/msg.2hLC /home/spiegl/Mail/backup/msg.2iLC /home/spiegl/Mail/backup/msg.2jLC /home/spiegl/Mail/backup/msg.2kLC /home/spiegl/Mail/backup/msg.2lLC /home/spiegl/Mail/backup/msg.2mLC /home/spiegl/Mail/backup/msg.2nLC /home/spiegl/Mail/backup/msg.3gLC /home/spiegl/Mail/backup/msg.3hLC /home/spiegl/Mail/backup/msg.3iLC /home/spiegl/Mail/backup/msg.3jLC /home/spiegl/Mail/backup/msg.3kLC /home/spiegl/Mail/backup/msg.3lLC /home/spiegl/Mail/backup/msg.3mLC /home/spiegl/Mail/backup/msg.3nLC /home/spiegl/Mail/backup/msg.4gLC /home/spiegl/Mail/backup/msg.4hLC /home/spiegl/Mail/backup/msg.4iLC /home/spiegl/Mail/backup/msg.4jLC /home/spiegl/Mail/backup/msg.4kLC /home/spiegl/Mail/backup/msg.4lLC /home/spiegl/Mail/backup/msg.4mLC /home/spiegl/Mail/backup/msg.5gLC /home/spiegl/Mail/backup/msg.5hLC /home/spiegl/Mail/backup/msg.5iLC /home/spiegl/Mail/backup/msg.5jLC /home/spiegl/Mail/backup/msg.5kLC /home/spiegl/Mail/backup/msg.5lLC /home/spiegl/Mail/backup/msg.5mLC /home/spiegl/Mail/backup/msg.6gLC /home/spiegl/Mail/backup/msg.6hLC /home/spiegl/Mail/backup/msg.6iLC /home/spiegl/Mail/backup/msg.6jLC /home/spiegl/Mail/backup/msg.6kLC /home/spiegl/Mail/backup/msg.6lLC /home/spiegl/Mail/backup/msg.6mLC /home/spiegl/Mail/backup/msg.7gLC /home/spiegl/Mail/backup/msg.7hLC /home/spiegl/Mail/backup/msg.7iLC /home/spiegl/Mail/backup/msg.7jLC /home/spiegl/Mail/backup/msg.7kLC /home/spiegl/Mail/backup/msg.7lLC /home/spiegl/Mail/backup/msg.7mLC /home/spiegl/Mail/backup/msg.8gLC /home/spiegl/Mail/backup/msg.8hLC /home/spiegl/Mail/backup/msg.8iLC /home/spiegl/Mail/backup/msg.8jLC /home/spiegl/Mail/backup/msg.8kLC /home/spiegl/Mail/backup/msg.8lLC /home/spiegl/Mail/backup/msg.8mLC /home/spiegl/Mail/backup/msg.9gLC /home/spiegl/Mail/backup/msg.9hLC /home/spiegl/Mail/backup/msg.9iLC /home/spiegl/Mail/backup/msg.9jLC /home/spiegl/Mail/backup/msg.9kLC /home/spiegl/Mail/backup/msg.9lLC /home/spiegl/Mail/backup/msg.9mLC /home/spiegl/Mail/backup/msg.agLC /home/spiegl/Mail/backup/msg.ahLC /home/spiegl/Mail/backup/msg.AhLC /home/spiegl/Mail/backup/msg.aiLC /home/spiegl/Mail/backup/msg.AiLC /home/spiegl/Mail/backup/msg.ajLC /home/spiegl/Mail/backup/msg.AjLC /home/spiegl/Mail/backup/msg.akLC /home/spiegl/Mail/backup/msg.AkLC /home/spiegl/Mail/backup/msg.alLC /home/spiegl/Mail/backup/msg.AlLC /home/spiegl/Mail/backup/msg.amLC /home/spiegl/Mail/backup/msg.AmLC /home/spiegl/Mail/backup/msg.anLC /home/spiegl/Mail/backup/msg.AnLC /home/spiegl/Mail/backup/msg.bgLC /home/spiegl/Mail/backup/msg.bhLC /home/spiegl/Mail/backup/msg.BhLC /home/spiegl/Mail/backup/msg.biLC /home/spiegl/Mail/backup/msg.BiLC /home/spiegl/Mail/backup/msg.bjLC /home/spiegl/Mail/backup/msg.BjLC /home/spiegl/Mail/backup/msg.bkLC /home/spiegl/Mail/backup/msg.BkLC /home/spiegl/Mail/backup/msg.blLC /home/spiegl/Mail/backup/msg.BlLC /home/spiegl/Mail/backup/msg.bmLC /home/spiegl/Mail/backup/msg.BmLC /home/spiegl/Mail/backup/msg.bnLC /home/spiegl/Mail/backup/msg.BnLC /home/spiegl/Mail/backup/msg.cgLC /home/spiegl/Mail/backup/msg.CgLC /home/spiegl/Mail/backup/msg.chLC /home/spiegl/Mail/backup/msg.ChLC /home/spiegl/Mail/backup/msg.ciLC /home/spiegl/Mail/backup/msg.CiLC /home/spiegl/Mail/backup/msg.cjLC /home/spiegl/Mail/backup/msg.CjLC /home/spiegl/Mail/backup/msg.ckLC /home/spiegl/Mail/backup/msg.CkLC /home/spiegl/Mail/backup/msg.clLC /home/spiegl/Mail/backup/msg.ClLC /home/spiegl/Mail/backup/msg.cmLC /home/spiegl/Mail/backup/msg.CmLC /home/spiegl/Mail/backup/msg.cnLC /home/spiegl/Mail/backup/msg.CnLC /home/spiegl/Mail/backup/msg.dgLC /home/spiegl/Mail/backup/msg.DgLC /home/spiegl/Mail/backup/msg.dhLC /home/spiegl/Mail/backup/msg.DhLC /home/spiegl/Mail/backup/msg.diLC /home/spiegl/Mail/backup/msg.DiLC /home/spiegl/Mail/backup/msg.djLC /home/spiegl/Mail/backup/msg.DjLC /home/spiegl/Mail/backup/msg.dkLC /home/spiegl/Mail/backup/msg.DkLC /home/spiegl/Mail/backup/msg.dlLC /home/spiegl/Mail/backup/msg.DlLC /home/spiegl/Mail/backup/msg.dmLC /home/spiegl/Mail/backup/msg.DmLC /home/spiegl/Mail/backup/msg.dnLC /home/spiegl/Mail/backup/msg.DnLC /home/spiegl/Mail/backup/msg.egLC /home/spiegl/Mail/backup/msg.EgLC /home/spiegl/Mail/backup/msg.ehLC /home/spiegl/Mail/backup/msg.EhLC /home/spiegl/Mail/backup/msg.eiLC /home/spiegl/Mail/backup/msg.EiLC /home/spiegl/Mail/backup/msg.ejLC /home/spiegl/Mail/backup/msg.EjLC /home/spiegl/Mail/backup/msg.ekLC /home/spiegl/Mail/backup/msg.EkLC /home/spiegl/Mail/backup/msg.elLC /home/spiegl/Mail/backup/msg.ElLC /home/spiegl/Mail/backup/msg.emLC /home/spiegl/Mail/backup/msg.EmLC /home/spiegl/Mail/backup/msg.enLC /home/spiegl/Mail/backup/msg.EnLC /home/spiegl/Mail/backup/msg.fgLC /home/spiegl/Mail/backup/msg.FgLC /home/spiegl/Mail/backup/msg.fhLC /home/spiegl/Mail/backup/msg.FhLC /home/spiegl/Mail/backup/msg.fiLC /home/spiegl/Mail/backup/msg.FiLC /home/spiegl/Mail/backup/msg.fjLC /home/spiegl/Mail/backup/msg.FjLC /home/spiegl/Mail/backup/msg.fkLC /home/spiegl/Mail/backup/msg.FkLC /home/spiegl/Mail/backup/msg.flLC /home/spiegl/Mail/backup/msg.FlLC /home/spiegl/Mail/backup/msg.fmLC /home/spiegl/Mail/backup/msg.FmLC /home/spiegl/Mail/backup/msg.fnLC /home/spiegl/Mail/backup/msg.FnLC /home/spiegl/Mail/backup/msg.ggLC /home/spiegl/Mail/backup/msg.GgLC /home/spiegl/Mail/backup/msg.ghLC /home/spiegl/Mail/backup/msg.GhLC /home/spiegl/Mail/backup/msg.giLC /home/spiegl/Mail/backup/msg.GiLC /home/spiegl/Mail/backup/msg.gjLC /home/spiegl/Mail/backup/msg.GjLC /home/spiegl/Mail/backup/msg.gkLC /home/spiegl/Mail/backup/msg.GkLC /home/spiegl/Mail/backup/msg._gLC /home/spiegl/Mail/backup/msg.-gLC /home/spiegl/Mail/backup/msg.glLC /home/spiegl/Mail/backup/msg.GlLC /home/spiegl/Mail/backup/msg.gmLC /home/spiegl/Mail/backup/msg.GmLC /home/spiegl/Mail/backup/msg.gnLC /home/spiegl/Mail/backup/msg.GnLC /home/spiegl/Mail/backup/msg.hgLC /home/spiegl/Mail/backup/msg.HgLC /home/spiegl/Mail/backup/msg.hhLC /home/spiegl/Mail/backup/msg.HhLC /home/spiegl/Mail/backup/msg.hiLC /home/spiegl/Mail/backup/msg.HiLC /home/spiegl/Mail/backup/msg.hjLC /home/spiegl/Mail/backup/msg.HjLC /home/spiegl/Mail/backup/msg.hkLC /home/spiegl/Mail/backup/msg.HkLC /home/spiegl/Mail/backup/msg._hLC /home/spiegl/Mail/backup/msg.-hLC /home/spiegl/Mail/backup/msg.hlLC /home/spiegl/Mail/backup/msg.HlLC /home/spiegl/Mail/backup/msg.hmLC /home/spiegl/Mail/backup/msg.HmLC /home/spiegl/Mail/backup/msg.hnLC /home/spiegl/Mail/backup/msg.HnLC /home/spiegl/Mail/backup/msg.igLC /home/spiegl/Mail/backup/msg.IgLC /home/spiegl/Mail/backup/msg.ihLC /home/spiegl/Mail/backup/msg.IhLC /home/spiegl/Mail/backup/msg.iiLC /home/spiegl/Mail/backup/msg.IiLC /home/spiegl/Mail/backup/msg.ijLC /home/spiegl/Mail/backup/msg.IjLC /home/spiegl/Mail/backup/msg.ikLC /home/spiegl/Mail/backup/msg.IkLC /home/spiegl/Mail/backup/msg._iLC /home/spiegl/Mail/backup/msg.-iLC /home/spiegl/Mail/backup/msg.ilLC /home/spiegl/Mail/backup/msg.IlLC /home/spiegl/Mail/backup/msg.imLC /home/spiegl/Mail/backup/msg.ImLC /home/spiegl/Mail/backup/msg.inLC /home/spiegl/Mail/backup/msg.InLC /home/spiegl/Mail/backup/msg.jgLC /home/spiegl/Mail/backup/msg.JgLC /home/spiegl/Mail/backup/msg.jhLC /home/spiegl/Mail/backup/msg.JhLC /home/spiegl/Mail/backup/msg.jiLC /home/spiegl/Mail/backup/msg.JiLC /home/spiegl/Mail/backup/msg.jjLC /home/spiegl/Mail/backup/msg.JjLC /home/spiegl/Mail/backup/msg.jkLC /home/spiegl/Mail/backup/msg.JkLC /home/spiegl/Mail/backup/msg._jLC /home/spiegl/Mail/backup/msg.-jLC /home/spiegl/Mail/backup/msg.jlLC /home/spiegl/Mail/backup/msg.JlLC /home/spiegl/Mail/backup/msg.jmLC /home/spiegl/Mail/backup/msg.JmLC /home/spiegl/Mail/backup/msg.jnLC /home/spiegl/Mail/backup/msg.JnLC /home/spiegl/Mail/backup/msg.kgLC /home/spiegl/Mail/backup/msg.KgLC /home/spiegl/Mail/backup/msg.khLC /home/spiegl/Mail/backup/msg.KhLC /home/spiegl/Mail/backup/msg.kiLC /home/spiegl/Mail/backup/msg.KiLC /home/spiegl/Mail/backup/msg.kjLC /home/spiegl/Mail/backup/msg.KjLC /home/spiegl/Mail/backup/msg.kkLC /home/spiegl/Mail/backup/msg.KkLC /home/spiegl/Mail/backup/msg._kLC /home/spiegl/Mail/backup/msg.-kLC /home/spiegl/Mail/backup/msg.klLC /home/spiegl/Mail/backup/msg.KlLC /home/spiegl/Mail/backup/msg.kmLC /home/spiegl/Mail/backup/msg.KmLC /home/spiegl/Mail/backup/msg.knLC /home/spiegl/Mail/backup/msg.KnLC /home/spiegl/Mail/backup/msg.lgLC /home/spiegl/Mail/backup/msg.LgLC /home/spiegl/Mail/backup/msg.lhLC /home/spiegl/Mail/backup/msg.LhLC /home/spiegl/Mail/backup/msg.liLC /home/spiegl/Mail/backup/msg.LiLC /home/spiegl/Mail/backup/msg.ljLC /home/spiegl/Mail/backup/msg.LjLC /home/spiegl/Mail/backup/msg.lkLC /home/spiegl/Mail/backup/msg.LkLC /home/spiegl/Mail/backup/msg._lLC /home/spiegl/Mail/backup/msg.-lLC /home/spiegl/Mail/backup/msg.llLC /home/spiegl/Mail/backup/msg.LlLC /home/spiegl/Mail/backup/msg.lmLC /home/spiegl/Mail/backup/msg.LmLC /home/spiegl/Mail/backup/msg.lnLC /home/spiegl/Mail/backup/msg.LnLC /home/spiegl/Mail/backup/msg.mgLC /home/spiegl/Mail/backup/msg.MgLC /home/spiegl/Mail/backup/msg.mhLC /home/spiegl/Mail/backup/msg.MhLC /home/spiegl/Mail/backup/msg.miLC /home/spiegl/Mail/backup/msg.MiLC /home/spiegl/Mail/backup/msg.mjLC /home/spiegl/Mail/backup/msg.MjLC /home/spiegl/Mail/backup/msg.mkLC /home/spiegl/Mail/backup/msg.MkLC /home/spiegl/Mail/backup/msg._mLC /home/spiegl/Mail/backup/msg.-mLC /home/spiegl/Mail/backup/msg.mlLC /home/spiegl/Mail/backup/msg.MlLC /home/spiegl/Mail/backup/msg.mmLC /home/spiegl/Mail/backup/msg.MmLC /home/spiegl/Mail/backup/msg.mnLC /home/spiegl/Mail/backup/msg.MnLC /home/spiegl/Mail/backup/msg.ngLC /home/spiegl/Mail/backup/msg.NgLC /home/spiegl/Mail/backup/msg.nhLC /home/spiegl/Mail/backup/msg.NhLC /home/spiegl/Mail/backup/msg.niLC /home/spiegl/Mail/backup/msg.NiLC /home/spiegl/Mail/backup/msg.njLC /home/spiegl/Mail/backup/msg.NjLC /home/spiegl/Mail/backup/msg.nkLC /home/spiegl/Mail/backup/msg.NkLC /home/spiegl/Mail/backup/msg.nlLC /home/spiegl/Mail/backup/msg.NlLC /home/spiegl/Mail/backup/msg.nmLC /home/spiegl/Mail/backup/msg.NmLC /home/spiegl/Mail/backup/msg.nnLC /home/spiegl/Mail/backup/msg.NnLC /home/spiegl/Mail/backup/msg.ogLC /home/spiegl/Mail/backup/msg.OgLC /home/spiegl/Mail/backup/msg.ohLC /home/spiegl/Mail/backup/msg.OhLC /home/spiegl/Mail/backup/msg.oiLC /home/spiegl/Mail/backup/msg.OiLC /home/spiegl/Mail/backup/msg.ojLC /home/spiegl/Mail/backup/msg.OjLC /home/spiegl/Mail/backup/msg.okLC /home/spiegl/Mail/backup/msg.OkLC /home/spiegl/Mail/backup/msg.olLC /home/spiegl/Mail/backup/msg.OlLC /home/spiegl/Mail/backup/msg.omLC /home/spiegl/Mail/backup/msg.OmLC /home/spiegl/Mail/backup/msg.onLC /home/spiegl/Mail/backup/msg.OnLC /home/spiegl/Mail/backup/msg.pgLC /home/spiegl/Mail/backup/msg.PgLC /home/spiegl/Mail/backup/msg.phLC /home/spiegl/Mail/backup/msg.PhLC /home/spiegl/Mail/backup/msg.piLC /home/spiegl/Mail/backup/msg.PiLC /home/spiegl/Mail/backup/msg.pjLC /home/spiegl/Mail/backup/msg.PjLC /home/spiegl/Mail/backup/msg.pkLC /home/spiegl/Mail/backup/msg.PkLC /home/spiegl/Mail/backup/msg.plLC /home/spiegl/Mail/backup/msg.PlLC /home/spiegl/Mail/backup/msg.pmLC /home/spiegl/Mail/backup/msg.PmLC /home/spiegl/Mail/backup/msg.pnLC /home/spiegl/Mail/backup/msg.PnLC /home/spiegl/Mail/backup/msg.qgLC /home/spiegl/Mail/backup/msg.QgLC /home/spiegl/Mail/backup/msg.qhLC /home/spiegl/Mail/backup/msg.QhLC /home/spiegl/Mail/backup/msg.qiLC /home/spiegl/Mail/backup/msg.QiLC /home/spiegl/Mail/backup/msg.qjLC /home/spiegl/Mail/backup/msg.QjLC /home/spiegl/Mail/backup/msg.qkLC /home/spiegl/Mail/backup/msg.QkLC /home/spiegl/Mail/backup/msg.qlLC /home/spiegl/Mail/backup/msg.QlLC /home/spiegl/Mail/backup/msg.qmLC /home/spiegl/Mail/backup/msg.QmLC /home/spiegl/Mail/backup/msg.qnLC /home/spiegl/Mail/backup/msg.QnLC /home/spiegl/Mail/backup/msg.rgLC /home/spiegl/Mail/backup/msg.rhLC /home/spiegl/Mail/backup/msg.RhLC /home/spiegl/Mail/backup/msg.riLC /home/spiegl/Mail/backup/msg.RiLC /home/spiegl/Mail/backup/msg.rjLC /home/spiegl/Mail/backup/msg.RjLC /home/spiegl/Mail/backup/msg.rkLC /home/spiegl/Mail/backup/msg.RkLC /home/spiegl/Mail/backup/msg.rlLC /home/spiegl/Mail/backup/msg.RlLC /home/spiegl/Mail/backup/msg.rmLC /home/spiegl/Mail/backup/msg.RmLC /home/spiegl/Mail/backup/msg.rnLC /home/spiegl/Mail/backup/msg.RnLC /home/spiegl/Mail/backup/msg.sgLC /home/spiegl/Mail/backup/msg.SgLC /home/spiegl/Mail/backup/msg.shLC /home/spiegl/Mail/backup/msg.ShLC /home/spiegl/Mail/backup/msg.siLC /home/spiegl/Mail/backup/msg.SiLC /home/spiegl/Mail/backup/msg.sjLC /home/spiegl/Mail/backup/msg.SjLC /home/spiegl/Mail/backup/msg.skLC /home/spiegl/Mail/backup/msg.SkLC /home/spiegl/Mail/backup/msg.slLC /home/spiegl/Mail/backup/msg.SlLC /home/spiegl/Mail/backup/msg.smLC /home/spiegl/Mail/backup/msg.SmLC /home/spiegl/Mail/backup/msg.snLC /home/spiegl/Mail/backup/msg.SnLC /home/spiegl/Mail/backup/msg.tgLC /home/spiegl/Mail/backup/msg.TgLC /home/spiegl/Mail/backup/msg.thLC /home/spiegl/Mail/backup/msg.ThLC /home/spiegl/Mail/backup/msg.tiLC /home/spiegl/Mail/backup/msg.TiLC /home/spiegl/Mail/backup/msg.tjLC /home/spiegl/Mail/backup/msg.TjLC /home/spiegl/Mail/backup/msg.tkLC /home/spiegl/Mail/backup/msg.TkLC /home/spiegl/Mail/backup/msg.tlLC /home/spiegl/Mail/backup/msg.TlLC /home/spiegl/Mail/backup/msg.tmLC /home/spiegl/Mail/backup/msg.TmLC /home/spiegl/Mail/backup/msg.tnLC /home/spiegl/Mail/backup/msg.TnLC /home/spiegl/Mail/backup/msg.ugLC /home/spiegl/Mail/backup/msg.UgLC /home/spiegl/Mail/backup/msg.uhLC /home/spiegl/Mail/backup/msg.UhLC /home/spiegl/Mail/backup/msg.uiLC /home/spiegl/Mail/backup/msg.UiLC /home/spiegl/Mail/backup/msg.ujLC /home/spiegl/Mail/backup/msg.UjLC /home/spiegl/Mail/backup/msg.ukLC /home/spiegl/Mail/backup/msg.UkLC /home/spiegl/Mail/backup/msg.ulLC /home/spiegl/Mail/backup/msg.UlLC /home/spiegl/Mail/backup/msg.umLC /home/spiegl/Mail/backup/msg.UmLC /home/spiegl/Mail/backup/msg.unLC /home/spiegl/Mail/backup/msg.UnLC /home/spiegl/Mail/backup/msg.vgLC /home/spiegl/Mail/backup/msg.VgLC /home/spiegl/Mail/backup/msg.vhLC /home/spiegl/Mail/backup/msg.VhLC /home/spiegl/Mail/backup/msg.viLC /home/spiegl/Mail/backup/msg.ViLC /home/spiegl/Mail/backup/msg.vjLC /home/spiegl/Mail/backup/msg.VjLC /home/spiegl/Mail/backup/msg.vkLC /home/spiegl/Mail/backup/msg.VkLC /home/spiegl/Mail/backup/msg.vlLC /home/spiegl/Mail/backup/msg.VlLC /home/spiegl/Mail/backup/msg.vmLC /home/spiegl/Mail/backup/msg.VmLC /home/spiegl/Mail/backup/msg.vnLC /home/spiegl/Mail/backup/msg.VnLC /home/spiegl/Mail/backup/msg.wgLC /home/spiegl/Mail/backup/msg.WgLC /home/spiegl/Mail/backup/msg.whLC /home/spiegl/Mail/backup/msg.WhLC /home/spiegl/Mail/backup/msg.wiLC /home/spiegl/Mail/backup/msg.WiLC /home/spiegl/Mail/backup/msg.wjLC /home/spiegl/Mail/backup/msg.WjLC /home/spiegl/Mail/backup/msg.wkLC /home/spiegl/Mail/backup/msg.WkLC /home/spiegl/Mail/backup/msg.wlLC /home/spiegl/Mail/backup/msg.WlLC /home/spiegl/Mail/backup/msg.wmLC /home/spiegl/Mail/backup/msg.WmLC /home/spiegl/Mail/backup/msg.WnLC /home/spiegl/Mail/backup/msg.xgLC /home/spiegl/Mail/backup/msg.XgLC /home/spiegl/Mail/backup/msg.xhLC /home/spiegl/Mail/backup/msg.XhLC /home/spiegl/Mail/backup/msg.xiLC /home/spiegl/Mail/backup/msg.XiLC /home/spiegl/Mail/backup/msg.xjLC /home/spiegl/Mail/backup/msg.XjLC /home/spiegl/Mail/backup/msg.xkLC /home/spiegl/Mail/backup/msg.XkLC /home/spiegl/Mail/backup/msg.xlLC /home/spiegl/Mail/backup/msg.XlLC /home/spiegl/Mail/backup/msg.xmLC /home/spiegl/Mail/backup/msg.XmLC /home/spiegl/Mail/backup/msg.xnLC /home/spiegl/Mail/backup/msg.XnLC /home/spiegl/Mail/backup/msg.ygLC /home/spiegl/Mail/backup/msg.YgLC /home/spiegl/Mail/backup/msg.yhLC /home/spiegl/Mail/backup/msg.YhLC /home/spiegl/Mail/backup/msg.yiLC /home/spiegl/Mail/backup/msg.YiLC /home/spiegl/Mail/backup/msg.yjLC /home/spiegl/Mail/backup/msg.YjLC /home/spiegl/Mail/backup/msg.ykLC /home/spiegl/Mail/backup/msg.YkLC /home/spiegl/Mail/backup/msg.ylLC /home/spiegl/Mail/backup/msg.YlLC /home/spiegl/Mail/backup/msg.ymLC /home/spiegl/Mail/backup/msg.YmLC /home/spiegl/Mail/backup/msg.ynLC /home/spiegl/Mail/backup/msg.YnLC /home/spiegl/Mail/backup/msg.zgLC /home/spiegl/Mail/backup/msg.ZgLC /home/spiegl/Mail/backup/msg.zhLC /home/spiegl/Mail/backup/msg.ZhLC /home/spiegl/Mail/backup/msg.ziLC /home/spiegl/Mail/backup/msg.ZiLC /home/spiegl/Mail/backup/msg.zjLC /home/spiegl/Mail/backup/msg.ZjLC /home/spiegl/Mail/backup/msg.zkLC /home/spiegl/Mail/backup/msg.ZkLC /home/spiegl/Mail/backup/msg.zlLC /home/spiegl/Mail/backup/msg.ZlLC /home/spiegl/Mail/backup/msg.zmLC /home/spiegl/Mail/backup/msg.ZmLC /home/spiegl/Mail/backup/msg.znLC /home/spiegl/Mail/backup/msg.ZnLC /home/spiegl/Mail/backup2/msg.0gx /home/spiegl/Mail/backup2/msg.0hx /home/spiegl/Mail/backup2/msg.0ix /home/spiegl/Mail/backup2/msg.1gx /home/spiegl/Mail/backup2/msg.1hx /home/spiegl/Mail/backup2/msg.1ix /home/spiegl/Mail/backup2/msg.2gx /home/spiegl/Mail/backup2/msg.2hx /home/spiegl/Mail/backup2/msg.2ix /home/spiegl/Mail/backup2/msg.3gx /home/spiegl/Mail/backup2/msg.3hx /home/spiegl/Mail/backup2/msg.3ix /home/spiegl/Mail/backup2/msg.4gx /home/spiegl/Mail/backup2/msg.4hx /home/spiegl/Mail/backup2/msg.4ix /home/spiegl/Mail/backup2/msg.5gx /home/spiegl/Mail/backup2/msg.5hx /home/spiegl/Mail/backup2/msg.5ix /home/spiegl/Mail/backup2/msg.6gx /home/spiegl/Mail/backup2/msg.6hx /home/spiegl/Mail/backup2/msg.6ix /home/spiegl/Mail/backup2/msg.7gx /home/spiegl/Mail/backup2/msg.7hx /home/spiegl/Mail/backup2/msg.7ix /home/spiegl/Mail/backup2/msg.8gx /home/spiegl/Mail/backup2/msg.8hx /home/spiegl/Mail/backup2/msg.8ix /home/spiegl/Mail/backup2/msg.9gx /home/spiegl/Mail/backup2/msg.9hx /home/spiegl/Mail/backup2/msg.9ix /home/spiegl/Mail/backup2/msg.agx /home/spiegl/Mail/backup2/msg.ahx /home/spiegl/Mail/backup2/msg.Ahx /home/spiegl/Mail/backup2/msg.aix /home/spiegl/Mail/backup2/msg.Aix /home/spiegl/Mail/backup2/msg.Ajx /home/spiegl/Mail/backup2/msg.bgx /home/spiegl/Mail/backup2/msg.bhx /home/spiegl/Mail/backup2/msg.Bhx /home/spiegl/Mail/backup2/msg.bix /home/spiegl/Mail/backup2/msg.Bix /home/spiegl/Mail/backup2/msg.Bjx /home/spiegl/Mail/backup2/msg.cgx /home/spiegl/Mail/backup2/msg.chx /home/spiegl/Mail/backup2/msg.Chx /home/spiegl/Mail/backup2/msg.cix /home/spiegl/Mail/backup2/msg.Cix /home/spiegl/Mail/backup2/msg.Cjx /home/spiegl/Mail/backup2/msg.dgx /home/spiegl/Mail/backup2/msg.dhx /home/spiegl/Mail/backup2/msg.Dhx /home/spiegl/Mail/backup2/msg.dix /home/spiegl/Mail/backup2/msg.Dix /home/spiegl/Mail/backup2/msg.Djx /home/spiegl/Mail/backup2/msg.egx /home/spiegl/Mail/backup2/msg.ehx /home/spiegl/Mail/backup2/msg.Ehx /home/spiegl/Mail/backup2/msg.eix /home/spiegl/Mail/backup2/msg.Eix /home/spiegl/Mail/backup2/msg.Ejx /home/spiegl/Mail/backup2/msg.fgx /home/spiegl/Mail/backup2/msg.fhx /home/spiegl/Mail/backup2/msg.Fhx /home/spiegl/Mail/backup2/msg.fix /home/spiegl/Mail/backup2/msg.Fix /home/spiegl/Mail/backup2/msg.Fjx /home/spiegl/Mail/backup2/msg.ggx /home/spiegl/Mail/backup2/msg.ghx /home/spiegl/Mail/backup2/msg.Ghx /home/spiegl/Mail/backup2/msg.gix /home/spiegl/Mail/backup2/msg.Gix /home/spiegl/Mail/backup2/msg.Gjx /home/spiegl/Mail/backup2/msg._gx /home/spiegl/Mail/backup2/msg.-gx /home/spiegl/Mail/backup2/msg.hgx /home/spiegl/Mail/backup2/msg.hhx /home/spiegl/Mail/backup2/msg.Hhx /home/spiegl/Mail/backup2/msg.hix /home/spiegl/Mail/backup2/msg.Hix /home/spiegl/Mail/backup2/msg.Hjx /home/spiegl/Mail/backup2/msg._hx /home/spiegl/Mail/backup2/msg.-hx /home/spiegl/Mail/backup2/msg.igx /home/spiegl/Mail/backup2/msg.ihx /home/spiegl/Mail/backup2/msg.Ihx /home/spiegl/Mail/backup2/msg.iix /home/spiegl/Mail/backup2/msg.Iix /home/spiegl/Mail/backup2/msg.Ijx /home/spiegl/Mail/backup2/msg._ix /home/spiegl/Mail/backup2/msg.-ix /home/spiegl/Mail/backup2/msg.jgx /home/spiegl/Mail/backup2/msg.Jgx /home/spiegl/Mail/backup2/msg.jhx /home/spiegl/Mail/backup2/msg.Jhx /home/spiegl/Mail/backup2/msg.jix /home/spiegl/Mail/backup2/msg.Jix /home/spiegl/Mail/backup2/msg.Jjx /home/spiegl/Mail/backup2/msg.Kgx /home/spiegl/Mail/backup2/msg.khx /home/spiegl/Mail/backup2/msg.Khx /home/spiegl/Mail/backup2/msg.kix /home/spiegl/Mail/backup2/msg.Kix /home/spiegl/Mail/backup2/msg.Kjx /home/spiegl/Mail/backup2/msg.lgx /home/spiegl/Mail/backup2/msg.Lgx /home/spiegl/Mail/backup2/msg.lhx /home/spiegl/Mail/backup2/msg.Lhx /home/spiegl/Mail/backup2/msg.lix /home/spiegl/Mail/backup2/msg.Lix /home/spiegl/Mail/backup2/msg.Ljx /home/spiegl/Mail/backup2/msg.mgx /home/spiegl/Mail/backup2/msg.Mgx /home/spiegl/Mail/backup2/msg.mhx /home/spiegl/Mail/backup2/msg.Mhx /home/spiegl/Mail/backup2/msg.mix /home/spiegl/Mail/backup2/msg.Mix /home/spiegl/Mail/backup2/msg.Mjx /home/spiegl/Mail/backup2/msg.ngx /home/spiegl/Mail/backup2/msg.Ngx /home/spiegl/Mail/backup2/msg.nhx /home/spiegl/Mail/backup2/msg.Nhx /home/spiegl/Mail/backup2/msg.nix /home/spiegl/Mail/backup2/msg.Nix /home/spiegl/Mail/backup2/msg.Njx /home/spiegl/Mail/backup2/msg.ogx /home/spiegl/Mail/backup2/msg.Ogx /home/spiegl/Mail/backup2/msg.ohx /home/spiegl/Mail/backup2/msg.Ohx /home/spiegl/Mail/backup2/msg.oix /home/spiegl/Mail/backup2/msg.Oix /home/spiegl/Mail/backup2/msg.Ojx /home/spiegl/Mail/backup2/msg.pgx /home/spiegl/Mail/backup2/msg.Pgx /home/spiegl/Mail/backup2/msg.phx /home/spiegl/Mail/backup2/msg.Phx /home/spiegl/Mail/backup2/msg.pix /home/spiegl/Mail/backup2/msg.Pix /home/spiegl/Mail/backup2/msg.Pjx /home/spiegl/Mail/backup2/msg.qgx /home/spiegl/Mail/backup2/msg.Qgx /home/spiegl/Mail/backup2/msg.qhx /home/spiegl/Mail/backup2/msg.Qhx /home/spiegl/Mail/backup2/msg.qix /home/spiegl/Mail/backup2/msg.Qix /home/spiegl/Mail/backup2/msg.Qjx /home/spiegl/Mail/backup2/msg.rgx /home/spiegl/Mail/backup2/msg.Rgx /home/spiegl/Mail/backup2/msg.rhx /home/spiegl/Mail/backup2/msg.Rhx /home/spiegl/Mail/backup2/msg.rix /home/spiegl/Mail/backup2/msg.Rix /home/spiegl/Mail/backup2/msg.Rjx /home/spiegl/Mail/backup2/msg.sgx /home/spiegl/Mail/backup2/msg.shx /home/spiegl/Mail/backup2/msg.Shx /home/spiegl/Mail/backup2/msg.six /home/spiegl/Mail/backup2/msg.Six /home/spiegl/Mail/backup2/msg.Sjx /home/spiegl/Mail/backup2/msg.tgx /home/spiegl/Mail/backup2/msg.Tgx /home/spiegl/Mail/backup2/msg.thx /home/spiegl/Mail/backup2/msg.Thx /home/spiegl/Mail/backup2/msg.tix /home/spiegl/Mail/backup2/msg.Tix /home/spiegl/Mail/backup2/msg.ugx /home/spiegl/Mail/backup2/msg.Ugx /home/spiegl/Mail/backup2/msg.uhx /home/spiegl/Mail/backup2/msg.Uhx /home/spiegl/Mail/backup2/msg.uix /home/spiegl/Mail/backup2/msg.Uix /home/spiegl/Mail/backup2/msg.vgx /home/spiegl/Mail/backup2/msg.Vgx /home/spiegl/Mail/backup2/msg.vhx /home/spiegl/Mail/backup2/msg.Vhx /home/spiegl/Mail/backup2/msg.vix /home/spiegl/Mail/backup2/msg.Vix /home/spiegl/Mail/backup2/msg.wgx /home/spiegl/Mail/backup2/msg.Wgx /home/spiegl/Mail/backup2/msg.whx /home/spiegl/Mail/backup2/msg.Whx /home/spiegl/Mail/backup2/msg.wix /home/spiegl/Mail/backup2/msg.Wix /home/spiegl/Mail/backup2/msg.xgx /home/spiegl/Mail/backup2/msg.Xgx /home/spiegl/Mail/backup2/msg.xhx /home/spiegl/Mail/backup2/msg.Xhx /home/spiegl/Mail/backup2/msg.xix /home/spiegl/Mail/backup2/msg.Xix /home/spiegl/Mail/backup2/msg.ygx /home/spiegl/Mail/backup2/msg.Ygx /home/spiegl/Mail/backup2/msg.yhx /home/spiegl/Mail/backup2/msg.Yhx /home/spiegl/Mail/backup2/msg.yix /home/spiegl/Mail/backup2/msg.Yix /home/spiegl/Mail/backup2/msg.zgx /home/spiegl/Mail/backup2/msg.Zgx /home/spiegl/Mail/backup2/msg.zhx /home/spiegl/Mail/backup2/msg.Zhx /home/spiegl/Mail/backup2/msg.zix /home/spiegl/Mail/backup2/msg.Zix ) 
trace _mailboxes:29(then while else)> dirboxes=( /home/spiegl/Mail/out /home/spiegl/Mail/sub ) 
trace _mailboxes:20(then while)> ((  2  ))
trace _mailboxes:21(then while)> i=/home/spiegl/Mail/out 
trace _mailboxes:22(then while)> shift dirboxes
trace _mailboxes:23(then while if)> [[ -d /home/spiegl/Mail/out/cur ]]
trace _mailboxes:25(then while elif)> j=( ) 
trace _mailboxes:25(then while elif cmdand)> [[ -n  ]]
trace _mailboxes:28(then while else)> mboxes=( /home/spiegl/Mail/abluemel /home/spiegl/Mail/adone /home/spiegl/Mail/ag-online /home/spiegl/Mail/a-kalenderis /home/spiegl/Mail/alex /home/spiegl/Mail/alexander /home/spiegl/Mail/alexander-krombholz /home/spiegl/Mail/alexander.winnen /home/spiegl/Mail/alex.klemens /home/spiegl/Mail/alphaseek.junk /home/spiegl/Mail/ameisen /home/spiegl/Mail/andreas /home/spiegl/Mail/andreas.hoermann /home/spiegl/Mail/andre-rubach /home/spiegl/Mail/andy /home/spiegl/Mail/angi /home/spiegl/Mail/annuss /home/spiegl/Mail/apohl /home/spiegl/Mail/ard /home/spiegl/Mail/ard-webtechnik /home/spiegl/Mail/astrid /home/spiegl/Mail/autorequest /home/spiegl/Mail/axel /home/spiegl/Mail/ayaz.s /home/spiegl/Mail/backupmaster /home/spiegl/Mail/backupmaster.0.gz /home/spiegl/Mail/backupmaster.1.gz /home/spiegl/Mail/backupmaster.2.gz /home/spiegl/Mail/baumann /home/spiegl/Mail/bawagn /home/spiegl/Mail/bball /home/spiegl/Mail/benno.kaufmann /home/spiegl/Mail/beo /home/spiegl/Mail/bernd /home/spiegl/Mail/bernd.eberwein /home/spiegl/Mail/birgit.naumer /home/spiegl/Mail/bmtmail /home/spiegl/Mail/botmaster /home/spiegl/Mail/brainforce /home/spiegl/Mail/breunig /home/spiegl/Mail/brnet /home/spiegl/Mail/bugtraq /home/spiegl/Mail/bugtraq.1 /home/spiegl/Mail/cert-advisory /home/spiegl/Mail/chris_hohenberger /home/spiegl/Mail/claudia /home/spiegl/Mail/collegeradio /home/spiegl/Mail/cornelia /home/spiegl/Mail/cornelia.petratu /home/spiegl/Mail/cusanuswerk /home/spiegl/Mail/cvd /home/spiegl/Mail/cyberprofit /home/spiegl/Mail/dante /home/spiegl/Mail/dertag /home/spiegl/Mail/deuter /home/spiegl/Mail/domains /home/spiegl/Mail/ehangartner /home/spiegl/Mail/eldracher.martin /home/spiegl/Mail/erasmus /home/spiegl/Mail/ernst.koegler /home/spiegl/Mail/eveline.wermuth /home/spiegl/Mail/fabian /home/spiegl/Mail/fairad /home/spiegl/Mail/fendrich /home/spiegl/Mail/fettabsaugen.jpg /home/spiegl/Mail/firstsurf /home/spiegl/Mail/forum.der.technik /home/spiegl/Mail/frank.lott /home/spiegl/Mail/franz /home/spiegl/Mail/franz.lachermeier /home/spiegl/Mail/frei /home/spiegl/Mail/funny /home/spiegl/Mail/georg.heeg /home/spiegl/Mail/gericom /home/spiegl/Mail/gerold.walker /home/spiegl/Mail/goaman /home/spiegl/Mail/g.rank /home/spiegl/Mail/grossarl /home/spiegl/Mail/guenter /home/spiegl/Mail/guenther.woersching /home/spiegl/Mail/g.woersching /home/spiegl/Mail/haller /home/spiegl/Mail/hans /home/spiegl/Mail/hansen /home/spiegl/Mail/hans.spiegl /home/spiegl/Mail/harald.haller /home/spiegl/Mail/harald.milz /home/spiegl/Mail/hcts-moshi /home/spiegl/Mail/heidi /home/spiegl/Mail/heidrun.spiegl /home/spiegl/Mail/heise /home/spiegl/Mail/helga.guenther /home/spiegl/Mail/helgard /home/spiegl/Mail/helmreich /home/spiegl/Mail/helpdesk /home/spiegl/Mail/herrlerehbach /home/spiegl/Mail/herzblatt /home/spiegl/Mail/hexe /home/spiegl/Mail/hickisch /home/spiegl/Mail/hinz /home/spiegl/Mail/hjbauer /home/spiegl/Mail/holbach /home/spiegl/Mail/holger.froemert /home/spiegl/Mail/huber /home/spiegl/Mail/huelbrock /home/spiegl/Mail/hust /home/spiegl/Mail/ibis /home/spiegl/Mail/ie /home/spiegl/Mail/ieichens /home/spiegl/Mail/igor-vozdaev /home/spiegl/Mail/info /home/spiegl/Mail/inge /home/spiegl/Mail/inge.spiegl /home/spiegl/Mail/ingo.dinkel /home/spiegl/Mail/ingrid-mitterhummer /home/spiegl/Mail/irc /home/spiegl/Mail/isabell-boubong /home/spiegl/Mail/javakurs /home/spiegl/Mail/johannes.goetz /home/spiegl/Mail/johannes.stadler /home/spiegl/Mail/josef.konitzer /home/spiegl/Mail/j.steinbach /home/spiegl/Mail/junk /home/spiegl/Mail/junk.iname /home/spiegl/Mail/junk.spiegl /home/spiegl/Mail/jutta /home/spiegl/Mail/jutta.hohenberger /home/spiegl/Mail/jutta.wagenhuber /home/spiegl/Mail/karin.c.gillich /home/spiegl/Mail/karin.kerling /home/spiegl/Mail/kbuehler /home/spiegl/Mail/keder /home/spiegl/Mail/kelsh /home/spiegl/Mail/kerim.esen /home/spiegl/Mail/kinokino /home/spiegl/Mail/kino-mond-sterne /home/spiegl/Mail/kip /home/spiegl/Mail/klaus-maisch /home/spiegl/Mail/klaus.pulverer /home/spiegl/Mail/kleist.00.01 /home/spiegl/Mail/kleist.00.02 /home/spiegl/Mail/kleist.00.03 /home/spiegl/Mail/kleist.00.04 /home/spiegl/Mail/kleist.00.05 /home/spiegl/Mail/kleist.00.06 /home/spiegl/Mail/kleist.99.04 /home/spiegl/Mail/kleist.99.05 /home/spiegl/Mail/kleist.99.06 /home/spiegl/Mail/kleist.99.07 /home/spiegl/Mail/kleist.99.08 /home/spiegl/Mail/kleist.99.09 /home/spiegl/Mail/kleist.99.10 /home/spiegl/Mail/kleist.99.11 /home/spiegl/Mail/kleist.99.12 /home/spiegl/Mail/kopp /home/spiegl/Mail/krauss /home/spiegl/Mail/kredler /home/spiegl/Mail/krol /home/spiegl/Mail/krombholz /home/spiegl/Mail/kruener /home/spiegl/Mail/kuehnel /home/spiegl/Mail/lachermeier /home/spiegl/Mail/lehmanns /home/spiegl/Mail/lenz.grimmer /home/spiegl/Mail/letsbuyit /home/spiegl/Mail/loesung /home/spiegl/Mail/l.weh /home/spiegl/Mail/lysann /home/spiegl/Mail/lysann.michael /home/spiegl/Mail/markus /home/spiegl/Mail/martin.appel /home/spiegl/Mail/martin.henning /home/spiegl/Mail/mathieu /home/spiegl/Mail/mayer /home/spiegl/Mail/mbox.mpc /home/spiegl/Mail/mclason /home/spiegl/Mail/meggle /home/spiegl/Mail/meine-links /home/spiegl/Mail/mendres /home/spiegl/Mail/merlin /home/spiegl/Mail/meyer /home/spiegl/Mail/michael.metzger /home/spiegl/Mail/michael.uhlemann /home/spiegl/Mail/microsoft /home/spiegl/Mail/mnaumer /home/spiegl/Mail/muelleer /home/spiegl/Mail/murx /home/spiegl/Mail/natascha.sperl /home/spiegl/Mail/netscape.andy /home/spiegl/Mail/norbert /home/spiegl/Mail/nwiechern /home/spiegl/Mail/oli /home/spiegl/Mail/oliver.glowacki /home/spiegl/Mail/oliver.schoerrig /home/spiegl/Mail/orakel /home/spiegl/Mail/ostler /home/spiegl/Mail/patrick.wunsch /home/spiegl/Mail/pcspezialist /home/spiegl/Mail/peter /home/spiegl/Mail/peter.goetz /home/spiegl/Mail/peter.kanzow /home/spiegl/Mail/petra /home/spiegl/Mail/petra.zinth /home/spiegl/Mail/pfann /home/spiegl/Mail/postmaster /home/spiegl/Mail/procmail.reports /home/spiegl/Mail/programmierer /home/spiegl/Mail/p.stenz /home/spiegl/Mail/pumuckl /home/spiegl/Mail/rainer.biehn /home/spiegl/Mail/ralf.schraven.1999 /home/spiegl/Mail/ralf.schraven.2000 /home/spiegl/Mail/rank /home/spiegl/Mail/redaktion.multimedia /home/spiegl/Mail/redaktion.protokolle /home/spiegl/Mail/reichert /home/spiegl/Mail/reiner /home/spiegl/Mail/rejo /home/spiegl/Mail/r.lopuszanski /home/spiegl/Mail/robert /home/spiegl/Mail/robert.killinger /home/spiegl/Mail/roland.kaufmann /home/spiegl/Mail/roland.kaufmann.1999 /home/spiegl/Mail/roli.muc /home/spiegl/Mail/rubach /home/spiegl/Mail/rundschau-red /home/spiegl/Mail/rwkeller /home/spiegl/Mail/sandra /home/spiegl/Mail/sarra /home/spiegl/Mail/sarrazin /home/spiegl/Mail/schick /home/spiegl/Mail/schmid /home/spiegl/Mail/schmidt /home/spiegl/Mail/seifert /home/spiegl/Mail/sessner /home/spiegl/Mail/sgoetz /home/spiegl/Mail/siegert /home/spiegl/Mail/siegfried-kramer /home/spiegl/Mail/siegl /home/spiegl/Mail/simone.chorowski /home/spiegl/Mail/spacenet /home/spiegl/Mail/spicer /home/spiegl/Mail/spiegel /home/spiegl/Mail/spiegl /home/spiegl/Mail/stark /home/spiegl/Mail/steff /home/spiegl/Mail/stenz /home/spiegl/Mail/steve.00.01 /home/spiegl/Mail/steve.00.02 /home/spiegl/Mail/steve.00.03 /home/spiegl/Mail/steve.00.04 /home/spiegl/Mail/steve.00.05 /home/spiegl/Mail/steve.00.06 /home/spiegl/Mail/steve.99.04 /home/spiegl/Mail/steve.99.05 /home/spiegl/Mail/steve.99.06 /home/spiegl/Mail/steve.99.07 /home/spiegl/Mail/steve.99.08 /home/spiegl/Mail/steve.99.09 /home/spiegl/Mail/steve.99.10 /home/spiegl/Mail/steve.99.11 /home/spiegl/Mail/steve.99.12 /home/spiegl/Mail/strolz /home/spiegl/Mail/suse /home/spiegl/Mail/telekom /home/spiegl/Mail/thawte /home/spiegl/Mail/thomas.ahnert /home/spiegl/Mail/thomas.vogel /home/spiegl/Mail/to.all.user /home/spiegl/Mail/tom.schwaller /home/spiegl/Mail/topmail /home/spiegl/Mail/topqualitea /home/spiegl/Mail/tripwire /home/spiegl/Mail/tripwire.1999 /home/spiegl/Mail/trustcenter /home/spiegl/Mail/typemania /home/spiegl/Mail/uli /home/spiegl/Mail/uschi /home/spiegl/Mail/uschi-huelbrock /home/spiegl/Mail/uschi.spiegl /home/spiegl/Mail/veit.olischlaeger /home/spiegl/Mail/vmware /home/spiegl/Mail/volker-buchner /home/spiegl/Mail/volker-matthies /home/spiegl/Mail/wahl /home/spiegl/Mail/walter-koch /home/spiegl/Mail/weberror /home/spiegl/Mail/webmaster /home/spiegl/Mail/willmann /home/spiegl/Mail/woersching /home/spiegl/Mail/wolfgang /home/spiegl/Mail/wolfgang.neubauer /home/spiegl/Mail/wulfhimmel /home/spiegl/Mail/zdf /home/spiegl/Mail/zerberus /home/spiegl/Mail/zip /home/spiegl/Mail/backup/msg.0gLC /home/spiegl/Mail/backup/msg.0hLC /home/spiegl/Mail/backup/msg.0iLC /home/spiegl/Mail/backup/msg.0jLC /home/spiegl/Mail/backup/msg.0kLC /home/spiegl/Mail/backup/msg.0lLC /home/spiegl/Mail/backup/msg.0mLC /home/spiegl/Mail/backup/msg.0nLC /home/spiegl/Mail/backup/msg.1gLC /home/spiegl/Mail/backup/msg.1hLC /home/spiegl/Mail/backup/msg.1iLC /home/spiegl/Mail/backup/msg.1jLC /home/spiegl/Mail/backup/msg.1kLC /home/spiegl/Mail/backup/msg.1lLC /home/spiegl/Mail/backup/msg.1mLC /home/spiegl/Mail/backup/msg.1nLC /home/spiegl/Mail/backup/msg.2gLC /home/spiegl/Mail/backup/msg.2hLC /home/spiegl/Mail/backup/msg.2iLC /home/spiegl/Mail/backup/msg.2jLC /home/spiegl/Mail/backup/msg.2kLC /home/spiegl/Mail/backup/msg.2lLC /home/spiegl/Mail/backup/msg.2mLC /home/spiegl/Mail/backup/msg.2nLC /home/spiegl/Mail/backup/msg.3gLC /home/spiegl/Mail/backup/msg.3hLC /home/spiegl/Mail/backup/msg.3iLC /home/spiegl/Mail/backup/msg.3jLC /home/spiegl/Mail/backup/msg.3kLC /home/spiegl/Mail/backup/msg.3lLC /home/spiegl/Mail/backup/msg.3mLC /home/spiegl/Mail/backup/msg.3nLC /home/spiegl/Mail/backup/msg.4gLC /home/spiegl/Mail/backup/msg.4hLC /home/spiegl/Mail/backup/msg.4iLC /home/spiegl/Mail/backup/msg.4jLC /home/spiegl/Mail/backup/msg.4kLC /home/spiegl/Mail/backup/msg.4lLC /home/spiegl/Mail/backup/msg.4mLC /home/spiegl/Mail/backup/msg.5gLC /home/spiegl/Mail/backup/msg.5hLC /home/spiegl/Mail/backup/msg.5iLC /home/spiegl/Mail/backup/msg.5jLC /home/spiegl/Mail/backup/msg.5kLC /home/spiegl/Mail/backup/msg.5lLC /home/spiegl/Mail/backup/msg.5mLC /home/spiegl/Mail/backup/msg.6gLC /home/spiegl/Mail/backup/msg.6hLC /home/spiegl/Mail/backup/msg.6iLC /home/spiegl/Mail/backup/msg.6jLC /home/spiegl/Mail/backup/msg.6kLC /home/spiegl/Mail/backup/msg.6lLC /home/spiegl/Mail/backup/msg.6mLC /home/spiegl/Mail/backup/msg.7gLC /home/spiegl/Mail/backup/msg.7hLC /home/spiegl/Mail/backup/msg.7iLC /home/spiegl/Mail/backup/msg.7jLC /home/spiegl/Mail/backup/msg.7kLC /home/spiegl/Mail/backup/msg.7lLC /home/spiegl/Mail/backup/msg.7mLC /home/spiegl/Mail/backup/msg.8gLC /home/spiegl/Mail/backup/msg.8hLC /home/spiegl/Mail/backup/msg.8iLC /home/spiegl/Mail/backup/msg.8jLC /home/spiegl/Mail/backup/msg.8kLC /home/spiegl/Mail/backup/msg.8lLC /home/spiegl/Mail/backup/msg.8mLC /home/spiegl/Mail/backup/msg.9gLC /home/spiegl/Mail/backup/msg.9hLC /home/spiegl/Mail/backup/msg.9iLC /home/spiegl/Mail/backup/msg.9jLC /home/spiegl/Mail/backup/msg.9kLC /home/spiegl/Mail/backup/msg.9lLC /home/spiegl/Mail/backup/msg.9mLC /home/spiegl/Mail/backup/msg.agLC /home/spiegl/Mail/backup/msg.ahLC /home/spiegl/Mail/backup/msg.AhLC /home/spiegl/Mail/backup/msg.aiLC /home/spiegl/Mail/backup/msg.AiLC /home/spiegl/Mail/backup/msg.ajLC /home/spiegl/Mail/backup/msg.AjLC /home/spiegl/Mail/backup/msg.akLC /home/spiegl/Mail/backup/msg.AkLC /home/spiegl/Mail/backup/msg.alLC /home/spiegl/Mail/backup/msg.AlLC /home/spiegl/Mail/backup/msg.amLC /home/spiegl/Mail/backup/msg.AmLC /home/spiegl/Mail/backup/msg.anLC /home/spiegl/Mail/backup/msg.AnLC /home/spiegl/Mail/backup/msg.bgLC /home/spiegl/Mail/backup/msg.bhLC /home/spiegl/Mail/backup/msg.BhLC /home/spiegl/Mail/backup/msg.biLC /home/spiegl/Mail/backup/msg.BiLC /home/spiegl/Mail/backup/msg.bjLC /home/spiegl/Mail/backup/msg.BjLC /home/spiegl/Mail/backup/msg.bkLC /home/spiegl/Mail/backup/msg.BkLC /home/spiegl/Mail/backup/msg.blLC /home/spiegl/Mail/backup/msg.BlLC /home/spiegl/Mail/backup/msg.bmLC /home/spiegl/Mail/backup/msg.BmLC /home/spiegl/Mail/backup/msg.bnLC /home/spiegl/Mail/backup/msg.BnLC /home/spiegl/Mail/backup/msg.cgLC /home/spiegl/Mail/backup/msg.CgLC /home/spiegl/Mail/backup/msg.chLC /home/spiegl/Mail/backup/msg.ChLC /home/spiegl/Mail/backup/msg.ciLC /home/spiegl/Mail/backup/msg.CiLC /home/spiegl/Mail/backup/msg.cjLC /home/spiegl/Mail/backup/msg.CjLC /home/spiegl/Mail/backup/msg.ckLC /home/spiegl/Mail/backup/msg.CkLC /home/spiegl/Mail/backup/msg.clLC /home/spiegl/Mail/backup/msg.ClLC /home/spiegl/Mail/backup/msg.cmLC /home/spiegl/Mail/backup/msg.CmLC /home/spiegl/Mail/backup/msg.cnLC /home/spiegl/Mail/backup/msg.CnLC /home/spiegl/Mail/backup/msg.dgLC /home/spiegl/Mail/backup/msg.DgLC /home/spiegl/Mail/backup/msg.dhLC /home/spiegl/Mail/backup/msg.DhLC /home/spiegl/Mail/backup/msg.diLC /home/spiegl/Mail/backup/msg.DiLC /home/spiegl/Mail/backup/msg.djLC /home/spiegl/Mail/backup/msg.DjLC /home/spiegl/Mail/backup/msg.dkLC /home/spiegl/Mail/backup/msg.DkLC /home/spiegl/Mail/backup/msg.dlLC /home/spiegl/Mail/backup/msg.DlLC /home/spiegl/Mail/backup/msg.dmLC /home/spiegl/Mail/backup/msg.DmLC /home/spiegl/Mail/backup/msg.dnLC /home/spiegl/Mail/backup/msg.DnLC /home/spiegl/Mail/backup/msg.egLC /home/spiegl/Mail/backup/msg.EgLC /home/spiegl/Mail/backup/msg.ehLC /home/spiegl/Mail/backup/msg.EhLC /home/spiegl/Mail/backup/msg.eiLC /home/spiegl/Mail/backup/msg.EiLC /home/spiegl/Mail/backup/msg.ejLC /home/spiegl/Mail/backup/msg.EjLC /home/spiegl/Mail/backup/msg.ekLC /home/spiegl/Mail/backup/msg.EkLC /home/spiegl/Mail/backup/msg.elLC /home/spiegl/Mail/backup/msg.ElLC /home/spiegl/Mail/backup/msg.emLC /home/spiegl/Mail/backup/msg.EmLC /home/spiegl/Mail/backup/msg.enLC /home/spiegl/Mail/backup/msg.EnLC /home/spiegl/Mail/backup/msg.fgLC /home/spiegl/Mail/backup/msg.FgLC /home/spiegl/Mail/backup/msg.fhLC /home/spiegl/Mail/backup/msg.FhLC /home/spiegl/Mail/backup/msg.fiLC /home/spiegl/Mail/backup/msg.FiLC /home/spiegl/Mail/backup/msg.fjLC /home/spiegl/Mail/backup/msg.FjLC /home/spiegl/Mail/backup/msg.fkLC /home/spiegl/Mail/backup/msg.FkLC /home/spiegl/Mail/backup/msg.flLC /home/spiegl/Mail/backup/msg.FlLC /home/spiegl/Mail/backup/msg.fmLC /home/spiegl/Mail/backup/msg.FmLC /home/spiegl/Mail/backup/msg.fnLC /home/spiegl/Mail/backup/msg.FnLC /home/spiegl/Mail/backup/msg.ggLC /home/spiegl/Mail/backup/msg.GgLC /home/spiegl/Mail/backup/msg.ghLC /home/spiegl/Mail/backup/msg.GhLC /home/spiegl/Mail/backup/msg.giLC /home/spiegl/Mail/backup/msg.GiLC /home/spiegl/Mail/backup/msg.gjLC /home/spiegl/Mail/backup/msg.GjLC /home/spiegl/Mail/backup/msg.gkLC /home/spiegl/Mail/backup/msg.GkLC /home/spiegl/Mail/backup/msg._gLC /home/spiegl/Mail/backup/msg.-gLC /home/spiegl/Mail/backup/msg.glLC /home/spiegl/Mail/backup/msg.GlLC /home/spiegl/Mail/backup/msg.gmLC /home/spiegl/Mail/backup/msg.GmLC /home/spiegl/Mail/backup/msg.gnLC /home/spiegl/Mail/backup/msg.GnLC /home/spiegl/Mail/backup/msg.hgLC /home/spiegl/Mail/backup/msg.HgLC /home/spiegl/Mail/backup/msg.hhLC /home/spiegl/Mail/backup/msg.HhLC /home/spiegl/Mail/backup/msg.hiLC /home/spiegl/Mail/backup/msg.HiLC /home/spiegl/Mail/backup/msg.hjLC /home/spiegl/Mail/backup/msg.HjLC /home/spiegl/Mail/backup/msg.hkLC /home/spiegl/Mail/backup/msg.HkLC /home/spiegl/Mail/backup/msg._hLC /home/spiegl/Mail/backup/msg.-hLC /home/spiegl/Mail/backup/msg.hlLC /home/spiegl/Mail/backup/msg.HlLC /home/spiegl/Mail/backup/msg.hmLC /home/spiegl/Mail/backup/msg.HmLC /home/spiegl/Mail/backup/msg.hnLC /home/spiegl/Mail/backup/msg.HnLC /home/spiegl/Mail/backup/msg.igLC /home/spiegl/Mail/backup/msg.IgLC /home/spiegl/Mail/backup/msg.ihLC /home/spiegl/Mail/backup/msg.IhLC /home/spiegl/Mail/backup/msg.iiLC /home/spiegl/Mail/backup/msg.IiLC /home/spiegl/Mail/backup/msg.ijLC /home/spiegl/Mail/backup/msg.IjLC /home/spiegl/Mail/backup/msg.ikLC /home/spiegl/Mail/backup/msg.IkLC /home/spiegl/Mail/backup/msg._iLC /home/spiegl/Mail/backup/msg.-iLC /home/spiegl/Mail/backup/msg.ilLC /home/spiegl/Mail/backup/msg.IlLC /home/spiegl/Mail/backup/msg.imLC /home/spiegl/Mail/backup/msg.ImLC /home/spiegl/Mail/backup/msg.inLC /home/spiegl/Mail/backup/msg.InLC /home/spiegl/Mail/backup/msg.jgLC /home/spiegl/Mail/backup/msg.JgLC /home/spiegl/Mail/backup/msg.jhLC /home/spiegl/Mail/backup/msg.JhLC /home/spiegl/Mail/backup/msg.jiLC /home/spiegl/Mail/backup/msg.JiLC /home/spiegl/Mail/backup/msg.jjLC /home/spiegl/Mail/backup/msg.JjLC /home/spiegl/Mail/backup/msg.jkLC /home/spiegl/Mail/backup/msg.JkLC /home/spiegl/Mail/backup/msg._jLC /home/spiegl/Mail/backup/msg.-jLC /home/spiegl/Mail/backup/msg.jlLC /home/spiegl/Mail/backup/msg.JlLC /home/spiegl/Mail/backup/msg.jmLC /home/spiegl/Mail/backup/msg.JmLC /home/spiegl/Mail/backup/msg.jnLC /home/spiegl/Mail/backup/msg.JnLC /home/spiegl/Mail/backup/msg.kgLC /home/spiegl/Mail/backup/msg.KgLC /home/spiegl/Mail/backup/msg.khLC /home/spiegl/Mail/backup/msg.KhLC /home/spiegl/Mail/backup/msg.kiLC /home/spiegl/Mail/backup/msg.KiLC /home/spiegl/Mail/backup/msg.kjLC /home/spiegl/Mail/backup/msg.KjLC /home/spiegl/Mail/backup/msg.kkLC /home/spiegl/Mail/backup/msg.KkLC /home/spiegl/Mail/backup/msg._kLC /home/spiegl/Mail/backup/msg.-kLC /home/spiegl/Mail/backup/msg.klLC /home/spiegl/Mail/backup/msg.KlLC /home/spiegl/Mail/backup/msg.kmLC /home/spiegl/Mail/backup/msg.KmLC /home/spiegl/Mail/backup/msg.knLC /home/spiegl/Mail/backup/msg.KnLC /home/spiegl/Mail/backup/msg.lgLC /home/spiegl/Mail/backup/msg.LgLC /home/spiegl/Mail/backup/msg.lhLC /home/spiegl/Mail/backup/msg.LhLC /home/spiegl/Mail/backup/msg.liLC /home/spiegl/Mail/backup/msg.LiLC /home/spiegl/Mail/backup/msg.ljLC /home/spiegl/Mail/backup/msg.LjLC /home/spiegl/Mail/backup/msg.lkLC /home/spiegl/Mail/backup/msg.LkLC /home/spiegl/Mail/backup/msg._lLC /home/spiegl/Mail/backup/msg.-lLC /home/spiegl/Mail/backup/msg.llLC /home/spiegl/Mail/backup/msg.LlLC /home/spiegl/Mail/backup/msg.lmLC /home/spiegl/Mail/backup/msg.LmLC /home/spiegl/Mail/backup/msg.lnLC /home/spiegl/Mail/backup/msg.LnLC /home/spiegl/Mail/backup/msg.mgLC /home/spiegl/Mail/backup/msg.MgLC /home/spiegl/Mail/backup/msg.mhLC /home/spiegl/Mail/backup/msg.MhLC /home/spiegl/Mail/backup/msg.miLC /home/spiegl/Mail/backup/msg.MiLC /home/spiegl/Mail/backup/msg.mjLC /home/spiegl/Mail/backup/msg.MjLC /home/spiegl/Mail/backup/msg.mkLC /home/spiegl/Mail/backup/msg.MkLC /home/spiegl/Mail/backup/msg._mLC /home/spiegl/Mail/backup/msg.-mLC /home/spiegl/Mail/backup/msg.mlLC /home/spiegl/Mail/backup/msg.MlLC /home/spiegl/Mail/backup/msg.mmLC /home/spiegl/Mail/backup/msg.MmLC /home/spiegl/Mail/backup/msg.mnLC /home/spiegl/Mail/backup/msg.MnLC /home/spiegl/Mail/backup/msg.ngLC /home/spiegl/Mail/backup/msg.NgLC /home/spiegl/Mail/backup/msg.nhLC /home/spiegl/Mail/backup/msg.NhLC /home/spiegl/Mail/backup/msg.niLC /home/spiegl/Mail/backup/msg.NiLC /home/spiegl/Mail/backup/msg.njLC /home/spiegl/Mail/backup/msg.NjLC /home/spiegl/Mail/backup/msg.nkLC /home/spiegl/Mail/backup/msg.NkLC /home/spiegl/Mail/backup/msg.nlLC /home/spiegl/Mail/backup/msg.NlLC /home/spiegl/Mail/backup/msg.nmLC /home/spiegl/Mail/backup/msg.NmLC /home/spiegl/Mail/backup/msg.nnLC /home/spiegl/Mail/backup/msg.NnLC /home/spiegl/Mail/backup/msg.ogLC /home/spiegl/Mail/backup/msg.OgLC /home/spiegl/Mail/backup/msg.ohLC /home/spiegl/Mail/backup/msg.OhLC /home/spiegl/Mail/backup/msg.oiLC /home/spiegl/Mail/backup/msg.OiLC /home/spiegl/Mail/backup/msg.ojLC /home/spiegl/Mail/backup/msg.OjLC /home/spiegl/Mail/backup/msg.okLC /home/spiegl/Mail/backup/msg.OkLC /home/spiegl/Mail/backup/msg.olLC /home/spiegl/Mail/backup/msg.OlLC /home/spiegl/Mail/backup/msg.omLC /home/spiegl/Mail/backup/msg.OmLC /home/spiegl/Mail/backup/msg.onLC /home/spiegl/Mail/backup/msg.OnLC /home/spiegl/Mail/backup/msg.pgLC /home/spiegl/Mail/backup/msg.PgLC /home/spiegl/Mail/backup/msg.phLC /home/spiegl/Mail/backup/msg.PhLC /home/spiegl/Mail/backup/msg.piLC /home/spiegl/Mail/backup/msg.PiLC /home/spiegl/Mail/backup/msg.pjLC /home/spiegl/Mail/backup/msg.PjLC /home/spiegl/Mail/backup/msg.pkLC /home/spiegl/Mail/backup/msg.PkLC /home/spiegl/Mail/backup/msg.plLC /home/spiegl/Mail/backup/msg.PlLC /home/spiegl/Mail/backup/msg.pmLC /home/spiegl/Mail/backup/msg.PmLC /home/spiegl/Mail/backup/msg.pnLC /home/spiegl/Mail/backup/msg.PnLC /home/spiegl/Mail/backup/msg.qgLC /home/spiegl/Mail/backup/msg.QgLC /home/spiegl/Mail/backup/msg.qhLC /home/spiegl/Mail/backup/msg.QhLC /home/spiegl/Mail/backup/msg.qiLC /home/spiegl/Mail/backup/msg.QiLC /home/spiegl/Mail/backup/msg.qjLC /home/spiegl/Mail/backup/msg.QjLC /home/spiegl/Mail/backup/msg.qkLC /home/spiegl/Mail/backup/msg.QkLC /home/spiegl/Mail/backup/msg.qlLC /home/spiegl/Mail/backup/msg.QlLC /home/spiegl/Mail/backup/msg.qmLC /home/spiegl/Mail/backup/msg.QmLC /home/spiegl/Mail/backup/msg.qnLC /home/spiegl/Mail/backup/msg.QnLC /home/spiegl/Mail/backup/msg.rgLC /home/spiegl/Mail/backup/msg.rhLC /home/spiegl/Mail/backup/msg.RhLC /home/spiegl/Mail/backup/msg.riLC /home/spiegl/Mail/backup/msg.RiLC /home/spiegl/Mail/backup/msg.rjLC /home/spiegl/Mail/backup/msg.RjLC /home/spiegl/Mail/backup/msg.rkLC /home/spiegl/Mail/backup/msg.RkLC /home/spiegl/Mail/backup/msg.rlLC /home/spiegl/Mail/backup/msg.RlLC /home/spiegl/Mail/backup/msg.rmLC /home/spiegl/Mail/backup/msg.RmLC /home/spiegl/Mail/backup/msg.rnLC /home/spiegl/Mail/backup/msg.RnLC /home/spiegl/Mail/backup/msg.sgLC /home/spiegl/Mail/backup/msg.SgLC /home/spiegl/Mail/backup/msg.shLC /home/spiegl/Mail/backup/msg.ShLC /home/spiegl/Mail/backup/msg.siLC /home/spiegl/Mail/backup/msg.SiLC /home/spiegl/Mail/backup/msg.sjLC /home/spiegl/Mail/backup/msg.SjLC /home/spiegl/Mail/backup/msg.skLC /home/spiegl/Mail/backup/msg.SkLC /home/spiegl/Mail/backup/msg.slLC /home/spiegl/Mail/backup/msg.SlLC /home/spiegl/Mail/backup/msg.smLC /home/spiegl/Mail/backup/msg.SmLC /home/spiegl/Mail/backup/msg.snLC /home/spiegl/Mail/backup/msg.SnLC /home/spiegl/Mail/backup/msg.tgLC /home/spiegl/Mail/backup/msg.TgLC /home/spiegl/Mail/backup/msg.thLC /home/spiegl/Mail/backup/msg.ThLC /home/spiegl/Mail/backup/msg.tiLC /home/spiegl/Mail/backup/msg.TiLC /home/spiegl/Mail/backup/msg.tjLC /home/spiegl/Mail/backup/msg.TjLC /home/spiegl/Mail/backup/msg.tkLC /home/spiegl/Mail/backup/msg.TkLC /home/spiegl/Mail/backup/msg.tlLC /home/spiegl/Mail/backup/msg.TlLC /home/spiegl/Mail/backup/msg.tmLC /home/spiegl/Mail/backup/msg.TmLC /home/spiegl/Mail/backup/msg.tnLC /home/spiegl/Mail/backup/msg.TnLC /home/spiegl/Mail/backup/msg.ugLC /home/spiegl/Mail/backup/msg.UgLC /home/spiegl/Mail/backup/msg.uhLC /home/spiegl/Mail/backup/msg.UhLC /home/spiegl/Mail/backup/msg.uiLC /home/spiegl/Mail/backup/msg.UiLC /home/spiegl/Mail/backup/msg.ujLC /home/spiegl/Mail/backup/msg.UjLC /home/spiegl/Mail/backup/msg.ukLC /home/spiegl/Mail/backup/msg.UkLC /home/spiegl/Mail/backup/msg.ulLC /home/spiegl/Mail/backup/msg.UlLC /home/spiegl/Mail/backup/msg.umLC /home/spiegl/Mail/backup/msg.UmLC /home/spiegl/Mail/backup/msg.unLC /home/spiegl/Mail/backup/msg.UnLC /home/spiegl/Mail/backup/msg.vgLC /home/spiegl/Mail/backup/msg.VgLC /home/spiegl/Mail/backup/msg.vhLC /home/spiegl/Mail/backup/msg.VhLC /home/spiegl/Mail/backup/msg.viLC /home/spiegl/Mail/backup/msg.ViLC /home/spiegl/Mail/backup/msg.vjLC /home/spiegl/Mail/backup/msg.VjLC /home/spiegl/Mail/backup/msg.vkLC /home/spiegl/Mail/backup/msg.VkLC /home/spiegl/Mail/backup/msg.vlLC /home/spiegl/Mail/backup/msg.VlLC /home/spiegl/Mail/backup/msg.vmLC /home/spiegl/Mail/backup/msg.VmLC /home/spiegl/Mail/backup/msg.vnLC /home/spiegl/Mail/backup/msg.VnLC /home/spiegl/Mail/backup/msg.wgLC /home/spiegl/Mail/backup/msg.WgLC /home/spiegl/Mail/backup/msg.whLC /home/spiegl/Mail/backup/msg.WhLC /home/spiegl/Mail/backup/msg.wiLC /home/spiegl/Mail/backup/msg.WiLC /home/spiegl/Mail/backup/msg.wjLC /home/spiegl/Mail/backup/msg.WjLC /home/spiegl/Mail/backup/msg.wkLC /home/spiegl/Mail/backup/msg.WkLC /home/spiegl/Mail/backup/msg.wlLC /home/spiegl/Mail/backup/msg.WlLC /home/spiegl/Mail/backup/msg.wmLC /home/spiegl/Mail/backup/msg.WmLC /home/spiegl/Mail/backup/msg.WnLC /home/spiegl/Mail/backup/msg.xgLC /home/spiegl/Mail/backup/msg.XgLC /home/spiegl/Mail/backup/msg.xhLC /home/spiegl/Mail/backup/msg.XhLC /home/spiegl/Mail/backup/msg.xiLC /home/spiegl/Mail/backup/msg.XiLC /home/spiegl/Mail/backup/msg.xjLC /home/spiegl/Mail/backup/msg.XjLC /home/spiegl/Mail/backup/msg.xkLC /home/spiegl/Mail/backup/msg.XkLC /home/spiegl/Mail/backup/msg.xlLC /home/spiegl/Mail/backup/msg.XlLC /home/spiegl/Mail/backup/msg.xmLC /home/spiegl/Mail/backup/msg.XmLC /home/spiegl/Mail/backup/msg.xnLC /home/spiegl/Mail/backup/msg.XnLC /home/spiegl/Mail/backup/msg.ygLC /home/spiegl/Mail/backup/msg.YgLC /home/spiegl/Mail/backup/msg.yhLC /home/spiegl/Mail/backup/msg.YhLC /home/spiegl/Mail/backup/msg.yiLC /home/spiegl/Mail/backup/msg.YiLC /home/spiegl/Mail/backup/msg.yjLC /home/spiegl/Mail/backup/msg.YjLC /home/spiegl/Mail/backup/msg.ykLC /home/spiegl/Mail/backup/msg.YkLC /home/spiegl/Mail/backup/msg.ylLC /home/spiegl/Mail/backup/msg.YlLC /home/spiegl/Mail/backup/msg.ymLC /home/spiegl/Mail/backup/msg.YmLC /home/spiegl/Mail/backup/msg.ynLC /home/spiegl/Mail/backup/msg.YnLC /home/spiegl/Mail/backup/msg.zgLC /home/spiegl/Mail/backup/msg.ZgLC /home/spiegl/Mail/backup/msg.zhLC /home/spiegl/Mail/backup/msg.ZhLC /home/spiegl/Mail/backup/msg.ziLC /home/spiegl/Mail/backup/msg.ZiLC /home/spiegl/Mail/backup/msg.zjLC /home/spiegl/Mail/backup/msg.ZjLC /home/spiegl/Mail/backup/msg.zkLC /home/spiegl/Mail/backup/msg.ZkLC /home/spiegl/Mail/backup/msg.zlLC /home/spiegl/Mail/backup/msg.ZlLC /home/spiegl/Mail/backup/msg.zmLC /home/spiegl/Mail/backup/msg.ZmLC /home/spiegl/Mail/backup/msg.znLC /home/spiegl/Mail/backup/msg.ZnLC /home/spiegl/Mail/backup2/msg.0gx /home/spiegl/Mail/backup2/msg.0hx /home/spiegl/Mail/backup2/msg.0ix /home/spiegl/Mail/backup2/msg.1gx /home/spiegl/Mail/backup2/msg.1hx /home/spiegl/Mail/backup2/msg.1ix /home/spiegl/Mail/backup2/msg.2gx /home/spiegl/Mail/backup2/msg.2hx /home/spiegl/Mail/backup2/msg.2ix /home/spiegl/Mail/backup2/msg.3gx /home/spiegl/Mail/backup2/msg.3hx /home/spiegl/Mail/backup2/msg.3ix /home/spiegl/Mail/backup2/msg.4gx /home/spiegl/Mail/backup2/msg.4hx /home/spiegl/Mail/backup2/msg.4ix /home/spiegl/Mail/backup2/msg.5gx /home/spiegl/Mail/backup2/msg.5hx /home/spiegl/Mail/backup2/msg.5ix /home/spiegl/Mail/backup2/msg.6gx /home/spiegl/Mail/backup2/msg.6hx /home/spiegl/Mail/backup2/msg.6ix /home/spiegl/Mail/backup2/msg.7gx /home/spiegl/Mail/backup2/msg.7hx /home/spiegl/Mail/backup2/msg.7ix /home/spiegl/Mail/backup2/msg.8gx /home/spiegl/Mail/backup2/msg.8hx /home/spiegl/Mail/backup2/msg.8ix /home/spiegl/Mail/backup2/msg.9gx /home/spiegl/Mail/backup2/msg.9hx /home/spiegl/Mail/backup2/msg.9ix /home/spiegl/Mail/backup2/msg.agx /home/spiegl/Mail/backup2/msg.ahx /home/spiegl/Mail/backup2/msg.Ahx /home/spiegl/Mail/backup2/msg.aix /home/spiegl/Mail/backup2/msg.Aix /home/spiegl/Mail/backup2/msg.Ajx /home/spiegl/Mail/backup2/msg.bgx /home/spiegl/Mail/backup2/msg.bhx /home/spiegl/Mail/backup2/msg.Bhx /home/spiegl/Mail/backup2/msg.bix /home/spiegl/Mail/backup2/msg.Bix /home/spiegl/Mail/backup2/msg.Bjx /home/spiegl/Mail/backup2/msg.cgx /home/spiegl/Mail/backup2/msg.chx /home/spiegl/Mail/backup2/msg.Chx /home/spiegl/Mail/backup2/msg.cix /home/spiegl/Mail/backup2/msg.Cix /home/spiegl/Mail/backup2/msg.Cjx /home/spiegl/Mail/backup2/msg.dgx /home/spiegl/Mail/backup2/msg.dhx /home/spiegl/Mail/backup2/msg.Dhx /home/spiegl/Mail/backup2/msg.dix /home/spiegl/Mail/backup2/msg.Dix /home/spiegl/Mail/backup2/msg.Djx /home/spiegl/Mail/backup2/msg.egx /home/spiegl/Mail/backup2/msg.ehx /home/spiegl/Mail/backup2/msg.Ehx /home/spiegl/Mail/backup2/msg.eix /home/spiegl/Mail/backup2/msg.Eix /home/spiegl/Mail/backup2/msg.Ejx /home/spiegl/Mail/backup2/msg.fgx /home/spiegl/Mail/backup2/msg.fhx /home/spiegl/Mail/backup2/msg.Fhx /home/spiegl/Mail/backup2/msg.fix /home/spiegl/Mail/backup2/msg.Fix /home/spiegl/Mail/backup2/msg.Fjx /home/spiegl/Mail/backup2/msg.ggx /home/spiegl/Mail/backup2/msg.ghx /home/spiegl/Mail/backup2/msg.Ghx /home/spiegl/Mail/backup2/msg.gix /home/spiegl/Mail/backup2/msg.Gix /home/spiegl/Mail/backup2/msg.Gjx /home/spiegl/Mail/backup2/msg._gx /home/spiegl/Mail/backup2/msg.-gx /home/spiegl/Mail/backup2/msg.hgx /home/spiegl/Mail/backup2/msg.hhx /home/spiegl/Mail/backup2/msg.Hhx /home/spiegl/Mail/backup2/msg.hix /home/spiegl/Mail/backup2/msg.Hix /home/spiegl/Mail/backup2/msg.Hjx /home/spiegl/Mail/backup2/msg._hx /home/spiegl/Mail/backup2/msg.-hx /home/spiegl/Mail/backup2/msg.igx /home/spiegl/Mail/backup2/msg.ihx /home/spiegl/Mail/backup2/msg.Ihx /home/spiegl/Mail/backup2/msg.iix /home/spiegl/Mail/backup2/msg.Iix /home/spiegl/Mail/backup2/msg.Ijx /home/spiegl/Mail/backup2/msg._ix /home/spiegl/Mail/backup2/msg.-ix /home/spiegl/Mail/backup2/msg.jgx /home/spiegl/Mail/backup2/msg.Jgx /home/spiegl/Mail/backup2/msg.jhx /home/spiegl/Mail/backup2/msg.Jhx /home/spiegl/Mail/backup2/msg.jix /home/spiegl/Mail/backup2/msg.Jix /home/spiegl/Mail/backup2/msg.Jjx /home/spiegl/Mail/backup2/msg.Kgx /home/spiegl/Mail/backup2/msg.khx /home/spiegl/Mail/backup2/msg.Khx /home/spiegl/Mail/backup2/msg.kix /home/spiegl/Mail/backup2/msg.Kix /home/spiegl/Mail/backup2/msg.Kjx /home/spiegl/Mail/backup2/msg.lgx /home/spiegl/Mail/backup2/msg.Lgx /home/spiegl/Mail/backup2/msg.lhx /home/spiegl/Mail/backup2/msg.Lhx /home/spiegl/Mail/backup2/msg.lix /home/spiegl/Mail/backup2/msg.Lix /home/spiegl/Mail/backup2/msg.Ljx /home/spiegl/Mail/backup2/msg.mgx /home/spiegl/Mail/backup2/msg.Mgx /home/spiegl/Mail/backup2/msg.mhx /home/spiegl/Mail/backup2/msg.Mhx /home/spiegl/Mail/backup2/msg.mix /home/spiegl/Mail/backup2/msg.Mix /home/spiegl/Mail/backup2/msg.Mjx /home/spiegl/Mail/backup2/msg.ngx /home/spiegl/Mail/backup2/msg.Ngx /home/spiegl/Mail/backup2/msg.nhx /home/spiegl/Mail/backup2/msg.Nhx /home/spiegl/Mail/backup2/msg.nix /home/spiegl/Mail/backup2/msg.Nix /home/spiegl/Mail/backup2/msg.Njx /home/spiegl/Mail/backup2/msg.ogx /home/spiegl/Mail/backup2/msg.Ogx /home/spiegl/Mail/backup2/msg.ohx /home/spiegl/Mail/backup2/msg.Ohx /home/spiegl/Mail/backup2/msg.oix /home/spiegl/Mail/backup2/msg.Oix /home/spiegl/Mail/backup2/msg.Ojx /home/spiegl/Mail/backup2/msg.pgx /home/spiegl/Mail/backup2/msg.Pgx /home/spiegl/Mail/backup2/msg.phx /home/spiegl/Mail/backup2/msg.Phx /home/spiegl/Mail/backup2/msg.pix /home/spiegl/Mail/backup2/msg.Pix /home/spiegl/Mail/backup2/msg.Pjx /home/spiegl/Mail/backup2/msg.qgx /home/spiegl/Mail/backup2/msg.Qgx /home/spiegl/Mail/backup2/msg.qhx /home/spiegl/Mail/backup2/msg.Qhx /home/spiegl/Mail/backup2/msg.qix /home/spiegl/Mail/backup2/msg.Qix /home/spiegl/Mail/backup2/msg.Qjx /home/spiegl/Mail/backup2/msg.rgx /home/spiegl/Mail/backup2/msg.Rgx /home/spiegl/Mail/backup2/msg.rhx /home/spiegl/Mail/backup2/msg.Rhx /home/spiegl/Mail/backup2/msg.rix /home/spiegl/Mail/backup2/msg.Rix /home/spiegl/Mail/backup2/msg.Rjx /home/spiegl/Mail/backup2/msg.sgx /home/spiegl/Mail/backup2/msg.shx /home/spiegl/Mail/backup2/msg.Shx /home/spiegl/Mail/backup2/msg.six /home/spiegl/Mail/backup2/msg.Six /home/spiegl/Mail/backup2/msg.Sjx /home/spiegl/Mail/backup2/msg.tgx /home/spiegl/Mail/backup2/msg.Tgx /home/spiegl/Mail/backup2/msg.thx /home/spiegl/Mail/backup2/msg.Thx /home/spiegl/Mail/backup2/msg.tix /home/spiegl/Mail/backup2/msg.Tix /home/spiegl/Mail/backup2/msg.ugx /home/spiegl/Mail/backup2/msg.Ugx /home/spiegl/Mail/backup2/msg.uhx /home/spiegl/Mail/backup2/msg.Uhx /home/spiegl/Mail/backup2/msg.uix /home/spiegl/Mail/backup2/msg.Uix /home/spiegl/Mail/backup2/msg.vgx /home/spiegl/Mail/backup2/msg.Vgx /home/spiegl/Mail/backup2/msg.vhx /home/spiegl/Mail/backup2/msg.Vhx /home/spiegl/Mail/backup2/msg.vix /home/spiegl/Mail/backup2/msg.Vix /home/spiegl/Mail/backup2/msg.wgx /home/spiegl/Mail/backup2/msg.Wgx /home/spiegl/Mail/backup2/msg.whx /home/spiegl/Mail/backup2/msg.Whx /home/spiegl/Mail/backup2/msg.wix /home/spiegl/Mail/backup2/msg.Wix /home/spiegl/Mail/backup2/msg.xgx /home/spiegl/Mail/backup2/msg.Xgx /home/spiegl/Mail/backup2/msg.xhx /home/spiegl/Mail/backup2/msg.Xhx /home/spiegl/Mail/backup2/msg.xix /home/spiegl/Mail/backup2/msg.Xix /home/spiegl/Mail/backup2/msg.ygx /home/spiegl/Mail/backup2/msg.Ygx /home/spiegl/Mail/backup2/msg.yhx /home/spiegl/Mail/backup2/msg.Yhx /home/spiegl/Mail/backup2/msg.yix /home/spiegl/Mail/backup2/msg.Yix /home/spiegl/Mail/backup2/msg.zgx /home/spiegl/Mail/backup2/msg.Zgx /home/spiegl/Mail/backup2/msg.zhx /home/spiegl/Mail/backup2/msg.Zhx /home/spiegl/Mail/backup2/msg.zix /home/spiegl/Mail/backup2/msg.Zix /home/spiegl/Mail/out/andy /home/spiegl/Mail/out/heidi ) 
trace _mailboxes:29(then while else)> dirboxes=( /home/spiegl/Mail/sub /home/spiegl/Mail/out/mbox.archive ) 
trace _mailboxes:20(then while)> ((  2  ))
trace _mailboxes:21(then while)> i=/home/spiegl/Mail/sub 
trace _mailboxes:22(then while)> shift dirboxes
trace _mailboxes:23(then while if)> [[ -d /home/spiegl/Mail/sub/cur ]]
trace _mailboxes:25(then while elif)> j=( ) 
trace _mailboxes:25(then while elif cmdand)> [[ -n  ]]
trace _mailboxes:28(then while else)> mboxes=( /home/spiegl/Mail/abluemel /home/spiegl/Mail/adone /home/spiegl/Mail/ag-online /home/spiegl/Mail/a-kalenderis /home/spiegl/Mail/alex /home/spiegl/Mail/alexander /home/spiegl/Mail/alexander-krombholz /home/spiegl/Mail/alexander.winnen /home/spiegl/Mail/alex.klemens /home/spiegl/Mail/alphaseek.junk /home/spiegl/Mail/ameisen /home/spiegl/Mail/andreas /home/spiegl/Mail/andreas.hoermann /home/spiegl/Mail/andre-rubach /home/spiegl/Mail/andy /home/spiegl/Mail/angi /home/spiegl/Mail/annuss /home/spiegl/Mail/apohl /home/spiegl/Mail/ard /home/spiegl/Mail/ard-webtechnik /home/spiegl/Mail/astrid /home/spiegl/Mail/autorequest /home/spiegl/Mail/axel /home/spiegl/Mail/ayaz.s /home/spiegl/Mail/backupmaster /home/spiegl/Mail/backupmaster.0.gz /home/spiegl/Mail/backupmaster.1.gz /home/spiegl/Mail/backupmaster.2.gz /home/spiegl/Mail/baumann /home/spiegl/Mail/bawagn /home/spiegl/Mail/bball /home/spiegl/Mail/benno.kaufmann /home/spiegl/Mail/beo /home/spiegl/Mail/bernd /home/spiegl/Mail/bernd.eberwein /home/spiegl/Mail/birgit.naumer /home/spiegl/Mail/bmtmail /home/spiegl/Mail/botmaster /home/spiegl/Mail/brainforce /home/spiegl/Mail/breunig /home/spiegl/Mail/brnet /home/spiegl/Mail/bugtraq /home/spiegl/Mail/bugtraq.1 /home/spiegl/Mail/cert-advisory /home/spiegl/Mail/chris_hohenberger /home/spiegl/Mail/claudia /home/spiegl/Mail/collegeradio /home/spiegl/Mail/cornelia /home/spiegl/Mail/cornelia.petratu /home/spiegl/Mail/cusanuswerk /home/spiegl/Mail/cvd /home/spiegl/Mail/cyberprofit /home/spiegl/Mail/dante /home/spiegl/Mail/dertag /home/spiegl/Mail/deuter /home/spiegl/Mail/domains /home/spiegl/Mail/ehangartner /home/spiegl/Mail/eldracher.martin /home/spiegl/Mail/erasmus /home/spiegl/Mail/ernst.koegler /home/spiegl/Mail/eveline.wermuth /home/spiegl/Mail/fabian /home/spiegl/Mail/fairad /home/spiegl/Mail/fendrich /home/spiegl/Mail/fettabsaugen.jpg /home/spiegl/Mail/firstsurf /home/spiegl/Mail/forum.der.technik /home/spiegl/Mail/frank.lott /home/spiegl/Mail/franz /home/spiegl/Mail/franz.lachermeier /home/spiegl/Mail/frei /home/spiegl/Mail/funny /home/spiegl/Mail/georg.heeg /home/spiegl/Mail/gericom /home/spiegl/Mail/gerold.walker /home/spiegl/Mail/goaman /home/spiegl/Mail/g.rank /home/spiegl/Mail/grossarl /home/spiegl/Mail/guenter /home/spiegl/Mail/guenther.woersching /home/spiegl/Mail/g.woersching /home/spiegl/Mail/haller /home/spiegl/Mail/hans /home/spiegl/Mail/hansen /home/spiegl/Mail/hans.spiegl /home/spiegl/Mail/harald.haller /home/spiegl/Mail/harald.milz /home/spiegl/Mail/hcts-moshi /home/spiegl/Mail/heidi /home/spiegl/Mail/heidrun.spiegl /home/spiegl/Mail/heise /home/spiegl/Mail/helga.guenther /home/spiegl/Mail/helgard /home/spiegl/Mail/helmreich /home/spiegl/Mail/helpdesk /home/spiegl/Mail/herrlerehbach /home/spiegl/Mail/herzblatt /home/spiegl/Mail/hexe /home/spiegl/Mail/hickisch /home/spiegl/Mail/hinz /home/spiegl/Mail/hjbauer /home/spiegl/Mail/holbach /home/spiegl/Mail/holger.froemert /home/spiegl/Mail/huber /home/spiegl/Mail/huelbrock /home/spiegl/Mail/hust /home/spiegl/Mail/ibis /home/spiegl/Mail/ie /home/spiegl/Mail/ieichens /home/spiegl/Mail/igor-vozdaev /home/spiegl/Mail/info /home/spiegl/Mail/inge /home/spiegl/Mail/inge.spiegl /home/spiegl/Mail/ingo.dinkel /home/spiegl/Mail/ingrid-mitterhummer /home/spiegl/Mail/irc /home/spiegl/Mail/isabell-boubong /home/spiegl/Mail/javakurs /home/spiegl/Mail/johannes.goetz /home/spiegl/Mail/johannes.stadler /home/spiegl/Mail/josef.konitzer /home/spiegl/Mail/j.steinbach /home/spiegl/Mail/junk /home/spiegl/Mail/junk.iname /home/spiegl/Mail/junk.spiegl /home/spiegl/Mail/jutta /home/spiegl/Mail/jutta.hohenberger /home/spiegl/Mail/jutta.wagenhuber /home/spiegl/Mail/karin.c.gillich /home/spiegl/Mail/karin.kerling /home/spiegl/Mail/kbuehler /home/spiegl/Mail/keder /home/spiegl/Mail/kelsh /home/spiegl/Mail/kerim.esen /home/spiegl/Mail/kinokino /home/spiegl/Mail/kino-mond-sterne /home/spiegl/Mail/kip /home/spiegl/Mail/klaus-maisch /home/spiegl/Mail/klaus.pulverer /home/spiegl/Mail/kleist.00.01 /home/spiegl/Mail/kleist.00.02 /home/spiegl/Mail/kleist.00.03 /home/spiegl/Mail/kleist.00.04 /home/spiegl/Mail/kleist.00.05 /home/spiegl/Mail/kleist.00.06 /home/spiegl/Mail/kleist.99.04 /home/spiegl/Mail/kleist.99.05 /home/spiegl/Mail/kleist.99.06 /home/spiegl/Mail/kleist.99.07 /home/spiegl/Mail/kleist.99.08 /home/spiegl/Mail/kleist.99.09 /home/spiegl/Mail/kleist.99.10 /home/spiegl/Mail/kleist.99.11 /home/spiegl/Mail/kleist.99.12 /home/spiegl/Mail/kopp /home/spiegl/Mail/krauss /home/spiegl/Mail/kredler /home/spiegl/Mail/krol /home/spiegl/Mail/krombholz /home/spiegl/Mail/kruener /home/spiegl/Mail/kuehnel /home/spiegl/Mail/lachermeier /home/spiegl/Mail/lehmanns /home/spiegl/Mail/lenz.grimmer /home/spiegl/Mail/letsbuyit /home/spiegl/Mail/loesung /home/spiegl/Mail/l.weh /home/spiegl/Mail/lysann /home/spiegl/Mail/lysann.michael /home/spiegl/Mail/markus /home/spiegl/Mail/martin.appel /home/spiegl/Mail/martin.henning /home/spiegl/Mail/mathieu /home/spiegl/Mail/mayer /home/spiegl/Mail/mbox.mpc /home/spiegl/Mail/mclason /home/spiegl/Mail/meggle /home/spiegl/Mail/meine-links /home/spiegl/Mail/mendres /home/spiegl/Mail/merlin /home/spiegl/Mail/meyer /home/spiegl/Mail/michael.metzger /home/spiegl/Mail/michael.uhlemann /home/spiegl/Mail/microsoft /home/spiegl/Mail/mnaumer /home/spiegl/Mail/muelleer /home/spiegl/Mail/murx /home/spiegl/Mail/natascha.sperl /home/spiegl/Mail/netscape.andy /home/spiegl/Mail/norbert /home/spiegl/Mail/nwiechern /home/spiegl/Mail/oli /home/spiegl/Mail/oliver.glowacki /home/spiegl/Mail/oliver.schoerrig /home/spiegl/Mail/orakel /home/spiegl/Mail/ostler /home/spiegl/Mail/patrick.wunsch /home/spiegl/Mail/pcspezialist /home/spiegl/Mail/peter /home/spiegl/Mail/peter.goetz /home/spiegl/Mail/peter.kanzow /home/spiegl/Mail/petra /home/spiegl/Mail/petra.zinth /home/spiegl/Mail/pfann /home/spiegl/Mail/postmaster /home/spiegl/Mail/procmail.reports /home/spiegl/Mail/programmierer /home/spiegl/Mail/p.stenz /home/spiegl/Mail/pumuckl /home/spiegl/Mail/rainer.biehn /home/spiegl/Mail/ralf.schraven.1999 /home/spiegl/Mail/ralf.schraven.2000 /home/spiegl/Mail/rank /home/spiegl/Mail/redaktion.multimedia /home/spiegl/Mail/redaktion.protokolle /home/spiegl/Mail/reichert /home/spiegl/Mail/reiner /home/spiegl/Mail/rejo /home/spiegl/Mail/r.lopuszanski /home/spiegl/Mail/robert /home/spiegl/Mail/robert.killinger /home/spiegl/Mail/roland.kaufmann /home/spiegl/Mail/roland.kaufmann.1999 /home/spiegl/Mail/roli.muc /home/spiegl/Mail/rubach /home/spiegl/Mail/rundschau-red /home/spiegl/Mail/rwkeller /home/spiegl/Mail/sandra /home/spiegl/Mail/sarra /home/spiegl/Mail/sarrazin /home/spiegl/Mail/schick /home/spiegl/Mail/schmid /home/spiegl/Mail/schmidt /home/spiegl/Mail/seifert /home/spiegl/Mail/sessner /home/spiegl/Mail/sgoetz /home/spiegl/Mail/siegert /home/spiegl/Mail/siegfried-kramer /home/spiegl/Mail/siegl /home/spiegl/Mail/simone.chorowski /home/spiegl/Mail/spacenet /home/spiegl/Mail/spicer /home/spiegl/Mail/spiegel /home/spiegl/Mail/spiegl /home/spiegl/Mail/stark /home/spiegl/Mail/steff /home/spiegl/Mail/stenz /home/spiegl/Mail/steve.00.01 /home/spiegl/Mail/steve.00.02 /home/spiegl/Mail/steve.00.03 /home/spiegl/Mail/steve.00.04 /home/spiegl/Mail/steve.00.05 /home/spiegl/Mail/steve.00.06 /home/spiegl/Mail/steve.99.04 /home/spiegl/Mail/steve.99.05 /home/spiegl/Mail/steve.99.06 /home/spiegl/Mail/steve.99.07 /home/spiegl/Mail/steve.99.08 /home/spiegl/Mail/steve.99.09 /home/spiegl/Mail/steve.99.10 /home/spiegl/Mail/steve.99.11 /home/spiegl/Mail/steve.99.12 /home/spiegl/Mail/strolz /home/spiegl/Mail/suse /home/spiegl/Mail/telekom /home/spiegl/Mail/thawte /home/spiegl/Mail/thomas.ahnert /home/spiegl/Mail/thomas.vogel /home/spiegl/Mail/to.all.user /home/spiegl/Mail/tom.schwaller /home/spiegl/Mail/topmail /home/spiegl/Mail/topqualitea /home/spiegl/Mail/tripwire /home/spiegl/Mail/tripwire.1999 /home/spiegl/Mail/trustcenter /home/spiegl/Mail/typemania /home/spiegl/Mail/uli /home/spiegl/Mail/uschi /home/spiegl/Mail/uschi-huelbrock /home/spiegl/Mail/uschi.spiegl /home/spiegl/Mail/veit.olischlaeger /home/spiegl/Mail/vmware /home/spiegl/Mail/volker-buchner /home/spiegl/Mail/volker-matthies /home/spiegl/Mail/wahl /home/spiegl/Mail/walter-koch /home/spiegl/Mail/weberror /home/spiegl/Mail/webmaster /home/spiegl/Mail/willmann /home/spiegl/Mail/woersching /home/spiegl/Mail/wolfgang /home/spiegl/Mail/wolfgang.neubauer /home/spiegl/Mail/wulfhimmel /home/spiegl/Mail/zdf /home/spiegl/Mail/zerberus /home/spiegl/Mail/zip /home/spiegl/Mail/backup/msg.0gLC /home/spiegl/Mail/backup/msg.0hLC /home/spiegl/Mail/backup/msg.0iLC /home/spiegl/Mail/backup/msg.0jLC /home/spiegl/Mail/backup/msg.0kLC /home/spiegl/Mail/backup/msg.0lLC /home/spiegl/Mail/backup/msg.0mLC /home/spiegl/Mail/backup/msg.0nLC /home/spiegl/Mail/backup/msg.1gLC /home/spiegl/Mail/backup/msg.1hLC /home/spiegl/Mail/backup/msg.1iLC /home/spiegl/Mail/backup/msg.1jLC /home/spiegl/Mail/backup/msg.1kLC /home/spiegl/Mail/backup/msg.1lLC /home/spiegl/Mail/backup/msg.1mLC /home/spiegl/Mail/backup/msg.1nLC /home/spiegl/Mail/backup/msg.2gLC /home/spiegl/Mail/backup/msg.2hLC /home/spiegl/Mail/backup/msg.2iLC /home/spiegl/Mail/backup/msg.2jLC /home/spiegl/Mail/backup/msg.2kLC /home/spiegl/Mail/backup/msg.2lLC /home/spiegl/Mail/backup/msg.2mLC /home/spiegl/Mail/backup/msg.2nLC /home/spiegl/Mail/backup/msg.3gLC /home/spiegl/Mail/backup/msg.3hLC /home/spiegl/Mail/backup/msg.3iLC /home/spiegl/Mail/backup/msg.3jLC /home/spiegl/Mail/backup/msg.3kLC /home/spiegl/Mail/backup/msg.3lLC /home/spiegl/Mail/backup/msg.3mLC /home/spiegl/Mail/backup/msg.3nLC /home/spiegl/Mail/backup/msg.4gLC /home/spiegl/Mail/backup/msg.4hLC /home/spiegl/Mail/backup/msg.4iLC /home/spiegl/Mail/backup/msg.4jLC /home/spiegl/Mail/backup/msg.4kLC /home/spiegl/Mail/backup/msg.4lLC /home/spiegl/Mail/backup/msg.4mLC /home/spiegl/Mail/backup/msg.5gLC /home/spiegl/Mail/backup/msg.5hLC /home/spiegl/Mail/backup/msg.5iLC /home/spiegl/Mail/backup/msg.5jLC /home/spiegl/Mail/backup/msg.5kLC /home/spiegl/Mail/backup/msg.5lLC /home/spiegl/Mail/backup/msg.5mLC /home/spiegl/Mail/backup/msg.6gLC /home/spiegl/Mail/backup/msg.6hLC /home/spiegl/Mail/backup/msg.6iLC /home/spiegl/Mail/backup/msg.6jLC /home/spiegl/Mail/backup/msg.6kLC /home/spiegl/Mail/backup/msg.6lLC /home/spiegl/Mail/backup/msg.6mLC /home/spiegl/Mail/backup/msg.7gLC /home/spiegl/Mail/backup/msg.7hLC /home/spiegl/Mail/backup/msg.7iLC /home/spiegl/Mail/backup/msg.7jLC /home/spiegl/Mail/backup/msg.7kLC /home/spiegl/Mail/backup/msg.7lLC /home/spiegl/Mail/backup/msg.7mLC /home/spiegl/Mail/backup/msg.8gLC /home/spiegl/Mail/backup/msg.8hLC /home/spiegl/Mail/backup/msg.8iLC /home/spiegl/Mail/backup/msg.8jLC /home/spiegl/Mail/backup/msg.8kLC /home/spiegl/Mail/backup/msg.8lLC /home/spiegl/Mail/backup/msg.8mLC /home/spiegl/Mail/backup/msg.9gLC /home/spiegl/Mail/backup/msg.9hLC /home/spiegl/Mail/backup/msg.9iLC /home/spiegl/Mail/backup/msg.9jLC /home/spiegl/Mail/backup/msg.9kLC /home/spiegl/Mail/backup/msg.9lLC /home/spiegl/Mail/backup/msg.9mLC /home/spiegl/Mail/backup/msg.agLC /home/spiegl/Mail/backup/msg.ahLC /home/spiegl/Mail/backup/msg.AhLC /home/spiegl/Mail/backup/msg.aiLC /home/spiegl/Mail/backup/msg.AiLC /home/spiegl/Mail/backup/msg.ajLC /home/spiegl/Mail/backup/msg.AjLC /home/spiegl/Mail/backup/msg.akLC /home/spiegl/Mail/backup/msg.AkLC /home/spiegl/Mail/backup/msg.alLC /home/spiegl/Mail/backup/msg.AlLC /home/spiegl/Mail/backup/msg.amLC /home/spiegl/Mail/backup/msg.AmLC /home/spiegl/Mail/backup/msg.anLC /home/spiegl/Mail/backup/msg.AnLC /home/spiegl/Mail/backup/msg.bgLC /home/spiegl/Mail/backup/msg.bhLC /home/spiegl/Mail/backup/msg.BhLC /home/spiegl/Mail/backup/msg.biLC /home/spiegl/Mail/backup/msg.BiLC /home/spiegl/Mail/backup/msg.bjLC /home/spiegl/Mail/backup/msg.BjLC /home/spiegl/Mail/backup/msg.bkLC /home/spiegl/Mail/backup/msg.BkLC /home/spiegl/Mail/backup/msg.blLC /home/spiegl/Mail/backup/msg.BlLC /home/spiegl/Mail/backup/msg.bmLC /home/spiegl/Mail/backup/msg.BmLC /home/spiegl/Mail/backup/msg.bnLC /home/spiegl/Mail/backup/msg.BnLC /home/spiegl/Mail/backup/msg.cgLC /home/spiegl/Mail/backup/msg.CgLC /home/spiegl/Mail/backup/msg.chLC /home/spiegl/Mail/backup/msg.ChLC /home/spiegl/Mail/backup/msg.ciLC /home/spiegl/Mail/backup/msg.CiLC /home/spiegl/Mail/backup/msg.cjLC /home/spiegl/Mail/backup/msg.CjLC /home/spiegl/Mail/backup/msg.ckLC /home/spiegl/Mail/backup/msg.CkLC /home/spiegl/Mail/backup/msg.clLC /home/spiegl/Mail/backup/msg.ClLC /home/spiegl/Mail/backup/msg.cmLC /home/spiegl/Mail/backup/msg.CmLC /home/spiegl/Mail/backup/msg.cnLC /home/spiegl/Mail/backup/msg.CnLC /home/spiegl/Mail/backup/msg.dgLC /home/spiegl/Mail/backup/msg.DgLC /home/spiegl/Mail/backup/msg.dhLC /home/spiegl/Mail/backup/msg.DhLC /home/spiegl/Mail/backup/msg.diLC /home/spiegl/Mail/backup/msg.DiLC /home/spiegl/Mail/backup/msg.djLC /home/spiegl/Mail/backup/msg.DjLC /home/spiegl/Mail/backup/msg.dkLC /home/spiegl/Mail/backup/msg.DkLC /home/spiegl/Mail/backup/msg.dlLC /home/spiegl/Mail/backup/msg.DlLC /home/spiegl/Mail/backup/msg.dmLC /home/spiegl/Mail/backup/msg.DmLC /home/spiegl/Mail/backup/msg.dnLC /home/spiegl/Mail/backup/msg.DnLC /home/spiegl/Mail/backup/msg.egLC /home/spiegl/Mail/backup/msg.EgLC /home/spiegl/Mail/backup/msg.ehLC /home/spiegl/Mail/backup/msg.EhLC /home/spiegl/Mail/backup/msg.eiLC /home/spiegl/Mail/backup/msg.EiLC /home/spiegl/Mail/backup/msg.ejLC /home/spiegl/Mail/backup/msg.EjLC /home/spiegl/Mail/backup/msg.ekLC /home/spiegl/Mail/backup/msg.EkLC /home/spiegl/Mail/backup/msg.elLC /home/spiegl/Mail/backup/msg.ElLC /home/spiegl/Mail/backup/msg.emLC /home/spiegl/Mail/backup/msg.EmLC /home/spiegl/Mail/backup/msg.enLC /home/spiegl/Mail/backup/msg.EnLC /home/spiegl/Mail/backup/msg.fgLC /home/spiegl/Mail/backup/msg.FgLC /home/spiegl/Mail/backup/msg.fhLC /home/spiegl/Mail/backup/msg.FhLC /home/spiegl/Mail/backup/msg.fiLC /home/spiegl/Mail/backup/msg.FiLC /home/spiegl/Mail/backup/msg.fjLC /home/spiegl/Mail/backup/msg.FjLC /home/spiegl/Mail/backup/msg.fkLC /home/spiegl/Mail/backup/msg.FkLC /home/spiegl/Mail/backup/msg.flLC /home/spiegl/Mail/backup/msg.FlLC /home/spiegl/Mail/backup/msg.fmLC /home/spiegl/Mail/backup/msg.FmLC /home/spiegl/Mail/backup/msg.fnLC /home/spiegl/Mail/backup/msg.FnLC /home/spiegl/Mail/backup/msg.ggLC /home/spiegl/Mail/backup/msg.GgLC /home/spiegl/Mail/backup/msg.ghLC /home/spiegl/Mail/backup/msg.GhLC /home/spiegl/Mail/backup/msg.giLC /home/spiegl/Mail/backup/msg.GiLC /home/spiegl/Mail/backup/msg.gjLC /home/spiegl/Mail/backup/msg.GjLC /home/spiegl/Mail/backup/msg.gkLC /home/spiegl/Mail/backup/msg.GkLC /home/spiegl/Mail/backup/msg._gLC /home/spiegl/Mail/backup/msg.-gLC /home/spiegl/Mail/backup/msg.glLC /home/spiegl/Mail/backup/msg.GlLC /home/spiegl/Mail/backup/msg.gmLC /home/spiegl/Mail/backup/msg.GmLC /home/spiegl/Mail/backup/msg.gnLC /home/spiegl/Mail/backup/msg.GnLC /home/spiegl/Mail/backup/msg.hgLC /home/spiegl/Mail/backup/msg.HgLC /home/spiegl/Mail/backup/msg.hhLC /home/spiegl/Mail/backup/msg.HhLC /home/spiegl/Mail/backup/msg.hiLC /home/spiegl/Mail/backup/msg.HiLC /home/spiegl/Mail/backup/msg.hjLC /home/spiegl/Mail/backup/msg.HjLC /home/spiegl/Mail/backup/msg.hkLC /home/spiegl/Mail/backup/msg.HkLC /home/spiegl/Mail/backup/msg._hLC /home/spiegl/Mail/backup/msg.-hLC /home/spiegl/Mail/backup/msg.hlLC /home/spiegl/Mail/backup/msg.HlLC /home/spiegl/Mail/backup/msg.hmLC /home/spiegl/Mail/backup/msg.HmLC /home/spiegl/Mail/backup/msg.hnLC /home/spiegl/Mail/backup/msg.HnLC /home/spiegl/Mail/backup/msg.igLC /home/spiegl/Mail/backup/msg.IgLC /home/spiegl/Mail/backup/msg.ihLC /home/spiegl/Mail/backup/msg.IhLC /home/spiegl/Mail/backup/msg.iiLC /home/spiegl/Mail/backup/msg.IiLC /home/spiegl/Mail/backup/msg.ijLC /home/spiegl/Mail/backup/msg.IjLC /home/spiegl/Mail/backup/msg.ikLC /home/spiegl/Mail/backup/msg.IkLC /home/spiegl/Mail/backup/msg._iLC /home/spiegl/Mail/backup/msg.-iLC /home/spiegl/Mail/backup/msg.ilLC /home/spiegl/Mail/backup/msg.IlLC /home/spiegl/Mail/backup/msg.imLC /home/spiegl/Mail/backup/msg.ImLC /home/spiegl/Mail/backup/msg.inLC /home/spiegl/Mail/backup/msg.InLC /home/spiegl/Mail/backup/msg.jgLC /home/spiegl/Mail/backup/msg.JgLC /home/spiegl/Mail/backup/msg.jhLC /home/spiegl/Mail/backup/msg.JhLC /home/spiegl/Mail/backup/msg.jiLC /home/spiegl/Mail/backup/msg.JiLC /home/spiegl/Mail/backup/msg.jjLC /home/spiegl/Mail/backup/msg.JjLC /home/spiegl/Mail/backup/msg.jkLC /home/spiegl/Mail/backup/msg.JkLC /home/spiegl/Mail/backup/msg._jLC /home/spiegl/Mail/backup/msg.-jLC /home/spiegl/Mail/backup/msg.jlLC /home/spiegl/Mail/backup/msg.JlLC /home/spiegl/Mail/backup/msg.jmLC /home/spiegl/Mail/backup/msg.JmLC /home/spiegl/Mail/backup/msg.jnLC /home/spiegl/Mail/backup/msg.JnLC /home/spiegl/Mail/backup/msg.kgLC /home/spiegl/Mail/backup/msg.KgLC /home/spiegl/Mail/backup/msg.khLC /home/spiegl/Mail/backup/msg.KhLC /home/spiegl/Mail/backup/msg.kiLC /home/spiegl/Mail/backup/msg.KiLC /home/spiegl/Mail/backup/msg.kjLC /home/spiegl/Mail/backup/msg.KjLC /home/spiegl/Mail/backup/msg.kkLC /home/spiegl/Mail/backup/msg.KkLC /home/spiegl/Mail/backup/msg._kLC /home/spiegl/Mail/backup/msg.-kLC /home/spiegl/Mail/backup/msg.klLC /home/spiegl/Mail/backup/msg.KlLC /home/spiegl/Mail/backup/msg.kmLC /home/spiegl/Mail/backup/msg.KmLC /home/spiegl/Mail/backup/msg.knLC /home/spiegl/Mail/backup/msg.KnLC /home/spiegl/Mail/backup/msg.lgLC /home/spiegl/Mail/backup/msg.LgLC /home/spiegl/Mail/backup/msg.lhLC /home/spiegl/Mail/backup/msg.LhLC /home/spiegl/Mail/backup/msg.liLC /home/spiegl/Mail/backup/msg.LiLC /home/spiegl/Mail/backup/msg.ljLC /home/spiegl/Mail/backup/msg.LjLC /home/spiegl/Mail/backup/msg.lkLC /home/spiegl/Mail/backup/msg.LkLC /home/spiegl/Mail/backup/msg._lLC /home/spiegl/Mail/backup/msg.-lLC /home/spiegl/Mail/backup/msg.llLC /home/spiegl/Mail/backup/msg.LlLC /home/spiegl/Mail/backup/msg.lmLC /home/spiegl/Mail/backup/msg.LmLC /home/spiegl/Mail/backup/msg.lnLC /home/spiegl/Mail/backup/msg.LnLC /home/spiegl/Mail/backup/msg.mgLC /home/spiegl/Mail/backup/msg.MgLC /home/spiegl/Mail/backup/msg.mhLC /home/spiegl/Mail/backup/msg.MhLC /home/spiegl/Mail/backup/msg.miLC /home/spiegl/Mail/backup/msg.MiLC /home/spiegl/Mail/backup/msg.mjLC /home/spiegl/Mail/backup/msg.MjLC /home/spiegl/Mail/backup/msg.mkLC /home/spiegl/Mail/backup/msg.MkLC /home/spiegl/Mail/backup/msg._mLC /home/spiegl/Mail/backup/msg.-mLC /home/spiegl/Mail/backup/msg.mlLC /home/spiegl/Mail/backup/msg.MlLC /home/spiegl/Mail/backup/msg.mmLC /home/spiegl/Mail/backup/msg.MmLC /home/spiegl/Mail/backup/msg.mnLC /home/spiegl/Mail/backup/msg.MnLC /home/spiegl/Mail/backup/msg.ngLC /home/spiegl/Mail/backup/msg.NgLC /home/spiegl/Mail/backup/msg.nhLC /home/spiegl/Mail/backup/msg.NhLC /home/spiegl/Mail/backup/msg.niLC /home/spiegl/Mail/backup/msg.NiLC /home/spiegl/Mail/backup/msg.njLC /home/spiegl/Mail/backup/msg.NjLC /home/spiegl/Mail/backup/msg.nkLC /home/spiegl/Mail/backup/msg.NkLC /home/spiegl/Mail/backup/msg.nlLC /home/spiegl/Mail/backup/msg.NlLC /home/spiegl/Mail/backup/msg.nmLC /home/spiegl/Mail/backup/msg.NmLC /home/spiegl/Mail/backup/msg.nnLC /home/spiegl/Mail/backup/msg.NnLC /home/spiegl/Mail/backup/msg.ogLC /home/spiegl/Mail/backup/msg.OgLC /home/spiegl/Mail/backup/msg.ohLC /home/spiegl/Mail/backup/msg.OhLC /home/spiegl/Mail/backup/msg.oiLC /home/spiegl/Mail/backup/msg.OiLC /home/spiegl/Mail/backup/msg.ojLC /home/spiegl/Mail/backup/msg.OjLC /home/spiegl/Mail/backup/msg.okLC /home/spiegl/Mail/backup/msg.OkLC /home/spiegl/Mail/backup/msg.olLC /home/spiegl/Mail/backup/msg.OlLC /home/spiegl/Mail/backup/msg.omLC /home/spiegl/Mail/backup/msg.OmLC /home/spiegl/Mail/backup/msg.onLC /home/spiegl/Mail/backup/msg.OnLC /home/spiegl/Mail/backup/msg.pgLC /home/spiegl/Mail/backup/msg.PgLC /home/spiegl/Mail/backup/msg.phLC /home/spiegl/Mail/backup/msg.PhLC /home/spiegl/Mail/backup/msg.piLC /home/spiegl/Mail/backup/msg.PiLC /home/spiegl/Mail/backup/msg.pjLC /home/spiegl/Mail/backup/msg.PjLC /home/spiegl/Mail/backup/msg.pkLC /home/spiegl/Mail/backup/msg.PkLC /home/spiegl/Mail/backup/msg.plLC /home/spiegl/Mail/backup/msg.PlLC /home/spiegl/Mail/backup/msg.pmLC /home/spiegl/Mail/backup/msg.PmLC /home/spiegl/Mail/backup/msg.pnLC /home/spiegl/Mail/backup/msg.PnLC /home/spiegl/Mail/backup/msg.qgLC /home/spiegl/Mail/backup/msg.QgLC /home/spiegl/Mail/backup/msg.qhLC /home/spiegl/Mail/backup/msg.QhLC /home/spiegl/Mail/backup/msg.qiLC /home/spiegl/Mail/backup/msg.QiLC /home/spiegl/Mail/backup/msg.qjLC /home/spiegl/Mail/backup/msg.QjLC /home/spiegl/Mail/backup/msg.qkLC /home/spiegl/Mail/backup/msg.QkLC /home/spiegl/Mail/backup/msg.qlLC /home/spiegl/Mail/backup/msg.QlLC /home/spiegl/Mail/backup/msg.qmLC /home/spiegl/Mail/backup/msg.QmLC /home/spiegl/Mail/backup/msg.qnLC /home/spiegl/Mail/backup/msg.QnLC /home/spiegl/Mail/backup/msg.rgLC /home/spiegl/Mail/backup/msg.rhLC /home/spiegl/Mail/backup/msg.RhLC /home/spiegl/Mail/backup/msg.riLC /home/spiegl/Mail/backup/msg.RiLC /home/spiegl/Mail/backup/msg.rjLC /home/spiegl/Mail/backup/msg.RjLC /home/spiegl/Mail/backup/msg.rkLC /home/spiegl/Mail/backup/msg.RkLC /home/spiegl/Mail/backup/msg.rlLC /home/spiegl/Mail/backup/msg.RlLC /home/spiegl/Mail/backup/msg.rmLC /home/spiegl/Mail/backup/msg.RmLC /home/spiegl/Mail/backup/msg.rnLC /home/spiegl/Mail/backup/msg.RnLC /home/spiegl/Mail/backup/msg.sgLC /home/spiegl/Mail/backup/msg.SgLC /home/spiegl/Mail/backup/msg.shLC /home/spiegl/Mail/backup/msg.ShLC /home/spiegl/Mail/backup/msg.siLC /home/spiegl/Mail/backup/msg.SiLC /home/spiegl/Mail/backup/msg.sjLC /home/spiegl/Mail/backup/msg.SjLC /home/spiegl/Mail/backup/msg.skLC /home/spiegl/Mail/backup/msg.SkLC /home/spiegl/Mail/backup/msg.slLC /home/spiegl/Mail/backup/msg.SlLC /home/spiegl/Mail/backup/msg.smLC /home/spiegl/Mail/backup/msg.SmLC /home/spiegl/Mail/backup/msg.snLC /home/spiegl/Mail/backup/msg.SnLC /home/spiegl/Mail/backup/msg.tgLC /home/spiegl/Mail/backup/msg.TgLC /home/spiegl/Mail/backup/msg.thLC /home/spiegl/Mail/backup/msg.ThLC /home/spiegl/Mail/backup/msg.tiLC /home/spiegl/Mail/backup/msg.TiLC /home/spiegl/Mail/backup/msg.tjLC /home/spiegl/Mail/backup/msg.TjLC /home/spiegl/Mail/backup/msg.tkLC /home/spiegl/Mail/backup/msg.TkLC /home/spiegl/Mail/backup/msg.tlLC /home/spiegl/Mail/backup/msg.TlLC /home/spiegl/Mail/backup/msg.tmLC /home/spiegl/Mail/backup/msg.TmLC /home/spiegl/Mail/backup/msg.tnLC /home/spiegl/Mail/backup/msg.TnLC /home/spiegl/Mail/backup/msg.ugLC /home/spiegl/Mail/backup/msg.UgLC /home/spiegl/Mail/backup/msg.uhLC /home/spiegl/Mail/backup/msg.UhLC /home/spiegl/Mail/backup/msg.uiLC /home/spiegl/Mail/backup/msg.UiLC /home/spiegl/Mail/backup/msg.ujLC /home/spiegl/Mail/backup/msg.UjLC /home/spiegl/Mail/backup/msg.ukLC /home/spiegl/Mail/backup/msg.UkLC /home/spiegl/Mail/backup/msg.ulLC /home/spiegl/Mail/backup/msg.UlLC /home/spiegl/Mail/backup/msg.umLC /home/spiegl/Mail/backup/msg.UmLC /home/spiegl/Mail/backup/msg.unLC /home/spiegl/Mail/backup/msg.UnLC /home/spiegl/Mail/backup/msg.vgLC /home/spiegl/Mail/backup/msg.VgLC /home/spiegl/Mail/backup/msg.vhLC /home/spiegl/Mail/backup/msg.VhLC /home/spiegl/Mail/backup/msg.viLC /home/spiegl/Mail/backup/msg.ViLC /home/spiegl/Mail/backup/msg.vjLC /home/spiegl/Mail/backup/msg.VjLC /home/spiegl/Mail/backup/msg.vkLC /home/spiegl/Mail/backup/msg.VkLC /home/spiegl/Mail/backup/msg.vlLC /home/spiegl/Mail/backup/msg.VlLC /home/spiegl/Mail/backup/msg.vmLC /home/spiegl/Mail/backup/msg.VmLC /home/spiegl/Mail/backup/msg.vnLC /home/spiegl/Mail/backup/msg.VnLC /home/spiegl/Mail/backup/msg.wgLC /home/spiegl/Mail/backup/msg.WgLC /home/spiegl/Mail/backup/msg.whLC /home/spiegl/Mail/backup/msg.WhLC /home/spiegl/Mail/backup/msg.wiLC /home/spiegl/Mail/backup/msg.WiLC /home/spiegl/Mail/backup/msg.wjLC /home/spiegl/Mail/backup/msg.WjLC /home/spiegl/Mail/backup/msg.wkLC /home/spiegl/Mail/backup/msg.WkLC /home/spiegl/Mail/backup/msg.wlLC /home/spiegl/Mail/backup/msg.WlLC /home/spiegl/Mail/backup/msg.wmLC /home/spiegl/Mail/backup/msg.WmLC /home/spiegl/Mail/backup/msg.WnLC /home/spiegl/Mail/backup/msg.xgLC /home/spiegl/Mail/backup/msg.XgLC /home/spiegl/Mail/backup/msg.xhLC /home/spiegl/Mail/backup/msg.XhLC /home/spiegl/Mail/backup/msg.xiLC /home/spiegl/Mail/backup/msg.XiLC /home/spiegl/Mail/backup/msg.xjLC /home/spiegl/Mail/backup/msg.XjLC /home/spiegl/Mail/backup/msg.xkLC /home/spiegl/Mail/backup/msg.XkLC /home/spiegl/Mail/backup/msg.xlLC /home/spiegl/Mail/backup/msg.XlLC /home/spiegl/Mail/backup/msg.xmLC /home/spiegl/Mail/backup/msg.XmLC /home/spiegl/Mail/backup/msg.xnLC /home/spiegl/Mail/backup/msg.XnLC /home/spiegl/Mail/backup/msg.ygLC /home/spiegl/Mail/backup/msg.YgLC /home/spiegl/Mail/backup/msg.yhLC /home/spiegl/Mail/backup/msg.YhLC /home/spiegl/Mail/backup/msg.yiLC /home/spiegl/Mail/backup/msg.YiLC /home/spiegl/Mail/backup/msg.yjLC /home/spiegl/Mail/backup/msg.YjLC /home/spiegl/Mail/backup/msg.ykLC /home/spiegl/Mail/backup/msg.YkLC /home/spiegl/Mail/backup/msg.ylLC /home/spiegl/Mail/backup/msg.YlLC /home/spiegl/Mail/backup/msg.ymLC /home/spiegl/Mail/backup/msg.YmLC /home/spiegl/Mail/backup/msg.ynLC /home/spiegl/Mail/backup/msg.YnLC /home/spiegl/Mail/backup/msg.zgLC /home/spiegl/Mail/backup/msg.ZgLC /home/spiegl/Mail/backup/msg.zhLC /home/spiegl/Mail/backup/msg.ZhLC /home/spiegl/Mail/backup/msg.ziLC /home/spiegl/Mail/backup/msg.ZiLC /home/spiegl/Mail/backup/msg.zjLC /home/spiegl/Mail/backup/msg.ZjLC /home/spiegl/Mail/backup/msg.zkLC /home/spiegl/Mail/backup/msg.ZkLC /home/spiegl/Mail/backup/msg.zlLC /home/spiegl/Mail/backup/msg.ZlLC /home/spiegl/Mail/backup/msg.zmLC /home/spiegl/Mail/backup/msg.ZmLC /home/spiegl/Mail/backup/msg.znLC /home/spiegl/Mail/backup/msg.ZnLC /home/spiegl/Mail/backup2/msg.0gx /home/spiegl/Mail/backup2/msg.0hx /home/spiegl/Mail/backup2/msg.0ix /home/spiegl/Mail/backup2/msg.1gx /home/spiegl/Mail/backup2/msg.1hx /home/spiegl/Mail/backup2/msg.1ix /home/spiegl/Mail/backup2/msg.2gx /home/spiegl/Mail/backup2/msg.2hx /home/spiegl/Mail/backup2/msg.2ix /home/spiegl/Mail/backup2/msg.3gx /home/spiegl/Mail/backup2/msg.3hx /home/spiegl/Mail/backup2/msg.3ix /home/spiegl/Mail/backup2/msg.4gx /home/spiegl/Mail/backup2/msg.4hx /home/spiegl/Mail/backup2/msg.4ix /home/spiegl/Mail/backup2/msg.5gx /home/spiegl/Mail/backup2/msg.5hx /home/spiegl/Mail/backup2/msg.5ix /home/spiegl/Mail/backup2/msg.6gx /home/spiegl/Mail/backup2/msg.6hx /home/spiegl/Mail/backup2/msg.6ix /home/spiegl/Mail/backup2/msg.7gx /home/spiegl/Mail/backup2/msg.7hx /home/spiegl/Mail/backup2/msg.7ix /home/spiegl/Mail/backup2/msg.8gx /home/spiegl/Mail/backup2/msg.8hx /home/spiegl/Mail/backup2/msg.8ix /home/spiegl/Mail/backup2/msg.9gx /home/spiegl/Mail/backup2/msg.9hx /home/spiegl/Mail/backup2/msg.9ix /home/spiegl/Mail/backup2/msg.agx /home/spiegl/Mail/backup2/msg.ahx /home/spiegl/Mail/backup2/msg.Ahx /home/spiegl/Mail/backup2/msg.aix /home/spiegl/Mail/backup2/msg.Aix /home/spiegl/Mail/backup2/msg.Ajx /home/spiegl/Mail/backup2/msg.bgx /home/spiegl/Mail/backup2/msg.bhx /home/spiegl/Mail/backup2/msg.Bhx /home/spiegl/Mail/backup2/msg.bix /home/spiegl/Mail/backup2/msg.Bix /home/spiegl/Mail/backup2/msg.Bjx /home/spiegl/Mail/backup2/msg.cgx /home/spiegl/Mail/backup2/msg.chx /home/spiegl/Mail/backup2/msg.Chx /home/spiegl/Mail/backup2/msg.cix /home/spiegl/Mail/backup2/msg.Cix /home/spiegl/Mail/backup2/msg.Cjx /home/spiegl/Mail/backup2/msg.dgx /home/spiegl/Mail/backup2/msg.dhx /home/spiegl/Mail/backup2/msg.Dhx /home/spiegl/Mail/backup2/msg.dix /home/spiegl/Mail/backup2/msg.Dix /home/spiegl/Mail/backup2/msg.Djx /home/spiegl/Mail/backup2/msg.egx /home/spiegl/Mail/backup2/msg.ehx /home/spiegl/Mail/backup2/msg.Ehx /home/spiegl/Mail/backup2/msg.eix /home/spiegl/Mail/backup2/msg.Eix /home/spiegl/Mail/backup2/msg.Ejx /home/spiegl/Mail/backup2/msg.fgx /home/spiegl/Mail/backup2/msg.fhx /home/spiegl/Mail/backup2/msg.Fhx /home/spiegl/Mail/backup2/msg.fix /home/spiegl/Mail/backup2/msg.Fix /home/spiegl/Mail/backup2/msg.Fjx /home/spiegl/Mail/backup2/msg.ggx /home/spiegl/Mail/backup2/msg.ghx /home/spiegl/Mail/backup2/msg.Ghx /home/spiegl/Mail/backup2/msg.gix /home/spiegl/Mail/backup2/msg.Gix /home/spiegl/Mail/backup2/msg.Gjx /home/spiegl/Mail/backup2/msg._gx /home/spiegl/Mail/backup2/msg.-gx /home/spiegl/Mail/backup2/msg.hgx /home/spiegl/Mail/backup2/msg.hhx /home/spiegl/Mail/backup2/msg.Hhx /home/spiegl/Mail/backup2/msg.hix /home/spiegl/Mail/backup2/msg.Hix /home/spiegl/Mail/backup2/msg.Hjx /home/spiegl/Mail/backup2/msg._hx /home/spiegl/Mail/backup2/msg.-hx /home/spiegl/Mail/backup2/msg.igx /home/spiegl/Mail/backup2/msg.ihx /home/spiegl/Mail/backup2/msg.Ihx /home/spiegl/Mail/backup2/msg.iix /home/spiegl/Mail/backup2/msg.Iix /home/spiegl/Mail/backup2/msg.Ijx /home/spiegl/Mail/backup2/msg._ix /home/spiegl/Mail/backup2/msg.-ix /home/spiegl/Mail/backup2/msg.jgx /home/spiegl/Mail/backup2/msg.Jgx /home/spiegl/Mail/backup2/msg.jhx /home/spiegl/Mail/backup2/msg.Jhx /home/spiegl/Mail/backup2/msg.jix /home/spiegl/Mail/backup2/msg.Jix /home/spiegl/Mail/backup2/msg.Jjx /home/spiegl/Mail/backup2/msg.Kgx /home/spiegl/Mail/backup2/msg.khx /home/spiegl/Mail/backup2/msg.Khx /home/spiegl/Mail/backup2/msg.kix /home/spiegl/Mail/backup2/msg.Kix /home/spiegl/Mail/backup2/msg.Kjx /home/spiegl/Mail/backup2/msg.lgx /home/spiegl/Mail/backup2/msg.Lgx /home/spiegl/Mail/backup2/msg.lhx /home/spiegl/Mail/backup2/msg.Lhx /home/spiegl/Mail/backup2/msg.lix /home/spiegl/Mail/backup2/msg.Lix /home/spiegl/Mail/backup2/msg.Ljx /home/spiegl/Mail/backup2/msg.mgx /home/spiegl/Mail/backup2/msg.Mgx /home/spiegl/Mail/backup2/msg.mhx /home/spiegl/Mail/backup2/msg.Mhx /home/spiegl/Mail/backup2/msg.mix /home/spiegl/Mail/backup2/msg.Mix /home/spiegl/Mail/backup2/msg.Mjx /home/spiegl/Mail/backup2/msg.ngx /home/spiegl/Mail/backup2/msg.Ngx /home/spiegl/Mail/backup2/msg.nhx /home/spiegl/Mail/backup2/msg.Nhx /home/spiegl/Mail/backup2/msg.nix /home/spiegl/Mail/backup2/msg.Nix /home/spiegl/Mail/backup2/msg.Njx /home/spiegl/Mail/backup2/msg.ogx /home/spiegl/Mail/backup2/msg.Ogx /home/spiegl/Mail/backup2/msg.ohx /home/spiegl/Mail/backup2/msg.Ohx /home/spiegl/Mail/backup2/msg.oix /home/spiegl/Mail/backup2/msg.Oix /home/spiegl/Mail/backup2/msg.Ojx /home/spiegl/Mail/backup2/msg.pgx /home/spiegl/Mail/backup2/msg.Pgx /home/spiegl/Mail/backup2/msg.phx /home/spiegl/Mail/backup2/msg.Phx /home/spiegl/Mail/backup2/msg.pix /home/spiegl/Mail/backup2/msg.Pix /home/spiegl/Mail/backup2/msg.Pjx /home/spiegl/Mail/backup2/msg.qgx /home/spiegl/Mail/backup2/msg.Qgx /home/spiegl/Mail/backup2/msg.qhx /home/spiegl/Mail/backup2/msg.Qhx /home/spiegl/Mail/backup2/msg.qix /home/spiegl/Mail/backup2/msg.Qix /home/spiegl/Mail/backup2/msg.Qjx /home/spiegl/Mail/backup2/msg.rgx /home/spiegl/Mail/backup2/msg.Rgx /home/spiegl/Mail/backup2/msg.rhx /home/spiegl/Mail/backup2/msg.Rhx /home/spiegl/Mail/backup2/msg.rix /home/spiegl/Mail/backup2/msg.Rix /home/spiegl/Mail/backup2/msg.Rjx /home/spiegl/Mail/backup2/msg.sgx /home/spiegl/Mail/backup2/msg.shx /home/spiegl/Mail/backup2/msg.Shx /home/spiegl/Mail/backup2/msg.six /home/spiegl/Mail/backup2/msg.Six /home/spiegl/Mail/backup2/msg.Sjx /home/spiegl/Mail/backup2/msg.tgx /home/spiegl/Mail/backup2/msg.Tgx /home/spiegl/Mail/backup2/msg.thx /home/spiegl/Mail/backup2/msg.Thx /home/spiegl/Mail/backup2/msg.tix /home/spiegl/Mail/backup2/msg.Tix /home/spiegl/Mail/backup2/msg.ugx /home/spiegl/Mail/backup2/msg.Ugx /home/spiegl/Mail/backup2/msg.uhx /home/spiegl/Mail/backup2/msg.Uhx /home/spiegl/Mail/backup2/msg.uix /home/spiegl/Mail/backup2/msg.Uix /home/spiegl/Mail/backup2/msg.vgx /home/spiegl/Mail/backup2/msg.Vgx /home/spiegl/Mail/backup2/msg.vhx /home/spiegl/Mail/backup2/msg.Vhx /home/spiegl/Mail/backup2/msg.vix /home/spiegl/Mail/backup2/msg.Vix /home/spiegl/Mail/backup2/msg.wgx /home/spiegl/Mail/backup2/msg.Wgx /home/spiegl/Mail/backup2/msg.whx /home/spiegl/Mail/backup2/msg.Whx /home/spiegl/Mail/backup2/msg.wix /home/spiegl/Mail/backup2/msg.Wix /home/spiegl/Mail/backup2/msg.xgx /home/spiegl/Mail/backup2/msg.Xgx /home/spiegl/Mail/backup2/msg.xhx /home/spiegl/Mail/backup2/msg.Xhx /home/spiegl/Mail/backup2/msg.xix /home/spiegl/Mail/backup2/msg.Xix /home/spiegl/Mail/backup2/msg.ygx /home/spiegl/Mail/backup2/msg.Ygx /home/spiegl/Mail/backup2/msg.yhx /home/spiegl/Mail/backup2/msg.Yhx /home/spiegl/Mail/backup2/msg.yix /home/spiegl/Mail/backup2/msg.Yix /home/spiegl/Mail/backup2/msg.zgx /home/spiegl/Mail/backup2/msg.Zgx /home/spiegl/Mail/backup2/msg.zhx /home/spiegl/Mail/backup2/msg.Zhx /home/spiegl/Mail/backup2/msg.zix /home/spiegl/Mail/backup2/msg.Zix /home/spiegl/Mail/out/andy /home/spiegl/Mail/out/heidi /home/spiegl/Mail/sub/cert-advisory /home/spiegl/Mail/sub/ctc /home/spiegl/Mail/sub/email2sms /home/spiegl/Mail/sub/expert.exchange /home/spiegl/Mail/sub/explore2fs /home/spiegl/Mail/sub/firewall /home/spiegl/Mail/sub/fvwm /home/spiegl/Mail/sub/gratis /home/spiegl/Mail/sub/homepage /home/spiegl/Mail/sub/icq /home/spiegl/Mail/sub/kira /home/spiegl/Mail/sub/mutt /home/spiegl/Mail/sub/mutt.0.gz /home/spiegl/Mail/sub/mutt.1.gz /home/spiegl/Mail/sub/navmutt /home/spiegl/Mail/sub/newsserver /home/spiegl/Mail/sub/pgp /home/spiegl/Mail/sub/postit /home/spiegl/Mail/sub/procmail /home/spiegl/Mail/sub/proftpd /home/spiegl/Mail/sub/rhetorik /home/spiegl/Mail/sub/samba /home/spiegl/Mail/sub/skiing /home/spiegl/Mail/sub/smsclient /home/spiegl/Mail/sub/spam /home/spiegl/Mail/sub/trn /home/spiegl/Mail/sub/virus /home/spiegl/Mail/sub/xswallow /home/spiegl/Mail/sub/zsh ) 
trace _mailboxes:29(then while else)> dirboxes=( /home/spiegl/Mail/out/mbox.archive /home/spiegl/Mail/sub/cus /home/spiegl/Mail/sub/linux ) 
trace _mailboxes:20(then while)> ((  3  ))
trace _mailboxes:21(then while)> i=/home/spiegl/Mail/out/mbox.archive 
trace _mailboxes:22(then while)> shift dirboxes
trace _mailboxes:23(then while if)> [[ -d /home/spiegl/Mail/out/mbox.archive/cur ]]
trace _mailboxes:25(then while elif)> j=( ) 
trace _mailboxes:25(then while elif cmdand)> [[ -n  ]]
trace _mailboxes:28(then while else)> mboxes=( /home/spiegl/Mail/abluemel /home/spiegl/Mail/adone /home/spiegl/Mail/ag-online /home/spiegl/Mail/a-kalenderis /home/spiegl/Mail/alex /home/spiegl/Mail/alexander /home/spiegl/Mail/alexander-krombholz /home/spiegl/Mail/alexander.winnen /home/spiegl/Mail/alex.klemens /home/spiegl/Mail/alphaseek.junk /home/spiegl/Mail/ameisen /home/spiegl/Mail/andreas /home/spiegl/Mail/andreas.hoermann /home/spiegl/Mail/andre-rubach /home/spiegl/Mail/andy /home/spiegl/Mail/angi /home/spiegl/Mail/annuss /home/spiegl/Mail/apohl /home/spiegl/Mail/ard /home/spiegl/Mail/ard-webtechnik /home/spiegl/Mail/astrid /home/spiegl/Mail/autorequest /home/spiegl/Mail/axel /home/spiegl/Mail/ayaz.s /home/spiegl/Mail/backupmaster /home/spiegl/Mail/backupmaster.0.gz /home/spiegl/Mail/backupmaster.1.gz /home/spiegl/Mail/backupmaster.2.gz /home/spiegl/Mail/baumann /home/spiegl/Mail/bawagn /home/spiegl/Mail/bball /home/spiegl/Mail/benno.kaufmann /home/spiegl/Mail/beo /home/spiegl/Mail/bernd /home/spiegl/Mail/bernd.eberwein /home/spiegl/Mail/birgit.naumer /home/spiegl/Mail/bmtmail /home/spiegl/Mail/botmaster /home/spiegl/Mail/brainforce /home/spiegl/Mail/breunig /home/spiegl/Mail/brnet /home/spiegl/Mail/bugtraq /home/spiegl/Mail/bugtraq.1 /home/spiegl/Mail/cert-advisory /home/spiegl/Mail/chris_hohenberger /home/spiegl/Mail/claudia /home/spiegl/Mail/collegeradio /home/spiegl/Mail/cornelia /home/spiegl/Mail/cornelia.petratu /home/spiegl/Mail/cusanuswerk /home/spiegl/Mail/cvd /home/spiegl/Mail/cyberprofit /home/spiegl/Mail/dante /home/spiegl/Mail/dertag /home/spiegl/Mail/deuter /home/spiegl/Mail/domains /home/spiegl/Mail/ehangartner /home/spiegl/Mail/eldracher.martin /home/spiegl/Mail/erasmus /home/spiegl/Mail/ernst.koegler /home/spiegl/Mail/eveline.wermuth /home/spiegl/Mail/fabian /home/spiegl/Mail/fairad /home/spiegl/Mail/fendrich /home/spiegl/Mail/fettabsaugen.jpg /home/spiegl/Mail/firstsurf /home/spiegl/Mail/forum.der.technik /home/spiegl/Mail/frank.lott /home/spiegl/Mail/franz /home/spiegl/Mail/franz.lachermeier /home/spiegl/Mail/frei /home/spiegl/Mail/funny /home/spiegl/Mail/georg.heeg /home/spiegl/Mail/gericom /home/spiegl/Mail/gerold.walker /home/spiegl/Mail/goaman /home/spiegl/Mail/g.rank /home/spiegl/Mail/grossarl /home/spiegl/Mail/guenter /home/spiegl/Mail/guenther.woersching /home/spiegl/Mail/g.woersching /home/spiegl/Mail/haller /home/spiegl/Mail/hans /home/spiegl/Mail/hansen /home/spiegl/Mail/hans.spiegl /home/spiegl/Mail/harald.haller /home/spiegl/Mail/harald.milz /home/spiegl/Mail/hcts-moshi /home/spiegl/Mail/heidi /home/spiegl/Mail/heidrun.spiegl /home/spiegl/Mail/heise /home/spiegl/Mail/helga.guenther /home/spiegl/Mail/helgard /home/spiegl/Mail/helmreich /home/spiegl/Mail/helpdesk /home/spiegl/Mail/herrlerehbach /home/spiegl/Mail/herzblatt /home/spiegl/Mail/hexe /home/spiegl/Mail/hickisch /home/spiegl/Mail/hinz /home/spiegl/Mail/hjbauer /home/spiegl/Mail/holbach /home/spiegl/Mail/holger.froemert /home/spiegl/Mail/huber /home/spiegl/Mail/huelbrock /home/spiegl/Mail/hust /home/spiegl/Mail/ibis /home/spiegl/Mail/ie /home/spiegl/Mail/ieichens /home/spiegl/Mail/igor-vozdaev /home/spiegl/Mail/info /home/spiegl/Mail/inge /home/spiegl/Mail/inge.spiegl /home/spiegl/Mail/ingo.dinkel /home/spiegl/Mail/ingrid-mitterhummer /home/spiegl/Mail/irc /home/spiegl/Mail/isabell-boubong /home/spiegl/Mail/javakurs /home/spiegl/Mail/johannes.goetz /home/spiegl/Mail/johannes.stadler /home/spiegl/Mail/josef.konitzer /home/spiegl/Mail/j.steinbach /home/spiegl/Mail/junk /home/spiegl/Mail/junk.iname /home/spiegl/Mail/junk.spiegl /home/spiegl/Mail/jutta /home/spiegl/Mail/jutta.hohenberger /home/spiegl/Mail/jutta.wagenhuber /home/spiegl/Mail/karin.c.gillich /home/spiegl/Mail/karin.kerling /home/spiegl/Mail/kbuehler /home/spiegl/Mail/keder /home/spiegl/Mail/kelsh /home/spiegl/Mail/kerim.esen /home/spiegl/Mail/kinokino /home/spiegl/Mail/kino-mond-sterne /home/spiegl/Mail/kip /home/spiegl/Mail/klaus-maisch /home/spiegl/Mail/klaus.pulverer /home/spiegl/Mail/kleist.00.01 /home/spiegl/Mail/kleist.00.02 /home/spiegl/Mail/kleist.00.03 /home/spiegl/Mail/kleist.00.04 /home/spiegl/Mail/kleist.00.05 /home/spiegl/Mail/kleist.00.06 /home/spiegl/Mail/kleist.99.04 /home/spiegl/Mail/kleist.99.05 /home/spiegl/Mail/kleist.99.06 /home/spiegl/Mail/kleist.99.07 /home/spiegl/Mail/kleist.99.08 /home/spiegl/Mail/kleist.99.09 /home/spiegl/Mail/kleist.99.10 /home/spiegl/Mail/kleist.99.11 /home/spiegl/Mail/kleist.99.12 /home/spiegl/Mail/kopp /home/spiegl/Mail/krauss /home/spiegl/Mail/kredler /home/spiegl/Mail/krol /home/spiegl/Mail/krombholz /home/spiegl/Mail/kruener /home/spiegl/Mail/kuehnel /home/spiegl/Mail/lachermeier /home/spiegl/Mail/lehmanns /home/spiegl/Mail/lenz.grimmer /home/spiegl/Mail/letsbuyit /home/spiegl/Mail/loesung /home/spiegl/Mail/l.weh /home/spiegl/Mail/lysann /home/spiegl/Mail/lysann.michael /home/spiegl/Mail/markus /home/spiegl/Mail/martin.appel /home/spiegl/Mail/martin.henning /home/spiegl/Mail/mathieu /home/spiegl/Mail/mayer /home/spiegl/Mail/mbox.mpc /home/spiegl/Mail/mclason /home/spiegl/Mail/meggle /home/spiegl/Mail/meine-links /home/spiegl/Mail/mendres /home/spiegl/Mail/merlin /home/spiegl/Mail/meyer /home/spiegl/Mail/michael.metzger /home/spiegl/Mail/michael.uhlemann /home/spiegl/Mail/microsoft /home/spiegl/Mail/mnaumer /home/spiegl/Mail/muelleer /home/spiegl/Mail/murx /home/spiegl/Mail/natascha.sperl /home/spiegl/Mail/netscape.andy /home/spiegl/Mail/norbert /home/spiegl/Mail/nwiechern /home/spiegl/Mail/oli /home/spiegl/Mail/oliver.glowacki /home/spiegl/Mail/oliver.schoerrig /home/spiegl/Mail/orakel /home/spiegl/Mail/ostler /home/spiegl/Mail/patrick.wunsch /home/spiegl/Mail/pcspezialist /home/spiegl/Mail/peter /home/spiegl/Mail/peter.goetz /home/spiegl/Mail/peter.kanzow /home/spiegl/Mail/petra /home/spiegl/Mail/petra.zinth /home/spiegl/Mail/pfann /home/spiegl/Mail/postmaster /home/spiegl/Mail/procmail.reports /home/spiegl/Mail/programmierer /home/spiegl/Mail/p.stenz /home/spiegl/Mail/pumuckl /home/spiegl/Mail/rainer.biehn /home/spiegl/Mail/ralf.schraven.1999 /home/spiegl/Mail/ralf.schraven.2000 /home/spiegl/Mail/rank /home/spiegl/Mail/redaktion.multimedia /home/spiegl/Mail/redaktion.protokolle /home/spiegl/Mail/reichert /home/spiegl/Mail/reiner /home/spiegl/Mail/rejo /home/spiegl/Mail/r.lopuszanski /home/spiegl/Mail/robert /home/spiegl/Mail/robert.killinger /home/spiegl/Mail/roland.kaufmann /home/spiegl/Mail/roland.kaufmann.1999 /home/spiegl/Mail/roli.muc /home/spiegl/Mail/rubach /home/spiegl/Mail/rundschau-red /home/spiegl/Mail/rwkeller /home/spiegl/Mail/sandra /home/spiegl/Mail/sarra /home/spiegl/Mail/sarrazin /home/spiegl/Mail/schick /home/spiegl/Mail/schmid /home/spiegl/Mail/schmidt /home/spiegl/Mail/seifert /home/spiegl/Mail/sessner /home/spiegl/Mail/sgoetz /home/spiegl/Mail/siegert /home/spiegl/Mail/siegfried-kramer /home/spiegl/Mail/siegl /home/spiegl/Mail/simone.chorowski /home/spiegl/Mail/spacenet /home/spiegl/Mail/spicer /home/spiegl/Mail/spiegel /home/spiegl/Mail/spiegl /home/spiegl/Mail/stark /home/spiegl/Mail/steff /home/spiegl/Mail/stenz /home/spiegl/Mail/steve.00.01 /home/spiegl/Mail/steve.00.02 /home/spiegl/Mail/steve.00.03 /home/spiegl/Mail/steve.00.04 /home/spiegl/Mail/steve.00.05 /home/spiegl/Mail/steve.00.06 /home/spiegl/Mail/steve.99.04 /home/spiegl/Mail/steve.99.05 /home/spiegl/Mail/steve.99.06 /home/spiegl/Mail/steve.99.07 /home/spiegl/Mail/steve.99.08 /home/spiegl/Mail/steve.99.09 /home/spiegl/Mail/steve.99.10 /home/spiegl/Mail/steve.99.11 /home/spiegl/Mail/steve.99.12 /home/spiegl/Mail/strolz /home/spiegl/Mail/suse /home/spiegl/Mail/telekom /home/spiegl/Mail/thawte /home/spiegl/Mail/thomas.ahnert /home/spiegl/Mail/thomas.vogel /home/spiegl/Mail/to.all.user /home/spiegl/Mail/tom.schwaller /home/spiegl/Mail/topmail /home/spiegl/Mail/topqualitea /home/spiegl/Mail/tripwire /home/spiegl/Mail/tripwire.1999 /home/spiegl/Mail/trustcenter /home/spiegl/Mail/typemania /home/spiegl/Mail/uli /home/spiegl/Mail/uschi /home/spiegl/Mail/uschi-huelbrock /home/spiegl/Mail/uschi.spiegl /home/spiegl/Mail/veit.olischlaeger /home/spiegl/Mail/vmware /home/spiegl/Mail/volker-buchner /home/spiegl/Mail/volker-matthies /home/spiegl/Mail/wahl /home/spiegl/Mail/walter-koch /home/spiegl/Mail/weberror /home/spiegl/Mail/webmaster /home/spiegl/Mail/willmann /home/spiegl/Mail/woersching /home/spiegl/Mail/wolfgang /home/spiegl/Mail/wolfgang.neubauer /home/spiegl/Mail/wulfhimmel /home/spiegl/Mail/zdf /home/spiegl/Mail/zerberus /home/spiegl/Mail/zip /home/spiegl/Mail/backup/msg.0gLC /home/spiegl/Mail/backup/msg.0hLC /home/spiegl/Mail/backup/msg.0iLC /home/spiegl/Mail/backup/msg.0jLC /home/spiegl/Mail/backup/msg.0kLC /home/spiegl/Mail/backup/msg.0lLC /home/spiegl/Mail/backup/msg.0mLC /home/spiegl/Mail/backup/msg.0nLC /home/spiegl/Mail/backup/msg.1gLC /home/spiegl/Mail/backup/msg.1hLC /home/spiegl/Mail/backup/msg.1iLC /home/spiegl/Mail/backup/msg.1jLC /home/spiegl/Mail/backup/msg.1kLC /home/spiegl/Mail/backup/msg.1lLC /home/spiegl/Mail/backup/msg.1mLC /home/spiegl/Mail/backup/msg.1nLC /home/spiegl/Mail/backup/msg.2gLC /home/spiegl/Mail/backup/msg.2hLC /home/spiegl/Mail/backup/msg.2iLC /home/spiegl/Mail/backup/msg.2jLC /home/spiegl/Mail/backup/msg.2kLC /home/spiegl/Mail/backup/msg.2lLC /home/spiegl/Mail/backup/msg.2mLC /home/spiegl/Mail/backup/msg.2nLC /home/spiegl/Mail/backup/msg.3gLC /home/spiegl/Mail/backup/msg.3hLC /home/spiegl/Mail/backup/msg.3iLC /home/spiegl/Mail/backup/msg.3jLC /home/spiegl/Mail/backup/msg.3kLC /home/spiegl/Mail/backup/msg.3lLC /home/spiegl/Mail/backup/msg.3mLC /home/spiegl/Mail/backup/msg.3nLC /home/spiegl/Mail/backup/msg.4gLC /home/spiegl/Mail/backup/msg.4hLC /home/spiegl/Mail/backup/msg.4iLC /home/spiegl/Mail/backup/msg.4jLC /home/spiegl/Mail/backup/msg.4kLC /home/spiegl/Mail/backup/msg.4lLC /home/spiegl/Mail/backup/msg.4mLC /home/spiegl/Mail/backup/msg.5gLC /home/spiegl/Mail/backup/msg.5hLC /home/spiegl/Mail/backup/msg.5iLC /home/spiegl/Mail/backup/msg.5jLC /home/spiegl/Mail/backup/msg.5kLC /home/spiegl/Mail/backup/msg.5lLC /home/spiegl/Mail/backup/msg.5mLC /home/spiegl/Mail/backup/msg.6gLC /home/spiegl/Mail/backup/msg.6hLC /home/spiegl/Mail/backup/msg.6iLC /home/spiegl/Mail/backup/msg.6jLC /home/spiegl/Mail/backup/msg.6kLC /home/spiegl/Mail/backup/msg.6lLC /home/spiegl/Mail/backup/msg.6mLC /home/spiegl/Mail/backup/msg.7gLC /home/spiegl/Mail/backup/msg.7hLC /home/spiegl/Mail/backup/msg.7iLC /home/spiegl/Mail/backup/msg.7jLC /home/spiegl/Mail/backup/msg.7kLC /home/spiegl/Mail/backup/msg.7lLC /home/spiegl/Mail/backup/msg.7mLC /home/spiegl/Mail/backup/msg.8gLC /home/spiegl/Mail/backup/msg.8hLC /home/spiegl/Mail/backup/msg.8iLC /home/spiegl/Mail/backup/msg.8jLC /home/spiegl/Mail/backup/msg.8kLC /home/spiegl/Mail/backup/msg.8lLC /home/spiegl/Mail/backup/msg.8mLC /home/spiegl/Mail/backup/msg.9gLC /home/spiegl/Mail/backup/msg.9hLC /home/spiegl/Mail/backup/msg.9iLC /home/spiegl/Mail/backup/msg.9jLC /home/spiegl/Mail/backup/msg.9kLC /home/spiegl/Mail/backup/msg.9lLC /home/spiegl/Mail/backup/msg.9mLC /home/spiegl/Mail/backup/msg.agLC /home/spiegl/Mail/backup/msg.ahLC /home/spiegl/Mail/backup/msg.AhLC /home/spiegl/Mail/backup/msg.aiLC /home/spiegl/Mail/backup/msg.AiLC /home/spiegl/Mail/backup/msg.ajLC /home/spiegl/Mail/backup/msg.AjLC /home/spiegl/Mail/backup/msg.akLC /home/spiegl/Mail/backup/msg.AkLC /home/spiegl/Mail/backup/msg.alLC /home/spiegl/Mail/backup/msg.AlLC /home/spiegl/Mail/backup/msg.amLC /home/spiegl/Mail/backup/msg.AmLC /home/spiegl/Mail/backup/msg.anLC /home/spiegl/Mail/backup/msg.AnLC /home/spiegl/Mail/backup/msg.bgLC /home/spiegl/Mail/backup/msg.bhLC /home/spiegl/Mail/backup/msg.BhLC /home/spiegl/Mail/backup/msg.biLC /home/spiegl/Mail/backup/msg.BiLC /home/spiegl/Mail/backup/msg.bjLC /home/spiegl/Mail/backup/msg.BjLC /home/spiegl/Mail/backup/msg.bkLC /home/spiegl/Mail/backup/msg.BkLC /home/spiegl/Mail/backup/msg.blLC /home/spiegl/Mail/backup/msg.BlLC /home/spiegl/Mail/backup/msg.bmLC /home/spiegl/Mail/backup/msg.BmLC /home/spiegl/Mail/backup/msg.bnLC /home/spiegl/Mail/backup/msg.BnLC /home/spiegl/Mail/backup/msg.cgLC /home/spiegl/Mail/backup/msg.CgLC /home/spiegl/Mail/backup/msg.chLC /home/spiegl/Mail/backup/msg.ChLC /home/spiegl/Mail/backup/msg.ciLC /home/spiegl/Mail/backup/msg.CiLC /home/spiegl/Mail/backup/msg.cjLC /home/spiegl/Mail/backup/msg.CjLC /home/spiegl/Mail/backup/msg.ckLC /home/spiegl/Mail/backup/msg.CkLC /home/spiegl/Mail/backup/msg.clLC /home/spiegl/Mail/backup/msg.ClLC /home/spiegl/Mail/backup/msg.cmLC /home/spiegl/Mail/backup/msg.CmLC /home/spiegl/Mail/backup/msg.cnLC /home/spiegl/Mail/backup/msg.CnLC /home/spiegl/Mail/backup/msg.dgLC /home/spiegl/Mail/backup/msg.DgLC /home/spiegl/Mail/backup/msg.dhLC /home/spiegl/Mail/backup/msg.DhLC /home/spiegl/Mail/backup/msg.diLC /home/spiegl/Mail/backup/msg.DiLC /home/spiegl/Mail/backup/msg.djLC /home/spiegl/Mail/backup/msg.DjLC /home/spiegl/Mail/backup/msg.dkLC /home/spiegl/Mail/backup/msg.DkLC /home/spiegl/Mail/backup/msg.dlLC /home/spiegl/Mail/backup/msg.DlLC /home/spiegl/Mail/backup/msg.dmLC /home/spiegl/Mail/backup/msg.DmLC /home/spiegl/Mail/backup/msg.dnLC /home/spiegl/Mail/backup/msg.DnLC /home/spiegl/Mail/backup/msg.egLC /home/spiegl/Mail/backup/msg.EgLC /home/spiegl/Mail/backup/msg.ehLC /home/spiegl/Mail/backup/msg.EhLC /home/spiegl/Mail/backup/msg.eiLC /home/spiegl/Mail/backup/msg.EiLC /home/spiegl/Mail/backup/msg.ejLC /home/spiegl/Mail/backup/msg.EjLC /home/spiegl/Mail/backup/msg.ekLC /home/spiegl/Mail/backup/msg.EkLC /home/spiegl/Mail/backup/msg.elLC /home/spiegl/Mail/backup/msg.ElLC /home/spiegl/Mail/backup/msg.emLC /home/spiegl/Mail/backup/msg.EmLC /home/spiegl/Mail/backup/msg.enLC /home/spiegl/Mail/backup/msg.EnLC /home/spiegl/Mail/backup/msg.fgLC /home/spiegl/Mail/backup/msg.FgLC /home/spiegl/Mail/backup/msg.fhLC /home/spiegl/Mail/backup/msg.FhLC /home/spiegl/Mail/backup/msg.fiLC /home/spiegl/Mail/backup/msg.FiLC /home/spiegl/Mail/backup/msg.fjLC /home/spiegl/Mail/backup/msg.FjLC /home/spiegl/Mail/backup/msg.fkLC /home/spiegl/Mail/backup/msg.FkLC /home/spiegl/Mail/backup/msg.flLC /home/spiegl/Mail/backup/msg.FlLC /home/spiegl/Mail/backup/msg.fmLC /home/spiegl/Mail/backup/msg.FmLC /home/spiegl/Mail/backup/msg.fnLC /home/spiegl/Mail/backup/msg.FnLC /home/spiegl/Mail/backup/msg.ggLC /home/spiegl/Mail/backup/msg.GgLC /home/spiegl/Mail/backup/msg.ghLC /home/spiegl/Mail/backup/msg.GhLC /home/spiegl/Mail/backup/msg.giLC /home/spiegl/Mail/backup/msg.GiLC /home/spiegl/Mail/backup/msg.gjLC /home/spiegl/Mail/backup/msg.GjLC /home/spiegl/Mail/backup/msg.gkLC /home/spiegl/Mail/backup/msg.GkLC /home/spiegl/Mail/backup/msg._gLC /home/spiegl/Mail/backup/msg.-gLC /home/spiegl/Mail/backup/msg.glLC /home/spiegl/Mail/backup/msg.GlLC /home/spiegl/Mail/backup/msg.gmLC /home/spiegl/Mail/backup/msg.GmLC /home/spiegl/Mail/backup/msg.gnLC /home/spiegl/Mail/backup/msg.GnLC /home/spiegl/Mail/backup/msg.hgLC /home/spiegl/Mail/backup/msg.HgLC /home/spiegl/Mail/backup/msg.hhLC /home/spiegl/Mail/backup/msg.HhLC /home/spiegl/Mail/backup/msg.hiLC /home/spiegl/Mail/backup/msg.HiLC /home/spiegl/Mail/backup/msg.hjLC /home/spiegl/Mail/backup/msg.HjLC /home/spiegl/Mail/backup/msg.hkLC /home/spiegl/Mail/backup/msg.HkLC /home/spiegl/Mail/backup/msg._hLC /home/spiegl/Mail/backup/msg.-hLC /home/spiegl/Mail/backup/msg.hlLC /home/spiegl/Mail/backup/msg.HlLC /home/spiegl/Mail/backup/msg.hmLC /home/spiegl/Mail/backup/msg.HmLC /home/spiegl/Mail/backup/msg.hnLC /home/spiegl/Mail/backup/msg.HnLC /home/spiegl/Mail/backup/msg.igLC /home/spiegl/Mail/backup/msg.IgLC /home/spiegl/Mail/backup/msg.ihLC /home/spiegl/Mail/backup/msg.IhLC /home/spiegl/Mail/backup/msg.iiLC /home/spiegl/Mail/backup/msg.IiLC /home/spiegl/Mail/backup/msg.ijLC /home/spiegl/Mail/backup/msg.IjLC /home/spiegl/Mail/backup/msg.ikLC /home/spiegl/Mail/backup/msg.IkLC /home/spiegl/Mail/backup/msg._iLC /home/spiegl/Mail/backup/msg.-iLC /home/spiegl/Mail/backup/msg.ilLC /home/spiegl/Mail/backup/msg.IlLC /home/spiegl/Mail/backup/msg.imLC /home/spiegl/Mail/backup/msg.ImLC /home/spiegl/Mail/backup/msg.inLC /home/spiegl/Mail/backup/msg.InLC /home/spiegl/Mail/backup/msg.jgLC /home/spiegl/Mail/backup/msg.JgLC /home/spiegl/Mail/backup/msg.jhLC /home/spiegl/Mail/backup/msg.JhLC /home/spiegl/Mail/backup/msg.jiLC /home/spiegl/Mail/backup/msg.JiLC /home/spiegl/Mail/backup/msg.jjLC /home/spiegl/Mail/backup/msg.JjLC /home/spiegl/Mail/backup/msg.jkLC /home/spiegl/Mail/backup/msg.JkLC /home/spiegl/Mail/backup/msg._jLC /home/spiegl/Mail/backup/msg.-jLC /home/spiegl/Mail/backup/msg.jlLC /home/spiegl/Mail/backup/msg.JlLC /home/spiegl/Mail/backup/msg.jmLC /home/spiegl/Mail/backup/msg.JmLC /home/spiegl/Mail/backup/msg.jnLC /home/spiegl/Mail/backup/msg.JnLC /home/spiegl/Mail/backup/msg.kgLC /home/spiegl/Mail/backup/msg.KgLC /home/spiegl/Mail/backup/msg.khLC /home/spiegl/Mail/backup/msg.KhLC /home/spiegl/Mail/backup/msg.kiLC /home/spiegl/Mail/backup/msg.KiLC /home/spiegl/Mail/backup/msg.kjLC /home/spiegl/Mail/backup/msg.KjLC /home/spiegl/Mail/backup/msg.kkLC /home/spiegl/Mail/backup/msg.KkLC /home/spiegl/Mail/backup/msg._kLC /home/spiegl/Mail/backup/msg.-kLC /home/spiegl/Mail/backup/msg.klLC /home/spiegl/Mail/backup/msg.KlLC /home/spiegl/Mail/backup/msg.kmLC /home/spiegl/Mail/backup/msg.KmLC /home/spiegl/Mail/backup/msg.knLC /home/spiegl/Mail/backup/msg.KnLC /home/spiegl/Mail/backup/msg.lgLC /home/spiegl/Mail/backup/msg.LgLC /home/spiegl/Mail/backup/msg.lhLC /home/spiegl/Mail/backup/msg.LhLC /home/spiegl/Mail/backup/msg.liLC /home/spiegl/Mail/backup/msg.LiLC /home/spiegl/Mail/backup/msg.ljLC /home/spiegl/Mail/backup/msg.LjLC /home/spiegl/Mail/backup/msg.lkLC /home/spiegl/Mail/backup/msg.LkLC /home/spiegl/Mail/backup/msg._lLC /home/spiegl/Mail/backup/msg.-lLC /home/spiegl/Mail/backup/msg.llLC /home/spiegl/Mail/backup/msg.LlLC /home/spiegl/Mail/backup/msg.lmLC /home/spiegl/Mail/backup/msg.LmLC /home/spiegl/Mail/backup/msg.lnLC /home/spiegl/Mail/backup/msg.LnLC /home/spiegl/Mail/backup/msg.mgLC /home/spiegl/Mail/backup/msg.MgLC /home/spiegl/Mail/backup/msg.mhLC /home/spiegl/Mail/backup/msg.MhLC /home/spiegl/Mail/backup/msg.miLC /home/spiegl/Mail/backup/msg.MiLC /home/spiegl/Mail/backup/msg.mjLC /home/spiegl/Mail/backup/msg.MjLC /home/spiegl/Mail/backup/msg.mkLC /home/spiegl/Mail/backup/msg.MkLC /home/spiegl/Mail/backup/msg._mLC /home/spiegl/Mail/backup/msg.-mLC /home/spiegl/Mail/backup/msg.mlLC /home/spiegl/Mail/backup/msg.MlLC /home/spiegl/Mail/backup/msg.mmLC /home/spiegl/Mail/backup/msg.MmLC /home/spiegl/Mail/backup/msg.mnLC /home/spiegl/Mail/backup/msg.MnLC /home/spiegl/Mail/backup/msg.ngLC /home/spiegl/Mail/backup/msg.NgLC /home/spiegl/Mail/backup/msg.nhLC /home/spiegl/Mail/backup/msg.NhLC /home/spiegl/Mail/backup/msg.niLC /home/spiegl/Mail/backup/msg.NiLC /home/spiegl/Mail/backup/msg.njLC /home/spiegl/Mail/backup/msg.NjLC /home/spiegl/Mail/backup/msg.nkLC /home/spiegl/Mail/backup/msg.NkLC /home/spiegl/Mail/backup/msg.nlLC /home/spiegl/Mail/backup/msg.NlLC /home/spiegl/Mail/backup/msg.nmLC /home/spiegl/Mail/backup/msg.NmLC /home/spiegl/Mail/backup/msg.nnLC /home/spiegl/Mail/backup/msg.NnLC /home/spiegl/Mail/backup/msg.ogLC /home/spiegl/Mail/backup/msg.OgLC /home/spiegl/Mail/backup/msg.ohLC /home/spiegl/Mail/backup/msg.OhLC /home/spiegl/Mail/backup/msg.oiLC /home/spiegl/Mail/backup/msg.OiLC /home/spiegl/Mail/backup/msg.ojLC /home/spiegl/Mail/backup/msg.OjLC /home/spiegl/Mail/backup/msg.okLC /home/spiegl/Mail/backup/msg.OkLC /home/spiegl/Mail/backup/msg.olLC /home/spiegl/Mail/backup/msg.OlLC /home/spiegl/Mail/backup/msg.omLC /home/spiegl/Mail/backup/msg.OmLC /home/spiegl/Mail/backup/msg.onLC /home/spiegl/Mail/backup/msg.OnLC /home/spiegl/Mail/backup/msg.pgLC /home/spiegl/Mail/backup/msg.PgLC /home/spiegl/Mail/backup/msg.phLC /home/spiegl/Mail/backup/msg.PhLC /home/spiegl/Mail/backup/msg.piLC /home/spiegl/Mail/backup/msg.PiLC /home/spiegl/Mail/backup/msg.pjLC /home/spiegl/Mail/backup/msg.PjLC /home/spiegl/Mail/backup/msg.pkLC /home/spiegl/Mail/backup/msg.PkLC /home/spiegl/Mail/backup/msg.plLC /home/spiegl/Mail/backup/msg.PlLC /home/spiegl/Mail/backup/msg.pmLC /home/spiegl/Mail/backup/msg.PmLC /home/spiegl/Mail/backup/msg.pnLC /home/spiegl/Mail/backup/msg.PnLC /home/spiegl/Mail/backup/msg.qgLC /home/spiegl/Mail/backup/msg.QgLC /home/spiegl/Mail/backup/msg.qhLC /home/spiegl/Mail/backup/msg.QhLC /home/spiegl/Mail/backup/msg.qiLC /home/spiegl/Mail/backup/msg.QiLC /home/spiegl/Mail/backup/msg.qjLC /home/spiegl/Mail/backup/msg.QjLC /home/spiegl/Mail/backup/msg.qkLC /home/spiegl/Mail/backup/msg.QkLC /home/spiegl/Mail/backup/msg.qlLC /home/spiegl/Mail/backup/msg.QlLC /home/spiegl/Mail/backup/msg.qmLC /home/spiegl/Mail/backup/msg.QmLC /home/spiegl/Mail/backup/msg.qnLC /home/spiegl/Mail/backup/msg.QnLC /home/spiegl/Mail/backup/msg.rgLC /home/spiegl/Mail/backup/msg.rhLC /home/spiegl/Mail/backup/msg.RhLC /home/spiegl/Mail/backup/msg.riLC /home/spiegl/Mail/backup/msg.RiLC /home/spiegl/Mail/backup/msg.rjLC /home/spiegl/Mail/backup/msg.RjLC /home/spiegl/Mail/backup/msg.rkLC /home/spiegl/Mail/backup/msg.RkLC /home/spiegl/Mail/backup/msg.rlLC /home/spiegl/Mail/backup/msg.RlLC /home/spiegl/Mail/backup/msg.rmLC /home/spiegl/Mail/backup/msg.RmLC /home/spiegl/Mail/backup/msg.rnLC /home/spiegl/Mail/backup/msg.RnLC /home/spiegl/Mail/backup/msg.sgLC /home/spiegl/Mail/backup/msg.SgLC /home/spiegl/Mail/backup/msg.shLC /home/spiegl/Mail/backup/msg.ShLC /home/spiegl/Mail/backup/msg.siLC /home/spiegl/Mail/backup/msg.SiLC /home/spiegl/Mail/backup/msg.sjLC /home/spiegl/Mail/backup/msg.SjLC /home/spiegl/Mail/backup/msg.skLC /home/spiegl/Mail/backup/msg.SkLC /home/spiegl/Mail/backup/msg.slLC /home/spiegl/Mail/backup/msg.SlLC /home/spiegl/Mail/backup/msg.smLC /home/spiegl/Mail/backup/msg.SmLC /home/spiegl/Mail/backup/msg.snLC /home/spiegl/Mail/backup/msg.SnLC /home/spiegl/Mail/backup/msg.tgLC /home/spiegl/Mail/backup/msg.TgLC /home/spiegl/Mail/backup/msg.thLC /home/spiegl/Mail/backup/msg.ThLC /home/spiegl/Mail/backup/msg.tiLC /home/spiegl/Mail/backup/msg.TiLC /home/spiegl/Mail/backup/msg.tjLC /home/spiegl/Mail/backup/msg.TjLC /home/spiegl/Mail/backup/msg.tkLC /home/spiegl/Mail/backup/msg.TkLC /home/spiegl/Mail/backup/msg.tlLC /home/spiegl/Mail/backup/msg.TlLC /home/spiegl/Mail/backup/msg.tmLC /home/spiegl/Mail/backup/msg.TmLC /home/spiegl/Mail/backup/msg.tnLC /home/spiegl/Mail/backup/msg.TnLC /home/spiegl/Mail/backup/msg.ugLC /home/spiegl/Mail/backup/msg.UgLC /home/spiegl/Mail/backup/msg.uhLC /home/spiegl/Mail/backup/msg.UhLC /home/spiegl/Mail/backup/msg.uiLC /home/spiegl/Mail/backup/msg.UiLC /home/spiegl/Mail/backup/msg.ujLC /home/spiegl/Mail/backup/msg.UjLC /home/spiegl/Mail/backup/msg.ukLC /home/spiegl/Mail/backup/msg.UkLC /home/spiegl/Mail/backup/msg.ulLC /home/spiegl/Mail/backup/msg.UlLC /home/spiegl/Mail/backup/msg.umLC /home/spiegl/Mail/backup/msg.UmLC /home/spiegl/Mail/backup/msg.unLC /home/spiegl/Mail/backup/msg.UnLC /home/spiegl/Mail/backup/msg.vgLC /home/spiegl/Mail/backup/msg.VgLC /home/spiegl/Mail/backup/msg.vhLC /home/spiegl/Mail/backup/msg.VhLC /home/spiegl/Mail/backup/msg.viLC /home/spiegl/Mail/backup/msg.ViLC /home/spiegl/Mail/backup/msg.vjLC /home/spiegl/Mail/backup/msg.VjLC /home/spiegl/Mail/backup/msg.vkLC /home/spiegl/Mail/backup/msg.VkLC /home/spiegl/Mail/backup/msg.vlLC /home/spiegl/Mail/backup/msg.VlLC /home/spiegl/Mail/backup/msg.vmLC /home/spiegl/Mail/backup/msg.VmLC /home/spiegl/Mail/backup/msg.vnLC /home/spiegl/Mail/backup/msg.VnLC /home/spiegl/Mail/backup/msg.wgLC /home/spiegl/Mail/backup/msg.WgLC /home/spiegl/Mail/backup/msg.whLC /home/spiegl/Mail/backup/msg.WhLC /home/spiegl/Mail/backup/msg.wiLC /home/spiegl/Mail/backup/msg.WiLC /home/spiegl/Mail/backup/msg.wjLC /home/spiegl/Mail/backup/msg.WjLC /home/spiegl/Mail/backup/msg.wkLC /home/spiegl/Mail/backup/msg.WkLC /home/spiegl/Mail/backup/msg.wlLC /home/spiegl/Mail/backup/msg.WlLC /home/spiegl/Mail/backup/msg.wmLC /home/spiegl/Mail/backup/msg.WmLC /home/spiegl/Mail/backup/msg.WnLC /home/spiegl/Mail/backup/msg.xgLC /home/spiegl/Mail/backup/msg.XgLC /home/spiegl/Mail/backup/msg.xhLC /home/spiegl/Mail/backup/msg.XhLC /home/spiegl/Mail/backup/msg.xiLC /home/spiegl/Mail/backup/msg.XiLC /home/spiegl/Mail/backup/msg.xjLC /home/spiegl/Mail/backup/msg.XjLC /home/spiegl/Mail/backup/msg.xkLC /home/spiegl/Mail/backup/msg.XkLC /home/spiegl/Mail/backup/msg.xlLC /home/spiegl/Mail/backup/msg.XlLC /home/spiegl/Mail/backup/msg.xmLC /home/spiegl/Mail/backup/msg.XmLC /home/spiegl/Mail/backup/msg.xnLC /home/spiegl/Mail/backup/msg.XnLC /home/spiegl/Mail/backup/msg.ygLC /home/spiegl/Mail/backup/msg.YgLC /home/spiegl/Mail/backup/msg.yhLC /home/spiegl/Mail/backup/msg.YhLC /home/spiegl/Mail/backup/msg.yiLC /home/spiegl/Mail/backup/msg.YiLC /home/spiegl/Mail/backup/msg.yjLC /home/spiegl/Mail/backup/msg.YjLC /home/spiegl/Mail/backup/msg.ykLC /home/spiegl/Mail/backup/msg.YkLC /home/spiegl/Mail/backup/msg.ylLC /home/spiegl/Mail/backup/msg.YlLC /home/spiegl/Mail/backup/msg.ymLC /home/spiegl/Mail/backup/msg.YmLC /home/spiegl/Mail/backup/msg.ynLC /home/spiegl/Mail/backup/msg.YnLC /home/spiegl/Mail/backup/msg.zgLC /home/spiegl/Mail/backup/msg.ZgLC /home/spiegl/Mail/backup/msg.zhLC /home/spiegl/Mail/backup/msg.ZhLC /home/spiegl/Mail/backup/msg.ziLC /home/spiegl/Mail/backup/msg.ZiLC /home/spiegl/Mail/backup/msg.zjLC /home/spiegl/Mail/backup/msg.ZjLC /home/spiegl/Mail/backup/msg.zkLC /home/spiegl/Mail/backup/msg.ZkLC /home/spiegl/Mail/backup/msg.zlLC /home/spiegl/Mail/backup/msg.ZlLC /home/spiegl/Mail/backup/msg.zmLC /home/spiegl/Mail/backup/msg.ZmLC /home/spiegl/Mail/backup/msg.znLC /home/spiegl/Mail/backup/msg.ZnLC /home/spiegl/Mail/backup2/msg.0gx /home/spiegl/Mail/backup2/msg.0hx /home/spiegl/Mail/backup2/msg.0ix /home/spiegl/Mail/backup2/msg.1gx /home/spiegl/Mail/backup2/msg.1hx /home/spiegl/Mail/backup2/msg.1ix /home/spiegl/Mail/backup2/msg.2gx /home/spiegl/Mail/backup2/msg.2hx /home/spiegl/Mail/backup2/msg.2ix /home/spiegl/Mail/backup2/msg.3gx /home/spiegl/Mail/backup2/msg.3hx /home/spiegl/Mail/backup2/msg.3ix /home/spiegl/Mail/backup2/msg.4gx /home/spiegl/Mail/backup2/msg.4hx /home/spiegl/Mail/backup2/msg.4ix /home/spiegl/Mail/backup2/msg.5gx /home/spiegl/Mail/backup2/msg.5hx /home/spiegl/Mail/backup2/msg.5ix /home/spiegl/Mail/backup2/msg.6gx /home/spiegl/Mail/backup2/msg.6hx /home/spiegl/Mail/backup2/msg.6ix /home/spiegl/Mail/backup2/msg.7gx /home/spiegl/Mail/backup2/msg.7hx /home/spiegl/Mail/backup2/msg.7ix /home/spiegl/Mail/backup2/msg.8gx /home/spiegl/Mail/backup2/msg.8hx /home/spiegl/Mail/backup2/msg.8ix /home/spiegl/Mail/backup2/msg.9gx /home/spiegl/Mail/backup2/msg.9hx /home/spiegl/Mail/backup2/msg.9ix /home/spiegl/Mail/backup2/msg.agx /home/spiegl/Mail/backup2/msg.ahx /home/spiegl/Mail/backup2/msg.Ahx /home/spiegl/Mail/backup2/msg.aix /home/spiegl/Mail/backup2/msg.Aix /home/spiegl/Mail/backup2/msg.Ajx /home/spiegl/Mail/backup2/msg.bgx /home/spiegl/Mail/backup2/msg.bhx /home/spiegl/Mail/backup2/msg.Bhx /home/spiegl/Mail/backup2/msg.bix /home/spiegl/Mail/backup2/msg.Bix /home/spiegl/Mail/backup2/msg.Bjx /home/spiegl/Mail/backup2/msg.cgx /home/spiegl/Mail/backup2/msg.chx /home/spiegl/Mail/backup2/msg.Chx /home/spiegl/Mail/backup2/msg.cix /home/spiegl/Mail/backup2/msg.Cix /home/spiegl/Mail/backup2/msg.Cjx /home/spiegl/Mail/backup2/msg.dgx /home/spiegl/Mail/backup2/msg.dhx /home/spiegl/Mail/backup2/msg.Dhx /home/spiegl/Mail/backup2/msg.dix /home/spiegl/Mail/backup2/msg.Dix /home/spiegl/Mail/backup2/msg.Djx /home/spiegl/Mail/backup2/msg.egx /home/spiegl/Mail/backup2/msg.ehx /home/spiegl/Mail/backup2/msg.Ehx /home/spiegl/Mail/backup2/msg.eix /home/spiegl/Mail/backup2/msg.Eix /home/spiegl/Mail/backup2/msg.Ejx /home/spiegl/Mail/backup2/msg.fgx /home/spiegl/Mail/backup2/msg.fhx /home/spiegl/Mail/backup2/msg.Fhx /home/spiegl/Mail/backup2/msg.fix /home/spiegl/Mail/backup2/msg.Fix /home/spiegl/Mail/backup2/msg.Fjx /home/spiegl/Mail/backup2/msg.ggx /home/spiegl/Mail/backup2/msg.ghx /home/spiegl/Mail/backup2/msg.Ghx /home/spiegl/Mail/backup2/msg.gix /home/spiegl/Mail/backup2/msg.Gix /home/spiegl/Mail/backup2/msg.Gjx /home/spiegl/Mail/backup2/msg._gx /home/spiegl/Mail/backup2/msg.-gx /home/spiegl/Mail/backup2/msg.hgx /home/spiegl/Mail/backup2/msg.hhx /home/spiegl/Mail/backup2/msg.Hhx /home/spiegl/Mail/backup2/msg.hix /home/spiegl/Mail/backup2/msg.Hix /home/spiegl/Mail/backup2/msg.Hjx /home/spiegl/Mail/backup2/msg._hx /home/spiegl/Mail/backup2/msg.-hx /home/spiegl/Mail/backup2/msg.igx /home/spiegl/Mail/backup2/msg.ihx /home/spiegl/Mail/backup2/msg.Ihx /home/spiegl/Mail/backup2/msg.iix /home/spiegl/Mail/backup2/msg.Iix /home/spiegl/Mail/backup2/msg.Ijx /home/spiegl/Mail/backup2/msg._ix /home/spiegl/Mail/backup2/msg.-ix /home/spiegl/Mail/backup2/msg.jgx /home/spiegl/Mail/backup2/msg.Jgx /home/spiegl/Mail/backup2/msg.jhx /home/spiegl/Mail/backup2/msg.Jhx /home/spiegl/Mail/backup2/msg.jix /home/spiegl/Mail/backup2/msg.Jix /home/spiegl/Mail/backup2/msg.Jjx /home/spiegl/Mail/backup2/msg.Kgx /home/spiegl/Mail/backup2/msg.khx /home/spiegl/Mail/backup2/msg.Khx /home/spiegl/Mail/backup2/msg.kix /home/spiegl/Mail/backup2/msg.Kix /home/spiegl/Mail/backup2/msg.Kjx /home/spiegl/Mail/backup2/msg.lgx /home/spiegl/Mail/backup2/msg.Lgx /home/spiegl/Mail/backup2/msg.lhx /home/spiegl/Mail/backup2/msg.Lhx /home/spiegl/Mail/backup2/msg.lix /home/spiegl/Mail/backup2/msg.Lix /home/spiegl/Mail/backup2/msg.Ljx /home/spiegl/Mail/backup2/msg.mgx /home/spiegl/Mail/backup2/msg.Mgx /home/spiegl/Mail/backup2/msg.mhx /home/spiegl/Mail/backup2/msg.Mhx /home/spiegl/Mail/backup2/msg.mix /home/spiegl/Mail/backup2/msg.Mix /home/spiegl/Mail/backup2/msg.Mjx /home/spiegl/Mail/backup2/msg.ngx /home/spiegl/Mail/backup2/msg.Ngx /home/spiegl/Mail/backup2/msg.nhx /home/spiegl/Mail/backup2/msg.Nhx /home/spiegl/Mail/backup2/msg.nix /home/spiegl/Mail/backup2/msg.Nix /home/spiegl/Mail/backup2/msg.Njx /home/spiegl/Mail/backup2/msg.ogx /home/spiegl/Mail/backup2/msg.Ogx /home/spiegl/Mail/backup2/msg.ohx /home/spiegl/Mail/backup2/msg.Ohx /home/spiegl/Mail/backup2/msg.oix /home/spiegl/Mail/backup2/msg.Oix /home/spiegl/Mail/backup2/msg.Ojx /home/spiegl/Mail/backup2/msg.pgx /home/spiegl/Mail/backup2/msg.Pgx /home/spiegl/Mail/backup2/msg.phx /home/spiegl/Mail/backup2/msg.Phx /home/spiegl/Mail/backup2/msg.pix /home/spiegl/Mail/backup2/msg.Pix /home/spiegl/Mail/backup2/msg.Pjx /home/spiegl/Mail/backup2/msg.qgx /home/spiegl/Mail/backup2/msg.Qgx /home/spiegl/Mail/backup2/msg.qhx /home/spiegl/Mail/backup2/msg.Qhx /home/spiegl/Mail/backup2/msg.qix /home/spiegl/Mail/backup2/msg.Qix /home/spiegl/Mail/backup2/msg.Qjx /home/spiegl/Mail/backup2/msg.rgx /home/spiegl/Mail/backup2/msg.Rgx /home/spiegl/Mail/backup2/msg.rhx /home/spiegl/Mail/backup2/msg.Rhx /home/spiegl/Mail/backup2/msg.rix /home/spiegl/Mail/backup2/msg.Rix /home/spiegl/Mail/backup2/msg.Rjx /home/spiegl/Mail/backup2/msg.sgx /home/spiegl/Mail/backup2/msg.shx /home/spiegl/Mail/backup2/msg.Shx /home/spiegl/Mail/backup2/msg.six /home/spiegl/Mail/backup2/msg.Six /home/spiegl/Mail/backup2/msg.Sjx /home/spiegl/Mail/backup2/msg.tgx /home/spiegl/Mail/backup2/msg.Tgx /home/spiegl/Mail/backup2/msg.thx /home/spiegl/Mail/backup2/msg.Thx /home/spiegl/Mail/backup2/msg.tix /home/spiegl/Mail/backup2/msg.Tix /home/spiegl/Mail/backup2/msg.ugx /home/spiegl/Mail/backup2/msg.Ugx /home/spiegl/Mail/backup2/msg.uhx /home/spiegl/Mail/backup2/msg.Uhx /home/spiegl/Mail/backup2/msg.uix /home/spiegl/Mail/backup2/msg.Uix /home/spiegl/Mail/backup2/msg.vgx /home/spiegl/Mail/backup2/msg.Vgx /home/spiegl/Mail/backup2/msg.vhx /home/spiegl/Mail/backup2/msg.Vhx /home/spiegl/Mail/backup2/msg.vix /home/spiegl/Mail/backup2/msg.Vix /home/spiegl/Mail/backup2/msg.wgx /home/spiegl/Mail/backup2/msg.Wgx /home/spiegl/Mail/backup2/msg.whx /home/spiegl/Mail/backup2/msg.Whx /home/spiegl/Mail/backup2/msg.wix /home/spiegl/Mail/backup2/msg.Wix /home/spiegl/Mail/backup2/msg.xgx /home/spiegl/Mail/backup2/msg.Xgx /home/spiegl/Mail/backup2/msg.xhx /home/spiegl/Mail/backup2/msg.Xhx /home/spiegl/Mail/backup2/msg.xix /home/spiegl/Mail/backup2/msg.Xix /home/spiegl/Mail/backup2/msg.ygx /home/spiegl/Mail/backup2/msg.Ygx /home/spiegl/Mail/backup2/msg.yhx /home/spiegl/Mail/backup2/msg.Yhx /home/spiegl/Mail/backup2/msg.yix /home/spiegl/Mail/backup2/msg.Yix /home/spiegl/Mail/backup2/msg.zgx /home/spiegl/Mail/backup2/msg.Zgx /home/spiegl/Mail/backup2/msg.zhx /home/spiegl/Mail/backup2/msg.Zhx /home/spiegl/Mail/backup2/msg.zix /home/spiegl/Mail/backup2/msg.Zix /home/spiegl/Mail/out/andy /home/spiegl/Mail/out/heidi /home/spiegl/Mail/sub/cert-advisory /home/spiegl/Mail/sub/ctc /home/spiegl/Mail/sub/email2sms /home/spiegl/Mail/sub/expert.exchange /home/spiegl/Mail/sub/explore2fs /home/spiegl/Mail/sub/firewall /home/spiegl/Mail/sub/fvwm /home/spiegl/Mail/sub/gratis /home/spiegl/Mail/sub/homepage /home/spiegl/Mail/sub/icq /home/spiegl/Mail/sub/kira /home/spiegl/Mail/sub/mutt /home/spiegl/Mail/sub/mutt.0.gz /home/spiegl/Mail/sub/mutt.1.gz /home/spiegl/Mail/sub/navmutt /home/spiegl/Mail/sub/newsserver /home/spiegl/Mail/sub/pgp /home/spiegl/Mail/sub/postit /home/spiegl/Mail/sub/procmail /home/spiegl/Mail/sub/proftpd /home/spiegl/Mail/sub/rhetorik /home/spiegl/Mail/sub/samba /home/spiegl/Mail/sub/skiing /home/spiegl/Mail/sub/smsclient /home/spiegl/Mail/sub/spam /home/spiegl/Mail/sub/trn /home/spiegl/Mail/sub/virus /home/spiegl/Mail/sub/xswallow /home/spiegl/Mail/sub/zsh /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-02.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-16.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-19.59.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-21.16.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-19-12.39.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-19-14.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-19-19.12.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-20-14.02.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-20-21.55.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-22-00.44.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-22-13.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-23-02.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-23-22.37.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-24-00.05.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-27-03.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-28-22.07.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-00.03.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-01.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-14.58.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-16.39.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-18.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-22.29.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-22.38.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-01.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-15.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-17.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-18.44.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-19.27.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-23.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-02.44.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-11.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-14.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-19.02.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-21.37.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-01-17.42.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-01-21.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-02-03.33.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-02-15.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-03-00.06.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-03-03.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-04-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-04-08.57.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-01.06.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-12.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-12.53.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-20.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-06-21.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-06-23.41.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-07-00.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-07-09.29.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-07-16.08.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-08-01.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-09.27.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-20.19.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-20.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-22.56.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-25-09.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-25-16.45.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-26-10.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-26-13.57.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-26-15.10.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-01-17.59.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-03-21.08.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-04-10.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-04-21.34.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-10-21.27.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-11-16.54.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-12-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-12-17.29.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-13-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-14-21.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-03.17.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-08.36.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-14.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-21.28.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-16-11.43.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-16-15.17.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-17-10.47.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-17-21.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-18-11.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-18-20.55.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-11.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-15.22.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-18.38.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-18.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-03.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-14.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-15.17.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-17.07.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-21.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-21-07.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-22-03.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-23-16.19.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-24-14.30.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-24-15.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-24-21.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-00.19.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-00.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-01.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-16.41.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-27-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-27-17.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-28-10.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-28-19.59.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-29-22.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-29-23.12.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-30-01.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-30-03.33.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-31-00.45.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-04-20.03.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-05-11.16.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-05-19.37.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-06-21.38.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-06-22.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-13.39.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-16.10.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-17.12.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-18.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-08-03.30.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-09-12.26.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-09-13.40.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-09-16.47.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-10-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-10-12.42.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-11-00.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-12-13.34.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-12-17.11.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-13-00.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-14-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-15-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-15-16.13.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-16-03.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-17-17.07.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-18-13.13.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-18-15.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-18-18.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-19-12.50.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-19-22.08.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-19-22.22.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-20-00.48.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-18-16.49.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-18-21.16.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-20-14.02.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-22-00.44.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-23-22.37.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-27-03.32.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-28-22.07.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-29-00.03.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-29-01.15.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-30-18.44.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-31-11.24.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-31-21.37.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-04-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-05-01.06.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-05-20.25.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-16.08.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-16.19.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-18.45.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-18.46.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-08-01.18.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-09-22.56.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-25-09.15.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-25-16.45.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-26-13.57.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-01-17.59.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-03-21.08.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-04-21.34.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-10-21.27.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-15-14.51.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-15-21.28.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-16-15.17.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-10.47.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-15.08.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-21.18.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-18-11.48.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-18-20.55.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-19-15.22.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-22-17.58.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-23-16.19.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-24-14.30.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-24-15.21.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-24-21.21.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-26-00.19.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-26-16.41.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-28-10.24.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-29-22.35.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-29-23.12.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-30-16.59.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-02-09.39.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-02-18.05.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-04-17.35.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-05-11.16.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-05-19.37.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-06-21.38.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-06-23.02.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-07-13.39.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-07-18.51.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-08-13.49.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-08-21.30.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-09-12.26.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-12-17.33.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-14-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-15-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-15-16.13.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-16-03.21.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-19-12.50.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-19-22.08.gz ) 
trace _mailboxes:29(then while else)> dirboxes=( /home/spiegl/Mail/sub/cus /home/spiegl/Mail/sub/linux ) 
trace _mailboxes:20(then while)> ((  2  ))
trace _mailboxes:21(then while)> i=/home/spiegl/Mail/sub/cus 
trace _mailboxes:22(then while)> shift dirboxes
trace _mailboxes:23(then while if)> [[ -d /home/spiegl/Mail/sub/cus/cur ]]
trace _mailboxes:25(then while elif)> j=( ) 
trace _mailboxes:25(then while elif cmdand)> [[ -n  ]]
trace _mailboxes:28(then while else)> mboxes=( /home/spiegl/Mail/abluemel /home/spiegl/Mail/adone /home/spiegl/Mail/ag-online /home/spiegl/Mail/a-kalenderis /home/spiegl/Mail/alex /home/spiegl/Mail/alexander /home/spiegl/Mail/alexander-krombholz /home/spiegl/Mail/alexander.winnen /home/spiegl/Mail/alex.klemens /home/spiegl/Mail/alphaseek.junk /home/spiegl/Mail/ameisen /home/spiegl/Mail/andreas /home/spiegl/Mail/andreas.hoermann /home/spiegl/Mail/andre-rubach /home/spiegl/Mail/andy /home/spiegl/Mail/angi /home/spiegl/Mail/annuss /home/spiegl/Mail/apohl /home/spiegl/Mail/ard /home/spiegl/Mail/ard-webtechnik /home/spiegl/Mail/astrid /home/spiegl/Mail/autorequest /home/spiegl/Mail/axel /home/spiegl/Mail/ayaz.s /home/spiegl/Mail/backupmaster /home/spiegl/Mail/backupmaster.0.gz /home/spiegl/Mail/backupmaster.1.gz /home/spiegl/Mail/backupmaster.2.gz /home/spiegl/Mail/baumann /home/spiegl/Mail/bawagn /home/spiegl/Mail/bball /home/spiegl/Mail/benno.kaufmann /home/spiegl/Mail/beo /home/spiegl/Mail/bernd /home/spiegl/Mail/bernd.eberwein /home/spiegl/Mail/birgit.naumer /home/spiegl/Mail/bmtmail /home/spiegl/Mail/botmaster /home/spiegl/Mail/brainforce /home/spiegl/Mail/breunig /home/spiegl/Mail/brnet /home/spiegl/Mail/bugtraq /home/spiegl/Mail/bugtraq.1 /home/spiegl/Mail/cert-advisory /home/spiegl/Mail/chris_hohenberger /home/spiegl/Mail/claudia /home/spiegl/Mail/collegeradio /home/spiegl/Mail/cornelia /home/spiegl/Mail/cornelia.petratu /home/spiegl/Mail/cusanuswerk /home/spiegl/Mail/cvd /home/spiegl/Mail/cyberprofit /home/spiegl/Mail/dante /home/spiegl/Mail/dertag /home/spiegl/Mail/deuter /home/spiegl/Mail/domains /home/spiegl/Mail/ehangartner /home/spiegl/Mail/eldracher.martin /home/spiegl/Mail/erasmus /home/spiegl/Mail/ernst.koegler /home/spiegl/Mail/eveline.wermuth /home/spiegl/Mail/fabian /home/spiegl/Mail/fairad /home/spiegl/Mail/fendrich /home/spiegl/Mail/fettabsaugen.jpg /home/spiegl/Mail/firstsurf /home/spiegl/Mail/forum.der.technik /home/spiegl/Mail/frank.lott /home/spiegl/Mail/franz /home/spiegl/Mail/franz.lachermeier /home/spiegl/Mail/frei /home/spiegl/Mail/funny /home/spiegl/Mail/georg.heeg /home/spiegl/Mail/gericom /home/spiegl/Mail/gerold.walker /home/spiegl/Mail/goaman /home/spiegl/Mail/g.rank /home/spiegl/Mail/grossarl /home/spiegl/Mail/guenter /home/spiegl/Mail/guenther.woersching /home/spiegl/Mail/g.woersching /home/spiegl/Mail/haller /home/spiegl/Mail/hans /home/spiegl/Mail/hansen /home/spiegl/Mail/hans.spiegl /home/spiegl/Mail/harald.haller /home/spiegl/Mail/harald.milz /home/spiegl/Mail/hcts-moshi /home/spiegl/Mail/heidi /home/spiegl/Mail/heidrun.spiegl /home/spiegl/Mail/heise /home/spiegl/Mail/helga.guenther /home/spiegl/Mail/helgard /home/spiegl/Mail/helmreich /home/spiegl/Mail/helpdesk /home/spiegl/Mail/herrlerehbach /home/spiegl/Mail/herzblatt /home/spiegl/Mail/hexe /home/spiegl/Mail/hickisch /home/spiegl/Mail/hinz /home/spiegl/Mail/hjbauer /home/spiegl/Mail/holbach /home/spiegl/Mail/holger.froemert /home/spiegl/Mail/huber /home/spiegl/Mail/huelbrock /home/spiegl/Mail/hust /home/spiegl/Mail/ibis /home/spiegl/Mail/ie /home/spiegl/Mail/ieichens /home/spiegl/Mail/igor-vozdaev /home/spiegl/Mail/info /home/spiegl/Mail/inge /home/spiegl/Mail/inge.spiegl /home/spiegl/Mail/ingo.dinkel /home/spiegl/Mail/ingrid-mitterhummer /home/spiegl/Mail/irc /home/spiegl/Mail/isabell-boubong /home/spiegl/Mail/javakurs /home/spiegl/Mail/johannes.goetz /home/spiegl/Mail/johannes.stadler /home/spiegl/Mail/josef.konitzer /home/spiegl/Mail/j.steinbach /home/spiegl/Mail/junk /home/spiegl/Mail/junk.iname /home/spiegl/Mail/junk.spiegl /home/spiegl/Mail/jutta /home/spiegl/Mail/jutta.hohenberger /home/spiegl/Mail/jutta.wagenhuber /home/spiegl/Mail/karin.c.gillich /home/spiegl/Mail/karin.kerling /home/spiegl/Mail/kbuehler /home/spiegl/Mail/keder /home/spiegl/Mail/kelsh /home/spiegl/Mail/kerim.esen /home/spiegl/Mail/kinokino /home/spiegl/Mail/kino-mond-sterne /home/spiegl/Mail/kip /home/spiegl/Mail/klaus-maisch /home/spiegl/Mail/klaus.pulverer /home/spiegl/Mail/kleist.00.01 /home/spiegl/Mail/kleist.00.02 /home/spiegl/Mail/kleist.00.03 /home/spiegl/Mail/kleist.00.04 /home/spiegl/Mail/kleist.00.05 /home/spiegl/Mail/kleist.00.06 /home/spiegl/Mail/kleist.99.04 /home/spiegl/Mail/kleist.99.05 /home/spiegl/Mail/kleist.99.06 /home/spiegl/Mail/kleist.99.07 /home/spiegl/Mail/kleist.99.08 /home/spiegl/Mail/kleist.99.09 /home/spiegl/Mail/kleist.99.10 /home/spiegl/Mail/kleist.99.11 /home/spiegl/Mail/kleist.99.12 /home/spiegl/Mail/kopp /home/spiegl/Mail/krauss /home/spiegl/Mail/kredler /home/spiegl/Mail/krol /home/spiegl/Mail/krombholz /home/spiegl/Mail/kruener /home/spiegl/Mail/kuehnel /home/spiegl/Mail/lachermeier /home/spiegl/Mail/lehmanns /home/spiegl/Mail/lenz.grimmer /home/spiegl/Mail/letsbuyit /home/spiegl/Mail/loesung /home/spiegl/Mail/l.weh /home/spiegl/Mail/lysann /home/spiegl/Mail/lysann.michael /home/spiegl/Mail/markus /home/spiegl/Mail/martin.appel /home/spiegl/Mail/martin.henning /home/spiegl/Mail/mathieu /home/spiegl/Mail/mayer /home/spiegl/Mail/mbox.mpc /home/spiegl/Mail/mclason /home/spiegl/Mail/meggle /home/spiegl/Mail/meine-links /home/spiegl/Mail/mendres /home/spiegl/Mail/merlin /home/spiegl/Mail/meyer /home/spiegl/Mail/michael.metzger /home/spiegl/Mail/michael.uhlemann /home/spiegl/Mail/microsoft /home/spiegl/Mail/mnaumer /home/spiegl/Mail/muelleer /home/spiegl/Mail/murx /home/spiegl/Mail/natascha.sperl /home/spiegl/Mail/netscape.andy /home/spiegl/Mail/norbert /home/spiegl/Mail/nwiechern /home/spiegl/Mail/oli /home/spiegl/Mail/oliver.glowacki /home/spiegl/Mail/oliver.schoerrig /home/spiegl/Mail/orakel /home/spiegl/Mail/ostler /home/spiegl/Mail/patrick.wunsch /home/spiegl/Mail/pcspezialist /home/spiegl/Mail/peter /home/spiegl/Mail/peter.goetz /home/spiegl/Mail/peter.kanzow /home/spiegl/Mail/petra /home/spiegl/Mail/petra.zinth /home/spiegl/Mail/pfann /home/spiegl/Mail/postmaster /home/spiegl/Mail/procmail.reports /home/spiegl/Mail/programmierer /home/spiegl/Mail/p.stenz /home/spiegl/Mail/pumuckl /home/spiegl/Mail/rainer.biehn /home/spiegl/Mail/ralf.schraven.1999 /home/spiegl/Mail/ralf.schraven.2000 /home/spiegl/Mail/rank /home/spiegl/Mail/redaktion.multimedia /home/spiegl/Mail/redaktion.protokolle /home/spiegl/Mail/reichert /home/spiegl/Mail/reiner /home/spiegl/Mail/rejo /home/spiegl/Mail/r.lopuszanski /home/spiegl/Mail/robert /home/spiegl/Mail/robert.killinger /home/spiegl/Mail/roland.kaufmann /home/spiegl/Mail/roland.kaufmann.1999 /home/spiegl/Mail/roli.muc /home/spiegl/Mail/rubach /home/spiegl/Mail/rundschau-red /home/spiegl/Mail/rwkeller /home/spiegl/Mail/sandra /home/spiegl/Mail/sarra /home/spiegl/Mail/sarrazin /home/spiegl/Mail/schick /home/spiegl/Mail/schmid /home/spiegl/Mail/schmidt /home/spiegl/Mail/seifert /home/spiegl/Mail/sessner /home/spiegl/Mail/sgoetz /home/spiegl/Mail/siegert /home/spiegl/Mail/siegfried-kramer /home/spiegl/Mail/siegl /home/spiegl/Mail/simone.chorowski /home/spiegl/Mail/spacenet /home/spiegl/Mail/spicer /home/spiegl/Mail/spiegel /home/spiegl/Mail/spiegl /home/spiegl/Mail/stark /home/spiegl/Mail/steff /home/spiegl/Mail/stenz /home/spiegl/Mail/steve.00.01 /home/spiegl/Mail/steve.00.02 /home/spiegl/Mail/steve.00.03 /home/spiegl/Mail/steve.00.04 /home/spiegl/Mail/steve.00.05 /home/spiegl/Mail/steve.00.06 /home/spiegl/Mail/steve.99.04 /home/spiegl/Mail/steve.99.05 /home/spiegl/Mail/steve.99.06 /home/spiegl/Mail/steve.99.07 /home/spiegl/Mail/steve.99.08 /home/spiegl/Mail/steve.99.09 /home/spiegl/Mail/steve.99.10 /home/spiegl/Mail/steve.99.11 /home/spiegl/Mail/steve.99.12 /home/spiegl/Mail/strolz /home/spiegl/Mail/suse /home/spiegl/Mail/telekom /home/spiegl/Mail/thawte /home/spiegl/Mail/thomas.ahnert /home/spiegl/Mail/thomas.vogel /home/spiegl/Mail/to.all.user /home/spiegl/Mail/tom.schwaller /home/spiegl/Mail/topmail /home/spiegl/Mail/topqualitea /home/spiegl/Mail/tripwire /home/spiegl/Mail/tripwire.1999 /home/spiegl/Mail/trustcenter /home/spiegl/Mail/typemania /home/spiegl/Mail/uli /home/spiegl/Mail/uschi /home/spiegl/Mail/uschi-huelbrock /home/spiegl/Mail/uschi.spiegl /home/spiegl/Mail/veit.olischlaeger /home/spiegl/Mail/vmware /home/spiegl/Mail/volker-buchner /home/spiegl/Mail/volker-matthies /home/spiegl/Mail/wahl /home/spiegl/Mail/walter-koch /home/spiegl/Mail/weberror /home/spiegl/Mail/webmaster /home/spiegl/Mail/willmann /home/spiegl/Mail/woersching /home/spiegl/Mail/wolfgang /home/spiegl/Mail/wolfgang.neubauer /home/spiegl/Mail/wulfhimmel /home/spiegl/Mail/zdf /home/spiegl/Mail/zerberus /home/spiegl/Mail/zip /home/spiegl/Mail/backup/msg.0gLC /home/spiegl/Mail/backup/msg.0hLC /home/spiegl/Mail/backup/msg.0iLC /home/spiegl/Mail/backup/msg.0jLC /home/spiegl/Mail/backup/msg.0kLC /home/spiegl/Mail/backup/msg.0lLC /home/spiegl/Mail/backup/msg.0mLC /home/spiegl/Mail/backup/msg.0nLC /home/spiegl/Mail/backup/msg.1gLC /home/spiegl/Mail/backup/msg.1hLC /home/spiegl/Mail/backup/msg.1iLC /home/spiegl/Mail/backup/msg.1jLC /home/spiegl/Mail/backup/msg.1kLC /home/spiegl/Mail/backup/msg.1lLC /home/spiegl/Mail/backup/msg.1mLC /home/spiegl/Mail/backup/msg.1nLC /home/spiegl/Mail/backup/msg.2gLC /home/spiegl/Mail/backup/msg.2hLC /home/spiegl/Mail/backup/msg.2iLC /home/spiegl/Mail/backup/msg.2jLC /home/spiegl/Mail/backup/msg.2kLC /home/spiegl/Mail/backup/msg.2lLC /home/spiegl/Mail/backup/msg.2mLC /home/spiegl/Mail/backup/msg.2nLC /home/spiegl/Mail/backup/msg.3gLC /home/spiegl/Mail/backup/msg.3hLC /home/spiegl/Mail/backup/msg.3iLC /home/spiegl/Mail/backup/msg.3jLC /home/spiegl/Mail/backup/msg.3kLC /home/spiegl/Mail/backup/msg.3lLC /home/spiegl/Mail/backup/msg.3mLC /home/spiegl/Mail/backup/msg.3nLC /home/spiegl/Mail/backup/msg.4gLC /home/spiegl/Mail/backup/msg.4hLC /home/spiegl/Mail/backup/msg.4iLC /home/spiegl/Mail/backup/msg.4jLC /home/spiegl/Mail/backup/msg.4kLC /home/spiegl/Mail/backup/msg.4lLC /home/spiegl/Mail/backup/msg.4mLC /home/spiegl/Mail/backup/msg.5gLC /home/spiegl/Mail/backup/msg.5hLC /home/spiegl/Mail/backup/msg.5iLC /home/spiegl/Mail/backup/msg.5jLC /home/spiegl/Mail/backup/msg.5kLC /home/spiegl/Mail/backup/msg.5lLC /home/spiegl/Mail/backup/msg.5mLC /home/spiegl/Mail/backup/msg.6gLC /home/spiegl/Mail/backup/msg.6hLC /home/spiegl/Mail/backup/msg.6iLC /home/spiegl/Mail/backup/msg.6jLC /home/spiegl/Mail/backup/msg.6kLC /home/spiegl/Mail/backup/msg.6lLC /home/spiegl/Mail/backup/msg.6mLC /home/spiegl/Mail/backup/msg.7gLC /home/spiegl/Mail/backup/msg.7hLC /home/spiegl/Mail/backup/msg.7iLC /home/spiegl/Mail/backup/msg.7jLC /home/spiegl/Mail/backup/msg.7kLC /home/spiegl/Mail/backup/msg.7lLC /home/spiegl/Mail/backup/msg.7mLC /home/spiegl/Mail/backup/msg.8gLC /home/spiegl/Mail/backup/msg.8hLC /home/spiegl/Mail/backup/msg.8iLC /home/spiegl/Mail/backup/msg.8jLC /home/spiegl/Mail/backup/msg.8kLC /home/spiegl/Mail/backup/msg.8lLC /home/spiegl/Mail/backup/msg.8mLC /home/spiegl/Mail/backup/msg.9gLC /home/spiegl/Mail/backup/msg.9hLC /home/spiegl/Mail/backup/msg.9iLC /home/spiegl/Mail/backup/msg.9jLC /home/spiegl/Mail/backup/msg.9kLC /home/spiegl/Mail/backup/msg.9lLC /home/spiegl/Mail/backup/msg.9mLC /home/spiegl/Mail/backup/msg.agLC /home/spiegl/Mail/backup/msg.ahLC /home/spiegl/Mail/backup/msg.AhLC /home/spiegl/Mail/backup/msg.aiLC /home/spiegl/Mail/backup/msg.AiLC /home/spiegl/Mail/backup/msg.ajLC /home/spiegl/Mail/backup/msg.AjLC /home/spiegl/Mail/backup/msg.akLC /home/spiegl/Mail/backup/msg.AkLC /home/spiegl/Mail/backup/msg.alLC /home/spiegl/Mail/backup/msg.AlLC /home/spiegl/Mail/backup/msg.amLC /home/spiegl/Mail/backup/msg.AmLC /home/spiegl/Mail/backup/msg.anLC /home/spiegl/Mail/backup/msg.AnLC /home/spiegl/Mail/backup/msg.bgLC /home/spiegl/Mail/backup/msg.bhLC /home/spiegl/Mail/backup/msg.BhLC /home/spiegl/Mail/backup/msg.biLC /home/spiegl/Mail/backup/msg.BiLC /home/spiegl/Mail/backup/msg.bjLC /home/spiegl/Mail/backup/msg.BjLC /home/spiegl/Mail/backup/msg.bkLC /home/spiegl/Mail/backup/msg.BkLC /home/spiegl/Mail/backup/msg.blLC /home/spiegl/Mail/backup/msg.BlLC /home/spiegl/Mail/backup/msg.bmLC /home/spiegl/Mail/backup/msg.BmLC /home/spiegl/Mail/backup/msg.bnLC /home/spiegl/Mail/backup/msg.BnLC /home/spiegl/Mail/backup/msg.cgLC /home/spiegl/Mail/backup/msg.CgLC /home/spiegl/Mail/backup/msg.chLC /home/spiegl/Mail/backup/msg.ChLC /home/spiegl/Mail/backup/msg.ciLC /home/spiegl/Mail/backup/msg.CiLC /home/spiegl/Mail/backup/msg.cjLC /home/spiegl/Mail/backup/msg.CjLC /home/spiegl/Mail/backup/msg.ckLC /home/spiegl/Mail/backup/msg.CkLC /home/spiegl/Mail/backup/msg.clLC /home/spiegl/Mail/backup/msg.ClLC /home/spiegl/Mail/backup/msg.cmLC /home/spiegl/Mail/backup/msg.CmLC /home/spiegl/Mail/backup/msg.cnLC /home/spiegl/Mail/backup/msg.CnLC /home/spiegl/Mail/backup/msg.dgLC /home/spiegl/Mail/backup/msg.DgLC /home/spiegl/Mail/backup/msg.dhLC /home/spiegl/Mail/backup/msg.DhLC /home/spiegl/Mail/backup/msg.diLC /home/spiegl/Mail/backup/msg.DiLC /home/spiegl/Mail/backup/msg.djLC /home/spiegl/Mail/backup/msg.DjLC /home/spiegl/Mail/backup/msg.dkLC /home/spiegl/Mail/backup/msg.DkLC /home/spiegl/Mail/backup/msg.dlLC /home/spiegl/Mail/backup/msg.DlLC /home/spiegl/Mail/backup/msg.dmLC /home/spiegl/Mail/backup/msg.DmLC /home/spiegl/Mail/backup/msg.dnLC /home/spiegl/Mail/backup/msg.DnLC /home/spiegl/Mail/backup/msg.egLC /home/spiegl/Mail/backup/msg.EgLC /home/spiegl/Mail/backup/msg.ehLC /home/spiegl/Mail/backup/msg.EhLC /home/spiegl/Mail/backup/msg.eiLC /home/spiegl/Mail/backup/msg.EiLC /home/spiegl/Mail/backup/msg.ejLC /home/spiegl/Mail/backup/msg.EjLC /home/spiegl/Mail/backup/msg.ekLC /home/spiegl/Mail/backup/msg.EkLC /home/spiegl/Mail/backup/msg.elLC /home/spiegl/Mail/backup/msg.ElLC /home/spiegl/Mail/backup/msg.emLC /home/spiegl/Mail/backup/msg.EmLC /home/spiegl/Mail/backup/msg.enLC /home/spiegl/Mail/backup/msg.EnLC /home/spiegl/Mail/backup/msg.fgLC /home/spiegl/Mail/backup/msg.FgLC /home/spiegl/Mail/backup/msg.fhLC /home/spiegl/Mail/backup/msg.FhLC /home/spiegl/Mail/backup/msg.fiLC /home/spiegl/Mail/backup/msg.FiLC /home/spiegl/Mail/backup/msg.fjLC /home/spiegl/Mail/backup/msg.FjLC /home/spiegl/Mail/backup/msg.fkLC /home/spiegl/Mail/backup/msg.FkLC /home/spiegl/Mail/backup/msg.flLC /home/spiegl/Mail/backup/msg.FlLC /home/spiegl/Mail/backup/msg.fmLC /home/spiegl/Mail/backup/msg.FmLC /home/spiegl/Mail/backup/msg.fnLC /home/spiegl/Mail/backup/msg.FnLC /home/spiegl/Mail/backup/msg.ggLC /home/spiegl/Mail/backup/msg.GgLC /home/spiegl/Mail/backup/msg.ghLC /home/spiegl/Mail/backup/msg.GhLC /home/spiegl/Mail/backup/msg.giLC /home/spiegl/Mail/backup/msg.GiLC /home/spiegl/Mail/backup/msg.gjLC /home/spiegl/Mail/backup/msg.GjLC /home/spiegl/Mail/backup/msg.gkLC /home/spiegl/Mail/backup/msg.GkLC /home/spiegl/Mail/backup/msg._gLC /home/spiegl/Mail/backup/msg.-gLC /home/spiegl/Mail/backup/msg.glLC /home/spiegl/Mail/backup/msg.GlLC /home/spiegl/Mail/backup/msg.gmLC /home/spiegl/Mail/backup/msg.GmLC /home/spiegl/Mail/backup/msg.gnLC /home/spiegl/Mail/backup/msg.GnLC /home/spiegl/Mail/backup/msg.hgLC /home/spiegl/Mail/backup/msg.HgLC /home/spiegl/Mail/backup/msg.hhLC /home/spiegl/Mail/backup/msg.HhLC /home/spiegl/Mail/backup/msg.hiLC /home/spiegl/Mail/backup/msg.HiLC /home/spiegl/Mail/backup/msg.hjLC /home/spiegl/Mail/backup/msg.HjLC /home/spiegl/Mail/backup/msg.hkLC /home/spiegl/Mail/backup/msg.HkLC /home/spiegl/Mail/backup/msg._hLC /home/spiegl/Mail/backup/msg.-hLC /home/spiegl/Mail/backup/msg.hlLC /home/spiegl/Mail/backup/msg.HlLC /home/spiegl/Mail/backup/msg.hmLC /home/spiegl/Mail/backup/msg.HmLC /home/spiegl/Mail/backup/msg.hnLC /home/spiegl/Mail/backup/msg.HnLC /home/spiegl/Mail/backup/msg.igLC /home/spiegl/Mail/backup/msg.IgLC /home/spiegl/Mail/backup/msg.ihLC /home/spiegl/Mail/backup/msg.IhLC /home/spiegl/Mail/backup/msg.iiLC /home/spiegl/Mail/backup/msg.IiLC /home/spiegl/Mail/backup/msg.ijLC /home/spiegl/Mail/backup/msg.IjLC /home/spiegl/Mail/backup/msg.ikLC /home/spiegl/Mail/backup/msg.IkLC /home/spiegl/Mail/backup/msg._iLC /home/spiegl/Mail/backup/msg.-iLC /home/spiegl/Mail/backup/msg.ilLC /home/spiegl/Mail/backup/msg.IlLC /home/spiegl/Mail/backup/msg.imLC /home/spiegl/Mail/backup/msg.ImLC /home/spiegl/Mail/backup/msg.inLC /home/spiegl/Mail/backup/msg.InLC /home/spiegl/Mail/backup/msg.jgLC /home/spiegl/Mail/backup/msg.JgLC /home/spiegl/Mail/backup/msg.jhLC /home/spiegl/Mail/backup/msg.JhLC /home/spiegl/Mail/backup/msg.jiLC /home/spiegl/Mail/backup/msg.JiLC /home/spiegl/Mail/backup/msg.jjLC /home/spiegl/Mail/backup/msg.JjLC /home/spiegl/Mail/backup/msg.jkLC /home/spiegl/Mail/backup/msg.JkLC /home/spiegl/Mail/backup/msg._jLC /home/spiegl/Mail/backup/msg.-jLC /home/spiegl/Mail/backup/msg.jlLC /home/spiegl/Mail/backup/msg.JlLC /home/spiegl/Mail/backup/msg.jmLC /home/spiegl/Mail/backup/msg.JmLC /home/spiegl/Mail/backup/msg.jnLC /home/spiegl/Mail/backup/msg.JnLC /home/spiegl/Mail/backup/msg.kgLC /home/spiegl/Mail/backup/msg.KgLC /home/spiegl/Mail/backup/msg.khLC /home/spiegl/Mail/backup/msg.KhLC /home/spiegl/Mail/backup/msg.kiLC /home/spiegl/Mail/backup/msg.KiLC /home/spiegl/Mail/backup/msg.kjLC /home/spiegl/Mail/backup/msg.KjLC /home/spiegl/Mail/backup/msg.kkLC /home/spiegl/Mail/backup/msg.KkLC /home/spiegl/Mail/backup/msg._kLC /home/spiegl/Mail/backup/msg.-kLC /home/spiegl/Mail/backup/msg.klLC /home/spiegl/Mail/backup/msg.KlLC /home/spiegl/Mail/backup/msg.kmLC /home/spiegl/Mail/backup/msg.KmLC /home/spiegl/Mail/backup/msg.knLC /home/spiegl/Mail/backup/msg.KnLC /home/spiegl/Mail/backup/msg.lgLC /home/spiegl/Mail/backup/msg.LgLC /home/spiegl/Mail/backup/msg.lhLC /home/spiegl/Mail/backup/msg.LhLC /home/spiegl/Mail/backup/msg.liLC /home/spiegl/Mail/backup/msg.LiLC /home/spiegl/Mail/backup/msg.ljLC /home/spiegl/Mail/backup/msg.LjLC /home/spiegl/Mail/backup/msg.lkLC /home/spiegl/Mail/backup/msg.LkLC /home/spiegl/Mail/backup/msg._lLC /home/spiegl/Mail/backup/msg.-lLC /home/spiegl/Mail/backup/msg.llLC /home/spiegl/Mail/backup/msg.LlLC /home/spiegl/Mail/backup/msg.lmLC /home/spiegl/Mail/backup/msg.LmLC /home/spiegl/Mail/backup/msg.lnLC /home/spiegl/Mail/backup/msg.LnLC /home/spiegl/Mail/backup/msg.mgLC /home/spiegl/Mail/backup/msg.MgLC /home/spiegl/Mail/backup/msg.mhLC /home/spiegl/Mail/backup/msg.MhLC /home/spiegl/Mail/backup/msg.miLC /home/spiegl/Mail/backup/msg.MiLC /home/spiegl/Mail/backup/msg.mjLC /home/spiegl/Mail/backup/msg.MjLC /home/spiegl/Mail/backup/msg.mkLC /home/spiegl/Mail/backup/msg.MkLC /home/spiegl/Mail/backup/msg._mLC /home/spiegl/Mail/backup/msg.-mLC /home/spiegl/Mail/backup/msg.mlLC /home/spiegl/Mail/backup/msg.MlLC /home/spiegl/Mail/backup/msg.mmLC /home/spiegl/Mail/backup/msg.MmLC /home/spiegl/Mail/backup/msg.mnLC /home/spiegl/Mail/backup/msg.MnLC /home/spiegl/Mail/backup/msg.ngLC /home/spiegl/Mail/backup/msg.NgLC /home/spiegl/Mail/backup/msg.nhLC /home/spiegl/Mail/backup/msg.NhLC /home/spiegl/Mail/backup/msg.niLC /home/spiegl/Mail/backup/msg.NiLC /home/spiegl/Mail/backup/msg.njLC /home/spiegl/Mail/backup/msg.NjLC /home/spiegl/Mail/backup/msg.nkLC /home/spiegl/Mail/backup/msg.NkLC /home/spiegl/Mail/backup/msg.nlLC /home/spiegl/Mail/backup/msg.NlLC /home/spiegl/Mail/backup/msg.nmLC /home/spiegl/Mail/backup/msg.NmLC /home/spiegl/Mail/backup/msg.nnLC /home/spiegl/Mail/backup/msg.NnLC /home/spiegl/Mail/backup/msg.ogLC /home/spiegl/Mail/backup/msg.OgLC /home/spiegl/Mail/backup/msg.ohLC /home/spiegl/Mail/backup/msg.OhLC /home/spiegl/Mail/backup/msg.oiLC /home/spiegl/Mail/backup/msg.OiLC /home/spiegl/Mail/backup/msg.ojLC /home/spiegl/Mail/backup/msg.OjLC /home/spiegl/Mail/backup/msg.okLC /home/spiegl/Mail/backup/msg.OkLC /home/spiegl/Mail/backup/msg.olLC /home/spiegl/Mail/backup/msg.OlLC /home/spiegl/Mail/backup/msg.omLC /home/spiegl/Mail/backup/msg.OmLC /home/spiegl/Mail/backup/msg.onLC /home/spiegl/Mail/backup/msg.OnLC /home/spiegl/Mail/backup/msg.pgLC /home/spiegl/Mail/backup/msg.PgLC /home/spiegl/Mail/backup/msg.phLC /home/spiegl/Mail/backup/msg.PhLC /home/spiegl/Mail/backup/msg.piLC /home/spiegl/Mail/backup/msg.PiLC /home/spiegl/Mail/backup/msg.pjLC /home/spiegl/Mail/backup/msg.PjLC /home/spiegl/Mail/backup/msg.pkLC /home/spiegl/Mail/backup/msg.PkLC /home/spiegl/Mail/backup/msg.plLC /home/spiegl/Mail/backup/msg.PlLC /home/spiegl/Mail/backup/msg.pmLC /home/spiegl/Mail/backup/msg.PmLC /home/spiegl/Mail/backup/msg.pnLC /home/spiegl/Mail/backup/msg.PnLC /home/spiegl/Mail/backup/msg.qgLC /home/spiegl/Mail/backup/msg.QgLC /home/spiegl/Mail/backup/msg.qhLC /home/spiegl/Mail/backup/msg.QhLC /home/spiegl/Mail/backup/msg.qiLC /home/spiegl/Mail/backup/msg.QiLC /home/spiegl/Mail/backup/msg.qjLC /home/spiegl/Mail/backup/msg.QjLC /home/spiegl/Mail/backup/msg.qkLC /home/spiegl/Mail/backup/msg.QkLC /home/spiegl/Mail/backup/msg.qlLC /home/spiegl/Mail/backup/msg.QlLC /home/spiegl/Mail/backup/msg.qmLC /home/spiegl/Mail/backup/msg.QmLC /home/spiegl/Mail/backup/msg.qnLC /home/spiegl/Mail/backup/msg.QnLC /home/spiegl/Mail/backup/msg.rgLC /home/spiegl/Mail/backup/msg.rhLC /home/spiegl/Mail/backup/msg.RhLC /home/spiegl/Mail/backup/msg.riLC /home/spiegl/Mail/backup/msg.RiLC /home/spiegl/Mail/backup/msg.rjLC /home/spiegl/Mail/backup/msg.RjLC /home/spiegl/Mail/backup/msg.rkLC /home/spiegl/Mail/backup/msg.RkLC /home/spiegl/Mail/backup/msg.rlLC /home/spiegl/Mail/backup/msg.RlLC /home/spiegl/Mail/backup/msg.rmLC /home/spiegl/Mail/backup/msg.RmLC /home/spiegl/Mail/backup/msg.rnLC /home/spiegl/Mail/backup/msg.RnLC /home/spiegl/Mail/backup/msg.sgLC /home/spiegl/Mail/backup/msg.SgLC /home/spiegl/Mail/backup/msg.shLC /home/spiegl/Mail/backup/msg.ShLC /home/spiegl/Mail/backup/msg.siLC /home/spiegl/Mail/backup/msg.SiLC /home/spiegl/Mail/backup/msg.sjLC /home/spiegl/Mail/backup/msg.SjLC /home/spiegl/Mail/backup/msg.skLC /home/spiegl/Mail/backup/msg.SkLC /home/spiegl/Mail/backup/msg.slLC /home/spiegl/Mail/backup/msg.SlLC /home/spiegl/Mail/backup/msg.smLC /home/spiegl/Mail/backup/msg.SmLC /home/spiegl/Mail/backup/msg.snLC /home/spiegl/Mail/backup/msg.SnLC /home/spiegl/Mail/backup/msg.tgLC /home/spiegl/Mail/backup/msg.TgLC /home/spiegl/Mail/backup/msg.thLC /home/spiegl/Mail/backup/msg.ThLC /home/spiegl/Mail/backup/msg.tiLC /home/spiegl/Mail/backup/msg.TiLC /home/spiegl/Mail/backup/msg.tjLC /home/spiegl/Mail/backup/msg.TjLC /home/spiegl/Mail/backup/msg.tkLC /home/spiegl/Mail/backup/msg.TkLC /home/spiegl/Mail/backup/msg.tlLC /home/spiegl/Mail/backup/msg.TlLC /home/spiegl/Mail/backup/msg.tmLC /home/spiegl/Mail/backup/msg.TmLC /home/spiegl/Mail/backup/msg.tnLC /home/spiegl/Mail/backup/msg.TnLC /home/spiegl/Mail/backup/msg.ugLC /home/spiegl/Mail/backup/msg.UgLC /home/spiegl/Mail/backup/msg.uhLC /home/spiegl/Mail/backup/msg.UhLC /home/spiegl/Mail/backup/msg.uiLC /home/spiegl/Mail/backup/msg.UiLC /home/spiegl/Mail/backup/msg.ujLC /home/spiegl/Mail/backup/msg.UjLC /home/spiegl/Mail/backup/msg.ukLC /home/spiegl/Mail/backup/msg.UkLC /home/spiegl/Mail/backup/msg.ulLC /home/spiegl/Mail/backup/msg.UlLC /home/spiegl/Mail/backup/msg.umLC /home/spiegl/Mail/backup/msg.UmLC /home/spiegl/Mail/backup/msg.unLC /home/spiegl/Mail/backup/msg.UnLC /home/spiegl/Mail/backup/msg.vgLC /home/spiegl/Mail/backup/msg.VgLC /home/spiegl/Mail/backup/msg.vhLC /home/spiegl/Mail/backup/msg.VhLC /home/spiegl/Mail/backup/msg.viLC /home/spiegl/Mail/backup/msg.ViLC /home/spiegl/Mail/backup/msg.vjLC /home/spiegl/Mail/backup/msg.VjLC /home/spiegl/Mail/backup/msg.vkLC /home/spiegl/Mail/backup/msg.VkLC /home/spiegl/Mail/backup/msg.vlLC /home/spiegl/Mail/backup/msg.VlLC /home/spiegl/Mail/backup/msg.vmLC /home/spiegl/Mail/backup/msg.VmLC /home/spiegl/Mail/backup/msg.vnLC /home/spiegl/Mail/backup/msg.VnLC /home/spiegl/Mail/backup/msg.wgLC /home/spiegl/Mail/backup/msg.WgLC /home/spiegl/Mail/backup/msg.whLC /home/spiegl/Mail/backup/msg.WhLC /home/spiegl/Mail/backup/msg.wiLC /home/spiegl/Mail/backup/msg.WiLC /home/spiegl/Mail/backup/msg.wjLC /home/spiegl/Mail/backup/msg.WjLC /home/spiegl/Mail/backup/msg.wkLC /home/spiegl/Mail/backup/msg.WkLC /home/spiegl/Mail/backup/msg.wlLC /home/spiegl/Mail/backup/msg.WlLC /home/spiegl/Mail/backup/msg.wmLC /home/spiegl/Mail/backup/msg.WmLC /home/spiegl/Mail/backup/msg.WnLC /home/spiegl/Mail/backup/msg.xgLC /home/spiegl/Mail/backup/msg.XgLC /home/spiegl/Mail/backup/msg.xhLC /home/spiegl/Mail/backup/msg.XhLC /home/spiegl/Mail/backup/msg.xiLC /home/spiegl/Mail/backup/msg.XiLC /home/spiegl/Mail/backup/msg.xjLC /home/spiegl/Mail/backup/msg.XjLC /home/spiegl/Mail/backup/msg.xkLC /home/spiegl/Mail/backup/msg.XkLC /home/spiegl/Mail/backup/msg.xlLC /home/spiegl/Mail/backup/msg.XlLC /home/spiegl/Mail/backup/msg.xmLC /home/spiegl/Mail/backup/msg.XmLC /home/spiegl/Mail/backup/msg.xnLC /home/spiegl/Mail/backup/msg.XnLC /home/spiegl/Mail/backup/msg.ygLC /home/spiegl/Mail/backup/msg.YgLC /home/spiegl/Mail/backup/msg.yhLC /home/spiegl/Mail/backup/msg.YhLC /home/spiegl/Mail/backup/msg.yiLC /home/spiegl/Mail/backup/msg.YiLC /home/spiegl/Mail/backup/msg.yjLC /home/spiegl/Mail/backup/msg.YjLC /home/spiegl/Mail/backup/msg.ykLC /home/spiegl/Mail/backup/msg.YkLC /home/spiegl/Mail/backup/msg.ylLC /home/spiegl/Mail/backup/msg.YlLC /home/spiegl/Mail/backup/msg.ymLC /home/spiegl/Mail/backup/msg.YmLC /home/spiegl/Mail/backup/msg.ynLC /home/spiegl/Mail/backup/msg.YnLC /home/spiegl/Mail/backup/msg.zgLC /home/spiegl/Mail/backup/msg.ZgLC /home/spiegl/Mail/backup/msg.zhLC /home/spiegl/Mail/backup/msg.ZhLC /home/spiegl/Mail/backup/msg.ziLC /home/spiegl/Mail/backup/msg.ZiLC /home/spiegl/Mail/backup/msg.zjLC /home/spiegl/Mail/backup/msg.ZjLC /home/spiegl/Mail/backup/msg.zkLC /home/spiegl/Mail/backup/msg.ZkLC /home/spiegl/Mail/backup/msg.zlLC /home/spiegl/Mail/backup/msg.ZlLC /home/spiegl/Mail/backup/msg.zmLC /home/spiegl/Mail/backup/msg.ZmLC /home/spiegl/Mail/backup/msg.znLC /home/spiegl/Mail/backup/msg.ZnLC /home/spiegl/Mail/backup2/msg.0gx /home/spiegl/Mail/backup2/msg.0hx /home/spiegl/Mail/backup2/msg.0ix /home/spiegl/Mail/backup2/msg.1gx /home/spiegl/Mail/backup2/msg.1hx /home/spiegl/Mail/backup2/msg.1ix /home/spiegl/Mail/backup2/msg.2gx /home/spiegl/Mail/backup2/msg.2hx /home/spiegl/Mail/backup2/msg.2ix /home/spiegl/Mail/backup2/msg.3gx /home/spiegl/Mail/backup2/msg.3hx /home/spiegl/Mail/backup2/msg.3ix /home/spiegl/Mail/backup2/msg.4gx /home/spiegl/Mail/backup2/msg.4hx /home/spiegl/Mail/backup2/msg.4ix /home/spiegl/Mail/backup2/msg.5gx /home/spiegl/Mail/backup2/msg.5hx /home/spiegl/Mail/backup2/msg.5ix /home/spiegl/Mail/backup2/msg.6gx /home/spiegl/Mail/backup2/msg.6hx /home/spiegl/Mail/backup2/msg.6ix /home/spiegl/Mail/backup2/msg.7gx /home/spiegl/Mail/backup2/msg.7hx /home/spiegl/Mail/backup2/msg.7ix /home/spiegl/Mail/backup2/msg.8gx /home/spiegl/Mail/backup2/msg.8hx /home/spiegl/Mail/backup2/msg.8ix /home/spiegl/Mail/backup2/msg.9gx /home/spiegl/Mail/backup2/msg.9hx /home/spiegl/Mail/backup2/msg.9ix /home/spiegl/Mail/backup2/msg.agx /home/spiegl/Mail/backup2/msg.ahx /home/spiegl/Mail/backup2/msg.Ahx /home/spiegl/Mail/backup2/msg.aix /home/spiegl/Mail/backup2/msg.Aix /home/spiegl/Mail/backup2/msg.Ajx /home/spiegl/Mail/backup2/msg.bgx /home/spiegl/Mail/backup2/msg.bhx /home/spiegl/Mail/backup2/msg.Bhx /home/spiegl/Mail/backup2/msg.bix /home/spiegl/Mail/backup2/msg.Bix /home/spiegl/Mail/backup2/msg.Bjx /home/spiegl/Mail/backup2/msg.cgx /home/spiegl/Mail/backup2/msg.chx /home/spiegl/Mail/backup2/msg.Chx /home/spiegl/Mail/backup2/msg.cix /home/spiegl/Mail/backup2/msg.Cix /home/spiegl/Mail/backup2/msg.Cjx /home/spiegl/Mail/backup2/msg.dgx /home/spiegl/Mail/backup2/msg.dhx /home/spiegl/Mail/backup2/msg.Dhx /home/spiegl/Mail/backup2/msg.dix /home/spiegl/Mail/backup2/msg.Dix /home/spiegl/Mail/backup2/msg.Djx /home/spiegl/Mail/backup2/msg.egx /home/spiegl/Mail/backup2/msg.ehx /home/spiegl/Mail/backup2/msg.Ehx /home/spiegl/Mail/backup2/msg.eix /home/spiegl/Mail/backup2/msg.Eix /home/spiegl/Mail/backup2/msg.Ejx /home/spiegl/Mail/backup2/msg.fgx /home/spiegl/Mail/backup2/msg.fhx /home/spiegl/Mail/backup2/msg.Fhx /home/spiegl/Mail/backup2/msg.fix /home/spiegl/Mail/backup2/msg.Fix /home/spiegl/Mail/backup2/msg.Fjx /home/spiegl/Mail/backup2/msg.ggx /home/spiegl/Mail/backup2/msg.ghx /home/spiegl/Mail/backup2/msg.Ghx /home/spiegl/Mail/backup2/msg.gix /home/spiegl/Mail/backup2/msg.Gix /home/spiegl/Mail/backup2/msg.Gjx /home/spiegl/Mail/backup2/msg._gx /home/spiegl/Mail/backup2/msg.-gx /home/spiegl/Mail/backup2/msg.hgx /home/spiegl/Mail/backup2/msg.hhx /home/spiegl/Mail/backup2/msg.Hhx /home/spiegl/Mail/backup2/msg.hix /home/spiegl/Mail/backup2/msg.Hix /home/spiegl/Mail/backup2/msg.Hjx /home/spiegl/Mail/backup2/msg._hx /home/spiegl/Mail/backup2/msg.-hx /home/spiegl/Mail/backup2/msg.igx /home/spiegl/Mail/backup2/msg.ihx /home/spiegl/Mail/backup2/msg.Ihx /home/spiegl/Mail/backup2/msg.iix /home/spiegl/Mail/backup2/msg.Iix /home/spiegl/Mail/backup2/msg.Ijx /home/spiegl/Mail/backup2/msg._ix /home/spiegl/Mail/backup2/msg.-ix /home/spiegl/Mail/backup2/msg.jgx /home/spiegl/Mail/backup2/msg.Jgx /home/spiegl/Mail/backup2/msg.jhx /home/spiegl/Mail/backup2/msg.Jhx /home/spiegl/Mail/backup2/msg.jix /home/spiegl/Mail/backup2/msg.Jix /home/spiegl/Mail/backup2/msg.Jjx /home/spiegl/Mail/backup2/msg.Kgx /home/spiegl/Mail/backup2/msg.khx /home/spiegl/Mail/backup2/msg.Khx /home/spiegl/Mail/backup2/msg.kix /home/spiegl/Mail/backup2/msg.Kix /home/spiegl/Mail/backup2/msg.Kjx /home/spiegl/Mail/backup2/msg.lgx /home/spiegl/Mail/backup2/msg.Lgx /home/spiegl/Mail/backup2/msg.lhx /home/spiegl/Mail/backup2/msg.Lhx /home/spiegl/Mail/backup2/msg.lix /home/spiegl/Mail/backup2/msg.Lix /home/spiegl/Mail/backup2/msg.Ljx /home/spiegl/Mail/backup2/msg.mgx /home/spiegl/Mail/backup2/msg.Mgx /home/spiegl/Mail/backup2/msg.mhx /home/spiegl/Mail/backup2/msg.Mhx /home/spiegl/Mail/backup2/msg.mix /home/spiegl/Mail/backup2/msg.Mix /home/spiegl/Mail/backup2/msg.Mjx /home/spiegl/Mail/backup2/msg.ngx /home/spiegl/Mail/backup2/msg.Ngx /home/spiegl/Mail/backup2/msg.nhx /home/spiegl/Mail/backup2/msg.Nhx /home/spiegl/Mail/backup2/msg.nix /home/spiegl/Mail/backup2/msg.Nix /home/spiegl/Mail/backup2/msg.Njx /home/spiegl/Mail/backup2/msg.ogx /home/spiegl/Mail/backup2/msg.Ogx /home/spiegl/Mail/backup2/msg.ohx /home/spiegl/Mail/backup2/msg.Ohx /home/spiegl/Mail/backup2/msg.oix /home/spiegl/Mail/backup2/msg.Oix /home/spiegl/Mail/backup2/msg.Ojx /home/spiegl/Mail/backup2/msg.pgx /home/spiegl/Mail/backup2/msg.Pgx /home/spiegl/Mail/backup2/msg.phx /home/spiegl/Mail/backup2/msg.Phx /home/spiegl/Mail/backup2/msg.pix /home/spiegl/Mail/backup2/msg.Pix /home/spiegl/Mail/backup2/msg.Pjx /home/spiegl/Mail/backup2/msg.qgx /home/spiegl/Mail/backup2/msg.Qgx /home/spiegl/Mail/backup2/msg.qhx /home/spiegl/Mail/backup2/msg.Qhx /home/spiegl/Mail/backup2/msg.qix /home/spiegl/Mail/backup2/msg.Qix /home/spiegl/Mail/backup2/msg.Qjx /home/spiegl/Mail/backup2/msg.rgx /home/spiegl/Mail/backup2/msg.Rgx /home/spiegl/Mail/backup2/msg.rhx /home/spiegl/Mail/backup2/msg.Rhx /home/spiegl/Mail/backup2/msg.rix /home/spiegl/Mail/backup2/msg.Rix /home/spiegl/Mail/backup2/msg.Rjx /home/spiegl/Mail/backup2/msg.sgx /home/spiegl/Mail/backup2/msg.shx /home/spiegl/Mail/backup2/msg.Shx /home/spiegl/Mail/backup2/msg.six /home/spiegl/Mail/backup2/msg.Six /home/spiegl/Mail/backup2/msg.Sjx /home/spiegl/Mail/backup2/msg.tgx /home/spiegl/Mail/backup2/msg.Tgx /home/spiegl/Mail/backup2/msg.thx /home/spiegl/Mail/backup2/msg.Thx /home/spiegl/Mail/backup2/msg.tix /home/spiegl/Mail/backup2/msg.Tix /home/spiegl/Mail/backup2/msg.ugx /home/spiegl/Mail/backup2/msg.Ugx /home/spiegl/Mail/backup2/msg.uhx /home/spiegl/Mail/backup2/msg.Uhx /home/spiegl/Mail/backup2/msg.uix /home/spiegl/Mail/backup2/msg.Uix /home/spiegl/Mail/backup2/msg.vgx /home/spiegl/Mail/backup2/msg.Vgx /home/spiegl/Mail/backup2/msg.vhx /home/spiegl/Mail/backup2/msg.Vhx /home/spiegl/Mail/backup2/msg.vix /home/spiegl/Mail/backup2/msg.Vix /home/spiegl/Mail/backup2/msg.wgx /home/spiegl/Mail/backup2/msg.Wgx /home/spiegl/Mail/backup2/msg.whx /home/spiegl/Mail/backup2/msg.Whx /home/spiegl/Mail/backup2/msg.wix /home/spiegl/Mail/backup2/msg.Wix /home/spiegl/Mail/backup2/msg.xgx /home/spiegl/Mail/backup2/msg.Xgx /home/spiegl/Mail/backup2/msg.xhx /home/spiegl/Mail/backup2/msg.Xhx /home/spiegl/Mail/backup2/msg.xix /home/spiegl/Mail/backup2/msg.Xix /home/spiegl/Mail/backup2/msg.ygx /home/spiegl/Mail/backup2/msg.Ygx /home/spiegl/Mail/backup2/msg.yhx /home/spiegl/Mail/backup2/msg.Yhx /home/spiegl/Mail/backup2/msg.yix /home/spiegl/Mail/backup2/msg.Yix /home/spiegl/Mail/backup2/msg.zgx /home/spiegl/Mail/backup2/msg.Zgx /home/spiegl/Mail/backup2/msg.zhx /home/spiegl/Mail/backup2/msg.Zhx /home/spiegl/Mail/backup2/msg.zix /home/spiegl/Mail/backup2/msg.Zix /home/spiegl/Mail/out/andy /home/spiegl/Mail/out/heidi /home/spiegl/Mail/sub/cert-advisory /home/spiegl/Mail/sub/ctc /home/spiegl/Mail/sub/email2sms /home/spiegl/Mail/sub/expert.exchange /home/spiegl/Mail/sub/explore2fs /home/spiegl/Mail/sub/firewall /home/spiegl/Mail/sub/fvwm /home/spiegl/Mail/sub/gratis /home/spiegl/Mail/sub/homepage /home/spiegl/Mail/sub/icq /home/spiegl/Mail/sub/kira /home/spiegl/Mail/sub/mutt /home/spiegl/Mail/sub/mutt.0.gz /home/spiegl/Mail/sub/mutt.1.gz /home/spiegl/Mail/sub/navmutt /home/spiegl/Mail/sub/newsserver /home/spiegl/Mail/sub/pgp /home/spiegl/Mail/sub/postit /home/spiegl/Mail/sub/procmail /home/spiegl/Mail/sub/proftpd /home/spiegl/Mail/sub/rhetorik /home/spiegl/Mail/sub/samba /home/spiegl/Mail/sub/skiing /home/spiegl/Mail/sub/smsclient /home/spiegl/Mail/sub/spam /home/spiegl/Mail/sub/trn /home/spiegl/Mail/sub/virus /home/spiegl/Mail/sub/xswallow /home/spiegl/Mail/sub/zsh /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-02.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-16.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-19.59.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-21.16.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-19-12.39.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-19-14.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-19-19.12.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-20-14.02.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-20-21.55.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-22-00.44.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-22-13.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-23-02.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-23-22.37.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-24-00.05.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-27-03.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-28-22.07.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-00.03.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-01.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-14.58.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-16.39.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-18.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-22.29.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-22.38.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-01.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-15.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-17.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-18.44.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-19.27.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-23.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-02.44.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-11.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-14.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-19.02.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-21.37.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-01-17.42.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-01-21.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-02-03.33.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-02-15.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-03-00.06.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-03-03.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-04-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-04-08.57.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-01.06.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-12.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-12.53.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-20.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-06-21.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-06-23.41.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-07-00.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-07-09.29.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-07-16.08.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-08-01.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-09.27.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-20.19.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-20.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-22.56.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-25-09.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-25-16.45.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-26-10.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-26-13.57.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-26-15.10.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-01-17.59.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-03-21.08.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-04-10.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-04-21.34.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-10-21.27.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-11-16.54.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-12-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-12-17.29.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-13-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-14-21.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-03.17.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-08.36.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-14.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-21.28.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-16-11.43.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-16-15.17.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-17-10.47.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-17-21.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-18-11.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-18-20.55.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-11.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-15.22.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-18.38.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-18.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-03.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-14.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-15.17.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-17.07.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-21.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-21-07.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-22-03.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-23-16.19.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-24-14.30.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-24-15.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-24-21.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-00.19.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-00.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-01.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-16.41.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-27-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-27-17.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-28-10.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-28-19.59.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-29-22.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-29-23.12.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-30-01.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-30-03.33.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-31-00.45.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-04-20.03.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-05-11.16.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-05-19.37.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-06-21.38.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-06-22.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-13.39.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-16.10.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-17.12.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-18.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-08-03.30.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-09-12.26.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-09-13.40.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-09-16.47.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-10-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-10-12.42.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-11-00.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-12-13.34.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-12-17.11.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-13-00.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-14-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-15-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-15-16.13.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-16-03.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-17-17.07.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-18-13.13.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-18-15.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-18-18.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-19-12.50.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-19-22.08.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-19-22.22.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-20-00.48.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-18-16.49.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-18-21.16.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-20-14.02.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-22-00.44.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-23-22.37.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-27-03.32.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-28-22.07.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-29-00.03.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-29-01.15.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-30-18.44.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-31-11.24.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-31-21.37.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-04-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-05-01.06.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-05-20.25.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-16.08.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-16.19.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-18.45.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-18.46.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-08-01.18.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-09-22.56.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-25-09.15.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-25-16.45.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-26-13.57.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-01-17.59.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-03-21.08.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-04-21.34.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-10-21.27.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-15-14.51.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-15-21.28.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-16-15.17.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-10.47.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-15.08.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-21.18.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-18-11.48.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-18-20.55.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-19-15.22.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-22-17.58.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-23-16.19.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-24-14.30.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-24-15.21.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-24-21.21.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-26-00.19.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-26-16.41.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-28-10.24.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-29-22.35.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-29-23.12.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-30-16.59.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-02-09.39.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-02-18.05.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-04-17.35.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-05-11.16.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-05-19.37.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-06-21.38.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-06-23.02.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-07-13.39.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-07-18.51.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-08-13.49.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-08-21.30.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-09-12.26.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-12-17.33.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-14-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-15-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-15-16.13.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-16-03.21.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-19-12.50.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-19-22.08.gz /home/spiegl/Mail/sub/cus/admin /home/spiegl/Mail/sub/cus/gz /home/spiegl/Mail/sub/cus/menth /home/spiegl/Mail/sub/cus/rundbriefe /home/spiegl/Mail/sub/cus/rundbriefe.muc ) 
trace _mailboxes:29(then while else)> dirboxes=( /home/spiegl/Mail/sub/linux ) 
trace _mailboxes:20(then while)> ((  1  ))
trace _mailboxes:21(then while)> i=/home/spiegl/Mail/sub/linux 
trace _mailboxes:22(then while)> shift dirboxes
trace _mailboxes:23(then while if)> [[ -d /home/spiegl/Mail/sub/linux/cur ]]
trace _mailboxes:25(then while elif)> j=( ) 
trace _mailboxes:25(then while elif cmdand)> [[ -n  ]]
trace _mailboxes:28(then while else)> mboxes=( /home/spiegl/Mail/abluemel /home/spiegl/Mail/adone /home/spiegl/Mail/ag-online /home/spiegl/Mail/a-kalenderis /home/spiegl/Mail/alex /home/spiegl/Mail/alexander /home/spiegl/Mail/alexander-krombholz /home/spiegl/Mail/alexander.winnen /home/spiegl/Mail/alex.klemens /home/spiegl/Mail/alphaseek.junk /home/spiegl/Mail/ameisen /home/spiegl/Mail/andreas /home/spiegl/Mail/andreas.hoermann /home/spiegl/Mail/andre-rubach /home/spiegl/Mail/andy /home/spiegl/Mail/angi /home/spiegl/Mail/annuss /home/spiegl/Mail/apohl /home/spiegl/Mail/ard /home/spiegl/Mail/ard-webtechnik /home/spiegl/Mail/astrid /home/spiegl/Mail/autorequest /home/spiegl/Mail/axel /home/spiegl/Mail/ayaz.s /home/spiegl/Mail/backupmaster /home/spiegl/Mail/backupmaster.0.gz /home/spiegl/Mail/backupmaster.1.gz /home/spiegl/Mail/backupmaster.2.gz /home/spiegl/Mail/baumann /home/spiegl/Mail/bawagn /home/spiegl/Mail/bball /home/spiegl/Mail/benno.kaufmann /home/spiegl/Mail/beo /home/spiegl/Mail/bernd /home/spiegl/Mail/bernd.eberwein /home/spiegl/Mail/birgit.naumer /home/spiegl/Mail/bmtmail /home/spiegl/Mail/botmaster /home/spiegl/Mail/brainforce /home/spiegl/Mail/breunig /home/spiegl/Mail/brnet /home/spiegl/Mail/bugtraq /home/spiegl/Mail/bugtraq.1 /home/spiegl/Mail/cert-advisory /home/spiegl/Mail/chris_hohenberger /home/spiegl/Mail/claudia /home/spiegl/Mail/collegeradio /home/spiegl/Mail/cornelia /home/spiegl/Mail/cornelia.petratu /home/spiegl/Mail/cusanuswerk /home/spiegl/Mail/cvd /home/spiegl/Mail/cyberprofit /home/spiegl/Mail/dante /home/spiegl/Mail/dertag /home/spiegl/Mail/deuter /home/spiegl/Mail/domains /home/spiegl/Mail/ehangartner /home/spiegl/Mail/eldracher.martin /home/spiegl/Mail/erasmus /home/spiegl/Mail/ernst.koegler /home/spiegl/Mail/eveline.wermuth /home/spiegl/Mail/fabian /home/spiegl/Mail/fairad /home/spiegl/Mail/fendrich /home/spiegl/Mail/fettabsaugen.jpg /home/spiegl/Mail/firstsurf /home/spiegl/Mail/forum.der.technik /home/spiegl/Mail/frank.lott /home/spiegl/Mail/franz /home/spiegl/Mail/franz.lachermeier /home/spiegl/Mail/frei /home/spiegl/Mail/funny /home/spiegl/Mail/georg.heeg /home/spiegl/Mail/gericom /home/spiegl/Mail/gerold.walker /home/spiegl/Mail/goaman /home/spiegl/Mail/g.rank /home/spiegl/Mail/grossarl /home/spiegl/Mail/guenter /home/spiegl/Mail/guenther.woersching /home/spiegl/Mail/g.woersching /home/spiegl/Mail/haller /home/spiegl/Mail/hans /home/spiegl/Mail/hansen /home/spiegl/Mail/hans.spiegl /home/spiegl/Mail/harald.haller /home/spiegl/Mail/harald.milz /home/spiegl/Mail/hcts-moshi /home/spiegl/Mail/heidi /home/spiegl/Mail/heidrun.spiegl /home/spiegl/Mail/heise /home/spiegl/Mail/helga.guenther /home/spiegl/Mail/helgard /home/spiegl/Mail/helmreich /home/spiegl/Mail/helpdesk /home/spiegl/Mail/herrlerehbach /home/spiegl/Mail/herzblatt /home/spiegl/Mail/hexe /home/spiegl/Mail/hickisch /home/spiegl/Mail/hinz /home/spiegl/Mail/hjbauer /home/spiegl/Mail/holbach /home/spiegl/Mail/holger.froemert /home/spiegl/Mail/huber /home/spiegl/Mail/huelbrock /home/spiegl/Mail/hust /home/spiegl/Mail/ibis /home/spiegl/Mail/ie /home/spiegl/Mail/ieichens /home/spiegl/Mail/igor-vozdaev /home/spiegl/Mail/info /home/spiegl/Mail/inge /home/spiegl/Mail/inge.spiegl /home/spiegl/Mail/ingo.dinkel /home/spiegl/Mail/ingrid-mitterhummer /home/spiegl/Mail/irc /home/spiegl/Mail/isabell-boubong /home/spiegl/Mail/javakurs /home/spiegl/Mail/johannes.goetz /home/spiegl/Mail/johannes.stadler /home/spiegl/Mail/josef.konitzer /home/spiegl/Mail/j.steinbach /home/spiegl/Mail/junk /home/spiegl/Mail/junk.iname /home/spiegl/Mail/junk.spiegl /home/spiegl/Mail/jutta /home/spiegl/Mail/jutta.hohenberger /home/spiegl/Mail/jutta.wagenhuber /home/spiegl/Mail/karin.c.gillich /home/spiegl/Mail/karin.kerling /home/spiegl/Mail/kbuehler /home/spiegl/Mail/keder /home/spiegl/Mail/kelsh /home/spiegl/Mail/kerim.esen /home/spiegl/Mail/kinokino /home/spiegl/Mail/kino-mond-sterne /home/spiegl/Mail/kip /home/spiegl/Mail/klaus-maisch /home/spiegl/Mail/klaus.pulverer /home/spiegl/Mail/kleist.00.01 /home/spiegl/Mail/kleist.00.02 /home/spiegl/Mail/kleist.00.03 /home/spiegl/Mail/kleist.00.04 /home/spiegl/Mail/kleist.00.05 /home/spiegl/Mail/kleist.00.06 /home/spiegl/Mail/kleist.99.04 /home/spiegl/Mail/kleist.99.05 /home/spiegl/Mail/kleist.99.06 /home/spiegl/Mail/kleist.99.07 /home/spiegl/Mail/kleist.99.08 /home/spiegl/Mail/kleist.99.09 /home/spiegl/Mail/kleist.99.10 /home/spiegl/Mail/kleist.99.11 /home/spiegl/Mail/kleist.99.12 /home/spiegl/Mail/kopp /home/spiegl/Mail/krauss /home/spiegl/Mail/kredler /home/spiegl/Mail/krol /home/spiegl/Mail/krombholz /home/spiegl/Mail/kruener /home/spiegl/Mail/kuehnel /home/spiegl/Mail/lachermeier /home/spiegl/Mail/lehmanns /home/spiegl/Mail/lenz.grimmer /home/spiegl/Mail/letsbuyit /home/spiegl/Mail/loesung /home/spiegl/Mail/l.weh /home/spiegl/Mail/lysann /home/spiegl/Mail/lysann.michael /home/spiegl/Mail/markus /home/spiegl/Mail/martin.appel /home/spiegl/Mail/martin.henning /home/spiegl/Mail/mathieu /home/spiegl/Mail/mayer /home/spiegl/Mail/mbox.mpc /home/spiegl/Mail/mclason /home/spiegl/Mail/meggle /home/spiegl/Mail/meine-links /home/spiegl/Mail/mendres /home/spiegl/Mail/merlin /home/spiegl/Mail/meyer /home/spiegl/Mail/michael.metzger /home/spiegl/Mail/michael.uhlemann /home/spiegl/Mail/microsoft /home/spiegl/Mail/mnaumer /home/spiegl/Mail/muelleer /home/spiegl/Mail/murx /home/spiegl/Mail/natascha.sperl /home/spiegl/Mail/netscape.andy /home/spiegl/Mail/norbert /home/spiegl/Mail/nwiechern /home/spiegl/Mail/oli /home/spiegl/Mail/oliver.glowacki /home/spiegl/Mail/oliver.schoerrig /home/spiegl/Mail/orakel /home/spiegl/Mail/ostler /home/spiegl/Mail/patrick.wunsch /home/spiegl/Mail/pcspezialist /home/spiegl/Mail/peter /home/spiegl/Mail/peter.goetz /home/spiegl/Mail/peter.kanzow /home/spiegl/Mail/petra /home/spiegl/Mail/petra.zinth /home/spiegl/Mail/pfann /home/spiegl/Mail/postmaster /home/spiegl/Mail/procmail.reports /home/spiegl/Mail/programmierer /home/spiegl/Mail/p.stenz /home/spiegl/Mail/pumuckl /home/spiegl/Mail/rainer.biehn /home/spiegl/Mail/ralf.schraven.1999 /home/spiegl/Mail/ralf.schraven.2000 /home/spiegl/Mail/rank /home/spiegl/Mail/redaktion.multimedia /home/spiegl/Mail/redaktion.protokolle /home/spiegl/Mail/reichert /home/spiegl/Mail/reiner /home/spiegl/Mail/rejo /home/spiegl/Mail/r.lopuszanski /home/spiegl/Mail/robert /home/spiegl/Mail/robert.killinger /home/spiegl/Mail/roland.kaufmann /home/spiegl/Mail/roland.kaufmann.1999 /home/spiegl/Mail/roli.muc /home/spiegl/Mail/rubach /home/spiegl/Mail/rundschau-red /home/spiegl/Mail/rwkeller /home/spiegl/Mail/sandra /home/spiegl/Mail/sarra /home/spiegl/Mail/sarrazin /home/spiegl/Mail/schick /home/spiegl/Mail/schmid /home/spiegl/Mail/schmidt /home/spiegl/Mail/seifert /home/spiegl/Mail/sessner /home/spiegl/Mail/sgoetz /home/spiegl/Mail/siegert /home/spiegl/Mail/siegfried-kramer /home/spiegl/Mail/siegl /home/spiegl/Mail/simone.chorowski /home/spiegl/Mail/spacenet /home/spiegl/Mail/spicer /home/spiegl/Mail/spiegel /home/spiegl/Mail/spiegl /home/spiegl/Mail/stark /home/spiegl/Mail/steff /home/spiegl/Mail/stenz /home/spiegl/Mail/steve.00.01 /home/spiegl/Mail/steve.00.02 /home/spiegl/Mail/steve.00.03 /home/spiegl/Mail/steve.00.04 /home/spiegl/Mail/steve.00.05 /home/spiegl/Mail/steve.00.06 /home/spiegl/Mail/steve.99.04 /home/spiegl/Mail/steve.99.05 /home/spiegl/Mail/steve.99.06 /home/spiegl/Mail/steve.99.07 /home/spiegl/Mail/steve.99.08 /home/spiegl/Mail/steve.99.09 /home/spiegl/Mail/steve.99.10 /home/spiegl/Mail/steve.99.11 /home/spiegl/Mail/steve.99.12 /home/spiegl/Mail/strolz /home/spiegl/Mail/suse /home/spiegl/Mail/telekom /home/spiegl/Mail/thawte /home/spiegl/Mail/thomas.ahnert /home/spiegl/Mail/thomas.vogel /home/spiegl/Mail/to.all.user /home/spiegl/Mail/tom.schwaller /home/spiegl/Mail/topmail /home/spiegl/Mail/topqualitea /home/spiegl/Mail/tripwire /home/spiegl/Mail/tripwire.1999 /home/spiegl/Mail/trustcenter /home/spiegl/Mail/typemania /home/spiegl/Mail/uli /home/spiegl/Mail/uschi /home/spiegl/Mail/uschi-huelbrock /home/spiegl/Mail/uschi.spiegl /home/spiegl/Mail/veit.olischlaeger /home/spiegl/Mail/vmware /home/spiegl/Mail/volker-buchner /home/spiegl/Mail/volker-matthies /home/spiegl/Mail/wahl /home/spiegl/Mail/walter-koch /home/spiegl/Mail/weberror /home/spiegl/Mail/webmaster /home/spiegl/Mail/willmann /home/spiegl/Mail/woersching /home/spiegl/Mail/wolfgang /home/spiegl/Mail/wolfgang.neubauer /home/spiegl/Mail/wulfhimmel /home/spiegl/Mail/zdf /home/spiegl/Mail/zerberus /home/spiegl/Mail/zip /home/spiegl/Mail/backup/msg.0gLC /home/spiegl/Mail/backup/msg.0hLC /home/spiegl/Mail/backup/msg.0iLC /home/spiegl/Mail/backup/msg.0jLC /home/spiegl/Mail/backup/msg.0kLC /home/spiegl/Mail/backup/msg.0lLC /home/spiegl/Mail/backup/msg.0mLC /home/spiegl/Mail/backup/msg.0nLC /home/spiegl/Mail/backup/msg.1gLC /home/spiegl/Mail/backup/msg.1hLC /home/spiegl/Mail/backup/msg.1iLC /home/spiegl/Mail/backup/msg.1jLC /home/spiegl/Mail/backup/msg.1kLC /home/spiegl/Mail/backup/msg.1lLC /home/spiegl/Mail/backup/msg.1mLC /home/spiegl/Mail/backup/msg.1nLC /home/spiegl/Mail/backup/msg.2gLC /home/spiegl/Mail/backup/msg.2hLC /home/spiegl/Mail/backup/msg.2iLC /home/spiegl/Mail/backup/msg.2jLC /home/spiegl/Mail/backup/msg.2kLC /home/spiegl/Mail/backup/msg.2lLC /home/spiegl/Mail/backup/msg.2mLC /home/spiegl/Mail/backup/msg.2nLC /home/spiegl/Mail/backup/msg.3gLC /home/spiegl/Mail/backup/msg.3hLC /home/spiegl/Mail/backup/msg.3iLC /home/spiegl/Mail/backup/msg.3jLC /home/spiegl/Mail/backup/msg.3kLC /home/spiegl/Mail/backup/msg.3lLC /home/spiegl/Mail/backup/msg.3mLC /home/spiegl/Mail/backup/msg.3nLC /home/spiegl/Mail/backup/msg.4gLC /home/spiegl/Mail/backup/msg.4hLC /home/spiegl/Mail/backup/msg.4iLC /home/spiegl/Mail/backup/msg.4jLC /home/spiegl/Mail/backup/msg.4kLC /home/spiegl/Mail/backup/msg.4lLC /home/spiegl/Mail/backup/msg.4mLC /home/spiegl/Mail/backup/msg.5gLC /home/spiegl/Mail/backup/msg.5hLC /home/spiegl/Mail/backup/msg.5iLC /home/spiegl/Mail/backup/msg.5jLC /home/spiegl/Mail/backup/msg.5kLC /home/spiegl/Mail/backup/msg.5lLC /home/spiegl/Mail/backup/msg.5mLC /home/spiegl/Mail/backup/msg.6gLC /home/spiegl/Mail/backup/msg.6hLC /home/spiegl/Mail/backup/msg.6iLC /home/spiegl/Mail/backup/msg.6jLC /home/spiegl/Mail/backup/msg.6kLC /home/spiegl/Mail/backup/msg.6lLC /home/spiegl/Mail/backup/msg.6mLC /home/spiegl/Mail/backup/msg.7gLC /home/spiegl/Mail/backup/msg.7hLC /home/spiegl/Mail/backup/msg.7iLC /home/spiegl/Mail/backup/msg.7jLC /home/spiegl/Mail/backup/msg.7kLC /home/spiegl/Mail/backup/msg.7lLC /home/spiegl/Mail/backup/msg.7mLC /home/spiegl/Mail/backup/msg.8gLC /home/spiegl/Mail/backup/msg.8hLC /home/spiegl/Mail/backup/msg.8iLC /home/spiegl/Mail/backup/msg.8jLC /home/spiegl/Mail/backup/msg.8kLC /home/spiegl/Mail/backup/msg.8lLC /home/spiegl/Mail/backup/msg.8mLC /home/spiegl/Mail/backup/msg.9gLC /home/spiegl/Mail/backup/msg.9hLC /home/spiegl/Mail/backup/msg.9iLC /home/spiegl/Mail/backup/msg.9jLC /home/spiegl/Mail/backup/msg.9kLC /home/spiegl/Mail/backup/msg.9lLC /home/spiegl/Mail/backup/msg.9mLC /home/spiegl/Mail/backup/msg.agLC /home/spiegl/Mail/backup/msg.ahLC /home/spiegl/Mail/backup/msg.AhLC /home/spiegl/Mail/backup/msg.aiLC /home/spiegl/Mail/backup/msg.AiLC /home/spiegl/Mail/backup/msg.ajLC /home/spiegl/Mail/backup/msg.AjLC /home/spiegl/Mail/backup/msg.akLC /home/spiegl/Mail/backup/msg.AkLC /home/spiegl/Mail/backup/msg.alLC /home/spiegl/Mail/backup/msg.AlLC /home/spiegl/Mail/backup/msg.amLC /home/spiegl/Mail/backup/msg.AmLC /home/spiegl/Mail/backup/msg.anLC /home/spiegl/Mail/backup/msg.AnLC /home/spiegl/Mail/backup/msg.bgLC /home/spiegl/Mail/backup/msg.bhLC /home/spiegl/Mail/backup/msg.BhLC /home/spiegl/Mail/backup/msg.biLC /home/spiegl/Mail/backup/msg.BiLC /home/spiegl/Mail/backup/msg.bjLC /home/spiegl/Mail/backup/msg.BjLC /home/spiegl/Mail/backup/msg.bkLC /home/spiegl/Mail/backup/msg.BkLC /home/spiegl/Mail/backup/msg.blLC /home/spiegl/Mail/backup/msg.BlLC /home/spiegl/Mail/backup/msg.bmLC /home/spiegl/Mail/backup/msg.BmLC /home/spiegl/Mail/backup/msg.bnLC /home/spiegl/Mail/backup/msg.BnLC /home/spiegl/Mail/backup/msg.cgLC /home/spiegl/Mail/backup/msg.CgLC /home/spiegl/Mail/backup/msg.chLC /home/spiegl/Mail/backup/msg.ChLC /home/spiegl/Mail/backup/msg.ciLC /home/spiegl/Mail/backup/msg.CiLC /home/spiegl/Mail/backup/msg.cjLC /home/spiegl/Mail/backup/msg.CjLC /home/spiegl/Mail/backup/msg.ckLC /home/spiegl/Mail/backup/msg.CkLC /home/spiegl/Mail/backup/msg.clLC /home/spiegl/Mail/backup/msg.ClLC /home/spiegl/Mail/backup/msg.cmLC /home/spiegl/Mail/backup/msg.CmLC /home/spiegl/Mail/backup/msg.cnLC /home/spiegl/Mail/backup/msg.CnLC /home/spiegl/Mail/backup/msg.dgLC /home/spiegl/Mail/backup/msg.DgLC /home/spiegl/Mail/backup/msg.dhLC /home/spiegl/Mail/backup/msg.DhLC /home/spiegl/Mail/backup/msg.diLC /home/spiegl/Mail/backup/msg.DiLC /home/spiegl/Mail/backup/msg.djLC /home/spiegl/Mail/backup/msg.DjLC /home/spiegl/Mail/backup/msg.dkLC /home/spiegl/Mail/backup/msg.DkLC /home/spiegl/Mail/backup/msg.dlLC /home/spiegl/Mail/backup/msg.DlLC /home/spiegl/Mail/backup/msg.dmLC /home/spiegl/Mail/backup/msg.DmLC /home/spiegl/Mail/backup/msg.dnLC /home/spiegl/Mail/backup/msg.DnLC /home/spiegl/Mail/backup/msg.egLC /home/spiegl/Mail/backup/msg.EgLC /home/spiegl/Mail/backup/msg.ehLC /home/spiegl/Mail/backup/msg.EhLC /home/spiegl/Mail/backup/msg.eiLC /home/spiegl/Mail/backup/msg.EiLC /home/spiegl/Mail/backup/msg.ejLC /home/spiegl/Mail/backup/msg.EjLC /home/spiegl/Mail/backup/msg.ekLC /home/spiegl/Mail/backup/msg.EkLC /home/spiegl/Mail/backup/msg.elLC /home/spiegl/Mail/backup/msg.ElLC /home/spiegl/Mail/backup/msg.emLC /home/spiegl/Mail/backup/msg.EmLC /home/spiegl/Mail/backup/msg.enLC /home/spiegl/Mail/backup/msg.EnLC /home/spiegl/Mail/backup/msg.fgLC /home/spiegl/Mail/backup/msg.FgLC /home/spiegl/Mail/backup/msg.fhLC /home/spiegl/Mail/backup/msg.FhLC /home/spiegl/Mail/backup/msg.fiLC /home/spiegl/Mail/backup/msg.FiLC /home/spiegl/Mail/backup/msg.fjLC /home/spiegl/Mail/backup/msg.FjLC /home/spiegl/Mail/backup/msg.fkLC /home/spiegl/Mail/backup/msg.FkLC /home/spiegl/Mail/backup/msg.flLC /home/spiegl/Mail/backup/msg.FlLC /home/spiegl/Mail/backup/msg.fmLC /home/spiegl/Mail/backup/msg.FmLC /home/spiegl/Mail/backup/msg.fnLC /home/spiegl/Mail/backup/msg.FnLC /home/spiegl/Mail/backup/msg.ggLC /home/spiegl/Mail/backup/msg.GgLC /home/spiegl/Mail/backup/msg.ghLC /home/spiegl/Mail/backup/msg.GhLC /home/spiegl/Mail/backup/msg.giLC /home/spiegl/Mail/backup/msg.GiLC /home/spiegl/Mail/backup/msg.gjLC /home/spiegl/Mail/backup/msg.GjLC /home/spiegl/Mail/backup/msg.gkLC /home/spiegl/Mail/backup/msg.GkLC /home/spiegl/Mail/backup/msg._gLC /home/spiegl/Mail/backup/msg.-gLC /home/spiegl/Mail/backup/msg.glLC /home/spiegl/Mail/backup/msg.GlLC /home/spiegl/Mail/backup/msg.gmLC /home/spiegl/Mail/backup/msg.GmLC /home/spiegl/Mail/backup/msg.gnLC /home/spiegl/Mail/backup/msg.GnLC /home/spiegl/Mail/backup/msg.hgLC /home/spiegl/Mail/backup/msg.HgLC /home/spiegl/Mail/backup/msg.hhLC /home/spiegl/Mail/backup/msg.HhLC /home/spiegl/Mail/backup/msg.hiLC /home/spiegl/Mail/backup/msg.HiLC /home/spiegl/Mail/backup/msg.hjLC /home/spiegl/Mail/backup/msg.HjLC /home/spiegl/Mail/backup/msg.hkLC /home/spiegl/Mail/backup/msg.HkLC /home/spiegl/Mail/backup/msg._hLC /home/spiegl/Mail/backup/msg.-hLC /home/spiegl/Mail/backup/msg.hlLC /home/spiegl/Mail/backup/msg.HlLC /home/spiegl/Mail/backup/msg.hmLC /home/spiegl/Mail/backup/msg.HmLC /home/spiegl/Mail/backup/msg.hnLC /home/spiegl/Mail/backup/msg.HnLC /home/spiegl/Mail/backup/msg.igLC /home/spiegl/Mail/backup/msg.IgLC /home/spiegl/Mail/backup/msg.ihLC /home/spiegl/Mail/backup/msg.IhLC /home/spiegl/Mail/backup/msg.iiLC /home/spiegl/Mail/backup/msg.IiLC /home/spiegl/Mail/backup/msg.ijLC /home/spiegl/Mail/backup/msg.IjLC /home/spiegl/Mail/backup/msg.ikLC /home/spiegl/Mail/backup/msg.IkLC /home/spiegl/Mail/backup/msg._iLC /home/spiegl/Mail/backup/msg.-iLC /home/spiegl/Mail/backup/msg.ilLC /home/spiegl/Mail/backup/msg.IlLC /home/spiegl/Mail/backup/msg.imLC /home/spiegl/Mail/backup/msg.ImLC /home/spiegl/Mail/backup/msg.inLC /home/spiegl/Mail/backup/msg.InLC /home/spiegl/Mail/backup/msg.jgLC /home/spiegl/Mail/backup/msg.JgLC /home/spiegl/Mail/backup/msg.jhLC /home/spiegl/Mail/backup/msg.JhLC /home/spiegl/Mail/backup/msg.jiLC /home/spiegl/Mail/backup/msg.JiLC /home/spiegl/Mail/backup/msg.jjLC /home/spiegl/Mail/backup/msg.JjLC /home/spiegl/Mail/backup/msg.jkLC /home/spiegl/Mail/backup/msg.JkLC /home/spiegl/Mail/backup/msg._jLC /home/spiegl/Mail/backup/msg.-jLC /home/spiegl/Mail/backup/msg.jlLC /home/spiegl/Mail/backup/msg.JlLC /home/spiegl/Mail/backup/msg.jmLC /home/spiegl/Mail/backup/msg.JmLC /home/spiegl/Mail/backup/msg.jnLC /home/spiegl/Mail/backup/msg.JnLC /home/spiegl/Mail/backup/msg.kgLC /home/spiegl/Mail/backup/msg.KgLC /home/spiegl/Mail/backup/msg.khLC /home/spiegl/Mail/backup/msg.KhLC /home/spiegl/Mail/backup/msg.kiLC /home/spiegl/Mail/backup/msg.KiLC /home/spiegl/Mail/backup/msg.kjLC /home/spiegl/Mail/backup/msg.KjLC /home/spiegl/Mail/backup/msg.kkLC /home/spiegl/Mail/backup/msg.KkLC /home/spiegl/Mail/backup/msg._kLC /home/spiegl/Mail/backup/msg.-kLC /home/spiegl/Mail/backup/msg.klLC /home/spiegl/Mail/backup/msg.KlLC /home/spiegl/Mail/backup/msg.kmLC /home/spiegl/Mail/backup/msg.KmLC /home/spiegl/Mail/backup/msg.knLC /home/spiegl/Mail/backup/msg.KnLC /home/spiegl/Mail/backup/msg.lgLC /home/spiegl/Mail/backup/msg.LgLC /home/spiegl/Mail/backup/msg.lhLC /home/spiegl/Mail/backup/msg.LhLC /home/spiegl/Mail/backup/msg.liLC /home/spiegl/Mail/backup/msg.LiLC /home/spiegl/Mail/backup/msg.ljLC /home/spiegl/Mail/backup/msg.LjLC /home/spiegl/Mail/backup/msg.lkLC /home/spiegl/Mail/backup/msg.LkLC /home/spiegl/Mail/backup/msg._lLC /home/spiegl/Mail/backup/msg.-lLC /home/spiegl/Mail/backup/msg.llLC /home/spiegl/Mail/backup/msg.LlLC /home/spiegl/Mail/backup/msg.lmLC /home/spiegl/Mail/backup/msg.LmLC /home/spiegl/Mail/backup/msg.lnLC /home/spiegl/Mail/backup/msg.LnLC /home/spiegl/Mail/backup/msg.mgLC /home/spiegl/Mail/backup/msg.MgLC /home/spiegl/Mail/backup/msg.mhLC /home/spiegl/Mail/backup/msg.MhLC /home/spiegl/Mail/backup/msg.miLC /home/spiegl/Mail/backup/msg.MiLC /home/spiegl/Mail/backup/msg.mjLC /home/spiegl/Mail/backup/msg.MjLC /home/spiegl/Mail/backup/msg.mkLC /home/spiegl/Mail/backup/msg.MkLC /home/spiegl/Mail/backup/msg._mLC /home/spiegl/Mail/backup/msg.-mLC /home/spiegl/Mail/backup/msg.mlLC /home/spiegl/Mail/backup/msg.MlLC /home/spiegl/Mail/backup/msg.mmLC /home/spiegl/Mail/backup/msg.MmLC /home/spiegl/Mail/backup/msg.mnLC /home/spiegl/Mail/backup/msg.MnLC /home/spiegl/Mail/backup/msg.ngLC /home/spiegl/Mail/backup/msg.NgLC /home/spiegl/Mail/backup/msg.nhLC /home/spiegl/Mail/backup/msg.NhLC /home/spiegl/Mail/backup/msg.niLC /home/spiegl/Mail/backup/msg.NiLC /home/spiegl/Mail/backup/msg.njLC /home/spiegl/Mail/backup/msg.NjLC /home/spiegl/Mail/backup/msg.nkLC /home/spiegl/Mail/backup/msg.NkLC /home/spiegl/Mail/backup/msg.nlLC /home/spiegl/Mail/backup/msg.NlLC /home/spiegl/Mail/backup/msg.nmLC /home/spiegl/Mail/backup/msg.NmLC /home/spiegl/Mail/backup/msg.nnLC /home/spiegl/Mail/backup/msg.NnLC /home/spiegl/Mail/backup/msg.ogLC /home/spiegl/Mail/backup/msg.OgLC /home/spiegl/Mail/backup/msg.ohLC /home/spiegl/Mail/backup/msg.OhLC /home/spiegl/Mail/backup/msg.oiLC /home/spiegl/Mail/backup/msg.OiLC /home/spiegl/Mail/backup/msg.ojLC /home/spiegl/Mail/backup/msg.OjLC /home/spiegl/Mail/backup/msg.okLC /home/spiegl/Mail/backup/msg.OkLC /home/spiegl/Mail/backup/msg.olLC /home/spiegl/Mail/backup/msg.OlLC /home/spiegl/Mail/backup/msg.omLC /home/spiegl/Mail/backup/msg.OmLC /home/spiegl/Mail/backup/msg.onLC /home/spiegl/Mail/backup/msg.OnLC /home/spiegl/Mail/backup/msg.pgLC /home/spiegl/Mail/backup/msg.PgLC /home/spiegl/Mail/backup/msg.phLC /home/spiegl/Mail/backup/msg.PhLC /home/spiegl/Mail/backup/msg.piLC /home/spiegl/Mail/backup/msg.PiLC /home/spiegl/Mail/backup/msg.pjLC /home/spiegl/Mail/backup/msg.PjLC /home/spiegl/Mail/backup/msg.pkLC /home/spiegl/Mail/backup/msg.PkLC /home/spiegl/Mail/backup/msg.plLC /home/spiegl/Mail/backup/msg.PlLC /home/spiegl/Mail/backup/msg.pmLC /home/spiegl/Mail/backup/msg.PmLC /home/spiegl/Mail/backup/msg.pnLC /home/spiegl/Mail/backup/msg.PnLC /home/spiegl/Mail/backup/msg.qgLC /home/spiegl/Mail/backup/msg.QgLC /home/spiegl/Mail/backup/msg.qhLC /home/spiegl/Mail/backup/msg.QhLC /home/spiegl/Mail/backup/msg.qiLC /home/spiegl/Mail/backup/msg.QiLC /home/spiegl/Mail/backup/msg.qjLC /home/spiegl/Mail/backup/msg.QjLC /home/spiegl/Mail/backup/msg.qkLC /home/spiegl/Mail/backup/msg.QkLC /home/spiegl/Mail/backup/msg.qlLC /home/spiegl/Mail/backup/msg.QlLC /home/spiegl/Mail/backup/msg.qmLC /home/spiegl/Mail/backup/msg.QmLC /home/spiegl/Mail/backup/msg.qnLC /home/spiegl/Mail/backup/msg.QnLC /home/spiegl/Mail/backup/msg.rgLC /home/spiegl/Mail/backup/msg.rhLC /home/spiegl/Mail/backup/msg.RhLC /home/spiegl/Mail/backup/msg.riLC /home/spiegl/Mail/backup/msg.RiLC /home/spiegl/Mail/backup/msg.rjLC /home/spiegl/Mail/backup/msg.RjLC /home/spiegl/Mail/backup/msg.rkLC /home/spiegl/Mail/backup/msg.RkLC /home/spiegl/Mail/backup/msg.rlLC /home/spiegl/Mail/backup/msg.RlLC /home/spiegl/Mail/backup/msg.rmLC /home/spiegl/Mail/backup/msg.RmLC /home/spiegl/Mail/backup/msg.rnLC /home/spiegl/Mail/backup/msg.RnLC /home/spiegl/Mail/backup/msg.sgLC /home/spiegl/Mail/backup/msg.SgLC /home/spiegl/Mail/backup/msg.shLC /home/spiegl/Mail/backup/msg.ShLC /home/spiegl/Mail/backup/msg.siLC /home/spiegl/Mail/backup/msg.SiLC /home/spiegl/Mail/backup/msg.sjLC /home/spiegl/Mail/backup/msg.SjLC /home/spiegl/Mail/backup/msg.skLC /home/spiegl/Mail/backup/msg.SkLC /home/spiegl/Mail/backup/msg.slLC /home/spiegl/Mail/backup/msg.SlLC /home/spiegl/Mail/backup/msg.smLC /home/spiegl/Mail/backup/msg.SmLC /home/spiegl/Mail/backup/msg.snLC /home/spiegl/Mail/backup/msg.SnLC /home/spiegl/Mail/backup/msg.tgLC /home/spiegl/Mail/backup/msg.TgLC /home/spiegl/Mail/backup/msg.thLC /home/spiegl/Mail/backup/msg.ThLC /home/spiegl/Mail/backup/msg.tiLC /home/spiegl/Mail/backup/msg.TiLC /home/spiegl/Mail/backup/msg.tjLC /home/spiegl/Mail/backup/msg.TjLC /home/spiegl/Mail/backup/msg.tkLC /home/spiegl/Mail/backup/msg.TkLC /home/spiegl/Mail/backup/msg.tlLC /home/spiegl/Mail/backup/msg.TlLC /home/spiegl/Mail/backup/msg.tmLC /home/spiegl/Mail/backup/msg.TmLC /home/spiegl/Mail/backup/msg.tnLC /home/spiegl/Mail/backup/msg.TnLC /home/spiegl/Mail/backup/msg.ugLC /home/spiegl/Mail/backup/msg.UgLC /home/spiegl/Mail/backup/msg.uhLC /home/spiegl/Mail/backup/msg.UhLC /home/spiegl/Mail/backup/msg.uiLC /home/spiegl/Mail/backup/msg.UiLC /home/spiegl/Mail/backup/msg.ujLC /home/spiegl/Mail/backup/msg.UjLC /home/spiegl/Mail/backup/msg.ukLC /home/spiegl/Mail/backup/msg.UkLC /home/spiegl/Mail/backup/msg.ulLC /home/spiegl/Mail/backup/msg.UlLC /home/spiegl/Mail/backup/msg.umLC /home/spiegl/Mail/backup/msg.UmLC /home/spiegl/Mail/backup/msg.unLC /home/spiegl/Mail/backup/msg.UnLC /home/spiegl/Mail/backup/msg.vgLC /home/spiegl/Mail/backup/msg.VgLC /home/spiegl/Mail/backup/msg.vhLC /home/spiegl/Mail/backup/msg.VhLC /home/spiegl/Mail/backup/msg.viLC /home/spiegl/Mail/backup/msg.ViLC /home/spiegl/Mail/backup/msg.vjLC /home/spiegl/Mail/backup/msg.VjLC /home/spiegl/Mail/backup/msg.vkLC /home/spiegl/Mail/backup/msg.VkLC /home/spiegl/Mail/backup/msg.vlLC /home/spiegl/Mail/backup/msg.VlLC /home/spiegl/Mail/backup/msg.vmLC /home/spiegl/Mail/backup/msg.VmLC /home/spiegl/Mail/backup/msg.vnLC /home/spiegl/Mail/backup/msg.VnLC /home/spiegl/Mail/backup/msg.wgLC /home/spiegl/Mail/backup/msg.WgLC /home/spiegl/Mail/backup/msg.whLC /home/spiegl/Mail/backup/msg.WhLC /home/spiegl/Mail/backup/msg.wiLC /home/spiegl/Mail/backup/msg.WiLC /home/spiegl/Mail/backup/msg.wjLC /home/spiegl/Mail/backup/msg.WjLC /home/spiegl/Mail/backup/msg.wkLC /home/spiegl/Mail/backup/msg.WkLC /home/spiegl/Mail/backup/msg.wlLC /home/spiegl/Mail/backup/msg.WlLC /home/spiegl/Mail/backup/msg.wmLC /home/spiegl/Mail/backup/msg.WmLC /home/spiegl/Mail/backup/msg.WnLC /home/spiegl/Mail/backup/msg.xgLC /home/spiegl/Mail/backup/msg.XgLC /home/spiegl/Mail/backup/msg.xhLC /home/spiegl/Mail/backup/msg.XhLC /home/spiegl/Mail/backup/msg.xiLC /home/spiegl/Mail/backup/msg.XiLC /home/spiegl/Mail/backup/msg.xjLC /home/spiegl/Mail/backup/msg.XjLC /home/spiegl/Mail/backup/msg.xkLC /home/spiegl/Mail/backup/msg.XkLC /home/spiegl/Mail/backup/msg.xlLC /home/spiegl/Mail/backup/msg.XlLC /home/spiegl/Mail/backup/msg.xmLC /home/spiegl/Mail/backup/msg.XmLC /home/spiegl/Mail/backup/msg.xnLC /home/spiegl/Mail/backup/msg.XnLC /home/spiegl/Mail/backup/msg.ygLC /home/spiegl/Mail/backup/msg.YgLC /home/spiegl/Mail/backup/msg.yhLC /home/spiegl/Mail/backup/msg.YhLC /home/spiegl/Mail/backup/msg.yiLC /home/spiegl/Mail/backup/msg.YiLC /home/spiegl/Mail/backup/msg.yjLC /home/spiegl/Mail/backup/msg.YjLC /home/spiegl/Mail/backup/msg.ykLC /home/spiegl/Mail/backup/msg.YkLC /home/spiegl/Mail/backup/msg.ylLC /home/spiegl/Mail/backup/msg.YlLC /home/spiegl/Mail/backup/msg.ymLC /home/spiegl/Mail/backup/msg.YmLC /home/spiegl/Mail/backup/msg.ynLC /home/spiegl/Mail/backup/msg.YnLC /home/spiegl/Mail/backup/msg.zgLC /home/spiegl/Mail/backup/msg.ZgLC /home/spiegl/Mail/backup/msg.zhLC /home/spiegl/Mail/backup/msg.ZhLC /home/spiegl/Mail/backup/msg.ziLC /home/spiegl/Mail/backup/msg.ZiLC /home/spiegl/Mail/backup/msg.zjLC /home/spiegl/Mail/backup/msg.ZjLC /home/spiegl/Mail/backup/msg.zkLC /home/spiegl/Mail/backup/msg.ZkLC /home/spiegl/Mail/backup/msg.zlLC /home/spiegl/Mail/backup/msg.ZlLC /home/spiegl/Mail/backup/msg.zmLC /home/spiegl/Mail/backup/msg.ZmLC /home/spiegl/Mail/backup/msg.znLC /home/spiegl/Mail/backup/msg.ZnLC /home/spiegl/Mail/backup2/msg.0gx /home/spiegl/Mail/backup2/msg.0hx /home/spiegl/Mail/backup2/msg.0ix /home/spiegl/Mail/backup2/msg.1gx /home/spiegl/Mail/backup2/msg.1hx /home/spiegl/Mail/backup2/msg.1ix /home/spiegl/Mail/backup2/msg.2gx /home/spiegl/Mail/backup2/msg.2hx /home/spiegl/Mail/backup2/msg.2ix /home/spiegl/Mail/backup2/msg.3gx /home/spiegl/Mail/backup2/msg.3hx /home/spiegl/Mail/backup2/msg.3ix /home/spiegl/Mail/backup2/msg.4gx /home/spiegl/Mail/backup2/msg.4hx /home/spiegl/Mail/backup2/msg.4ix /home/spiegl/Mail/backup2/msg.5gx /home/spiegl/Mail/backup2/msg.5hx /home/spiegl/Mail/backup2/msg.5ix /home/spiegl/Mail/backup2/msg.6gx /home/spiegl/Mail/backup2/msg.6hx /home/spiegl/Mail/backup2/msg.6ix /home/spiegl/Mail/backup2/msg.7gx /home/spiegl/Mail/backup2/msg.7hx /home/spiegl/Mail/backup2/msg.7ix /home/spiegl/Mail/backup2/msg.8gx /home/spiegl/Mail/backup2/msg.8hx /home/spiegl/Mail/backup2/msg.8ix /home/spiegl/Mail/backup2/msg.9gx /home/spiegl/Mail/backup2/msg.9hx /home/spiegl/Mail/backup2/msg.9ix /home/spiegl/Mail/backup2/msg.agx /home/spiegl/Mail/backup2/msg.ahx /home/spiegl/Mail/backup2/msg.Ahx /home/spiegl/Mail/backup2/msg.aix /home/spiegl/Mail/backup2/msg.Aix /home/spiegl/Mail/backup2/msg.Ajx /home/spiegl/Mail/backup2/msg.bgx /home/spiegl/Mail/backup2/msg.bhx /home/spiegl/Mail/backup2/msg.Bhx /home/spiegl/Mail/backup2/msg.bix /home/spiegl/Mail/backup2/msg.Bix /home/spiegl/Mail/backup2/msg.Bjx /home/spiegl/Mail/backup2/msg.cgx /home/spiegl/Mail/backup2/msg.chx /home/spiegl/Mail/backup2/msg.Chx /home/spiegl/Mail/backup2/msg.cix /home/spiegl/Mail/backup2/msg.Cix /home/spiegl/Mail/backup2/msg.Cjx /home/spiegl/Mail/backup2/msg.dgx /home/spiegl/Mail/backup2/msg.dhx /home/spiegl/Mail/backup2/msg.Dhx /home/spiegl/Mail/backup2/msg.dix /home/spiegl/Mail/backup2/msg.Dix /home/spiegl/Mail/backup2/msg.Djx /home/spiegl/Mail/backup2/msg.egx /home/spiegl/Mail/backup2/msg.ehx /home/spiegl/Mail/backup2/msg.Ehx /home/spiegl/Mail/backup2/msg.eix /home/spiegl/Mail/backup2/msg.Eix /home/spiegl/Mail/backup2/msg.Ejx /home/spiegl/Mail/backup2/msg.fgx /home/spiegl/Mail/backup2/msg.fhx /home/spiegl/Mail/backup2/msg.Fhx /home/spiegl/Mail/backup2/msg.fix /home/spiegl/Mail/backup2/msg.Fix /home/spiegl/Mail/backup2/msg.Fjx /home/spiegl/Mail/backup2/msg.ggx /home/spiegl/Mail/backup2/msg.ghx /home/spiegl/Mail/backup2/msg.Ghx /home/spiegl/Mail/backup2/msg.gix /home/spiegl/Mail/backup2/msg.Gix /home/spiegl/Mail/backup2/msg.Gjx /home/spiegl/Mail/backup2/msg._gx /home/spiegl/Mail/backup2/msg.-gx /home/spiegl/Mail/backup2/msg.hgx /home/spiegl/Mail/backup2/msg.hhx /home/spiegl/Mail/backup2/msg.Hhx /home/spiegl/Mail/backup2/msg.hix /home/spiegl/Mail/backup2/msg.Hix /home/spiegl/Mail/backup2/msg.Hjx /home/spiegl/Mail/backup2/msg._hx /home/spiegl/Mail/backup2/msg.-hx /home/spiegl/Mail/backup2/msg.igx /home/spiegl/Mail/backup2/msg.ihx /home/spiegl/Mail/backup2/msg.Ihx /home/spiegl/Mail/backup2/msg.iix /home/spiegl/Mail/backup2/msg.Iix /home/spiegl/Mail/backup2/msg.Ijx /home/spiegl/Mail/backup2/msg._ix /home/spiegl/Mail/backup2/msg.-ix /home/spiegl/Mail/backup2/msg.jgx /home/spiegl/Mail/backup2/msg.Jgx /home/spiegl/Mail/backup2/msg.jhx /home/spiegl/Mail/backup2/msg.Jhx /home/spiegl/Mail/backup2/msg.jix /home/spiegl/Mail/backup2/msg.Jix /home/spiegl/Mail/backup2/msg.Jjx /home/spiegl/Mail/backup2/msg.Kgx /home/spiegl/Mail/backup2/msg.khx /home/spiegl/Mail/backup2/msg.Khx /home/spiegl/Mail/backup2/msg.kix /home/spiegl/Mail/backup2/msg.Kix /home/spiegl/Mail/backup2/msg.Kjx /home/spiegl/Mail/backup2/msg.lgx /home/spiegl/Mail/backup2/msg.Lgx /home/spiegl/Mail/backup2/msg.lhx /home/spiegl/Mail/backup2/msg.Lhx /home/spiegl/Mail/backup2/msg.lix /home/spiegl/Mail/backup2/msg.Lix /home/spiegl/Mail/backup2/msg.Ljx /home/spiegl/Mail/backup2/msg.mgx /home/spiegl/Mail/backup2/msg.Mgx /home/spiegl/Mail/backup2/msg.mhx /home/spiegl/Mail/backup2/msg.Mhx /home/spiegl/Mail/backup2/msg.mix /home/spiegl/Mail/backup2/msg.Mix /home/spiegl/Mail/backup2/msg.Mjx /home/spiegl/Mail/backup2/msg.ngx /home/spiegl/Mail/backup2/msg.Ngx /home/spiegl/Mail/backup2/msg.nhx /home/spiegl/Mail/backup2/msg.Nhx /home/spiegl/Mail/backup2/msg.nix /home/spiegl/Mail/backup2/msg.Nix /home/spiegl/Mail/backup2/msg.Njx /home/spiegl/Mail/backup2/msg.ogx /home/spiegl/Mail/backup2/msg.Ogx /home/spiegl/Mail/backup2/msg.ohx /home/spiegl/Mail/backup2/msg.Ohx /home/spiegl/Mail/backup2/msg.oix /home/spiegl/Mail/backup2/msg.Oix /home/spiegl/Mail/backup2/msg.Ojx /home/spiegl/Mail/backup2/msg.pgx /home/spiegl/Mail/backup2/msg.Pgx /home/spiegl/Mail/backup2/msg.phx /home/spiegl/Mail/backup2/msg.Phx /home/spiegl/Mail/backup2/msg.pix /home/spiegl/Mail/backup2/msg.Pix /home/spiegl/Mail/backup2/msg.Pjx /home/spiegl/Mail/backup2/msg.qgx /home/spiegl/Mail/backup2/msg.Qgx /home/spiegl/Mail/backup2/msg.qhx /home/spiegl/Mail/backup2/msg.Qhx /home/spiegl/Mail/backup2/msg.qix /home/spiegl/Mail/backup2/msg.Qix /home/spiegl/Mail/backup2/msg.Qjx /home/spiegl/Mail/backup2/msg.rgx /home/spiegl/Mail/backup2/msg.Rgx /home/spiegl/Mail/backup2/msg.rhx /home/spiegl/Mail/backup2/msg.Rhx /home/spiegl/Mail/backup2/msg.rix /home/spiegl/Mail/backup2/msg.Rix /home/spiegl/Mail/backup2/msg.Rjx /home/spiegl/Mail/backup2/msg.sgx /home/spiegl/Mail/backup2/msg.shx /home/spiegl/Mail/backup2/msg.Shx /home/spiegl/Mail/backup2/msg.six /home/spiegl/Mail/backup2/msg.Six /home/spiegl/Mail/backup2/msg.Sjx /home/spiegl/Mail/backup2/msg.tgx /home/spiegl/Mail/backup2/msg.Tgx /home/spiegl/Mail/backup2/msg.thx /home/spiegl/Mail/backup2/msg.Thx /home/spiegl/Mail/backup2/msg.tix /home/spiegl/Mail/backup2/msg.Tix /home/spiegl/Mail/backup2/msg.ugx /home/spiegl/Mail/backup2/msg.Ugx /home/spiegl/Mail/backup2/msg.uhx /home/spiegl/Mail/backup2/msg.Uhx /home/spiegl/Mail/backup2/msg.uix /home/spiegl/Mail/backup2/msg.Uix /home/spiegl/Mail/backup2/msg.vgx /home/spiegl/Mail/backup2/msg.Vgx /home/spiegl/Mail/backup2/msg.vhx /home/spiegl/Mail/backup2/msg.Vhx /home/spiegl/Mail/backup2/msg.vix /home/spiegl/Mail/backup2/msg.Vix /home/spiegl/Mail/backup2/msg.wgx /home/spiegl/Mail/backup2/msg.Wgx /home/spiegl/Mail/backup2/msg.whx /home/spiegl/Mail/backup2/msg.Whx /home/spiegl/Mail/backup2/msg.wix /home/spiegl/Mail/backup2/msg.Wix /home/spiegl/Mail/backup2/msg.xgx /home/spiegl/Mail/backup2/msg.Xgx /home/spiegl/Mail/backup2/msg.xhx /home/spiegl/Mail/backup2/msg.Xhx /home/spiegl/Mail/backup2/msg.xix /home/spiegl/Mail/backup2/msg.Xix /home/spiegl/Mail/backup2/msg.ygx /home/spiegl/Mail/backup2/msg.Ygx /home/spiegl/Mail/backup2/msg.yhx /home/spiegl/Mail/backup2/msg.Yhx /home/spiegl/Mail/backup2/msg.yix /home/spiegl/Mail/backup2/msg.Yix /home/spiegl/Mail/backup2/msg.zgx /home/spiegl/Mail/backup2/msg.Zgx /home/spiegl/Mail/backup2/msg.zhx /home/spiegl/Mail/backup2/msg.Zhx /home/spiegl/Mail/backup2/msg.zix /home/spiegl/Mail/backup2/msg.Zix /home/spiegl/Mail/out/andy /home/spiegl/Mail/out/heidi /home/spiegl/Mail/sub/cert-advisory /home/spiegl/Mail/sub/ctc /home/spiegl/Mail/sub/email2sms /home/spiegl/Mail/sub/expert.exchange /home/spiegl/Mail/sub/explore2fs /home/spiegl/Mail/sub/firewall /home/spiegl/Mail/sub/fvwm /home/spiegl/Mail/sub/gratis /home/spiegl/Mail/sub/homepage /home/spiegl/Mail/sub/icq /home/spiegl/Mail/sub/kira /home/spiegl/Mail/sub/mutt /home/spiegl/Mail/sub/mutt.0.gz /home/spiegl/Mail/sub/mutt.1.gz /home/spiegl/Mail/sub/navmutt /home/spiegl/Mail/sub/newsserver /home/spiegl/Mail/sub/pgp /home/spiegl/Mail/sub/postit /home/spiegl/Mail/sub/procmail /home/spiegl/Mail/sub/proftpd /home/spiegl/Mail/sub/rhetorik /home/spiegl/Mail/sub/samba /home/spiegl/Mail/sub/skiing /home/spiegl/Mail/sub/smsclient /home/spiegl/Mail/sub/spam /home/spiegl/Mail/sub/trn /home/spiegl/Mail/sub/virus /home/spiegl/Mail/sub/xswallow /home/spiegl/Mail/sub/zsh /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-02.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-16.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-19.59.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-21.16.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-19-12.39.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-19-14.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-19-19.12.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-20-14.02.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-20-21.55.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-22-00.44.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-22-13.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-23-02.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-23-22.37.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-24-00.05.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-27-03.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-28-22.07.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-00.03.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-01.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-14.58.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-16.39.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-18.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-22.29.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-22.38.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-01.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-15.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-17.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-18.44.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-19.27.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-23.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-02.44.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-11.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-14.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-19.02.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-21.37.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-01-17.42.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-01-21.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-02-03.33.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-02-15.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-03-00.06.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-03-03.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-04-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-04-08.57.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-01.06.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-12.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-12.53.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-20.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-06-21.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-06-23.41.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-07-00.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-07-09.29.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-07-16.08.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-08-01.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-09.27.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-20.19.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-20.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-22.56.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-25-09.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-25-16.45.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-26-10.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-26-13.57.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-26-15.10.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-01-17.59.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-03-21.08.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-04-10.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-04-21.34.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-10-21.27.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-11-16.54.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-12-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-12-17.29.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-13-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-14-21.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-03.17.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-08.36.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-14.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-21.28.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-16-11.43.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-16-15.17.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-17-10.47.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-17-21.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-18-11.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-18-20.55.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-11.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-15.22.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-18.38.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-18.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-03.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-14.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-15.17.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-17.07.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-21.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-21-07.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-22-03.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-23-16.19.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-24-14.30.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-24-15.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-24-21.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-00.19.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-00.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-01.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-16.41.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-27-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-27-17.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-28-10.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-28-19.59.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-29-22.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-29-23.12.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-30-01.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-30-03.33.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-31-00.45.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-04-20.03.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-05-11.16.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-05-19.37.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-06-21.38.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-06-22.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-13.39.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-16.10.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-17.12.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-18.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-08-03.30.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-09-12.26.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-09-13.40.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-09-16.47.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-10-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-10-12.42.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-11-00.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-12-13.34.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-12-17.11.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-13-00.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-14-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-15-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-15-16.13.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-16-03.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-17-17.07.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-18-13.13.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-18-15.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-18-18.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-19-12.50.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-19-22.08.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-19-22.22.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-20-00.48.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-18-16.49.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-18-21.16.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-20-14.02.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-22-00.44.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-23-22.37.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-27-03.32.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-28-22.07.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-29-00.03.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-29-01.15.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-30-18.44.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-31-11.24.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-31-21.37.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-04-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-05-01.06.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-05-20.25.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-16.08.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-16.19.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-18.45.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-18.46.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-08-01.18.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-09-22.56.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-25-09.15.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-25-16.45.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-26-13.57.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-01-17.59.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-03-21.08.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-04-21.34.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-10-21.27.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-15-14.51.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-15-21.28.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-16-15.17.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-10.47.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-15.08.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-21.18.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-18-11.48.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-18-20.55.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-19-15.22.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-22-17.58.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-23-16.19.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-24-14.30.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-24-15.21.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-24-21.21.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-26-00.19.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-26-16.41.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-28-10.24.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-29-22.35.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-29-23.12.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-30-16.59.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-02-09.39.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-02-18.05.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-04-17.35.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-05-11.16.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-05-19.37.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-06-21.38.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-06-23.02.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-07-13.39.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-07-18.51.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-08-13.49.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-08-21.30.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-09-12.26.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-12-17.33.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-14-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-15-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-15-16.13.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-16-03.21.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-19-12.50.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-19-22.08.gz /home/spiegl/Mail/sub/cus/admin /home/spiegl/Mail/sub/cus/gz /home/spiegl/Mail/sub/cus/menth /home/spiegl/Mail/sub/cus/rundbriefe /home/spiegl/Mail/sub/cus/rundbriefe.muc /home/spiegl/Mail/sub/linux/debian /home/spiegl/Mail/sub/linux/debian.announce /home/spiegl/Mail/sub/linux/debian.bugs /home/spiegl/Mail/sub/linux/debian.commercial /home/spiegl/Mail/sub/linux/debian.mirror-cronjob /home/spiegl/Mail/sub/linux/debian.security /home/spiegl/Mail/sub/linux/debian.user.0.gz /home/spiegl/Mail/sub/linux/debian.user.1.gz /home/spiegl/Mail/sub/linux/debian.user.2.gz /home/spiegl/Mail/sub/linux/debian.user.3.gz /home/spiegl/Mail/sub/linux/debian.user.4.gz /home/spiegl/Mail/sub/linux/debian.user.de /home/spiegl/Mail/sub/linux/debian.user.de.0.gz /home/spiegl/Mail/sub/linux/debian.user.de.1.gz /home/spiegl/Mail/sub/linux/lilo /home/spiegl/Mail/sub/linux/linux-ug /home/spiegl/Mail/sub/linux/linux-ug.0.gz /home/spiegl/Mail/sub/linux/linux-ug.1.gz /home/spiegl/Mail/sub/linux/suse.security ) 
trace _mailboxes:29(then while else)> dirboxes=( ) 
trace _mailboxes:20(then while)> ((  0  ))
trace _mailboxes:33(then)> [[ -n Mailboxes mailboxes =alert =bugtraq =tripwire ! =out/andy =out/heidi ~/News/my.articles +postponed =root =weberror =wwwcron =postmaster =webmaster =backupmaster =ard-webtechnik =brnet =junk =junk.spiegl =orakel =sub/cus/rundbriefe =sub/cus/rundbriefe.muc =sub/mutt =sub/zsh =sub/linux/linux-ug =sub/linux/debian.security =sub/linux/debian.announce =sub/linux/debian.commercial =sub/linux/debian.user.de =sub/linux/debian.user =sub/kira =sub/akte ]]
trace _mailboxes:34(then cmdand)> _mailbox_cache=( ! < > Mailboxes mailboxes =alert =bugtraq =tripwire ! =out/andy =out/heidi ~/News/my.articles +postponed =root =weberror =wwwcron =postmaster =webmaster =backupmaster =ard-webtechnik =brnet =junk =junk.spiegl =orakel =sub/cus/rundbriefe =sub/cus/rundbriefe.muc =sub/mutt =sub/zsh =sub/linux/linux-ug =sub/linux/debian.security =sub/linux/debian.announce =sub/linux/debian.commercial =sub/linux/debian.user.de =sub/linux/debian.user =sub/kira =sub/akte ) 
trace _mailboxes:35(then)> [[ -n  ]]
trace _mailboxes:38(then)> _mailbox_cache=( ! < > Mailboxes mailboxes =alert =bugtraq =tripwire ! =out/andy =out/heidi ~/News/my.articles +postponed =root =weberror =wwwcron =postmaster =webmaster =backupmaster =ard-webtechnik =brnet =junk =junk.spiegl =orakel =sub/cus/rundbriefe =sub/cus/rundbriefe.muc =sub/mutt =sub/zsh =sub/linux/linux-ug =sub/linux/debian.security =sub/linux/debian.announce =sub/linux/debian.commercial =sub/linux/debian.user.de =sub/linux/debian.user =sub/kira =sub/akte /home/spiegl/Mail/abluemel /home/spiegl/Mail/adone /home/spiegl/Mail/ag-online /home/spiegl/Mail/a-kalenderis /home/spiegl/Mail/alex /home/spiegl/Mail/alexander /home/spiegl/Mail/alexander-krombholz /home/spiegl/Mail/alexander.winnen /home/spiegl/Mail/alex.klemens /home/spiegl/Mail/alphaseek.junk /home/spiegl/Mail/ameisen /home/spiegl/Mail/andreas /home/spiegl/Mail/andreas.hoermann /home/spiegl/Mail/andre-rubach /home/spiegl/Mail/andy /home/spiegl/Mail/angi /home/spiegl/Mail/annuss /home/spiegl/Mail/apohl /home/spiegl/Mail/ard /home/spiegl/Mail/ard-webtechnik /home/spiegl/Mail/astrid /home/spiegl/Mail/autorequest /home/spiegl/Mail/axel /home/spiegl/Mail/ayaz.s /home/spiegl/Mail/backupmaster /home/spiegl/Mail/backupmaster.0.gz /home/spiegl/Mail/backupmaster.1.gz /home/spiegl/Mail/backupmaster.2.gz /home/spiegl/Mail/baumann /home/spiegl/Mail/bawagn /home/spiegl/Mail/bball /home/spiegl/Mail/benno.kaufmann /home/spiegl/Mail/beo /home/spiegl/Mail/bernd /home/spiegl/Mail/bernd.eberwein /home/spiegl/Mail/birgit.naumer /home/spiegl/Mail/bmtmail /home/spiegl/Mail/botmaster /home/spiegl/Mail/brainforce /home/spiegl/Mail/breunig /home/spiegl/Mail/brnet /home/spiegl/Mail/bugtraq /home/spiegl/Mail/bugtraq.1 /home/spiegl/Mail/cert-advisory /home/spiegl/Mail/chris_hohenberger /home/spiegl/Mail/claudia /home/spiegl/Mail/collegeradio /home/spiegl/Mail/cornelia /home/spiegl/Mail/cornelia.petratu /home/spiegl/Mail/cusanuswerk /home/spiegl/Mail/cvd /home/spiegl/Mail/cyberprofit /home/spiegl/Mail/dante /home/spiegl/Mail/dertag /home/spiegl/Mail/deuter /home/spiegl/Mail/domains /home/spiegl/Mail/ehangartner /home/spiegl/Mail/eldracher.martin /home/spiegl/Mail/erasmus /home/spiegl/Mail/ernst.koegler /home/spiegl/Mail/eveline.wermuth /home/spiegl/Mail/fabian /home/spiegl/Mail/fairad /home/spiegl/Mail/fendrich /home/spiegl/Mail/fettabsaugen.jpg /home/spiegl/Mail/firstsurf /home/spiegl/Mail/forum.der.technik /home/spiegl/Mail/frank.lott /home/spiegl/Mail/franz /home/spiegl/Mail/franz.lachermeier /home/spiegl/Mail/frei /home/spiegl/Mail/funny /home/spiegl/Mail/georg.heeg /home/spiegl/Mail/gericom /home/spiegl/Mail/gerold.walker /home/spiegl/Mail/goaman /home/spiegl/Mail/g.rank /home/spiegl/Mail/grossarl /home/spiegl/Mail/guenter /home/spiegl/Mail/guenther.woersching /home/spiegl/Mail/g.woersching /home/spiegl/Mail/haller /home/spiegl/Mail/hans /home/spiegl/Mail/hansen /home/spiegl/Mail/hans.spiegl /home/spiegl/Mail/harald.haller /home/spiegl/Mail/harald.milz /home/spiegl/Mail/hcts-moshi /home/spiegl/Mail/heidi /home/spiegl/Mail/heidrun.spiegl /home/spiegl/Mail/heise /home/spiegl/Mail/helga.guenther /home/spiegl/Mail/helgard /home/spiegl/Mail/helmreich /home/spiegl/Mail/helpdesk /home/spiegl/Mail/herrlerehbach /home/spiegl/Mail/herzblatt /home/spiegl/Mail/hexe /home/spiegl/Mail/hickisch /home/spiegl/Mail/hinz /home/spiegl/Mail/hjbauer /home/spiegl/Mail/holbach /home/spiegl/Mail/holger.froemert /home/spiegl/Mail/huber /home/spiegl/Mail/huelbrock /home/spiegl/Mail/hust /home/spiegl/Mail/ibis /home/spiegl/Mail/ie /home/spiegl/Mail/ieichens /home/spiegl/Mail/igor-vozdaev /home/spiegl/Mail/info /home/spiegl/Mail/inge /home/spiegl/Mail/inge.spiegl /home/spiegl/Mail/ingo.dinkel /home/spiegl/Mail/ingrid-mitterhummer /home/spiegl/Mail/irc /home/spiegl/Mail/isabell-boubong /home/spiegl/Mail/javakurs /home/spiegl/Mail/johannes.goetz /home/spiegl/Mail/johannes.stadler /home/spiegl/Mail/josef.konitzer /home/spiegl/Mail/j.steinbach /home/spiegl/Mail/junk /home/spiegl/Mail/junk.iname /home/spiegl/Mail/junk.spiegl /home/spiegl/Mail/jutta /home/spiegl/Mail/jutta.hohenberger /home/spiegl/Mail/jutta.wagenhuber /home/spiegl/Mail/karin.c.gillich /home/spiegl/Mail/karin.kerling /home/spiegl/Mail/kbuehler /home/spiegl/Mail/keder /home/spiegl/Mail/kelsh /home/spiegl/Mail/kerim.esen /home/spiegl/Mail/kinokino /home/spiegl/Mail/kino-mond-sterne /home/spiegl/Mail/kip /home/spiegl/Mail/klaus-maisch /home/spiegl/Mail/klaus.pulverer /home/spiegl/Mail/kleist.00.01 /home/spiegl/Mail/kleist.00.02 /home/spiegl/Mail/kleist.00.03 /home/spiegl/Mail/kleist.00.04 /home/spiegl/Mail/kleist.00.05 /home/spiegl/Mail/kleist.00.06 /home/spiegl/Mail/kleist.99.04 /home/spiegl/Mail/kleist.99.05 /home/spiegl/Mail/kleist.99.06 /home/spiegl/Mail/kleist.99.07 /home/spiegl/Mail/kleist.99.08 /home/spiegl/Mail/kleist.99.09 /home/spiegl/Mail/kleist.99.10 /home/spiegl/Mail/kleist.99.11 /home/spiegl/Mail/kleist.99.12 /home/spiegl/Mail/kopp /home/spiegl/Mail/krauss /home/spiegl/Mail/kredler /home/spiegl/Mail/krol /home/spiegl/Mail/krombholz /home/spiegl/Mail/kruener /home/spiegl/Mail/kuehnel /home/spiegl/Mail/lachermeier /home/spiegl/Mail/lehmanns /home/spiegl/Mail/lenz.grimmer /home/spiegl/Mail/letsbuyit /home/spiegl/Mail/loesung /home/spiegl/Mail/l.weh /home/spiegl/Mail/lysann /home/spiegl/Mail/lysann.michael /home/spiegl/Mail/markus /home/spiegl/Mail/martin.appel /home/spiegl/Mail/martin.henning /home/spiegl/Mail/mathieu /home/spiegl/Mail/mayer /home/spiegl/Mail/mbox.mpc /home/spiegl/Mail/mclason /home/spiegl/Mail/meggle /home/spiegl/Mail/meine-links /home/spiegl/Mail/mendres /home/spiegl/Mail/merlin /home/spiegl/Mail/meyer /home/spiegl/Mail/michael.metzger /home/spiegl/Mail/michael.uhlemann /home/spiegl/Mail/microsoft /home/spiegl/Mail/mnaumer /home/spiegl/Mail/muelleer /home/spiegl/Mail/murx /home/spiegl/Mail/natascha.sperl /home/spiegl/Mail/netscape.andy /home/spiegl/Mail/norbert /home/spiegl/Mail/nwiechern /home/spiegl/Mail/oli /home/spiegl/Mail/oliver.glowacki /home/spiegl/Mail/oliver.schoerrig /home/spiegl/Mail/orakel /home/spiegl/Mail/ostler /home/spiegl/Mail/patrick.wunsch /home/spiegl/Mail/pcspezialist /home/spiegl/Mail/peter /home/spiegl/Mail/peter.goetz /home/spiegl/Mail/peter.kanzow /home/spiegl/Mail/petra /home/spiegl/Mail/petra.zinth /home/spiegl/Mail/pfann /home/spiegl/Mail/postmaster /home/spiegl/Mail/procmail.reports /home/spiegl/Mail/programmierer /home/spiegl/Mail/p.stenz /home/spiegl/Mail/pumuckl /home/spiegl/Mail/rainer.biehn /home/spiegl/Mail/ralf.schraven.1999 /home/spiegl/Mail/ralf.schraven.2000 /home/spiegl/Mail/rank /home/spiegl/Mail/redaktion.multimedia /home/spiegl/Mail/redaktion.protokolle /home/spiegl/Mail/reichert /home/spiegl/Mail/reiner /home/spiegl/Mail/rejo /home/spiegl/Mail/r.lopuszanski /home/spiegl/Mail/robert /home/spiegl/Mail/robert.killinger /home/spiegl/Mail/roland.kaufmann /home/spiegl/Mail/roland.kaufmann.1999 /home/spiegl/Mail/roli.muc /home/spiegl/Mail/rubach /home/spiegl/Mail/rundschau-red /home/spiegl/Mail/rwkeller /home/spiegl/Mail/sandra /home/spiegl/Mail/sarra /home/spiegl/Mail/sarrazin /home/spiegl/Mail/schick /home/spiegl/Mail/schmid /home/spiegl/Mail/schmidt /home/spiegl/Mail/seifert /home/spiegl/Mail/sessner /home/spiegl/Mail/sgoetz /home/spiegl/Mail/siegert /home/spiegl/Mail/siegfried-kramer /home/spiegl/Mail/siegl /home/spiegl/Mail/simone.chorowski /home/spiegl/Mail/spacenet /home/spiegl/Mail/spicer /home/spiegl/Mail/spiegel /home/spiegl/Mail/spiegl /home/spiegl/Mail/stark /home/spiegl/Mail/steff /home/spiegl/Mail/stenz /home/spiegl/Mail/steve.00.01 /home/spiegl/Mail/steve.00.02 /home/spiegl/Mail/steve.00.03 /home/spiegl/Mail/steve.00.04 /home/spiegl/Mail/steve.00.05 /home/spiegl/Mail/steve.00.06 /home/spiegl/Mail/steve.99.04 /home/spiegl/Mail/steve.99.05 /home/spiegl/Mail/steve.99.06 /home/spiegl/Mail/steve.99.07 /home/spiegl/Mail/steve.99.08 /home/spiegl/Mail/steve.99.09 /home/spiegl/Mail/steve.99.10 /home/spiegl/Mail/steve.99.11 /home/spiegl/Mail/steve.99.12 /home/spiegl/Mail/strolz /home/spiegl/Mail/suse /home/spiegl/Mail/telekom /home/spiegl/Mail/thawte /home/spiegl/Mail/thomas.ahnert /home/spiegl/Mail/thomas.vogel /home/spiegl/Mail/to.all.user /home/spiegl/Mail/tom.schwaller /home/spiegl/Mail/topmail /home/spiegl/Mail/topqualitea /home/spiegl/Mail/tripwire /home/spiegl/Mail/tripwire.1999 /home/spiegl/Mail/trustcenter /home/spiegl/Mail/typemania /home/spiegl/Mail/uli /home/spiegl/Mail/uschi /home/spiegl/Mail/uschi-huelbrock /home/spiegl/Mail/uschi.spiegl /home/spiegl/Mail/veit.olischlaeger /home/spiegl/Mail/vmware /home/spiegl/Mail/volker-buchner /home/spiegl/Mail/volker-matthies /home/spiegl/Mail/wahl /home/spiegl/Mail/walter-koch /home/spiegl/Mail/weberror /home/spiegl/Mail/webmaster /home/spiegl/Mail/willmann /home/spiegl/Mail/woersching /home/spiegl/Mail/wolfgang /home/spiegl/Mail/wolfgang.neubauer /home/spiegl/Mail/wulfhimmel /home/spiegl/Mail/zdf /home/spiegl/Mail/zerberus /home/spiegl/Mail/zip /home/spiegl/Mail/backup/msg.0gLC /home/spiegl/Mail/backup/msg.0hLC /home/spiegl/Mail/backup/msg.0iLC /home/spiegl/Mail/backup/msg.0jLC /home/spiegl/Mail/backup/msg.0kLC /home/spiegl/Mail/backup/msg.0lLC /home/spiegl/Mail/backup/msg.0mLC /home/spiegl/Mail/backup/msg.0nLC /home/spiegl/Mail/backup/msg.1gLC /home/spiegl/Mail/backup/msg.1hLC /home/spiegl/Mail/backup/msg.1iLC /home/spiegl/Mail/backup/msg.1jLC /home/spiegl/Mail/backup/msg.1kLC /home/spiegl/Mail/backup/msg.1lLC /home/spiegl/Mail/backup/msg.1mLC /home/spiegl/Mail/backup/msg.1nLC /home/spiegl/Mail/backup/msg.2gLC /home/spiegl/Mail/backup/msg.2hLC /home/spiegl/Mail/backup/msg.2iLC /home/spiegl/Mail/backup/msg.2jLC /home/spiegl/Mail/backup/msg.2kLC /home/spiegl/Mail/backup/msg.2lLC /home/spiegl/Mail/backup/msg.2mLC /home/spiegl/Mail/backup/msg.2nLC /home/spiegl/Mail/backup/msg.3gLC /home/spiegl/Mail/backup/msg.3hLC /home/spiegl/Mail/backup/msg.3iLC /home/spiegl/Mail/backup/msg.3jLC /home/spiegl/Mail/backup/msg.3kLC /home/spiegl/Mail/backup/msg.3lLC /home/spiegl/Mail/backup/msg.3mLC /home/spiegl/Mail/backup/msg.3nLC /home/spiegl/Mail/backup/msg.4gLC /home/spiegl/Mail/backup/msg.4hLC /home/spiegl/Mail/backup/msg.4iLC /home/spiegl/Mail/backup/msg.4jLC /home/spiegl/Mail/backup/msg.4kLC /home/spiegl/Mail/backup/msg.4lLC /home/spiegl/Mail/backup/msg.4mLC /home/spiegl/Mail/backup/msg.5gLC /home/spiegl/Mail/backup/msg.5hLC /home/spiegl/Mail/backup/msg.5iLC /home/spiegl/Mail/backup/msg.5jLC /home/spiegl/Mail/backup/msg.5kLC /home/spiegl/Mail/backup/msg.5lLC /home/spiegl/Mail/backup/msg.5mLC /home/spiegl/Mail/backup/msg.6gLC /home/spiegl/Mail/backup/msg.6hLC /home/spiegl/Mail/backup/msg.6iLC /home/spiegl/Mail/backup/msg.6jLC /home/spiegl/Mail/backup/msg.6kLC /home/spiegl/Mail/backup/msg.6lLC /home/spiegl/Mail/backup/msg.6mLC /home/spiegl/Mail/backup/msg.7gLC /home/spiegl/Mail/backup/msg.7hLC /home/spiegl/Mail/backup/msg.7iLC /home/spiegl/Mail/backup/msg.7jLC /home/spiegl/Mail/backup/msg.7kLC /home/spiegl/Mail/backup/msg.7lLC /home/spiegl/Mail/backup/msg.7mLC /home/spiegl/Mail/backup/msg.8gLC /home/spiegl/Mail/backup/msg.8hLC /home/spiegl/Mail/backup/msg.8iLC /home/spiegl/Mail/backup/msg.8jLC /home/spiegl/Mail/backup/msg.8kLC /home/spiegl/Mail/backup/msg.8lLC /home/spiegl/Mail/backup/msg.8mLC /home/spiegl/Mail/backup/msg.9gLC /home/spiegl/Mail/backup/msg.9hLC /home/spiegl/Mail/backup/msg.9iLC /home/spiegl/Mail/backup/msg.9jLC /home/spiegl/Mail/backup/msg.9kLC /home/spiegl/Mail/backup/msg.9lLC /home/spiegl/Mail/backup/msg.9mLC /home/spiegl/Mail/backup/msg.agLC /home/spiegl/Mail/backup/msg.ahLC /home/spiegl/Mail/backup/msg.AhLC /home/spiegl/Mail/backup/msg.aiLC /home/spiegl/Mail/backup/msg.AiLC /home/spiegl/Mail/backup/msg.ajLC /home/spiegl/Mail/backup/msg.AjLC /home/spiegl/Mail/backup/msg.akLC /home/spiegl/Mail/backup/msg.AkLC /home/spiegl/Mail/backup/msg.alLC /home/spiegl/Mail/backup/msg.AlLC /home/spiegl/Mail/backup/msg.amLC /home/spiegl/Mail/backup/msg.AmLC /home/spiegl/Mail/backup/msg.anLC /home/spiegl/Mail/backup/msg.AnLC /home/spiegl/Mail/backup/msg.bgLC /home/spiegl/Mail/backup/msg.bhLC /home/spiegl/Mail/backup/msg.BhLC /home/spiegl/Mail/backup/msg.biLC /home/spiegl/Mail/backup/msg.BiLC /home/spiegl/Mail/backup/msg.bjLC /home/spiegl/Mail/backup/msg.BjLC /home/spiegl/Mail/backup/msg.bkLC /home/spiegl/Mail/backup/msg.BkLC /home/spiegl/Mail/backup/msg.blLC /home/spiegl/Mail/backup/msg.BlLC /home/spiegl/Mail/backup/msg.bmLC /home/spiegl/Mail/backup/msg.BmLC /home/spiegl/Mail/backup/msg.bnLC /home/spiegl/Mail/backup/msg.BnLC /home/spiegl/Mail/backup/msg.cgLC /home/spiegl/Mail/backup/msg.CgLC /home/spiegl/Mail/backup/msg.chLC /home/spiegl/Mail/backup/msg.ChLC /home/spiegl/Mail/backup/msg.ciLC /home/spiegl/Mail/backup/msg.CiLC /home/spiegl/Mail/backup/msg.cjLC /home/spiegl/Mail/backup/msg.CjLC /home/spiegl/Mail/backup/msg.ckLC /home/spiegl/Mail/backup/msg.CkLC /home/spiegl/Mail/backup/msg.clLC /home/spiegl/Mail/backup/msg.ClLC /home/spiegl/Mail/backup/msg.cmLC /home/spiegl/Mail/backup/msg.CmLC /home/spiegl/Mail/backup/msg.cnLC /home/spiegl/Mail/backup/msg.CnLC /home/spiegl/Mail/backup/msg.dgLC /home/spiegl/Mail/backup/msg.DgLC /home/spiegl/Mail/backup/msg.dhLC /home/spiegl/Mail/backup/msg.DhLC /home/spiegl/Mail/backup/msg.diLC /home/spiegl/Mail/backup/msg.DiLC /home/spiegl/Mail/backup/msg.djLC /home/spiegl/Mail/backup/msg.DjLC /home/spiegl/Mail/backup/msg.dkLC /home/spiegl/Mail/backup/msg.DkLC /home/spiegl/Mail/backup/msg.dlLC /home/spiegl/Mail/backup/msg.DlLC /home/spiegl/Mail/backup/msg.dmLC /home/spiegl/Mail/backup/msg.DmLC /home/spiegl/Mail/backup/msg.dnLC /home/spiegl/Mail/backup/msg.DnLC /home/spiegl/Mail/backup/msg.egLC /home/spiegl/Mail/backup/msg.EgLC /home/spiegl/Mail/backup/msg.ehLC /home/spiegl/Mail/backup/msg.EhLC /home/spiegl/Mail/backup/msg.eiLC /home/spiegl/Mail/backup/msg.EiLC /home/spiegl/Mail/backup/msg.ejLC /home/spiegl/Mail/backup/msg.EjLC /home/spiegl/Mail/backup/msg.ekLC /home/spiegl/Mail/backup/msg.EkLC /home/spiegl/Mail/backup/msg.elLC /home/spiegl/Mail/backup/msg.ElLC /home/spiegl/Mail/backup/msg.emLC /home/spiegl/Mail/backup/msg.EmLC /home/spiegl/Mail/backup/msg.enLC /home/spiegl/Mail/backup/msg.EnLC /home/spiegl/Mail/backup/msg.fgLC /home/spiegl/Mail/backup/msg.FgLC /home/spiegl/Mail/backup/msg.fhLC /home/spiegl/Mail/backup/msg.FhLC /home/spiegl/Mail/backup/msg.fiLC /home/spiegl/Mail/backup/msg.FiLC /home/spiegl/Mail/backup/msg.fjLC /home/spiegl/Mail/backup/msg.FjLC /home/spiegl/Mail/backup/msg.fkLC /home/spiegl/Mail/backup/msg.FkLC /home/spiegl/Mail/backup/msg.flLC /home/spiegl/Mail/backup/msg.FlLC /home/spiegl/Mail/backup/msg.fmLC /home/spiegl/Mail/backup/msg.FmLC /home/spiegl/Mail/backup/msg.fnLC /home/spiegl/Mail/backup/msg.FnLC /home/spiegl/Mail/backup/msg.ggLC /home/spiegl/Mail/backup/msg.GgLC /home/spiegl/Mail/backup/msg.ghLC /home/spiegl/Mail/backup/msg.GhLC /home/spiegl/Mail/backup/msg.giLC /home/spiegl/Mail/backup/msg.GiLC /home/spiegl/Mail/backup/msg.gjLC /home/spiegl/Mail/backup/msg.GjLC /home/spiegl/Mail/backup/msg.gkLC /home/spiegl/Mail/backup/msg.GkLC /home/spiegl/Mail/backup/msg._gLC /home/spiegl/Mail/backup/msg.-gLC /home/spiegl/Mail/backup/msg.glLC /home/spiegl/Mail/backup/msg.GlLC /home/spiegl/Mail/backup/msg.gmLC /home/spiegl/Mail/backup/msg.GmLC /home/spiegl/Mail/backup/msg.gnLC /home/spiegl/Mail/backup/msg.GnLC /home/spiegl/Mail/backup/msg.hgLC /home/spiegl/Mail/backup/msg.HgLC /home/spiegl/Mail/backup/msg.hhLC /home/spiegl/Mail/backup/msg.HhLC /home/spiegl/Mail/backup/msg.hiLC /home/spiegl/Mail/backup/msg.HiLC /home/spiegl/Mail/backup/msg.hjLC /home/spiegl/Mail/backup/msg.HjLC /home/spiegl/Mail/backup/msg.hkLC /home/spiegl/Mail/backup/msg.HkLC /home/spiegl/Mail/backup/msg._hLC /home/spiegl/Mail/backup/msg.-hLC /home/spiegl/Mail/backup/msg.hlLC /home/spiegl/Mail/backup/msg.HlLC /home/spiegl/Mail/backup/msg.hmLC /home/spiegl/Mail/backup/msg.HmLC /home/spiegl/Mail/backup/msg.hnLC /home/spiegl/Mail/backup/msg.HnLC /home/spiegl/Mail/backup/msg.igLC /home/spiegl/Mail/backup/msg.IgLC /home/spiegl/Mail/backup/msg.ihLC /home/spiegl/Mail/backup/msg.IhLC /home/spiegl/Mail/backup/msg.iiLC /home/spiegl/Mail/backup/msg.IiLC /home/spiegl/Mail/backup/msg.ijLC /home/spiegl/Mail/backup/msg.IjLC /home/spiegl/Mail/backup/msg.ikLC /home/spiegl/Mail/backup/msg.IkLC /home/spiegl/Mail/backup/msg._iLC /home/spiegl/Mail/backup/msg.-iLC /home/spiegl/Mail/backup/msg.ilLC /home/spiegl/Mail/backup/msg.IlLC /home/spiegl/Mail/backup/msg.imLC /home/spiegl/Mail/backup/msg.ImLC /home/spiegl/Mail/backup/msg.inLC /home/spiegl/Mail/backup/msg.InLC /home/spiegl/Mail/backup/msg.jgLC /home/spiegl/Mail/backup/msg.JgLC /home/spiegl/Mail/backup/msg.jhLC /home/spiegl/Mail/backup/msg.JhLC /home/spiegl/Mail/backup/msg.jiLC /home/spiegl/Mail/backup/msg.JiLC /home/spiegl/Mail/backup/msg.jjLC /home/spiegl/Mail/backup/msg.JjLC /home/spiegl/Mail/backup/msg.jkLC /home/spiegl/Mail/backup/msg.JkLC /home/spiegl/Mail/backup/msg._jLC /home/spiegl/Mail/backup/msg.-jLC /home/spiegl/Mail/backup/msg.jlLC /home/spiegl/Mail/backup/msg.JlLC /home/spiegl/Mail/backup/msg.jmLC /home/spiegl/Mail/backup/msg.JmLC /home/spiegl/Mail/backup/msg.jnLC /home/spiegl/Mail/backup/msg.JnLC /home/spiegl/Mail/backup/msg.kgLC /home/spiegl/Mail/backup/msg.KgLC /home/spiegl/Mail/backup/msg.khLC /home/spiegl/Mail/backup/msg.KhLC /home/spiegl/Mail/backup/msg.kiLC /home/spiegl/Mail/backup/msg.KiLC /home/spiegl/Mail/backup/msg.kjLC /home/spiegl/Mail/backup/msg.KjLC /home/spiegl/Mail/backup/msg.kkLC /home/spiegl/Mail/backup/msg.KkLC /home/spiegl/Mail/backup/msg._kLC /home/spiegl/Mail/backup/msg.-kLC /home/spiegl/Mail/backup/msg.klLC /home/spiegl/Mail/backup/msg.KlLC /home/spiegl/Mail/backup/msg.kmLC /home/spiegl/Mail/backup/msg.KmLC /home/spiegl/Mail/backup/msg.knLC /home/spiegl/Mail/backup/msg.KnLC /home/spiegl/Mail/backup/msg.lgLC /home/spiegl/Mail/backup/msg.LgLC /home/spiegl/Mail/backup/msg.lhLC /home/spiegl/Mail/backup/msg.LhLC /home/spiegl/Mail/backup/msg.liLC /home/spiegl/Mail/backup/msg.LiLC /home/spiegl/Mail/backup/msg.ljLC /home/spiegl/Mail/backup/msg.LjLC /home/spiegl/Mail/backup/msg.lkLC /home/spiegl/Mail/backup/msg.LkLC /home/spiegl/Mail/backup/msg._lLC /home/spiegl/Mail/backup/msg.-lLC /home/spiegl/Mail/backup/msg.llLC /home/spiegl/Mail/backup/msg.LlLC /home/spiegl/Mail/backup/msg.lmLC /home/spiegl/Mail/backup/msg.LmLC /home/spiegl/Mail/backup/msg.lnLC /home/spiegl/Mail/backup/msg.LnLC /home/spiegl/Mail/backup/msg.mgLC /home/spiegl/Mail/backup/msg.MgLC /home/spiegl/Mail/backup/msg.mhLC /home/spiegl/Mail/backup/msg.MhLC /home/spiegl/Mail/backup/msg.miLC /home/spiegl/Mail/backup/msg.MiLC /home/spiegl/Mail/backup/msg.mjLC /home/spiegl/Mail/backup/msg.MjLC /home/spiegl/Mail/backup/msg.mkLC /home/spiegl/Mail/backup/msg.MkLC /home/spiegl/Mail/backup/msg._mLC /home/spiegl/Mail/backup/msg.-mLC /home/spiegl/Mail/backup/msg.mlLC /home/spiegl/Mail/backup/msg.MlLC /home/spiegl/Mail/backup/msg.mmLC /home/spiegl/Mail/backup/msg.MmLC /home/spiegl/Mail/backup/msg.mnLC /home/spiegl/Mail/backup/msg.MnLC /home/spiegl/Mail/backup/msg.ngLC /home/spiegl/Mail/backup/msg.NgLC /home/spiegl/Mail/backup/msg.nhLC /home/spiegl/Mail/backup/msg.NhLC /home/spiegl/Mail/backup/msg.niLC /home/spiegl/Mail/backup/msg.NiLC /home/spiegl/Mail/backup/msg.njLC /home/spiegl/Mail/backup/msg.NjLC /home/spiegl/Mail/backup/msg.nkLC /home/spiegl/Mail/backup/msg.NkLC /home/spiegl/Mail/backup/msg.nlLC /home/spiegl/Mail/backup/msg.NlLC /home/spiegl/Mail/backup/msg.nmLC /home/spiegl/Mail/backup/msg.NmLC /home/spiegl/Mail/backup/msg.nnLC /home/spiegl/Mail/backup/msg.NnLC /home/spiegl/Mail/backup/msg.ogLC /home/spiegl/Mail/backup/msg.OgLC /home/spiegl/Mail/backup/msg.ohLC /home/spiegl/Mail/backup/msg.OhLC /home/spiegl/Mail/backup/msg.oiLC /home/spiegl/Mail/backup/msg.OiLC /home/spiegl/Mail/backup/msg.ojLC /home/spiegl/Mail/backup/msg.OjLC /home/spiegl/Mail/backup/msg.okLC /home/spiegl/Mail/backup/msg.OkLC /home/spiegl/Mail/backup/msg.olLC /home/spiegl/Mail/backup/msg.OlLC /home/spiegl/Mail/backup/msg.omLC /home/spiegl/Mail/backup/msg.OmLC /home/spiegl/Mail/backup/msg.onLC /home/spiegl/Mail/backup/msg.OnLC /home/spiegl/Mail/backup/msg.pgLC /home/spiegl/Mail/backup/msg.PgLC /home/spiegl/Mail/backup/msg.phLC /home/spiegl/Mail/backup/msg.PhLC /home/spiegl/Mail/backup/msg.piLC /home/spiegl/Mail/backup/msg.PiLC /home/spiegl/Mail/backup/msg.pjLC /home/spiegl/Mail/backup/msg.PjLC /home/spiegl/Mail/backup/msg.pkLC /home/spiegl/Mail/backup/msg.PkLC /home/spiegl/Mail/backup/msg.plLC /home/spiegl/Mail/backup/msg.PlLC /home/spiegl/Mail/backup/msg.pmLC /home/spiegl/Mail/backup/msg.PmLC /home/spiegl/Mail/backup/msg.pnLC /home/spiegl/Mail/backup/msg.PnLC /home/spiegl/Mail/backup/msg.qgLC /home/spiegl/Mail/backup/msg.QgLC /home/spiegl/Mail/backup/msg.qhLC /home/spiegl/Mail/backup/msg.QhLC /home/spiegl/Mail/backup/msg.qiLC /home/spiegl/Mail/backup/msg.QiLC /home/spiegl/Mail/backup/msg.qjLC /home/spiegl/Mail/backup/msg.QjLC /home/spiegl/Mail/backup/msg.qkLC /home/spiegl/Mail/backup/msg.QkLC /home/spiegl/Mail/backup/msg.qlLC /home/spiegl/Mail/backup/msg.QlLC /home/spiegl/Mail/backup/msg.qmLC /home/spiegl/Mail/backup/msg.QmLC /home/spiegl/Mail/backup/msg.qnLC /home/spiegl/Mail/backup/msg.QnLC /home/spiegl/Mail/backup/msg.rgLC /home/spiegl/Mail/backup/msg.rhLC /home/spiegl/Mail/backup/msg.RhLC /home/spiegl/Mail/backup/msg.riLC /home/spiegl/Mail/backup/msg.RiLC /home/spiegl/Mail/backup/msg.rjLC /home/spiegl/Mail/backup/msg.RjLC /home/spiegl/Mail/backup/msg.rkLC /home/spiegl/Mail/backup/msg.RkLC /home/spiegl/Mail/backup/msg.rlLC /home/spiegl/Mail/backup/msg.RlLC /home/spiegl/Mail/backup/msg.rmLC /home/spiegl/Mail/backup/msg.RmLC /home/spiegl/Mail/backup/msg.rnLC /home/spiegl/Mail/backup/msg.RnLC /home/spiegl/Mail/backup/msg.sgLC /home/spiegl/Mail/backup/msg.SgLC /home/spiegl/Mail/backup/msg.shLC /home/spiegl/Mail/backup/msg.ShLC /home/spiegl/Mail/backup/msg.siLC /home/spiegl/Mail/backup/msg.SiLC /home/spiegl/Mail/backup/msg.sjLC /home/spiegl/Mail/backup/msg.SjLC /home/spiegl/Mail/backup/msg.skLC /home/spiegl/Mail/backup/msg.SkLC /home/spiegl/Mail/backup/msg.slLC /home/spiegl/Mail/backup/msg.SlLC /home/spiegl/Mail/backup/msg.smLC /home/spiegl/Mail/backup/msg.SmLC /home/spiegl/Mail/backup/msg.snLC /home/spiegl/Mail/backup/msg.SnLC /home/spiegl/Mail/backup/msg.tgLC /home/spiegl/Mail/backup/msg.TgLC /home/spiegl/Mail/backup/msg.thLC /home/spiegl/Mail/backup/msg.ThLC /home/spiegl/Mail/backup/msg.tiLC /home/spiegl/Mail/backup/msg.TiLC /home/spiegl/Mail/backup/msg.tjLC /home/spiegl/Mail/backup/msg.TjLC /home/spiegl/Mail/backup/msg.tkLC /home/spiegl/Mail/backup/msg.TkLC /home/spiegl/Mail/backup/msg.tlLC /home/spiegl/Mail/backup/msg.TlLC /home/spiegl/Mail/backup/msg.tmLC /home/spiegl/Mail/backup/msg.TmLC /home/spiegl/Mail/backup/msg.tnLC /home/spiegl/Mail/backup/msg.TnLC /home/spiegl/Mail/backup/msg.ugLC /home/spiegl/Mail/backup/msg.UgLC /home/spiegl/Mail/backup/msg.uhLC /home/spiegl/Mail/backup/msg.UhLC /home/spiegl/Mail/backup/msg.uiLC /home/spiegl/Mail/backup/msg.UiLC /home/spiegl/Mail/backup/msg.ujLC /home/spiegl/Mail/backup/msg.UjLC /home/spiegl/Mail/backup/msg.ukLC /home/spiegl/Mail/backup/msg.UkLC /home/spiegl/Mail/backup/msg.ulLC /home/spiegl/Mail/backup/msg.UlLC /home/spiegl/Mail/backup/msg.umLC /home/spiegl/Mail/backup/msg.UmLC /home/spiegl/Mail/backup/msg.unLC /home/spiegl/Mail/backup/msg.UnLC /home/spiegl/Mail/backup/msg.vgLC /home/spiegl/Mail/backup/msg.VgLC /home/spiegl/Mail/backup/msg.vhLC /home/spiegl/Mail/backup/msg.VhLC /home/spiegl/Mail/backup/msg.viLC /home/spiegl/Mail/backup/msg.ViLC /home/spiegl/Mail/backup/msg.vjLC /home/spiegl/Mail/backup/msg.VjLC /home/spiegl/Mail/backup/msg.vkLC /home/spiegl/Mail/backup/msg.VkLC /home/spiegl/Mail/backup/msg.vlLC /home/spiegl/Mail/backup/msg.VlLC /home/spiegl/Mail/backup/msg.vmLC /home/spiegl/Mail/backup/msg.VmLC /home/spiegl/Mail/backup/msg.vnLC /home/spiegl/Mail/backup/msg.VnLC /home/spiegl/Mail/backup/msg.wgLC /home/spiegl/Mail/backup/msg.WgLC /home/spiegl/Mail/backup/msg.whLC /home/spiegl/Mail/backup/msg.WhLC /home/spiegl/Mail/backup/msg.wiLC /home/spiegl/Mail/backup/msg.WiLC /home/spiegl/Mail/backup/msg.wjLC /home/spiegl/Mail/backup/msg.WjLC /home/spiegl/Mail/backup/msg.wkLC /home/spiegl/Mail/backup/msg.WkLC /home/spiegl/Mail/backup/msg.wlLC /home/spiegl/Mail/backup/msg.WlLC /home/spiegl/Mail/backup/msg.wmLC /home/spiegl/Mail/backup/msg.WmLC /home/spiegl/Mail/backup/msg.WnLC /home/spiegl/Mail/backup/msg.xgLC /home/spiegl/Mail/backup/msg.XgLC /home/spiegl/Mail/backup/msg.xhLC /home/spiegl/Mail/backup/msg.XhLC /home/spiegl/Mail/backup/msg.xiLC /home/spiegl/Mail/backup/msg.XiLC /home/spiegl/Mail/backup/msg.xjLC /home/spiegl/Mail/backup/msg.XjLC /home/spiegl/Mail/backup/msg.xkLC /home/spiegl/Mail/backup/msg.XkLC /home/spiegl/Mail/backup/msg.xlLC /home/spiegl/Mail/backup/msg.XlLC /home/spiegl/Mail/backup/msg.xmLC /home/spiegl/Mail/backup/msg.XmLC /home/spiegl/Mail/backup/msg.xnLC /home/spiegl/Mail/backup/msg.XnLC /home/spiegl/Mail/backup/msg.ygLC /home/spiegl/Mail/backup/msg.YgLC /home/spiegl/Mail/backup/msg.yhLC /home/spiegl/Mail/backup/msg.YhLC /home/spiegl/Mail/backup/msg.yiLC /home/spiegl/Mail/backup/msg.YiLC /home/spiegl/Mail/backup/msg.yjLC /home/spiegl/Mail/backup/msg.YjLC /home/spiegl/Mail/backup/msg.ykLC /home/spiegl/Mail/backup/msg.YkLC /home/spiegl/Mail/backup/msg.ylLC /home/spiegl/Mail/backup/msg.YlLC /home/spiegl/Mail/backup/msg.ymLC /home/spiegl/Mail/backup/msg.YmLC /home/spiegl/Mail/backup/msg.ynLC /home/spiegl/Mail/backup/msg.YnLC /home/spiegl/Mail/backup/msg.zgLC /home/spiegl/Mail/backup/msg.ZgLC /home/spiegl/Mail/backup/msg.zhLC /home/spiegl/Mail/backup/msg.ZhLC /home/spiegl/Mail/backup/msg.ziLC /home/spiegl/Mail/backup/msg.ZiLC /home/spiegl/Mail/backup/msg.zjLC /home/spiegl/Mail/backup/msg.ZjLC /home/spiegl/Mail/backup/msg.zkLC /home/spiegl/Mail/backup/msg.ZkLC /home/spiegl/Mail/backup/msg.zlLC /home/spiegl/Mail/backup/msg.ZlLC /home/spiegl/Mail/backup/msg.zmLC /home/spiegl/Mail/backup/msg.ZmLC /home/spiegl/Mail/backup/msg.znLC /home/spiegl/Mail/backup/msg.ZnLC /home/spiegl/Mail/backup2/msg.0gx /home/spiegl/Mail/backup2/msg.0hx /home/spiegl/Mail/backup2/msg.0ix /home/spiegl/Mail/backup2/msg.1gx /home/spiegl/Mail/backup2/msg.1hx /home/spiegl/Mail/backup2/msg.1ix /home/spiegl/Mail/backup2/msg.2gx /home/spiegl/Mail/backup2/msg.2hx /home/spiegl/Mail/backup2/msg.2ix /home/spiegl/Mail/backup2/msg.3gx /home/spiegl/Mail/backup2/msg.3hx /home/spiegl/Mail/backup2/msg.3ix /home/spiegl/Mail/backup2/msg.4gx /home/spiegl/Mail/backup2/msg.4hx /home/spiegl/Mail/backup2/msg.4ix /home/spiegl/Mail/backup2/msg.5gx /home/spiegl/Mail/backup2/msg.5hx /home/spiegl/Mail/backup2/msg.5ix /home/spiegl/Mail/backup2/msg.6gx /home/spiegl/Mail/backup2/msg.6hx /home/spiegl/Mail/backup2/msg.6ix /home/spiegl/Mail/backup2/msg.7gx /home/spiegl/Mail/backup2/msg.7hx /home/spiegl/Mail/backup2/msg.7ix /home/spiegl/Mail/backup2/msg.8gx /home/spiegl/Mail/backup2/msg.8hx /home/spiegl/Mail/backup2/msg.8ix /home/spiegl/Mail/backup2/msg.9gx /home/spiegl/Mail/backup2/msg.9hx /home/spiegl/Mail/backup2/msg.9ix /home/spiegl/Mail/backup2/msg.agx /home/spiegl/Mail/backup2/msg.ahx /home/spiegl/Mail/backup2/msg.Ahx /home/spiegl/Mail/backup2/msg.aix /home/spiegl/Mail/backup2/msg.Aix /home/spiegl/Mail/backup2/msg.Ajx /home/spiegl/Mail/backup2/msg.bgx /home/spiegl/Mail/backup2/msg.bhx /home/spiegl/Mail/backup2/msg.Bhx /home/spiegl/Mail/backup2/msg.bix /home/spiegl/Mail/backup2/msg.Bix /home/spiegl/Mail/backup2/msg.Bjx /home/spiegl/Mail/backup2/msg.cgx /home/spiegl/Mail/backup2/msg.chx /home/spiegl/Mail/backup2/msg.Chx /home/spiegl/Mail/backup2/msg.cix /home/spiegl/Mail/backup2/msg.Cix /home/spiegl/Mail/backup2/msg.Cjx /home/spiegl/Mail/backup2/msg.dgx /home/spiegl/Mail/backup2/msg.dhx /home/spiegl/Mail/backup2/msg.Dhx /home/spiegl/Mail/backup2/msg.dix /home/spiegl/Mail/backup2/msg.Dix /home/spiegl/Mail/backup2/msg.Djx /home/spiegl/Mail/backup2/msg.egx /home/spiegl/Mail/backup2/msg.ehx /home/spiegl/Mail/backup2/msg.Ehx /home/spiegl/Mail/backup2/msg.eix /home/spiegl/Mail/backup2/msg.Eix /home/spiegl/Mail/backup2/msg.Ejx /home/spiegl/Mail/backup2/msg.fgx /home/spiegl/Mail/backup2/msg.fhx /home/spiegl/Mail/backup2/msg.Fhx /home/spiegl/Mail/backup2/msg.fix /home/spiegl/Mail/backup2/msg.Fix /home/spiegl/Mail/backup2/msg.Fjx /home/spiegl/Mail/backup2/msg.ggx /home/spiegl/Mail/backup2/msg.ghx /home/spiegl/Mail/backup2/msg.Ghx /home/spiegl/Mail/backup2/msg.gix /home/spiegl/Mail/backup2/msg.Gix /home/spiegl/Mail/backup2/msg.Gjx /home/spiegl/Mail/backup2/msg._gx /home/spiegl/Mail/backup2/msg.-gx /home/spiegl/Mail/backup2/msg.hgx /home/spiegl/Mail/backup2/msg.hhx /home/spiegl/Mail/backup2/msg.Hhx /home/spiegl/Mail/backup2/msg.hix /home/spiegl/Mail/backup2/msg.Hix /home/spiegl/Mail/backup2/msg.Hjx /home/spiegl/Mail/backup2/msg._hx /home/spiegl/Mail/backup2/msg.-hx /home/spiegl/Mail/backup2/msg.igx /home/spiegl/Mail/backup2/msg.ihx /home/spiegl/Mail/backup2/msg.Ihx /home/spiegl/Mail/backup2/msg.iix /home/spiegl/Mail/backup2/msg.Iix /home/spiegl/Mail/backup2/msg.Ijx /home/spiegl/Mail/backup2/msg._ix /home/spiegl/Mail/backup2/msg.-ix /home/spiegl/Mail/backup2/msg.jgx /home/spiegl/Mail/backup2/msg.Jgx /home/spiegl/Mail/backup2/msg.jhx /home/spiegl/Mail/backup2/msg.Jhx /home/spiegl/Mail/backup2/msg.jix /home/spiegl/Mail/backup2/msg.Jix /home/spiegl/Mail/backup2/msg.Jjx /home/spiegl/Mail/backup2/msg.Kgx /home/spiegl/Mail/backup2/msg.khx /home/spiegl/Mail/backup2/msg.Khx /home/spiegl/Mail/backup2/msg.kix /home/spiegl/Mail/backup2/msg.Kix /home/spiegl/Mail/backup2/msg.Kjx /home/spiegl/Mail/backup2/msg.lgx /home/spiegl/Mail/backup2/msg.Lgx /home/spiegl/Mail/backup2/msg.lhx /home/spiegl/Mail/backup2/msg.Lhx /home/spiegl/Mail/backup2/msg.lix /home/spiegl/Mail/backup2/msg.Lix /home/spiegl/Mail/backup2/msg.Ljx /home/spiegl/Mail/backup2/msg.mgx /home/spiegl/Mail/backup2/msg.Mgx /home/spiegl/Mail/backup2/msg.mhx /home/spiegl/Mail/backup2/msg.Mhx /home/spiegl/Mail/backup2/msg.mix /home/spiegl/Mail/backup2/msg.Mix /home/spiegl/Mail/backup2/msg.Mjx /home/spiegl/Mail/backup2/msg.ngx /home/spiegl/Mail/backup2/msg.Ngx /home/spiegl/Mail/backup2/msg.nhx /home/spiegl/Mail/backup2/msg.Nhx /home/spiegl/Mail/backup2/msg.nix /home/spiegl/Mail/backup2/msg.Nix /home/spiegl/Mail/backup2/msg.Njx /home/spiegl/Mail/backup2/msg.ogx /home/spiegl/Mail/backup2/msg.Ogx /home/spiegl/Mail/backup2/msg.ohx /home/spiegl/Mail/backup2/msg.Ohx /home/spiegl/Mail/backup2/msg.oix /home/spiegl/Mail/backup2/msg.Oix /home/spiegl/Mail/backup2/msg.Ojx /home/spiegl/Mail/backup2/msg.pgx /home/spiegl/Mail/backup2/msg.Pgx /home/spiegl/Mail/backup2/msg.phx /home/spiegl/Mail/backup2/msg.Phx /home/spiegl/Mail/backup2/msg.pix /home/spiegl/Mail/backup2/msg.Pix /home/spiegl/Mail/backup2/msg.Pjx /home/spiegl/Mail/backup2/msg.qgx /home/spiegl/Mail/backup2/msg.Qgx /home/spiegl/Mail/backup2/msg.qhx /home/spiegl/Mail/backup2/msg.Qhx /home/spiegl/Mail/backup2/msg.qix /home/spiegl/Mail/backup2/msg.Qix /home/spiegl/Mail/backup2/msg.Qjx /home/spiegl/Mail/backup2/msg.rgx /home/spiegl/Mail/backup2/msg.Rgx /home/spiegl/Mail/backup2/msg.rhx /home/spiegl/Mail/backup2/msg.Rhx /home/spiegl/Mail/backup2/msg.rix /home/spiegl/Mail/backup2/msg.Rix /home/spiegl/Mail/backup2/msg.Rjx /home/spiegl/Mail/backup2/msg.sgx /home/spiegl/Mail/backup2/msg.shx /home/spiegl/Mail/backup2/msg.Shx /home/spiegl/Mail/backup2/msg.six /home/spiegl/Mail/backup2/msg.Six /home/spiegl/Mail/backup2/msg.Sjx /home/spiegl/Mail/backup2/msg.tgx /home/spiegl/Mail/backup2/msg.Tgx /home/spiegl/Mail/backup2/msg.thx /home/spiegl/Mail/backup2/msg.Thx /home/spiegl/Mail/backup2/msg.tix /home/spiegl/Mail/backup2/msg.Tix /home/spiegl/Mail/backup2/msg.ugx /home/spiegl/Mail/backup2/msg.Ugx /home/spiegl/Mail/backup2/msg.uhx /home/spiegl/Mail/backup2/msg.Uhx /home/spiegl/Mail/backup2/msg.uix /home/spiegl/Mail/backup2/msg.Uix /home/spiegl/Mail/backup2/msg.vgx /home/spiegl/Mail/backup2/msg.Vgx /home/spiegl/Mail/backup2/msg.vhx /home/spiegl/Mail/backup2/msg.Vhx /home/spiegl/Mail/backup2/msg.vix /home/spiegl/Mail/backup2/msg.Vix /home/spiegl/Mail/backup2/msg.wgx /home/spiegl/Mail/backup2/msg.Wgx /home/spiegl/Mail/backup2/msg.whx /home/spiegl/Mail/backup2/msg.Whx /home/spiegl/Mail/backup2/msg.wix /home/spiegl/Mail/backup2/msg.Wix /home/spiegl/Mail/backup2/msg.xgx /home/spiegl/Mail/backup2/msg.Xgx /home/spiegl/Mail/backup2/msg.xhx /home/spiegl/Mail/backup2/msg.Xhx /home/spiegl/Mail/backup2/msg.xix /home/spiegl/Mail/backup2/msg.Xix /home/spiegl/Mail/backup2/msg.ygx /home/spiegl/Mail/backup2/msg.Ygx /home/spiegl/Mail/backup2/msg.yhx /home/spiegl/Mail/backup2/msg.Yhx /home/spiegl/Mail/backup2/msg.yix /home/spiegl/Mail/backup2/msg.Yix /home/spiegl/Mail/backup2/msg.zgx /home/spiegl/Mail/backup2/msg.Zgx /home/spiegl/Mail/backup2/msg.zhx /home/spiegl/Mail/backup2/msg.Zhx /home/spiegl/Mail/backup2/msg.zix /home/spiegl/Mail/backup2/msg.Zix /home/spiegl/Mail/out/andy /home/spiegl/Mail/out/heidi /home/spiegl/Mail/sub/cert-advisory /home/spiegl/Mail/sub/ctc /home/spiegl/Mail/sub/email2sms /home/spiegl/Mail/sub/expert.exchange /home/spiegl/Mail/sub/explore2fs /home/spiegl/Mail/sub/firewall /home/spiegl/Mail/sub/fvwm /home/spiegl/Mail/sub/gratis /home/spiegl/Mail/sub/homepage /home/spiegl/Mail/sub/icq /home/spiegl/Mail/sub/kira /home/spiegl/Mail/sub/mutt /home/spiegl/Mail/sub/mutt.0.gz /home/spiegl/Mail/sub/mutt.1.gz /home/spiegl/Mail/sub/navmutt /home/spiegl/Mail/sub/newsserver /home/spiegl/Mail/sub/pgp /home/spiegl/Mail/sub/postit /home/spiegl/Mail/sub/procmail /home/spiegl/Mail/sub/proftpd /home/spiegl/Mail/sub/rhetorik /home/spiegl/Mail/sub/samba /home/spiegl/Mail/sub/skiing /home/spiegl/Mail/sub/smsclient /home/spiegl/Mail/sub/spam /home/spiegl/Mail/sub/trn /home/spiegl/Mail/sub/virus /home/spiegl/Mail/sub/xswallow /home/spiegl/Mail/sub/zsh /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-02.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-16.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-19.59.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-18-21.16.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-19-12.39.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-19-14.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-19-19.12.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-20-14.02.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-20-21.55.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-22-00.44.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-22-13.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-23-02.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-23-22.37.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-24-00.05.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-27-03.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-28-22.07.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-00.03.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-01.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-14.58.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-16.39.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-18.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-22.29.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-29-22.38.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-01.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-15.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-17.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-18.44.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-19.27.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-30-23.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-02.44.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-11.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-14.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-19.02.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-03-31-21.37.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-01-17.42.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-01-21.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-02-03.33.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-02-15.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-03-00.06.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-03-03.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-04-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-04-08.57.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-01.06.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-12.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-12.53.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-05-20.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-06-21.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-06-23.41.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-07-00.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-07-09.29.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-07-16.08.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-08-01.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-09.27.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-20.19.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-20.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-09-22.56.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-25-09.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-25-16.45.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-26-10.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-26-13.57.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-04-26-15.10.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-01-17.59.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-03-21.08.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-04-10.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-04-21.34.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-10-21.27.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-11-16.54.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-12-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-12-17.29.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-13-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-14-21.15.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-03.17.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-08.36.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-14.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-15-21.28.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-16-11.43.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-16-15.17.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-17-10.47.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-17-21.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-18-11.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-18-20.55.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-11.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-15.22.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-18.38.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-19-18.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-03.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-14.18.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-15.17.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-17.07.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-20-21.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-21-07.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-22-03.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-23-16.19.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-24-14.30.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-24-15.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-24-21.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-00.19.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-00.32.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-01.25.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-26-16.41.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-27-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-27-17.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-28-10.24.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-28-19.59.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-29-22.35.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-29-23.12.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-30-01.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-30-03.33.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-05-31-00.45.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-04-20.03.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-05-11.16.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-05-19.37.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-06-21.38.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-06-22.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-13.39.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-16.10.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-17.12.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-07-18.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-08-03.30.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-09-12.26.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-09-13.40.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-09-16.47.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-10-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-10-12.42.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-11-00.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-12-13.34.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-12-17.11.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-13-00.51.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-14-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-15-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-15-16.13.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-16-03.21.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-17-17.07.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-18-13.13.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-18-15.49.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-18-18.48.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-19-12.50.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-19-22.08.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-19-22.22.gz /home/spiegl/Mail/out/mbox.archive/andy.2000-06-20-00.48.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-18-16.49.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-18-21.16.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-20-14.02.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-22-00.44.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-23-22.37.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-27-03.32.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-28-22.07.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-29-00.03.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-29-01.15.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-30-18.44.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-31-11.24.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-03-31-21.37.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-04-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-05-01.06.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-05-20.25.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-16.08.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-16.19.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-18.45.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-07-18.46.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-08-01.18.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-09-22.56.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-25-09.15.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-25-16.45.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-04-26-13.57.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-01-17.59.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-03-21.08.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-04-21.34.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-10-21.27.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-15-14.51.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-15-21.28.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-16-15.17.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-10.47.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-15.08.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-17-21.18.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-18-11.48.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-18-20.55.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-19-15.22.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-22-17.58.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-23-16.19.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-24-14.30.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-24-15.21.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-24-21.21.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-26-00.19.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-26-16.41.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-28-10.24.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-29-22.35.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-29-23.12.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-05-30-16.59.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-02-09.39.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-02-18.05.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-04-17.35.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-05-11.16.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-05-19.37.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-06-21.38.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-06-23.02.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-07-13.39.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-07-18.51.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-08-13.49.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-08-21.30.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-09-12.26.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-12-17.33.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-14-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-15-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-15-16.13.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-16-03.21.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-17-03.31.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-19-12.50.gz /home/spiegl/Mail/out/mbox.archive/heidi.2000-06-19-22.08.gz /home/spiegl/Mail/sub/cus/admin /home/spiegl/Mail/sub/cus/gz /home/spiegl/Mail/sub/cus/menth /home/spiegl/Mail/sub/cus/rundbriefe /home/spiegl/Mail/sub/cus/rundbriefe.muc /home/spiegl/Mail/sub/linux/debian /home/spiegl/Mail/sub/linux/debian.announce /home/spiegl/Mail/sub/linux/debian.bugs /home/spiegl/Mail/sub/linux/debian.commercial /home/spiegl/Mail/sub/linux/debian.mirror-cronjob /home/spiegl/Mail/sub/linux/debian.security /home/spiegl/Mail/sub/linux/debian.user.0.gz /home/spiegl/Mail/sub/linux/debian.user.1.gz /home/spiegl/Mail/sub/linux/debian.user.2.gz /home/spiegl/Mail/sub/linux/debian.user.3.gz /home/spiegl/Mail/sub/linux/debian.user.4.gz /home/spiegl/Mail/sub/linux/debian.user.de /home/spiegl/Mail/sub/linux/debian.user.de.0.gz /home/spiegl/Mail/sub/linux/debian.user.de.1.gz /home/spiegl/Mail/sub/linux/lilo /home/spiegl/Mail/sub/linux/linux-ug /home/spiegl/Mail/sub/linux/linux-ug.0.gz /home/spiegl/Mail/sub/linux/linux-ug.1.gz /home/spiegl/Mail/sub/linux/suse.security ) 
trace _mailboxes:41()> _wanted files expl mailbox specification
trace _wanted:3()> local __targs __gopt=-J
trace _wanted:5(if)> [[ files == -C?* ]]
trace _wanted:8(elif)> [[ files == -C ]]
trace _wanted:12(else)> __targs=( ) 
trace _wanted:15(if)> [[ files == -([12]|)[VJ] ]]
trace _wanted:20()> _tags files
trace _tags:3()> local prev
trace _tags:10(if)> [[ files == -- ]]
trace _tags:15(if)> ((  1  ))
trace _tags:19(then)> local curcontext=:complete:mutt:option-f-1 order tag nodef tmp
trace _tags:21(then if)> [[ files == -C?* ]]
trace _tags:24(then elif)> [[ files == -C ]]
trace _tags:28(then else)> targs=( ) 
trace _tags:31(then)> [[ files == -(|-) ]]
trace _tags:33(then if)> zstyle -a :completion::complete:mutt:option-f-1: group-order order
trace _tags:34(then then)> local name
trace _tags:36(then then for)> name=builtins
trace _tags:37(then then for)> compadd -J builtins
trace _tags:38(then then for)> compadd -V builtins
trace _tags:39(then then for)> compadd -J builtins -1
trace _tags:40(then then for)> compadd -V builtins -1
trace _tags:41(then then for)> compadd -J builtins -2
trace _tags:42(then then for)> compadd -V builtins -2
trace _tags:36(then then for)> name=functions
trace _tags:37(then then for)> compadd -J functions
trace _tags:38(then then for)> compadd -V functions
trace _tags:39(then then for)> compadd -J functions -1
trace _tags:40(then then for)> compadd -V functions -1
trace _tags:41(then then for)> compadd -J functions -2
trace _tags:42(then then for)> compadd -V functions -2
trace _tags:36(then then for)> name=aliases
trace _tags:37(then then for)> compadd -J aliases
trace _tags:38(then then for)> compadd -V aliases
trace _tags:39(then then for)> compadd -J aliases -1
trace _tags:40(then then for)> compadd -V aliases -1
trace _tags:41(then then for)> compadd -J aliases -2
trace _tags:42(then then for)> compadd -V aliases -2
trace _tags:36(then then for)> name=commands
trace _tags:37(then then for)> compadd -J commands
trace _tags:38(then then for)> compadd -V commands
trace _tags:39(then then for)> compadd -J commands -1
trace _tags:40(then then for)> compadd -V commands -1
trace _tags:41(then then for)> compadd -J commands -2
trace _tags:42(then then for)> compadd -V commands -2
trace _tags:48(then)> comptags -i :complete:mutt:option-f-1 files
trace _tags:52(then if)> [[ -n  ]]
trace _tags:55(then else)> zstyle -a :completion::complete:mutt:option-f-1: tag-order order
trace _tags:56(then else cmdor)> order=( (|*-)argument-* (|*-)option-* values options ) 
trace _tags:58(then else for)> tag=(|*-)argument-* (|*-)option-* values
trace _tags:59(then else for case)> case (|*-)argument-* (|*-)option-* values (-)
trace _tags:59(then else for case)> case (|*-)argument-* (|*-)option-* values (*())
trace _tags:59(then else for case)> case (|*-)argument-* (|*-)option-* values (!*)
trace _tags:59(then else for case)> case (|*-)argument-* (|*-)option-* values (?*)
trace _tags:67(then else for case)> comptry -m (|*-)argument-* (|*-)option-* values
trace _tags:58(then else for)> tag=options
trace _tags:59(then else for case)> case options (-)
trace _tags:59(then else for case)> case options (*())
trace _tags:59(then else for case)> case options (!*)
trace _tags:59(then else for case)> case options (?*)
trace _tags:67(then else for case)> comptry -m options
trace _tags:71(then else)> [[ -z  ]]
trace _tags:71(then else cmdand)> comptry files
trace _tags:76(then)> comptags -T
trace _tags:78(then)> return
trace _wanted:22(while)> _tags
trace _tags:3()> local prev
trace _tags:10(if)> [[  == -- ]]
trace _tags:15(if)> ((  0  ))
trace _tags:83()> comptags -N
trace _wanted:23(while)> _all_labels -J files expl mailbox specification
trace _all_labels:3()> local __gopt=-J __len __tmp __pre __suf __ret=1 __descr __spec __prev
trace _all_labels:5(if)> [[ -J == - ]]
trace _all_labels:10(if)> [[ -J == -([12]|)[VJ] ]]
trace _all_labels:11(then)> __gopt=-J 
trace _all_labels:12(then)> shift
trace _all_labels:15()> __tmp=0 
trace _all_labels:16()> __len=3 
trace _all_labels:17(if)> [[ __tmp -lt __len ]]
trace _all_labels:18(then)> __pre=-1 
trace _all_labels:19(then)> __suf=0 
trace _all_labels:28(while)> comptags -A files curtag __spec
trace _all_labels:29(while)> _comp_tags= option-f-1  files  
trace _all_labels:30(while if)> [[ files == *:* ]]
trace _all_labels:37(while else)> _description -J files expl mailbox specification
trace _description:3()> local name gropt=-J format gname hidden hide match opts
trace _description:5()> opts=( ) 
trace _description:7(if)> [[ -J == -([12]|)[VJ] ]]
trace _description:8(then)> gropt=-J 
trace _description:9(then)> shift
trace _description:12()> _lastdescr=(  mailbox mailbox specification ) 
trace _description:14()> zstyle -s :completion::complete:mutt:option-f-1:files group-name gname
trace _description:15(cmdand)> [[ -z  ]]
trace _description:15(cmdand cmdand)> gname=files 
trace _description:17()> _setup files files
trace _setup:3()> local val nm=0
trace _setup:5()> [[ 2 -eq 1 ]]
trace _setup:7(if)> zstyle -a :completion::complete:mutt:option-f-1:files list-colors val
trace _setup:8(then)> zmodload -i zsh/complist
trace _setup:9(then if)> [[ files == default ]]
trace _setup:12(then else)> local simple grouped
trace _setup:14(then else)> simple=( (files) ) 
trace _setup:15(then else)> grouped=( ) 
trace _setup:16(then else)> simple=(files): 
trace _setup:17(then else)> grouped=: 
trace _setup:18(then else)> [[ (option-f-1):no=00:fi=00:di=00;33:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.cmd=00;35:*.exe=00;35:*.com=00;35:*.btm=00;35:*.bat=00;35:*.scr=00;35:*.vbs=04;35:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.deb=00;31:*.rpm=00;31:*.jpg=00;36:*.JPG=00;36:*.png=00;36:*.PNG=00;36:*.gif=00;36:*.GIF=00;36:*.bmp=00;36:*.BMP=00;36:*.ppm=00;36:*.tga=00;36:*.xbm=00;36:*.xpm=00;36:*.tif=00;36:*.TIF=00;36:*.mpg=01;36:*.mpe=01;36:*.mpeg=01;36:*.avi=01;36:*.AVI=01;36:*.fli=01;36:*.mov=01;36:*.rm=04;36:*.gl=01;36:*.dl=01;36:*.au=00;32:*.snd=00;32:*.wav=00;32:*.mid=00;32:*.midi=00;32:*.mp3=00;32:*.MP3=00;32:*.mod=00;32:*.MOD=00;32:*.ram=04;32:*.ra=04;32 != *(files):* ]]
trace _setup:18(then else cmdand)> ZLS_COLORS=(files):(option-f-1):no=00:fi=00:di=00;33:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.cmd=00;35:*.exe=00;35:*.com=00;35:*.btm=00;35:*.bat=00;35:*.scr=00;35:*.vbs=04;35:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.deb=00;31:*.rpm=00;31:*.jpg=00;36:*.JPG=00;36:*.png=00;36:*.PNG=00;36:*.gif=00;36:*.GIF=00;36:*.bmp=00;36:*.BMP=00;36:*.ppm=00;36:*.tga=00;36:*.xbm=00;36:*.xpm=00;36:*.tif=00;36:*.TIF=00;36:*.mpg=01;36:*.mpe=01;36:*.mpeg=01;36:*.avi=01;36:*.AVI=01;36:*.fli=01;36:*.mov=01;36:*.rm=04;36:*.gl=01;36:*.dl=01;36:*.au=00;32:*.snd=00;32:*.wav=00;32:*.mid=00;32:*.midi=00;32:*.mp3=00;32:*.MP3=00;32:*.mod=00;32:*.MOD=00;32:*.ram=04;32:*.ra=04;32 
trace _setup:19(then else)> [[ (files):(option-f-1):no=00:fi=00:di=00;33:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.cmd=00;35:*.exe=00;35:*.com=00;35:*.btm=00;35:*.bat=00;35:*.scr=00;35:*.vbs=04;35:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.deb=00;31:*.rpm=00;31:*.jpg=00;36:*.JPG=00;36:*.png=00;36:*.PNG=00;36:*.gif=00;36:*.GIF=00;36:*.bmp=00;36:*.BMP=00;36:*.ppm=00;36:*.tga=00;36:*.xbm=00;36:*.xpm=00;36:*.tif=00;36:*.TIF=00;36:*.mpg=01;36:*.mpe=01;36:*.mpeg=01;36:*.avi=01;36:*.AVI=01;36:*.fli=01;36:*.mov=01;36:*.rm=04;36:*.gl=01;36:*.dl=01;36:*.au=00;32:*.snd=00;32:*.wav=00;32:*.mid=00;32:*.midi=00;32:*.mp3=00;32:*.MP3=00;32:*.mod=00;32:*.MOD=00;32:*.ram=04;32:*.ra=04;32 != *:* ]]
trace _setup:32(if)> zstyle -t :completion::complete:mutt:option-f-1:files list-packed
trace _setup:34(elif)> [[ 2 -eq 1 ]]
trace _setup:37(else)> compstate[list]=ambiguous packed 
trace _setup:40(if)> zstyle -t :completion::complete:mutt:option-f-1:files list-rows-first
trace _setup:42(elif)> [[ 2 -eq 1 ]]
trace _setup:45(else)> compstate[list]=ambiguous packed 
trace _setup:48(if)> zstyle -t :completion::complete:mutt:option-f-1:files last-prompt
trace _setup:50(elif)> [[ 2 -eq 1 ]]
trace _setup:53(else)> compstate[last_prompt]=yes 
trace _setup:56(if)> zstyle -t :completion::complete:mutt:option-f-1:files accept-exact
trace _setup:58(elif)> [[ 2 -eq 1 ]]
trace _setup:61(else)> compstate[exact]= 
trace _setup:64()> [[ _last_nmatches -ge 0 && _last_nmatches -ne nm ]]
trace _setup:67(if)> zstyle -a :completion::complete:mutt:option-f-1:files menu val
trace _setup:68(then)> _last_nmatches=0 
trace _setup:69(then)> _last_menu_style=( select=5 ) 
trace _setup:74()> [[  != always ]]
trace _setup:75(cmdand)> zstyle -s :completion::complete:mutt:option-f-1:files force-list val
trace _description:19()> name=expl 
trace _description:21()> zstyle -s :completion::complete:mutt:option-f-1:files format format
trace _description:22(cmdor)> zstyle -s :completion::complete:mutt:option-f-1:descriptions format format
trace _description:24(if)> zstyle -s :completion::complete:mutt:option-f-1:files hidden hidden
trace _description:29()> zstyle -s :completion::complete:mutt:option-f-1:files matcher match
trace _description:31()> [[ -n m:{A-Za-z}={a-zA-Z} ]]
trace _description:31(cmdand)> opts=( -M m:{A-Za-z}={a-zA-Z} ) 
trace _description:33(if)> [[ -z  ]]
trace _description:34(then)> zstyle -a :completion::complete:mutt:option-f-1:files ignored-patterns _comp_ignore
trace _description:37(then)> zstyle -s :completion::complete:mutt:option-f-1:files ignore-line hidden
trace _description:48(then)> ((  2  ))
trace _description:48(then cmdand)> opts=( -M m:{A-Za-z}={a-zA-Z} -F _comp_ignore ) 
trace _description:53()> shift 2
trace _description:54()> [[ -n ^[[01;33m%d^[[22;36m ]]
trace _description:54(cmdand)> zformat -f format ^[[01;33m%d^[[22;36m d:mailbox specification
trace _description:56(if)> [[ -n files ]]
trace _description:57(then if)> [[ -n ^[[01;33mmailbox specification^[[22;36m ]]
trace _description:58(then then)> set -A expl -M m:{A-Za-z}={a-zA-Z} -F _comp_ignore -J files -X ^[[01;33mmailbox specification^[[22;36m
trace _description:70()> return 0
trace _all_labels:39(while else)> -M m:{A-Za-z}={a-zA-Z} -F _comp_ignore -J files -X ^[[01;33mmailbox specification^[[22;36m files expl mailbox specification
_all_labels:39: command not found: -M
trace _all_labels:28(while)> comptags -A files curtag __spec
trace _all_labels:43()> return __ret
trace _wanted:22(while)> _tags
trace _tags:3()> local prev
trace _tags:10(if)> [[  == -- ]]
trace _tags:15(if)> ((  0  ))
trace _tags:83()> comptags -N
trace _wanted:26()> return 1
trace _arguments:284(then while while while then else elif-then while)> _next_label option-f-1 expl mailbox
trace _next_label:3()> local __gopt=-J __descr __spec
trace _next_label:5(if)> [[ option-f-1 == -([12]|)[VJ] ]]
trace _next_label:10(if)> comptags -A option-f-1 curtag __spec
trace _next_label:25()> return 1
trace _arguments:287(then while while while then else elif-then)> tried=yes 
trace _arguments:207(then while while while)> [[ anum -le 1 ]]
trace _arguments:302(then while while if)> [[ -z  ]]
trace _arguments:302(then while while if cmdand)> _requested options
trace _requested:3()> local __gopt=-J
trace _requested:5(if)> [[ options == -([12]|)[VJ] ]]
trace _requested:10(if)> comptags -R options
trace _requested:18(else)> return 1
trace _arguments:345(then while while)> [[ -n yes &&  != [-+]* ]]
trace _arguments:345(then while while cmdand)> break
trace _arguments:347(then while if)> [[ -n  ]]
trace _arguments:373(then while)> break
trace _arguments:376(then)> [[ -z  ]]
trace _arguments:376(then cmdand)> curcontext=:complete:mutt: 
trace _arguments:378(then)> [[ -n  ]]
trace _arguments:380(then)> [[ -n  ]]
trace _arguments:384(then)> [[ nm -ne 0 ]]
trace _mutt:28(if)> [[  == userhost ]]
trace _mutt:38()> return ret
trace _normal:81(then)> [[ patterns == (all|*patterns*) ]]
trace _normal:81(then cmdand)> return ret
trace _complete:68()> _compskip= 
trace _complete:70()> ((  compstate[nmatches]  ))
trace _main_complete:156(for for)> ((  _matcher_num++  ))
trace _main_complete:158(for)> ((  _completer_num++  ))
trace _main_complete:127(for)> tmp=_match
trace _main_complete:129(for if)> [[ -n  ]]
trace _main_complete:131(for elif)> [[ _match == *:-* ]]
trace _main_complete:134(for elif)> [[ _match == *:* ]]
trace _main_complete:138(for else)> _completer=match 
trace _main_complete:140(for)> curcontext=:match:: 
trace _main_complete:142(for)> zstyle -a :completion::match::: matcher-list _matchers
trace _main_complete:145(for)> _matcher_num=1 
trace _main_complete:146(for for)> _matcher=m:{A-Za-z}={a-zA-Z}
trace _main_complete:147(for for if)> [[ -n  ]]
trace _main_complete:152(for for elif)> _match
trace _match:14()> local tmp opm= ret=0 orig ins
trace _match:18()> tmp= 
trace _match:19()> [[  ==  ]]
trace _match:19(cmdand)> return 1
trace _main_complete:156(for for)> ((  _matcher_num++  ))
trace _main_complete:158(for)> ((  _completer_num++  ))
trace _main_complete:127(for)> tmp=_correct
trace _main_complete:129(for if)> [[ -n  ]]
trace _main_complete:131(for elif)> [[ _correct == *:-* ]]
trace _main_complete:134(for elif)> [[ _correct == *:* ]]
trace _main_complete:138(for else)> _completer=correct 
trace _main_complete:140(for)> curcontext=:correct:: 
trace _main_complete:142(for)> zstyle -a :completion::correct::: matcher-list _matchers
trace _main_complete:145(for)> _matcher_num=1 
trace _main_complete:146(for for)> _matcher=m:{A-Za-z}={a-zA-Z}
trace _main_complete:147(for for if)> [[ -n  ]]
trace _main_complete:152(for for elif)> _correct
trace _correct:11()> local ret=1 opm=
trace _correct:13()> compstate[pattern_match]=- 
trace _correct:15()> _approximate
trace _approximate:11()> [[ _matcher_num -gt 1 || 1 -le 1 ]]
trace _approximate:11(cmdand)> return 1
trace _correct:17()> compstate[pattern_match]= 
trace _correct:19()> return ret
trace _main_complete:156(for for)> ((  _matcher_num++  ))
trace _main_complete:158(for)> ((  _completer_num++  ))
trace _main_complete:161()> curcontext=::: 
trace _main_complete:162()> nm=0 
trace _main_complete:164(if)> [[  == keep || nm -gt 1 ]]
trace _main_complete:233(elif)> [[ nm -le 1 && -n  ]]
trace _main_complete:236(elif)> [[ nm -eq 0 && 3 -ne 0 &&  != keep ]]
trace _main_complete:238(elif cmdand)> zstyle -s :completion:::::warnings format format
trace _main_complete:262()> [[  == always ||  == ?* ]]
trace _main_complete:266()> [[  == keep ]]
trace _main_complete:270()> funcs=( ) 
trace _main_complete:271()> comppostfuncs=( ) 
trace _main_complete:276()> _lastcomp=( list_lines 0 all_quotes \ nmatches 0 pattern_match  restore auto context command vared  unambiguous  list_max 0 unambiguous_cursor 1 list ambiguous packed exact  to_end match last_prompt yes pattern_insert menu ignored 0 insert automenu-unambiguous ) 
trace _main_complete:277()> _lastcomp[nmatches]=0 
trace _main_complete:278()> _lastcomp[completer]=correct 
trace _main_complete:279()> _lastcomp[prefix]= 
trace _main_complete:280()> _lastcomp[suffix]= 
trace _main_complete:281()> _lastcomp[iprefix]= 
trace _main_complete:282()> _lastcomp[isuffix]= 
trace _main_complete:283()> _lastcomp[qiprefix]= 
trace _main_complete:284()> _lastcomp[qisuffix]= 
trace _main_complete:285()> _lastcomp[tags]= option-f-1  files  
trace _main_complete:287()> return ret
trace _complete_debug:17()> integer ret=1
trace _complete_debug:18()> unsetopt xtrace

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-20 11:28   ` Andy Spiegl
@ 2000-06-20 11:53     ` Peter Stephenson
  2000-06-20 13:33       ` Bart Schaefer
  2000-06-21 15:24       ` Bart Schaefer
  2000-06-20 14:02     ` Clint Adams
  1 sibling, 2 replies; 24+ messages in thread
From: Peter Stephenson @ 2000-06-20 11:53 UTC (permalink / raw)
  To: Zsh hackers list

Andy Spiegl wrote:
> While we are talking about mutt completion, I'd really like to program it
> so that I can use '=' at the front of a mailbox name to abbreviate ~/Mail/,
> but all my tries so far didn't work. :-(

This can be done by testing "compset -P '='" and stripping off the mail
directory in the same way it's already done for various types of mailbox
(but not currently mutt) in _mailboxes, but if you wait for Dr Schaefer's
Morning Surgery you may find this will happen anyway.  It might be a little
tricky because unless NO_EQUALS is set you have to quote the = to protect
it from path expansion, but that should be possible.

-- 
Peter Stephenson <pws@cambridgesiliconradio.com>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-20 11:53     ` Peter Stephenson
@ 2000-06-20 13:33       ` Bart Schaefer
  2000-06-21 15:24       ` Bart Schaefer
  1 sibling, 0 replies; 24+ messages in thread
From: Bart Schaefer @ 2000-06-20 13:33 UTC (permalink / raw)
  To: Zsh hackers list

On Jun 20, 12:53pm, Peter Stephenson wrote:
} Subject: Re: bug in _mutt ?
}
} if you wait for Dr Schaefer's
} Morning Surgery you may find this will happen anyway.

Dr Schaefer will not be doing any surgery this particular morning, he
has to provide taxi service to the local airport instead.  As this is
purely elective surgery, I think it's safe to put it off to tomorrow.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-20 11:28   ` Andy Spiegl
  2000-06-20 11:53     ` Peter Stephenson
@ 2000-06-20 14:02     ` Clint Adams
  2000-06-20 15:18       ` Andy Spiegl
  1 sibling, 1 reply; 24+ messages in thread
From: Clint Adams @ 2000-06-20 14:02 UTC (permalink / raw)
  To: Andy Spiegl; +Cc: zsh-workers

> PS: I am using zsh 3.1.9-dev1-debian0619 (by Clint Adams <schizo@debian.org>)

If what Sven says about your _{mailboxes,setup} versioning is correct, this
makes very little sense, but I'll say it anyway on the off chance that
something strange is happening.

Have you made sure that /usr/share/zsh/functions is not in your $fpath?


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-20 14:02     ` Clint Adams
@ 2000-06-20 15:18       ` Andy Spiegl
  2000-06-21  7:55         ` Andy Spiegl
  0 siblings, 1 reply; 24+ messages in thread
From: Andy Spiegl @ 2000-06-20 15:18 UTC (permalink / raw)
  To: Clint Adams; +Cc: zsh-workers

> Have you made sure that /usr/share/zsh/functions is not in your $fpath?
Yes.
% echo $fpath                                  
/home/spiegl/.zsh/functions /usr/share/zsh-beta/site-functions /usr/share/zsh-beta/3.1.9-dev1-debian0619/functions

> If what Sven says about your _{mailboxes,setup} versioning is correct,
> this makes very little sense, but I'll say it anyway on the off chance
> that something strange is happening.
Since I just subscribed to zsh-workers, I had to look at the archive:
 First of all a BIG sorry for the huge attachment!
 If I had realized how big it is I would have gzipped it.

And then: Sven is right.  I found a copy of _mailboxes in ~/.zsh/functions 
I completely forgot about that.  The reason then was to change

 local i j expl muttrc="${muttrc:-~/.muttrc}"
to
 local i j expl muttrc="${muttrc:-~/.muttrc:~/.mutt/local}"

because my "mailboxes" command is in .mutt/local.  That doesn't semm to be
a problem anymore.

Anyway, "mutt -f" completion now works!!!  Thanks a lot!
Just one thing: I noticed that "Mailboxes" and "mailboxes" is offered as
completion now, too.  Where does that come from?  It's listed under
"mailbox specification".  And
 % mutt -f \= <TAB>
 mailbox specification
 \=alert             \=brnet      \=junk.spiegl    \=postmaster    \=tripwire     \=wwwcron  
 \=ard-webtechnik    \=bugtraq    \=orakel         \=root          \=weberror                
 \=backupmaster      \=junk       \=out            \=sub           \=webmaster               

althought I have quite a few other "mailboxes" defined, too.  Hm...?

Thanx so much,
 Andy.

PS: I am really looking forward to upcoming surgeries...  :-)

-- 
 E-Mail: Andy@spiegl.de     URL: http://andy.spiegl.de
 PGP/GPG: see headers
                                o      _     _         _
  --------- __o       __o      /\_   _ \\o  (_)\__/o  (_)
  ------- _`\<,_    _`\<,_    _>(_) (_)/<_    \_| \   _|/' \/
  ------ (_)/ (_)  (_)/ (_)  (_)        (_)   (_)    (_)'  _\o_
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 If you steal from one author, it's plagiarism;
 if you steal from many, it's research.  (Wilson Milner)


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-20 15:18       ` Andy Spiegl
@ 2000-06-21  7:55         ` Andy Spiegl
  2000-06-21 15:21           ` Bart Schaefer
  0 siblings, 1 reply; 24+ messages in thread
From: Andy Spiegl @ 2000-06-21  7:55 UTC (permalink / raw)
  To: zsh-workers

Just have been testing a little more...

I wrote yesterday:
> Just one thing: I noticed that "Mailboxes" and "mailboxes" is offered as
> completion now, too.  Where does that come from?  It's listed under
> "mailbox specification".  And
>  % mutt -f \= <TAB>
>  mailbox specification
>  \=alert          \=brnet   \=junk.spiegl \=postmaster \=tripwire  \=wwwcron  
>  \=ard-webtechnik \=bugtraq \=orakel      \=root       \=weberror                
>  \=backupmaster   \=junk    \=out         \=sub        \=webmaster               
> 
> althought I have quite a few other "mailboxes" defined, too.  Hm...?

Looking at C-X ? trace tells me that

trace _mua_mailboxes:35(case)> mbox_names=( Mailboxes mailboxes =alert =bugtraq =tripwire ! =out/andy =out/heidi ~/News/my.articles +postponed =root =weberror =wwwcron =postmaster =webmaster =backupmaster =ard-webtechnik =brnet =junk =junk.spiegl =orakel =sub/cus/rundbriefe =sub/cus/rundbriefe.muc =sub/mutt =sub/zsh =sub/zsh-workers =sub/linux/linux-ug =sub/linux/debian.security =sub/linux/debian.announce =sub/linux/debian.commercial =sub/linux/debian.user.de =sub/linux/debian.user =sub/kira =sub/akte ) 

is being reduced to

trace _multi_parts:94(while else)> compadd -O tmp1 - =alert =bugtraq =tripwire =out =out =root =weberror =wwwcron =postmaster =webmaster =backupmaster =ard-webtechnik =brnet =junk =junk.spiegl =orakel =sub =sub =sub =sub =sub =sub =sub =sub =sub =sub =sub =sub =sub

Is that intended?  It would sound more logical to me if the full paths were 
kept.

And after
 % muttf -f  m<TAB>
I get these completions offered:
 mailbox specification
 mailboxes 
 mailbox file
 Mail/            movies/          mutt_1.2-1.deb 

Where does that "mailboxes" come from?
Thanks,
 Andy.

-- 
 E-Mail: Andy@spiegl.de     URL: http://andy.spiegl.de
 PGP/GPG: see headers
                                o      _     _         _
  --------- __o       __o      /\_   _ \\o  (_)\__/o  (_)
  ------- _`\<,_    _`\<,_    _>(_) (_)/<_    \_| \   _|/' \/
  ------ (_)/ (_)  (_)/ (_)  (_)        (_)   (_)    (_)'  _\o_
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-21  7:55         ` Andy Spiegl
@ 2000-06-21 15:21           ` Bart Schaefer
  2000-06-21 15:30             ` Bart Schaefer
                               ` (3 more replies)
  0 siblings, 4 replies; 24+ messages in thread
From: Bart Schaefer @ 2000-06-21 15:21 UTC (permalink / raw)
  To: Andy Spiegl, zsh-workers

On Jun 21,  9:55am, Andy Spiegl wrote:
} Subject: Re: bug in _mutt ?
}
} trace _mua_mailboxes:35(case)> mbox_names=( Mailboxes mailboxes

Please note those first two entries in mbox_names, it's important later.

} =sub/cus/rundbriefe =sub/cus/rundbriefe.muc =sub/mutt =sub/zsh
} =sub/zsh-workers =sub/linux/linux-ug =sub/linux/debian.security
} =sub/linux/debian.announce =sub/linux/debian.commercial
} =sub/linux/debian.user.de =sub/linux/debian.user =sub/kira =sub/akte )
}
} is being reduced to
} 
} =sub =sub =sub =sub =sub =sub =sub =sub =sub =sub =sub =sub =sub
}
} Is that intended?

Yes.  That's the whole point of _multi_parts: it works like _path_files,
but on strings that aren't necessarily file names.  So you should find
that if you type

% mutt -f =sub<TAB>

it'll append the slash, and offer completions of

cus  mutt  zsh  zsh-workers  linux  kira  akte

} It would sound more logical to me if the full paths were kept.

Why?  (Some people have very wide and deep mailbox hierarchies ...)

} And after
}  % muttf -f  m<TAB>
} I get these completions offered:
}  mailbox specification
}  mailboxes 
}  mailbox file
}  Mail/            movies/          mutt_1.2-1.deb 
} 
} Where does that "mailboxes" come from?

It comes from _mbox_names, up above.  I don't know why "Mailboxes" is
not also offered, since "Mail/" seems to be.

Now, how it got into _mbox_names is a different question.  In the
_mua_mailboxes helper function, you'll see

    (*:mutt:*)
      mbox_names=( "${_mutt_cache[@]}" "${_mailbox_cache[@]}"
      		   "${_maildir_cache[@]}" )

The _mutt_cache is initialized by grepping your .muttrc (or the file that
you name in the $muttrc variable, which you should set somewhere in your
.zshrc file if it's not ~/.muttrc) for the string "mailboxes" and then
throwing away the first word of the result.  So it could be coming from
there, if the grep is finding more words in .muttrc than Clint expected
(he wrote the original _mailboxes, I don't use mutt and have no idea
what a .muttrc file looks like).

The _mailbox_cache is all the files and directories under ~/Mail in your
home directory (again, set $maildirectory in your .zshrc to change this).
Unfortunately this caching means that you can't easily complete newly-
created mailbox names, but it's intended to speed things up for people
who have large numbers of mailboxes.  (Myabe the new enhancements to
_path_files are enough that we could do away with this?)

Finally, the _maildir_cache is all the *subdirectories* of ~/Mail (or
$maildirectory) that contain further subdirectories named "cur".  This
is crude support for a qmail mailbox format that stores messages as
individual files in three subdirectories of a directory named for the
mailbox.  This is imprecise, as it means that if you happen to have a
directory named "cur" it'll guess that the parent is a qmail mailbox.
You have a directory named "cus" ... do you also have a "cur"?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-20 11:53     ` Peter Stephenson
  2000-06-20 13:33       ` Bart Schaefer
@ 2000-06-21 15:24       ` Bart Schaefer
  2000-06-22  1:56         ` Clint Adams
  2000-06-22  3:55         ` Geoff Wing
  1 sibling, 2 replies; 24+ messages in thread
From: Bart Schaefer @ 2000-06-21 15:24 UTC (permalink / raw)
  To: Zsh hackers list

On Jun 20, 12:53pm, Peter Stephenson wrote:
} Subject: Re: bug in _mutt ?
}
} Andy Spiegl wrote:
} > While we are talking about mutt completion, I'd really like to program it
} > so that I can use '=' at the front of a mailbox name to abbreviate ~/Mail/,
} > but all my tries so far didn't work. :-(
} 
} This can be done by testing "compset -P '='" and stripping off the mail
} directory in the same way it's already done for various types of mailbox

As we've seen, this is apparently already handled because the `=' appears
in the list of mailbox names in ~/.muttrc, which zsh greps for.  Adding
the `compset -P' might actually break things.

Consequently, I'm not going to do any surgery on this at all.  Somebody
who actually uses mutt (Clint?) should wield the scalpel if it's needed.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-21 15:21           ` Bart Schaefer
@ 2000-06-21 15:30             ` Bart Schaefer
  2000-06-22  1:50             ` Clint Adams
                               ` (2 subsequent siblings)
  3 siblings, 0 replies; 24+ messages in thread
From: Bart Schaefer @ 2000-06-21 15:30 UTC (permalink / raw)
  To: Andy Spiegl, zsh-workers

On Jun 21,  3:21pm, Bart Schaefer wrote:
} Subject: Re: bug in _mutt ?
}
} The _mailbox_cache is all the files and directories under ~/Mail in your
                                      ^^^
Sorry, that's a typo -- all the files IN directories under ~/Mail

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-21 15:21           ` Bart Schaefer
  2000-06-21 15:30             ` Bart Schaefer
@ 2000-06-22  1:50             ` Clint Adams
  2000-06-22  2:27             ` PATCH: multiple mailbox lines in muttrc Clint Adams
  2000-06-26 19:43             ` bug in _mutt ? Andy Spiegl
  3 siblings, 0 replies; 24+ messages in thread
From: Clint Adams @ 2000-06-22  1:50 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: Andy Spiegl, zsh-workers

> The _mutt_cache is initialized by grepping your .muttrc (or the file that
> you name in the $muttrc variable, which you should set somewhere in your
> .zshrc file if it's not ~/.muttrc) for the string "mailboxes" and then
> throwing away the first word of the result.  So it could be coming from
> there, if the grep is finding more words in .muttrc than Clint expected
> (he wrote the original _mailboxes, I don't use mutt and have no idea
> what a .muttrc file looks like).

[Disclaimer: this is off the top of my head and may be grossly incorrect.]

A .muttrc is a just series of predicates separated by line breaks.
The mailboxes "command" is optional, and mutt is perfectly usable without it.

mailboxes =zsh-workers +zsh-users

is equivalent to

mailboxes =zsh-workers
mailboxes +zsh-users


The arguments to 'mailboxes' are a space-delimited list of, well, mailboxes.
These are parsed in precisely the same manner as the argument to mutt -f,
which is to say that a listed mailbox can be a file/directory name or shortcut.
Thus the mailboxes config lines, if they exist, can be used as potential
completions for -f.


More about arguments to -f:

It can be the full pathname to an mbox or MMDF file or the full
directory name of an MH or Maildir folder.

Arguments beginning with a = are exactly like arguments beginning
with +, which is about the same as + for elm -f.

More precisely, +abc or =abc expands to $folder/abc,
folder defaults to ~/Mail, but can be set in the global
or local muttrc thusly:

set folder="~/nonconformistmail"

Finally (I hope), there are the short shortcuts !, <, and >.


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-21 15:24       ` Bart Schaefer
@ 2000-06-22  1:56         ` Clint Adams
  2000-06-22  3:55         ` Geoff Wing
  1 sibling, 0 replies; 24+ messages in thread
From: Clint Adams @ 2000-06-22  1:56 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: Zsh hackers list

> Consequently, I'm not going to do any surgery on this at all.  Somebody
> who actually uses mutt (Clint?) should wield the scalpel if it's needed.

I've only had a cursory glance at this thread, but I'll try to catch up and
take a look.


^ permalink raw reply	[flat|nested] 24+ messages in thread

* PATCH: multiple mailbox lines in muttrc
  2000-06-21 15:21           ` Bart Schaefer
  2000-06-21 15:30             ` Bart Schaefer
  2000-06-22  1:50             ` Clint Adams
@ 2000-06-22  2:27             ` Clint Adams
  2000-06-22  4:07               ` PATCH: multiple mailbox lines in muttrc and more Clint Adams
  2000-06-26 19:43             ` bug in _mutt ? Andy Spiegl
  3 siblings, 1 reply; 24+ messages in thread
From: Clint Adams @ 2000-06-22  2:27 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: Andy Spiegl, zsh-workers

> The _mutt_cache is initialized by grepping your .muttrc (or the file that
> you name in the $muttrc variable, which you should set somewhere in your
> .zshrc file if it's not ~/.muttrc) for the string "mailboxes" and then
> throwing away the first word of the result.  So it could be coming from

For one thing, this should have been a grep "^mailboxes", lest
it try to interpret comments or other cruft.  For another thing,
who needs grep?  :)

Index: Completion/User/_mailboxes
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/User/_mailboxes,v
retrieving revision 1.2
diff -u -r1.2 _mailboxes
--- Completion/User/_mailboxes	2000/05/31 09:38:26	1.2
+++ Completion/User/_mailboxes	2000/06/22 02:22:57
@@ -65,7 +65,8 @@
 
 
   [[ -f ${~muttrc:-.} ]] &&
-    _mutt_cache=( ${$(grep mailboxes ${~muttrc})[2,-1]} )
+    _mutt_cache=( ${${(M)${(f)"$(<${~muttrc})"}:#mailboxes *}#mailboxes *} )
+
 
   _mbox_cache=( ${~maildirectory}/*(^/) )
   _pine_cache=( ${~pinedirectory}/**/*(.) )


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-21 15:24       ` Bart Schaefer
  2000-06-22  1:56         ` Clint Adams
@ 2000-06-22  3:55         ` Geoff Wing
  2000-06-22  3:59           ` Clint Adams
  1 sibling, 1 reply; 24+ messages in thread
From: Geoff Wing @ 2000-06-22  3:55 UTC (permalink / raw)
  To: zsh-workers

Bart Schaefer <schaefer@candle.brasslantern.com> typed:
:As we've seen, this is apparently already handled because the `=' appears
:in the list of mailbox names in ~/.muttrc, which zsh greps for.  Adding
:the `compset -P' might actually break things.

One note, it doesn't yet check ~/.mutt/muttrc if ~/.muttrc doesn't exist.

Regards,
Geoff


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-22  3:55         ` Geoff Wing
@ 2000-06-22  3:59           ` Clint Adams
  0 siblings, 0 replies; 24+ messages in thread
From: Clint Adams @ 2000-06-22  3:59 UTC (permalink / raw)
  To: Geoff Wing; +Cc: zsh-workers

> One note, it doesn't yet check ~/.mutt/muttrc if ~/.muttrc doesn't exist.

It also doesn't check the global Muttrc, which is a little harder to find.
In theory, it should also be smart enough to notice -F <alternate muttrc>
and -n (do not read global muttrc), but I'm not going to tackle that just
yet.


^ permalink raw reply	[flat|nested] 24+ messages in thread

* PATCH: multiple mailbox lines in muttrc and more
  2000-06-22  2:27             ` PATCH: multiple mailbox lines in muttrc Clint Adams
@ 2000-06-22  4:07               ` Clint Adams
  0 siblings, 0 replies; 24+ messages in thread
From: Clint Adams @ 2000-06-22  4:07 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: Andy Spiegl, zsh-workers

> +    _mutt_cache=( ${${(M)${(f)"$(<${~muttrc})"}:#mailboxes *}#mailboxes *} )

Oops, splitting problem.

In other news, this seems to work for completion of

mutt -f+
mutt -f=
mutt -f +

but not

mutt -f \=


Meaning mutt -f \=<TAB> will complete the fake mailboxes I put into a fake
muttrc to test this, but my ~/Mail/components file, for instance, which
is happily completed by the other three forms, much to my annoyance.

I'm sure that there are other problems with this that I've failed to notice.

Index: Completion/User/_mailboxes
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/User/_mailboxes,v
retrieving revision 1.3
diff -u -r1.3 _mailboxes
--- Completion/User/_mailboxes	2000/06/22 02:37:45	1.3
+++ Completion/User/_mailboxes	2000/06/22 04:01:24
@@ -23,6 +23,12 @@
       else
         _tags mailboxes files
       fi;;
+    (*:mutt:*)
+      if [[ "$PREFIX" == (|-f)[+=]* ]]; then
+	_tags mailboxes
+      else
+        _tags mailboxes files
+      fi;;
     (*:pine:*)
       # Files for pine must be absolute paths.
       if [[ "$PREFIX" == (|-f)[/\~]* ]]; then
@@ -43,7 +49,7 @@
     _requested mailboxes expl 'mailbox specification' _mua_mailboxes && ret=0
 
     if _requested files expl 'mailbox file'; then
-      [[ "${curcontext}" != *:(mail|mush|zmail|zmlite):* ]] &&
+      [[ "${curcontext}" != *:(mail|mush|mutt|zmail|zmlite):* ]] &&
 	compset -P -f
       _files "$expl[@]" && ret=0
     fi
@@ -65,7 +71,7 @@
 
 
   [[ -f ${~muttrc:-.} ]] &&
-    _mutt_cache=( ${${(M)${(f)"$(<${~muttrc})"}:#mailboxes *}#mailboxes *} )
+    _mutt_cache=( ${=${(M)${(f)"$(<${~muttrc})"}:#mailboxes *}#mailboxes *} )
 
 
   _mbox_cache=( ${~maildirectory}/*(^/) )
@@ -127,9 +133,16 @@
       fi
       ;;
     (*:mutt:*)
+      if compset -P '='; then
+        mbox_names=( "${_mutt_cache[@]#[+=]}" "${(@)_mbox_cache#$~maildirectory/}" "${(@)_maildir_cache#$~maildirectory/}" "${(@)_mh_cache#$~maildirectory/}")
+      elif compset -P +; then
+        mbox_names=( "${_mutt_cache[@]#[+=]}" "${(@)_mbox_cache#$~maildirectory/}" "${(@)_maildir_cache#$~maildirectory/}" "${(@)_mh_cache#$~maildirectory/}")
+      else
       mbox_names=( "${_mutt_cache[@]}" "${_mailbox_cache[@]}"
-		   "${_maildir_cache[@]}" )
-      mbox_short=( \! \< \> );;
+		   "${_maildir_cache[@]}" "${_mh_cache[@]}" )
+      mbox_short=( \! \< \> )
+      fi
+      ;;
     (*:pine:*)
       # Pine is like mail but with no leading `+' to disambiguate;
       # any files not in $pinedirectory must be absolute paths.


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-21 15:21           ` Bart Schaefer
                               ` (2 preceding siblings ...)
  2000-06-22  2:27             ` PATCH: multiple mailbox lines in muttrc Clint Adams
@ 2000-06-26 19:43             ` Andy Spiegl
  2000-06-27  0:51               ` Bart Schaefer
  3 siblings, 1 reply; 24+ messages in thread
From: Andy Spiegl @ 2000-06-26 19:43 UTC (permalink / raw)
  To: zsh-workers

Sorry, I was out of reach for a few days...

Most of the issues are fixed by Clints patches.  Thanks!

> Yes.  That's the whole point of _multi_parts: it works like _path_files,
> but on strings that aren't necessarily file names.  So you should find
> that if you type
> 
> % mutt -f =sub<TAB>
> 
> it'll append the slash, and offer completions of
> 
> cus  mutt  zsh  zsh-workers  linux  kira  akte

Hm, it does append the slash, but then I only get a beep. :-(

> } It would sound more logical to me if the full paths were kept.
> 
> Why?  (Some people have very wide and deep mailbox hierarchies ...)
I fully agree with you, if completion after sub/.. still works.  But
actually in that case I would expect zsh to offer me _all_ the files in
that directory.  Hm, that's probably the same issue as whether completion
after = or + should only list the .muttrc-defined mailboxes or whether it
should list all files under ~/Mail.  I'd prefer both...in separate groups.

> mailbox.  This is imprecise, as it means that if you happen to have a
> directory named "cur" it'll guess that the parent is a qmail mailbox.
> You have a directory named "cus" ... do you also have a "cur"?
Nope, "cus" is short for "cusanus" and is just a name. :-)

Thanks,
 Andy.

-- 
 E-Mail: Andy@spiegl.de     URL: http://andy.spiegl.de
 PGP/GPG: see headers
                                o      _     _         _
  --------- __o       __o      /\_   _ \\o  (_)\__/o  (_)
  ------- _`\<,_    _`\<,_    _>(_) (_)/<_    \_| \   _|/' \/
  ------ (_)/ (_)  (_)/ (_)  (_)        (_)   (_)    (_)'  _\o_
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 cat /dev/boiler/water | tea | sieve > /cup
 mount -t hdev /dev/human/mouth01 /mouth ; cat /cup >/mouth/gulp


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-26 19:43             ` bug in _mutt ? Andy Spiegl
@ 2000-06-27  0:51               ` Bart Schaefer
  0 siblings, 0 replies; 24+ messages in thread
From: Bart Schaefer @ 2000-06-27  0:51 UTC (permalink / raw)
  To: Andy Spiegl, zsh-workers

On Jun 26,  9:43pm, Andy Spiegl wrote:
> > [...] on strings that aren't necessarily file names.  So you should find
> > that if you type
> > 
> > % mutt -f =sub<TAB>
> > 
> > it'll append the slash, and offer completions of
> > 
> > cus  mutt  zsh  zsh-workers  linux  kira  akte
> 
> Hm, it does append the slash, but then I only get a beep. :-(

Time for <C-x?> and a look at the trace output.  As I said, I don't use
mutt, so it's not straightforward for me to debug this stuff.

> actually in that case I would expect zsh to offer me _all_ the files in
> that directory.  Hm, that's probably the same issue as whether completion
> after = or + should only list the .muttrc-defined mailboxes or whether it
> should list all files under ~/Mail.  I'd prefer both...in separate groups.

Right now _mailboxes understands "mailboxes" and "files in $maildirectory"
as two separate groups, and the prefix `=' is used to introduce "mailboxes"
rather than being an abbreviation for $maildirectory.

It would be possible to treat `=' both ways by moving the `compset -P' test
from the `case' statement down into the `while _tags' loop, I think; it
would also be necessary to special-case the _files call for mutt to pass
it -W $maildirectory, and maybe some other things ...


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-22  9:48 ` Bart Schaefer
@ 2000-06-22 13:43   ` Clint Adams
  0 siblings, 0 replies; 24+ messages in thread
From: Clint Adams @ 2000-06-22 13:43 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: Sven Wischnowsky, zsh-workers

> } used elsewhere? Or should it be converted to a style?
> 
> It's quite possible that it should be converted to a style.  The code in

A style would be better, especially if I were smart enough to keep my
folders for different mail clients in separate directories.

The same goes for $muttrc.

This complicates matters in terms of communication between _mutt and
_mailboxes though.


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
  2000-06-22  8:36 Sven Wischnowsky
@ 2000-06-22  9:48 ` Bart Schaefer
  2000-06-22 13:43   ` Clint Adams
  0 siblings, 1 reply; 24+ messages in thread
From: Bart Schaefer @ 2000-06-22  9:48 UTC (permalink / raw)
  To: Sven Wischnowsky, zsh-workers

On Jun 22, 10:36am, Sven Wischnowsky wrote:
} Subject: Re: bug in _mutt ?
}
} Bart Schaefer wrote:
} 
} > again, set $maildirectory in your .zshrc to change this
} 
} I know nothing about all this... just one question: is this parameter
} used elsewhere? Or should it be converted to a style?

It's quite possible that it should be converted to a style.  The code in
_mailboxes is quite old and was modeled after another completion function
that allowed a local variable to be overridden by a global ... I forget
now which one ... I changed it in 7962 from reading elements out of the
compconfig assoc array to using private variable names of its own, but I
never went back to it after the style system was introduced.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
@ 2000-06-22  8:36 Sven Wischnowsky
  2000-06-22  9:48 ` Bart Schaefer
  0 siblings, 1 reply; 24+ messages in thread
From: Sven Wischnowsky @ 2000-06-22  8:36 UTC (permalink / raw)
  To: zsh-workers


Bart Schaefer wrote:

> ...
> 
> again, set $maildirectory in your .zshrc to change this

I know nothing about all this... just one question: is this parameter
used elsewhere? Or should it be converted to a style?

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
@ 2000-06-20 12:28 Sven Wischnowsky
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Wischnowsky @ 2000-06-20 12:28 UTC (permalink / raw)
  To: zsh-workers


I wrote:

> Andy Spiegl wrote:
> 
> > I did just now (didn't know this feature till now), but I must admit, that
> > I don't understand the output.  I'll attach it to this mail for the
> > experts.  I assume the relevant part is here:
> > 
> >  trace _all_labels:39(while else)> -M m:{A-Za-z}=3D{a-zA-Z} -F _comp_ignore=
> >  -J files -X =1B[01;33mmailbox specification=1B[22;36m files expl mailbox s=
> > pecification
> >  _all_labels:39: command not found: -M
> 
> Much more interesting is this line:
> 
> > trace _mailboxes:41()> _wanted files expl mailbox specification
> 
> It shows that you are *not* using the _mailboxes file from dev-1, that 
> doesn't call _wanted. And, as I said in an earlier mail, we had some
> problems with _wanted (and very similar output) in earlier versions.
> 
> Maybe you have the old versions somewhere in your $fpath where they
> are found before the current ones?

Just had another look... your _setup is up-to-date, maybe you copied
only _mailboxes somewhere?

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
@ 2000-06-20 12:21 Sven Wischnowsky
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Wischnowsky @ 2000-06-20 12:21 UTC (permalink / raw)
  To: zsh-workers


Andy Spiegl wrote:

> I did just now (didn't know this feature till now), but I must admit, that
> I don't understand the output.  I'll attach it to this mail for the
> experts.  I assume the relevant part is here:
> 
>  trace _all_labels:39(while else)> -M m:{A-Za-z}=3D{a-zA-Z} -F _comp_ignore=
>  -J files -X =1B[01;33mmailbox specification=1B[22;36m files expl mailbox s=
> pecification
>  _all_labels:39: command not found: -M

Much more interesting is this line:

> trace _mailboxes:41()> _wanted files expl mailbox specification

It shows that you are *not* using the _mailboxes file from dev-1, that 
doesn't call _wanted. And, as I said in an earlier mail, we had some
problems with _wanted (and very similar output) in earlier versions.

Maybe you have the old versions somewhere in your $fpath where they
are found before the current ones?

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: bug in _mutt ?
@ 2000-06-20  8:01 Sven Wischnowsky
  0 siblings, 0 replies; 24+ messages in thread
From: Sven Wischnowsky @ 2000-06-20  8:01 UTC (permalink / raw)
  To: zsh-workers


Bart Schaefer wrote:

> On Mon, 19 Jun 2000, Andy Spiegl wrote:
> 
> >  % mutt -f <TAB>
> > results in:
> >  % mutt -f _all_labels:39: command not found: -M
> > 
> > My mistake somewhere or a bug?
> 
> It's probably a bug, but it must have something to do with your styles, as
> I don't get this.
> 
> Have you looked at the output from _complete_debug (use <ctrl-x ?> instead
> of <TAB>)?

I can't reproduce this either. We had some problems like this with
earlier versions...

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2000-06-27  0:51 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20000619211650.A5701@br-online.de>
2000-06-19 20:18 ` bug in _mutt ? Bart Schaefer
2000-06-20 11:28   ` Andy Spiegl
2000-06-20 11:53     ` Peter Stephenson
2000-06-20 13:33       ` Bart Schaefer
2000-06-21 15:24       ` Bart Schaefer
2000-06-22  1:56         ` Clint Adams
2000-06-22  3:55         ` Geoff Wing
2000-06-22  3:59           ` Clint Adams
2000-06-20 14:02     ` Clint Adams
2000-06-20 15:18       ` Andy Spiegl
2000-06-21  7:55         ` Andy Spiegl
2000-06-21 15:21           ` Bart Schaefer
2000-06-21 15:30             ` Bart Schaefer
2000-06-22  1:50             ` Clint Adams
2000-06-22  2:27             ` PATCH: multiple mailbox lines in muttrc Clint Adams
2000-06-22  4:07               ` PATCH: multiple mailbox lines in muttrc and more Clint Adams
2000-06-26 19:43             ` bug in _mutt ? Andy Spiegl
2000-06-27  0:51               ` Bart Schaefer
2000-06-20  8:01 Sven Wischnowsky
2000-06-20 12:21 Sven Wischnowsky
2000-06-20 12:28 Sven Wischnowsky
2000-06-22  8:36 Sven Wischnowsky
2000-06-22  9:48 ` Bart Schaefer
2000-06-22 13:43   ` Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).