1_ you need to change extension of file in maildir folder to eml
--script to change extensions of file from [EXTENSION] to eml
#!/bin/bash
for i in *.
[EXTENSION] *
do
e=`echo $i | sed 's/.
[EXTENSION] $/.eml/'`
cp $i $e
done
++++++++additional help - this will replace extensions in the script
--sed -i 's/\[EXTENSION\]/debian/g' convert.sh
\\ change \[EXTENSION\] to whatever extension you need
2_ drag&drop files with eml extension to inbox folder in thunderbird
Subscribe to:
Post Comments (Atom)
How to type letters with accent
Very useful article https://www.freecodecamp.org/news/how-to-type-letters-with-accents-on-mac/
- 
Для того чтобы изменить сервер обновлений или подключить локальную папку зеркала необходимо - открыть реестр и в соответствующих ветках пр...
 - 
replaced ukrainian "І" with ukrainian "И" https://drive.google.com/drive/folders/1G034a_BPxs0YVFWivjGZjeAyj-jefYNJ if yo...
 - 
plugins are for eap are missing: apt-get install strongswan-plugin-eap-mschapv2
 
No comments:
Post a Comment