diff options
author | listout <listout@protonmail.com> | 2022-06-30 07:56:41 +0000 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-06-30 07:56:41 +0000 |
commit | 18884d7dfdfa5af0a87810cd2926729448fdfdef (patch) | |
tree | d8e8a9841f36b307d4441f2b9033cebd4d52218f /.config/neomutt/gmail_main | |
parent | 95082b11c851d1e732daa8d801f9a3d49daafe3d (diff) | |
parent | 3eaf9a3320d5e9bf4d4ff4ae3301bf4cce90ef23 (diff) |
Merge branch 'nord' into 'master'
merging latest changes into master
See merge request listout/dots!2
Diffstat (limited to '.config/neomutt/gmail_main')
-rw-r--r-- | .config/neomutt/gmail_main | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/neomutt/gmail_main b/.config/neomutt/gmail_main index 8fbeb82..96e8980 100644 --- a/.config/neomutt/gmail_main +++ b/.config/neomutt/gmail_main @@ -7,6 +7,10 @@ set record="+[Gmail]/Sent Mail" set postponed="+[Gmail]/Drafts" mailboxes =INBOX =[Gmail]/Sent\ Mail =[Gmail]/Drafts =[Gmail]/Spam =[Gmail]/Trash +# Show lable in mailbox +mailboxes =gsoc # lable name +mailboxes "imaps://`pass show gmail/work/name`@imap.gmail.com/gsoc" + # store message header locally set header_cache=~/.cache/neomutt @@ -32,6 +36,10 @@ unset record set smtp_url=smtps://`pass show gmail/work/name`:`pass show gmail/work/mutt`@smtp.gmail.com set from=`pass show gmail/work/name`@gmail.com set hostname="gmail.com" +set realname='listout' +set use_from=yes + +set signature="$HOME/.config/neomutt/signature" ## Hook account-hook $folder "set imap_user=`pass show gmail/work/name`@gmail.com imap_pass=`pass show gmail/work/mutt`" |