Sending... indicate Sending (n/m)... ?

Katsumi Yamaoka yamaoka at jpl.org
Wed Aug 11 12:16:43 JST 2004


>>>>> In [Wanderlust English : No.00826] Katsumi Yamaoka wrote:

> (defcustom stmp-progress-message-format "Sending (%k/%K)..."
>   "*Format string used to show progress message while sending mails.
> It allows the following special format specifiers:

I've CVS committed it with the following modifications:

1. It allows only the following three format specifiers:

   %b means show the number of bytes which has been sent
      and the total bytes of a mail.
   %k means show the number of kilobytes which has been sent
      and the total kilobytes of a mail.
   %l means show the number of lines which has been sent
      and the total lines of a mail.

   For instance, the value "Sending (%k)..." shows like
   "Sending (45k/123k)..." in the echo area."

2. Defaults to nil.

3. The prefix `stmp-' has been fixed into `smtp-'. :-p

I've also uploaded it as:

ftp://ftp.jpl.org/pub/m17n/flim-1_14-200408110315.tar.gz
http://www.jpl.org/ftp/pub/m17n/flim-1_14-200408110315.tar.gz

Enjoy!





More information about the Emacs-mime-en mailing list