You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to ignore the error that source file doesn't exist? I know some program's config has include and inlude!, which the latter will ignore error when the file doesn't exist. How to do it in (neo)mutt? It will be useful for share config in different machines.
source XXX
line 34: source: file XXX could not be sourced
I only find ifdef/finish, not true if. Currently, I have to
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How to ignore the error that source file doesn't exist? I know some program's config has
include
andinlude!
, which the latter will ignore error when the file doesn't exist. How to do it in (neo)mutt? It will be useful for share config in different machines.I only find
ifdef/finish
, not trueif
. Currently, I have toBeta Was this translation helpful? Give feedback.
All reactions