diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-08 20:02:56 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-08 20:02:56 +0200 |
commit | 0f5647d6def87d9000aafa2d5d85519498365cd7 (patch) | |
tree | 38ba13f7e826afa8ca2fc3a466e2a222b4b53f82 | |
parent | 08d2a5b5ec2aeeea75db0ddb3c09d77b57c4998a (diff) |
aerc: Remove the [Gmail] prefix on folders
-rw-r--r-- | .config/aerc/aerc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index d83bb24..90fbd2a 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -8,6 +8,7 @@ empty-message=No mail… empty-dirlist=No folders… dirlist-delay=100ms sort=-r date +dirlist-left={{replace "^\\[Gmail]/" "" .Folder}} fuzzy-complete=true |