mirror of
https://github.com/neomutt/samples.git
synced 2025-08-03 14:07:29 +02:00
18 lines
794 B
Plaintext
18 lines
794 B
Plaintext
# -------------------------------------------------------------------------
|
|
# Name: sidebar_short_path
|
|
# -------------------------------------------------------------------------
|
|
# By default the sidebar will show the mailbox's path, relative to the
|
|
# $folder variable. Setting sidebar_shortpath=yes will shorten the names
|
|
# relative to the previous name. Here's an example:
|
|
#
|
|
# shortpath=no
|
|
# shortpath=yes shortpath=yes, folderindent=yes, indentstr=".."
|
|
# fruit fruit fruit
|
|
# fruit.apple
|
|
# apple ..apple
|
|
# fruit.banana
|
|
# banana ..banana
|
|
# fruit.cherry
|
|
# cherry ..cherry
|
|
# -------------------------------------------------------------------------
|