2022-12-16 12:22:11 +01:00
|
|
|
# vim: syntax=muttrc
|
|
|
|
|
2021-02-16 15:41:04 +01:00
|
|
|
set from = "Sanchayan Maity <sanchayan@asymptotic.io>"
|
2024-10-29 07:08:43 +01:00
|
|
|
set sendmail = "msmtp -a asymptotic"
|
2020-07-23 16:50:48 +02:00
|
|
|
set mbox = "+asymptotic/Archive"
|
2024-10-29 07:08:43 +01:00
|
|
|
set postponed = "+asymptotic/Drafts"
|
2020-07-23 16:50:48 +02:00
|
|
|
set record = "+asymptotic/Sent"
|
2022-12-16 12:22:11 +01:00
|
|
|
set signature = "~/.mutt/signature"
|
2020-07-23 16:50:48 +02:00
|
|
|
|
2024-10-29 07:08:43 +01:00
|
|
|
macro index S <save-message>+asymptotic/Spam<enter>
|
|
|
|
macro index D <save-message>+asymptotic/Trash<enter>
|
2020-07-23 16:50:48 +02:00
|
|
|
|
2024-10-29 07:08:43 +01:00
|
|
|
macro index gi <change-folder>=asymptotic/Inbox<enter>
|
|
|
|
macro index gs <change-folder>=asymptotic/Sent<enter>
|