# where your maildir folders live MBOX_ROOT = "/home/nilix/lib/mail/zoho" # where the rom and scripts will live (probably the git repo) TARO_LIB = "/home/nilix/src/taro" # where attachments are saved TARO_DOWNLOADS = "/home/nilix/tmp" # terminal commands to wrap reading and writing mail # use your own favorite terminal - cmdline syntax may differ READER_PROG = "TARO_DOWNLOADS=#{TARO_DOWNLOADS} LESSKEYIN=#{TARO_LIB}/lesskey st -t \"taro-reader\" -e #{TARO_LIB}/taro-reader" COMPOSE_PROG = "st -t \"taro-compose\" -e mcom"