mirror of
				https://github.com/gaschz/dotfiles.git
				synced 2025-11-04 05:28:56 +01:00 
			
		
		
		
	fix: reorganize mutt configuration disposition
This commit is contained in:
		
							parent
							
								
									8c8c7d8e5a
								
							
						
					
					
						commit
						dcf2909f53
					
				@ -15,7 +15,7 @@ set honor_followup_to = yes
 | 
				
			|||||||
## Reading
 | 
					## Reading
 | 
				
			||||||
set mark_old          = no
 | 
					set mark_old          = no
 | 
				
			||||||
set date_format       = "%y-%m-%d %T"
 | 
					set date_format       = "%y-%m-%d %T"
 | 
				
			||||||
set index_format      = "%4C %Z %D %-8.8n %-12.12L (%4l) %s"
 | 
					set index_format      = "%4C %Z %{%b %d} %-12.12L (%4l) %s"
 | 
				
			||||||
set sort              = "reverse-threads"
 | 
					set sort              = "reverse-threads"
 | 
				
			||||||
set sort_aux          = "last-date-received"
 | 
					set sort_aux          = "last-date-received"
 | 
				
			||||||
set content_type      = "text/plain"
 | 
					set content_type      = "text/plain"
 | 
				
			||||||
@ -25,9 +25,11 @@ set my_editor         = "vim -c 'setf mail' "
 | 
				
			|||||||
set editor            = "$my_editor "
 | 
					set editor            = "$my_editor "
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Composing
 | 
					## Composing
 | 
				
			||||||
## Option 'use_envelope_from' does not work reliably, force Message-ID format.
 | 
					## Option 'use_envelope_from' does not work reliably, force Message-ID
 | 
				
			||||||
## To remove hostname message.
 | 
					## format to remove hostname from the header.
 | 
				
			||||||
set message_id_format = "<%z@%r%r>"
 | 
					set message_id_format = "<%z@%r%r>"
 | 
				
			||||||
 | 
					set from              = "$my_user@$my_server"
 | 
				
			||||||
 | 
					set use_from          = yes
 | 
				
			||||||
set fast_reply        = yes
 | 
					set fast_reply        = yes
 | 
				
			||||||
set edit_headers      = yes
 | 
					set edit_headers      = yes
 | 
				
			||||||
set copy              = yes
 | 
					set copy              = yes
 | 
				
			||||||
@ -55,4 +57,7 @@ set history             = 1000
 | 
				
			|||||||
set history_remove_dups = yes
 | 
					set history_remove_dups = yes
 | 
				
			||||||
set save_history        = 1
 | 
					set save_history        = 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Alias
 | 
				
			||||||
 | 
					alias me $realname <$from>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## vim: ft=muttrc
 | 
					## vim: ft=muttrc
 | 
				
			||||||
 | 
				
			|||||||
@ -5,11 +5,11 @@
 | 
				
			|||||||
## Source configuration
 | 
					## Source configuration
 | 
				
			||||||
cd ~/.config/mutt
 | 
					cd ~/.config/mutt
 | 
				
			||||||
source ~/.muttrc-credentials.local
 | 
					source ~/.muttrc-credentials.local
 | 
				
			||||||
source conf.d/server.muttrc
 | 
					source server.muttrc
 | 
				
			||||||
source conf.d/mailbox.muttrc
 | 
					source mailbox.muttrc
 | 
				
			||||||
source conf.d/pgp.muttrc
 | 
					source pgp.muttrc
 | 
				
			||||||
source conf.d/bindings.muttrc
 | 
					source bindings.muttrc
 | 
				
			||||||
source conf.d/colors.muttrc
 | 
					source colors.muttrc
 | 
				
			||||||
source ~/.muttrc-aliases.local
 | 
					source ~/.muttrc-aliases.local
 | 
				
			||||||
source ~/.muttrc.local
 | 
					source ~/.muttrc.local
 | 
				
			||||||
## vim: ft=muttrc
 | 
					## vim: ft=muttrc
 | 
				
			||||||
 | 
				
			|||||||
@ -25,12 +25,7 @@ set smtp_url          = "smtps://$my_user@smtp.$my_server"
 | 
				
			|||||||
unset record
 | 
					unset record
 | 
				
			||||||
set smtp_pass         = "$my_pass"
 | 
					set smtp_pass         = "$my_pass"
 | 
				
			||||||
set realname          = "$my_name"
 | 
					set realname          = "$my_name"
 | 
				
			||||||
set from              = "$my_user@$my_server"
 | 
					 | 
				
			||||||
set use_from          = yes
 | 
					 | 
				
			||||||
set ssl_starttls      = yes
 | 
					set ssl_starttls      = yes
 | 
				
			||||||
set ssl_force_tls     = yes
 | 
					set ssl_force_tls     = yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Alias
 | 
					 | 
				
			||||||
alias me $realname <$from>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## vim: ft=muttrc
 | 
					## vim: ft=muttrc
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user