]> git.rmz.io Git - dotfiles.git/blobdiff - mutt/accounts/gmail
mutt: fix F macro to not write message to home
[dotfiles.git] / mutt / accounts / gmail
index 69458e0fdfc0161fe5d9af822a047aa8f5a52e71..468347cb2539e08c80270d20c95e6979df6aca2d 100644 (file)
@@ -1,7 +1,7 @@
 # vim: ft=muttrc
 set realname = "Samir Benmendil"
-set from = "me@rmz.io"
-my_hdr Bcc: sent@rmz.io
+set from = "samir.benmendil@gmail.com"
+my_hdr Bcc: samir.benmendil@gmail.com
 set sendmail = "msmtp -a gmail"
 
 set spoolfile    = "+gmail/inbox"   # set inbox
@@ -9,6 +9,9 @@ set postponed    = "+gmail/drafts"  # drafts folder
 unset record                        # do not move sent msgs to a folder, gmail does that
 unset move                          # do not move read msgs, gmail does that
 
+# goobook
+set query_command = "goobook query '%s'"
+
 mailboxes "+gmail/inbox"
 mailboxes "+gmail/sent"
 mailboxes "+gmail/youtube"