Randy Bush | 1 Feb 2009 05:48

Re: n00b questions

>> when i C-c C-x TAB a file into a message, and sent it, the message
>> was split into two messages somehow, the filename was lost, and the
>> recipient could not usefully get the file.
> (setq mime-edit-split-message nil)

thank you!

>> how can deleted messages be moved from summary to trash as soon as
>> possible?
> As far as I know there is no way. This is a pretty integral part of
> wanderlust.

i will survive.  just need to make finger habits.

>> how to set up so that all imap folders are checked every N minutes?

a biffy thing is described in
   http://www.gohome.org/wl/doc/wl_180.html#SEC180
it is the first thing i have found which locks up wl.  but maybe i
got a bit carried away.

(setq wl-biff-check-folder-list
     '("%inbox:randy/clear <at> foo.honto.jp:993!"
       "%freebsd-current:randy/clear <at> foo.honto.jp:993!"
       "%freebsd-fs:randy/clear <at> foo.honto.jp:993!"
       "%freebsd-net:randy/clear <at> foo.honto.jp:993!"
       "%freebsd-misc:randy/clear <at> foo.honto.jp:993!"
       "%ietf:randy/clear <at> foo.honto.jp:993!"
       "%ops-lists:randy/clear <at> foo.honto.jp:993!"
       "%tools:randy/clear <at> foo.honto.jp:993!"
       "%vendors:randy/clear <at> foo.honto.jp:993!"
       "%wanderlust:randy/clear <at> foo.honto.jp:993!"
       "%root:randy/clear <at> foo.honto.jp:993!"
       "%inbox:george/clear <at> honto.jp:993!"
       "%inbox:randy/clear <at> localhost:9993!"))

;; how often to check
(setq wl-biff-check-interval 60)
;; ring the bell (default)
(setq wl-biff-notify-hook '(ding))

thanks for the clues.

randy


Gmane