hi, I have no way of figuring out if a mail has an attachment. (though I could parse all header files, but who wants that?).
can we provide a flag or some sort to show if a message has an attachment in himalaya
or himalaya list
respectively?
I see #16 regarding this. but Im not sure. my flags are still empty. v0.5.10 here.
thanks.
--attachment
is given (or if config option is set) and if the envelope has an attachment.I see #16 regarding this. but Im not sure. my flags are still empty.
Yes, it was one of the first feature I implemented, but the code changed so much since and this feature was removed because of perf issues. The
list
command lists only the envelopes of emails: it is faster, but there is no information about attachments. Maybe I can propose to introduce a new flag (sth likehimalaya list --full
) that could fetch emails instead of envelopes, and so we could show information about attachments. What do you think?