gnu: msmtp: Don't TP Debian's house.
* gnu/packages/mail.scm (msmtp)[arguments]: Fix comment typo.
This commit is contained in:
		
							parent
							
								
									2bb74d8a13
								
							
						
					
					
						commit
						70f619d892
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1707,7 +1707,7 @@ addons which can add many functionalities to the base client.")
 | 
				
			||||||
               (install-file (string-append msmtpq "/README.msmtpq") doc)
 | 
					               (install-file (string-append msmtpq "/README.msmtpq") doc)
 | 
				
			||||||
               (install-file "scripts/vim/msmtp.vim" vimfiles)
 | 
					               (install-file "scripts/vim/msmtp.vim" vimfiles)
 | 
				
			||||||
               ;; Don't rely on netcat being in the PATH to test for a
 | 
					               ;; Don't rely on netcat being in the PATH to test for a
 | 
				
			||||||
               ;; connection, instead try tp ing debian.org.
 | 
					               ;; connection, instead look up and ping debian.org.
 | 
				
			||||||
               (substitute* (string-append bin "/msmtpq")
 | 
					               (substitute* (string-append bin "/msmtpq")
 | 
				
			||||||
                 (("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))
 | 
					                 (("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))
 | 
				
			||||||
               #t))))))
 | 
					               #t))))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue