Igor Pruchanskiy wrote:
> I am sure this question was asked before, but i am not able to find
> anthing about this
> 
> How can i view dotfiles in mutt's file browser ?

The $mask variable determines which files will be displayed in
the file browser.  The default value is "!^\.[^.]", which
masks dotfiles.  Setting it to "." should enable all files to
be shown.

In my ~/.muttrc file, I have:

set mask="."             # A regexp defining which files will be shown in the
                         # file browser, (always a case-sensitive match).

I hope this is what you meant and it helps.

        -- Mr. Wade

-- 
Linux: The Choice of the GNU Generation


Reply via email to