mirror of
https://github.com/neomutt/samples.git
synced 2024-11-24 17:35:00 +01:00
Update generate-imap.sh to set folder variable
This commit is contained in:
parent
cc7d3f289f
commit
203180007a
@ -10,9 +10,13 @@ echo $SEP >> $FILE
|
||||
|
||||
cat variable/01-002-realname.txt >> $FILE
|
||||
cat variable/01-003-from.txt >> $FILE
|
||||
cat variable/02-002-folder.txt >> $FILE
|
||||
|
||||
echo "# set folder=\"imaps://domain.tld/\"" >> $FILE
|
||||
|
||||
cat variable/02-003-spoolfile.txt >> $FILE
|
||||
|
||||
echo "# set spoolfile=\"imaps://domain.tld/\"" >> $FILE
|
||||
echo "# set spoolfile=\"+INBOX\"" >> $FILE
|
||||
|
||||
cat variable/02-007-mailboxes.txt >> $FILE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user