add mutt
This commit is contained in:
parent
5dd46db45b
commit
0b4d7609ac
7 changed files with 338 additions and 0 deletions
151
mutt/.config/mutt/mutt-color-solarized.muttrc
Normal file
151
mutt/.config/mutt/mutt-color-solarized.muttrc
Normal file
|
@ -0,0 +1,151 @@
|
|||
# vim: filetype=muttrc
|
||||
|
||||
#
|
||||
#
|
||||
# make sure that you are using mutt linked against slang, not ncurses, or
|
||||
# suffer the consequences of weird color issues. use "mutt -v" to check this.
|
||||
|
||||
# custom body highlights -----------------------------------------------
|
||||
# highlight my name and other personally relevant strings
|
||||
#color body color136 color234 "(ethan|schoonover)"
|
||||
# custom index highlights ----------------------------------------------
|
||||
# messages which mention my name in the body
|
||||
#color index color136 color234 "~b \"phil(_g|\!| gregory| gold)|pgregory\" !~N !~T !~F !~p !~P"
|
||||
#color index J_cream color230 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~N !~T !~F !~p !~P"
|
||||
#color index color136 color37 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P"
|
||||
#color index color136 J_magent "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~F !~p !~P"
|
||||
## messages which are in reference to my mails
|
||||
#color index J_magent color234 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" !~N !~T !~F !~p !~P"
|
||||
#color index J_magent color230 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~N !~T !~F !~p !~P"
|
||||
#color index J_magent color37 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~T !~F !~p !~P"
|
||||
#color index J_magent color160 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~F !~p !~P"
|
||||
|
||||
# for background in 16 color terminal, valid background colors include:
|
||||
# base03, bg, black, any of the non brights
|
||||
|
||||
# basic colors ---------------------------------------------------------
|
||||
color normal color241 color234
|
||||
color error color160 color234
|
||||
color tilde color235 color234
|
||||
color message color37 color234
|
||||
color markers color160 color254
|
||||
color attachment color254 color234
|
||||
color search color61 color234
|
||||
#color status J_black J_status
|
||||
color status color241 color235
|
||||
color indicator color234 color136
|
||||
color tree color136 color234 # arrow in threads
|
||||
|
||||
# basic monocolor screen
|
||||
mono bold bold
|
||||
mono underline underline
|
||||
mono indicator reverse
|
||||
mono error bold
|
||||
|
||||
# index ----------------------------------------------------------------
|
||||
|
||||
#color index color160 color234 "~D(!~p|~p)" # deleted
|
||||
#color index color235 color234 ~F # flagged
|
||||
#color index color166 color234 ~= # duplicate messages
|
||||
#color index color240 color234 "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest
|
||||
#color index J_base color234 "~A~N!~T!~p!~Q!~F!~D" # the rest, new
|
||||
color index color160 color234 "~A" # all messages
|
||||
color index color166 color234 "~E" # expired messages
|
||||
color index color33 color234 "~N" # new messages
|
||||
color index color33 color234 "~O" # old messages
|
||||
color index color61 color234 "~Q" # messages that have been replied to
|
||||
color index color240 color234 "~R" # read messages
|
||||
color index color33 color234 "~U" # unread messages
|
||||
color index color33 color234 "~U~$" # unread, unreferenced messages
|
||||
color index color241 color234 "~v" # messages part of a collapsed thread
|
||||
color index color241 color234 "~P" # messages from me
|
||||
color index color37 color234 "~p!~F" # messages to me
|
||||
color index color37 color234 "~N~p!~F" # new messages to me
|
||||
color index color37 color234 "~U~p!~F" # unread messages to me
|
||||
color index color240 color234 "~R~p!~F" # messages to me
|
||||
color index color160 color234 "~F" # flagged messages
|
||||
color index color160 color234 "~F~p" # flagged messages to me
|
||||
color index color160 color234 "~N~F" # new flagged messages
|
||||
color index color160 color234 "~N~F~p" # new flagged messages to me
|
||||
color index color160 color234 "~U~F~p" # new flagged messages to me
|
||||
color index color235 color160 "~D" # deleted messages
|
||||
color index color245 color234 "~v~(!~N)" # collapsed thread with no unread
|
||||
color index color136 color234 "~v~(~N)" # collapsed thread with some unread
|
||||
color index color64 color234 "~N~v~(~N)" # collapsed thread with unread parent
|
||||
# statusbg used to indicated flagged when foreground color shows other status
|
||||
# for collapsed thread
|
||||
color index color160 color235 "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
||||
color index color136 color235 "~v~(~F~N)" # collapsed thread with some unread & flagged
|
||||
color index color64 color235 "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
||||
color index color64 color235 "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
||||
color index color37 color235 "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
||||
color index color136 color160 "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
||||
#color index color136 color234 "~(~N)" # messages in threads with some unread
|
||||
#color index color64 color234 "~S" # superseded messages
|
||||
#color index color160 color234 "~T" # tagged messages
|
||||
#color index color166 color160 "~=" # duplicated messages
|
||||
|
||||
# message headers ------------------------------------------------------
|
||||
|
||||
#color header color240 color234 "^"
|
||||
color hdrdefault color240 color234
|
||||
color header color241 color234 "^(From)"
|
||||
color header color33 color234 "^(Subject)"
|
||||
|
||||
# body -----------------------------------------------------------------
|
||||
|
||||
color quoted color33 color234
|
||||
color quoted1 color37 color234
|
||||
color quoted2 color136 color234
|
||||
color quoted3 color160 color234
|
||||
color quoted4 color166 color234
|
||||
|
||||
color signature color240 color234
|
||||
color bold color235 color234
|
||||
color underline color235 color234
|
||||
color normal color244 color234
|
||||
#
|
||||
color body color245 color234 "[;:][-o][)/(|]" # emoticons
|
||||
color body color245 color234 "[;:][)(|]" # emoticons
|
||||
color body color245 color234 "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\
|
||||
|FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\
|
||||
|IRL|RTFM|ROTFL|ROFL|YMMV)[*]?"
|
||||
color body color245 color234 "[ ][*][^*]*[*][ ]?" # more emoticon?
|
||||
color body color245 color234 "[ ]?[*][^*]*[*][ ]" # more emoticon?
|
||||
|
||||
## pgp
|
||||
|
||||
color body color160 color234 "(BAD signature)"
|
||||
color body color37 color234 "(Good signature)"
|
||||
color body color234 color234 "^gpg: Good signature .*"
|
||||
color body color241 color234 "^gpg: "
|
||||
color body color241 color160 "^gpg: BAD signature from.*"
|
||||
mono body bold "^gpg: Good signature"
|
||||
mono body bold "^gpg: BAD signature from.*"
|
||||
|
||||
# yes, an insance URL regex
|
||||
color body color160 color234 "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
|
||||
# and a heavy handed email regex
|
||||
#color body J_magent color234 "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])"
|
||||
|
||||
# Various smilies and the like
|
||||
#color body color230 color234 "<[Gg]>" # <g>
|
||||
#color body color230 color234 "<[Bb][Gg]>" # <bg>
|
||||
#color body color136 color234 " [;:]-*[})>{(<|]" # :-) etc...
|
||||
# *bold*
|
||||
#color body color33 color234 "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
||||
#mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
||||
# _underline_
|
||||
#color body color33 color234 "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
||||
#mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
||||
# /italic/ (Sometimes gets directory names)
|
||||
#color body color33 color234 "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
||||
#mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
||||
|
||||
# Border lines.
|
||||
#color body color33 color234 "( *[-+=#*~_]){6,}"
|
||||
|
||||
#folder-hook . "color status J_black J_status "
|
||||
#folder-hook gmail/inbox "color status J_black color136 "
|
||||
#folder-hook gmail/important "color status J_black color136 "
|
||||
|
26
mutt/.config/mutt/muttrc
Normal file
26
mutt/.config/mutt/muttrc
Normal file
|
@ -0,0 +1,26 @@
|
|||
set editor=nano
|
||||
set send_charset="utf-8"
|
||||
|
||||
|
||||
set sort=threads
|
||||
set sort_aux=last-date-received
|
||||
|
||||
## accounts
|
||||
source $EMAIL_ACCOUNT
|
||||
|
||||
macro index <f2> '<sync-mailbox><refresh><enter-command>source ~/.config/mutt/waarp<enter><change-folder>!<enter>'
|
||||
macro index <f3> '<sync-mailbox><refresh><enter-command>source ~/.config/mutt/perso<enter><change-folder>!<enter>'
|
||||
|
||||
## other
|
||||
source mutt-color-solarized.muttrc
|
||||
source muttrc.forgotten-attachment
|
||||
source muttrc.sidebar
|
||||
|
||||
|
||||
## Sidebar customization
|
||||
set sidebar_visible = yes
|
||||
set sidebar_width = 30
|
||||
set sidebar_short_path
|
||||
set sidebar_delim_chars="/"
|
||||
set sidebar_folder_indent
|
||||
set sidebar_indent_string=" "
|
2
mutt/.config/mutt/muttrc.aliases
Normal file
2
mutt/.config/mutt/muttrc.aliases
Normal file
|
@ -0,0 +1,2 @@
|
|||
alias lubert Auguste Lubert <auguste.lubert@atos.net>
|
||||
alias driss Driss Demiray <driss.demiray@waarp.org>
|
30
mutt/.config/mutt/muttrc.forgotten-attachment
Normal file
30
mutt/.config/mutt/muttrc.forgotten-attachment
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Example NeoMutt config file for the forgotten-attachment feature.
|
||||
|
||||
# The 'forgotten-attachment' feature provides a new setting for Mutt that
|
||||
# alerts the user if the message body contains a certain regular expression but there are
|
||||
# no attachments added. This is meant to ensure that the user does not forget
|
||||
# to attach a file after promising to do so in the mail.
|
||||
|
||||
# Ask if the user wishes to abort sending if $attach_keyword is found in the
|
||||
# body, but no attachments have been added
|
||||
# It can be set to:
|
||||
# "yes" : always abort
|
||||
# "ask-yes" : ask whether to abort
|
||||
# "no" : send the mail
|
||||
set abort_noattach = yes
|
||||
|
||||
# Search for the following regular expression in the body of the email
|
||||
|
||||
# English: attach, attached, attachment, attachments
|
||||
set attach_keyword = "\\<(attach|attached|attachments?)\\>"
|
||||
|
||||
# Nederlands:
|
||||
# set attach_keyword = "\\<(bijvoegen|bijgevoegd|bijlage|bijlagen)\\>"
|
||||
|
||||
# Deutsch:
|
||||
# set attach_keyword = "\\<(anhängen|angehängt|anhang|anhänge|hängt an)\\>"
|
||||
|
||||
# Français:
|
||||
set attach_keyword = "\\<(attaché|attachés|attache|attachons|joint|jointe|joints|jointes|joins|joignons|PJ)\\>"
|
||||
|
||||
# vim: syntax=muttrc
|
122
mutt/.config/mutt/muttrc.sidebar
Normal file
122
mutt/.config/mutt/muttrc.sidebar
Normal file
|
@ -0,0 +1,122 @@
|
|||
# Example NeoMutt config file for the sidebar feature.
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# VARIABLES - shown with their default values
|
||||
# --------------------------------------------------------------------------
|
||||
|
||||
# Should the Sidebar be shown?
|
||||
set sidebar_visible = no
|
||||
|
||||
# How wide should the Sidebar be in screen columns?
|
||||
# Note: Some characters, e.g. Chinese, take up two columns each.
|
||||
set sidebar_width = 20
|
||||
|
||||
# Should the mailbox paths be abbreviated?
|
||||
set sidebar_short_path = no
|
||||
|
||||
# When abbreviating mailbox path names, use any of these characters as path
|
||||
# separators. Only the part after the last separators will be shown.
|
||||
# For file folders '/' is good. For IMAP folders, often '.' is useful.
|
||||
set sidebar_delim_chars = '/.'
|
||||
|
||||
# If the mailbox path is abbreviated, should it be indented?
|
||||
set sidebar_folder_indent = no
|
||||
|
||||
# Indent mailbox paths with this string.
|
||||
set sidebar_indent_string = ' '
|
||||
|
||||
# Make the Sidebar only display mailboxes that contain new, or flagged,
|
||||
# mail.
|
||||
set sidebar_new_mail_only = no
|
||||
|
||||
# Any mailboxes that are whitelisted will always be visible, even if the
|
||||
# sidebar_new_mail_only option is enabled.
|
||||
sidebar_whitelist '/home/user/mailbox1'
|
||||
sidebar_whitelist '/home/user/mailbox2'
|
||||
|
||||
# When searching for mailboxes containing new mail, should the search wrap
|
||||
# around when it reaches the end of the list?
|
||||
set sidebar_next_new_wrap = no
|
||||
|
||||
# Show the Sidebar on the right-hand side of the screen
|
||||
set sidebar_on_right = no
|
||||
|
||||
# The character to use as the divider between the Sidebar and the other Mutt
|
||||
# panels.
|
||||
# Note: Only the first character of this string is used.
|
||||
set sidebar_divider_char = '|'
|
||||
|
||||
# Enable extended buffy mode to calculate total, new, and flagged
|
||||
# message counts for each mailbox.
|
||||
set mail_check_stats
|
||||
|
||||
# Display the Sidebar mailboxes using this format string.
|
||||
set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S'
|
||||
|
||||
# Sort the mailboxes in the Sidebar using this method:
|
||||
# count - total number of messages
|
||||
# flagged - number of flagged messages
|
||||
# new - number of new messages
|
||||
# path - mailbox path
|
||||
# unsorted - do not sort the mailboxes
|
||||
set sidebar_sort_method = 'unsorted'
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# FUNCTIONS - shown with an example mapping
|
||||
# --------------------------------------------------------------------------
|
||||
|
||||
# Move the highlight to the previous mailbox
|
||||
bind index,pager \Cp sidebar-prev
|
||||
|
||||
# Move the highlight to the next mailbox
|
||||
bind index,pager \Cn sidebar-next
|
||||
|
||||
# Open the highlighted mailbox
|
||||
bind index,pager \Co sidebar-open
|
||||
|
||||
# Move the highlight to the previous page
|
||||
# This is useful if you have a LOT of mailboxes.
|
||||
#bind index,pager <F3> sidebar-page-up
|
||||
|
||||
# Move the highlight to the next page
|
||||
# This is useful if you have a LOT of mailboxes.
|
||||
#bind index,pager <F4> sidebar-page-down
|
||||
|
||||
# Move the highlight to the previous mailbox containing new, or flagged,
|
||||
# mail.
|
||||
#bind index,pager <F5> sidebar-prev-new
|
||||
|
||||
# Move the highlight to the next mailbox containing new, or flagged, mail.
|
||||
#bind index,pager <F6> sidebar-next-new
|
||||
|
||||
# Toggle the visibility of the Sidebar.
|
||||
#bind index,pager B sidebar-toggle-visible
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# COLORS - some unpleasant examples are given
|
||||
# --------------------------------------------------------------------------
|
||||
# Note: All color operations are of the form:
|
||||
# color OBJECT FOREGROUND BACKGROUND
|
||||
|
||||
# Color of the current, open, mailbox
|
||||
# Note: This is a general Mutt option which colors all selected items.
|
||||
color indicator cyan black
|
||||
|
||||
# Color of the highlighted, but not open, mailbox.
|
||||
color sidebar_highlight black color8
|
||||
|
||||
# Color of the divider separating the Sidebar from Mutt panels
|
||||
color sidebar_divider color8 black
|
||||
|
||||
# Color to give mailboxes containing flagged mail
|
||||
color sidebar_flagged red black
|
||||
|
||||
# Color to give mailboxes containing new mail
|
||||
color sidebar_new green black
|
||||
|
||||
# Color to give mailboxes containing no new/flagged mail, etc</emphasis>
|
||||
color sidebar_ordinary color245 default
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
|
||||
# vim: syntax=muttrc
|
1
mutt/.config/mutt/perso.sig
Normal file
1
mutt/.config/mutt/perso.sig
Normal file
|
@ -0,0 +1 @@
|
|||
Bruno Carlin
|
6
mutt/.config/mutt/waarp.sig
Normal file
6
mutt/.config/mutt/waarp.sig
Normal file
|
@ -0,0 +1,6 @@
|
|||
Cordialement,
|
||||
|
||||
Bruno Carlin
|
||||
Waarp SAS
|
||||
01 56 38 51 08
|
||||
07 64 07 84 87
|
Loading…
Add table
Add a link
Reference in a new issue