14 lines
533 B
Text
14 lines
533 B
Text
###
|
|
# aethon.nl specific options
|
|
###
|
|
|
|
set from = "thomas@aethon.nl"
|
|
set smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
|
|
set mbox = "+aethon/INBOX"
|
|
set signature = "~/documents/work/aethon/signature.txt"
|
|
set postponed = "+aethon/drafts"
|
|
unset record
|
|
|
|
macro index E "<change-folder>+aethon/archive<enter><limit>~B " "search everything"
|
|
macro index D "<save-message>+aethon/trash<enter>" "move message to the trash"
|
|
macro index S "<save-message>+aethon/spam<enter>" "mark message as spam"
|