# vim: ft=muttrc
set realname = "Ram-Z"
set from = "ram-z@chakra-project.org"
+unmy_hdr Bcc:
my_hdr Bcc: $from
# vim: ft=muttrc
set realname = "Samir Benmendil"
set from = "samir.benmendil@gmail.com"
+unmy_hdr Bcc:
my_hdr Bcc: $from
# vim: ft=muttrc
set realname = "Samir Benmendil"
set from = "s.benmendil@student.maastrichtuniversity.nl"
+unmy_hdr Bcc:
my_hdr Bcc: $from
macro index b "<enter-command>toggle sidebar_visible<enter><refresh>" "Toggle sidebar"
macro pager b "<enter-command>toggle sidebar_visible<enter><redraw-screen>" "Toggle sidebar"
-macro pager \Cu "|urlview<enter>" "
+macro pager \Cu "|urlview<enter>" "open urlview"
# Remap bounce-message function to “B”
bind index,pager B bounce-message
# vim: ft=muttrc
+reply-hook . source ~/.mutt/accounts/gmail
+reply-hook "%L chakra" source ~/.mutt/accounts/chakra
+reply-hook "%L unimaas" source ~/.mutt/accounts/unimaas
+
folder-hook . source ~/.mutt/accounts/gmail
folder-hook chakra source ~/.mutt/accounts/chakra
folder-hook unimaas source ~/.mutt/accounts/unimaas
folder-hook * "exec collapse-all"
+
+# limit inbox to Unread and Flagged mails
+folder-hook inbox push '<limit>=(=U|=F)<enter>'
+# delete mails older than 3 months
+folder-hook inbox push '<delete-pattern>!~(~U|~F|~d<3m)<enter>'
text/html; w3m -I %{charset} -T text/html; copiousoutput;
image/*; ~/.mutt/mutt_bgrun feh %s;
application/pdf; ~/.mutt/mutt_bgrun okular %s;
+application/*; ~/.mutt/mutt_bgrun mimeo %s;
# general settings
-alternates samir.benmendil@.* ram-z@.* s.benmendil@.*
+alternates -group me samir.benmendil@gmail.com ram-z@hotmail.com
+alternates -group me -group chakra ram-z@chakra-project.org
+alternates -group me -group unimaas s.benmendil@student.maastrichtuniversity.nl
+
set mail_check = 0
set envelope_from
set forward_format = "Fwd: %s"
set collapse_unread = no
# lists
-subscribe ^chakra-.*@googlegroups.com
+subscribe -group chakra ^chakra-.*@googlegroups.com
subscribe clementine-player@googlegroups.com
+# performance tuning
+set read_inc = 1000 # nb of messages read before printing status
+set write_inc = 1000 # nb of messages written before printing status
+set time_inc = 100 # time interval (ms) between status print
+
# look and feel
set pager_index_lines = 12
set pager_context = 5