mutt: add forward to todoist with 't'

This commit is contained in:
Johannes Rothe 2018-11-19 23:29:59 +01:00
parent 28da18cd19
commit eba4c4cb00

View File

@ -37,7 +37,8 @@ set confirmappend=no
# forward options # forward options
# ask if the whole message including attachments should be forwarded # ask if the whole message including attachments should be forwarded
set mime_forward=ask-no set mime_forward=ask-no
set forward_format = "Fwd: %s" #set forward_format = "Fwd: %s"
set forward_format = "%s"
set include set include
set forward_quote set forward_quote
@ -46,7 +47,8 @@ set timeout = 15
set mail_check = 60 set mail_check = 60
# Macros # Macros
macro index,pager D "<save-message>+magazino/Done\n<sync-mailbox>" macro index,pager D "<save-message>+magazino/Done<enter><sync-mailbox>"
macro index,pager t "<forward-message>add.task.19025132.2196901048.bdb8e86d4bb9ff17@todoist.net<enter><enter><enter>
# Status Bar # Status Bar
set status_chars = " *%A" set status_chars = " *%A"