fix(gs/emacs): Pass --read-envelope-from to sendmail
Change-Id: I8e4c0171336cad3ed817956b07b371aba706ab9f Reviewed-on: https://cl.tvl.fyi/c/depot/+/3248 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									8e33ae4ad7
								
							
						
					
					
						commit
						b5339a7e51
					
				
					 1 changed files with 8 additions and 2 deletions
				
			
		| 
						 | 
					@ -11,7 +11,10 @@
 | 
				
			||||||
                 :key "w")
 | 
					                 :key "w")
 | 
				
			||||||
          (:name "personal" :query "tag:inbox and tag:important and path:personal/**"
 | 
					          (:name "personal" :query "tag:inbox and tag:important and path:personal/**"
 | 
				
			||||||
                 :key "p"))
 | 
					                 :key "p"))
 | 
				
			||||||
        message-send-mail-function 'message-send-mail-with-sendmail)
 | 
					        message-send-mail-function 'message-send-mail-with-sendmail
 | 
				
			||||||
 | 
					        message-sendmail-f-is-evil 't
 | 
				
			||||||
 | 
					        message-sendmail-envelope-from 'header
 | 
				
			||||||
 | 
					        message-sendmail-extra-arguments '("--read-envelope-from"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  (add-hook! notmuch-message-mode-hook #'notmuch-company-setup))
 | 
					  (add-hook! notmuch-message-mode-hook #'notmuch-company-setup))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,7 +28,10 @@
 | 
				
			||||||
                 :key "w")
 | 
					                 :key "w")
 | 
				
			||||||
          (:name "personal" :query "tag:inbox and tag:important and path:personal/**"
 | 
					          (:name "personal" :query "tag:inbox and tag:important and path:personal/**"
 | 
				
			||||||
                 :key "p"))
 | 
					                 :key "p"))
 | 
				
			||||||
        message-send-mail-function 'message-send-mail-with-sendmail)
 | 
					        message-send-mail-function 'message-send-mail-with-sendmail
 | 
				
			||||||
 | 
					        message-sendmail-f-is-evil 't
 | 
				
			||||||
 | 
					        message-sendmail-envelope-from 'header
 | 
				
			||||||
 | 
					        message-sendmail-extra-arguments '("--read-envelope-from"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(set-popup-rule! "^\\*notmuch-saved-search-"
 | 
					(set-popup-rule! "^\\*notmuch-saved-search-"
 | 
				
			||||||
  :ignore t)
 | 
					  :ignore t)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue