mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-21 16:29:06 +00:00
Show spinner when downloading text file attachments
This commit is contained in:
parent
f008dfc529
commit
6fa7af0931
@ -838,15 +838,13 @@ restart:
|
||||
case ENC_B64:
|
||||
chars = decode_base64();
|
||||
readp = linebuf; // Decoded text is in linebuf[]
|
||||
if (!(linecount % 10))
|
||||
spinner();
|
||||
break;
|
||||
case ENC_SKIP:
|
||||
if (!(linecount % 10))
|
||||
spinner();
|
||||
readp = NULL; // Read next line from disk
|
||||
break;
|
||||
}
|
||||
if (mime_binary && !(linecount % 10))
|
||||
spinner();
|
||||
}
|
||||
do {
|
||||
if (readp) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user