[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sup-talk] Automatically saving all attachements
On 29. jan. 2013 19:50, Ico wrote:
> Does anyone happen to have a hook that automatically saves all
> attachements to a given directory when receiving or opening an e-mail?
>
> Thanks,
>
> Ico
>
Maybe there is some inspiration to be found in the save_all_to_disk
function (keypress 'A' in thread view mode):
https://github.com/sup-heliotrope/sup/blob/master/lib/sup/modes/thread-view-mode.rb#L375
- gaute