blob: 9cc09cf152d7cf32ca875dab5a7f29a62d9f619f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
set from = "urbainvaes90@gmail.com"
set sendmail="/usr/bin/msmtp -a informal"
set spoolfile = "+Informal/Informal"
set record = "+Informal/Informal.sent"
set postponed = "+Informal/Informal.drafts"
set trash = "+Informal/Informal.bin"
macro index gs "<change-folder> $record<enter>"
macro index gd "<change-folder> $postponed<enter>"
macro index gb "<change-folder> $trash<enter>"
|