diff options
| author | Brahmajit Das <listout@listout.xyz> | 2026-02-12 19:00:44 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2026-02-12 19:00:44 +0000 |
| commit | 0f04d169f191fd1ae9a251211f2aa03c31de951c (patch) | |
| tree | 1378e179ba9566bca10c912ecc4f2b1a7c275b0e | |
| parent | cfd6845fffb4a3d6aebf2424498252a2453911bc (diff) | |
| download | dots-0f04d169f191fd1ae9a251211f2aa03c31de951c.tar.gz | |
delete gmail config
Signed-off-by: Brahmajit Das <listout@listout.xyz>
| -rw-r--r-- | .config/neomutt/gmail_main | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/.config/neomutt/gmail_main b/.config/neomutt/gmail_main deleted file mode 100644 index 859a20f..0000000 --- a/.config/neomutt/gmail_main +++ /dev/null @@ -1,43 +0,0 @@ -unmailboxes * - -# Unset to properly repopulate the variables -unset smtp_pass -unset smtp_url -unset smtp_user -unset from -unset hostname -unset realname - -set edit_headers=yes - -set realname = "Brahmajit Das" -set from = brahmajit.xyz@gmail.com - -set header_cache = "$XDG_CACHE_HOME/neomutt/headers/" -set message_cachedir = "$XDG_CACHE_HOME/neomutt/bodies/" -#set certificate_file = "$XDG_CACHE_HOME/neomutt/certificates/" - -set folder=~/.local/share/email/gmail -set mbox_type=Maildir -set spoolfile=+INBOX -#mailboxes `find ~/.local/share/email/gmail -type d -name cur | xargs -I {} dirname "{}"` -mailboxes ~/.local/share/email/gmail/INBOX -mailboxes ~/.local/share/email/gmail/linux-acpi -mailboxes ~/.local/share/email/gmail/linux-kernel -mailboxes ~/.local/share/email/gmail/[Gmail]/Sent\ Mail -set record="+[Gmail]/Sent Mail" - -set sendmail = "msmtp -a gmail" - -# gmail automatically saves sent emails, so we avoid duplicates -unset record - -# synchronization settings ['s' to sync] -macro index S "<shell-escape>mbsync -V gmail<enter>" "sync email" - -set signature="$HOME/.config/neomutt/signature" - -## Hook -#account-hook $folder "set imap_user=listout@listout.xyz imap_pass=`pass show mailbox.org/pass`" - -# vim: set ft=muttrc: |
