-
I just installed Himalaya to try it out. I have been trying to use folder aliases, but I can't get them to work. Am I doing something wrong or have I misunderstood folder aliases? Excerpt from my config (sanitized): [accounts.account_name]
default = true
email = "grimnight@email"
display-name = "GrimNight"
backend.type = "maildir"
backend.root-dir = "~/.local/share/mail/grimnight/"
backend.maildirpp = false
message.send.backend.type = "sendmail"
message.send.backend.cmd = "/usr/sbin/sendmail"
folder.alias.inbox = "INBOX"
folder.alias.old = "Archives" And my attempts: ~
❯ himalaya envelope list -f old
Error:
0: cannot find maildir matching name old
Note: Run with --debug to enable logs with spantrace.
Note: Run with --trace to enable verbose logs with backtrace.
~
❯ himalaya envelope list -f inbox
Error:
0: cannot find maildir matching name inbox
Note: Run with --debug to enable logs with spantrace.
Note: Run with --trace to enable verbose logs with backtrace. The folder aliases don't seem to work, unless I have misunderstood them. Both |
Beta Was this translation helpful? Give feedback.
Answered by
soywod
Dec 12, 2024
Replies: 1 comment 2 replies
-
It is definitely supposed to be used the way you discribed it, so I'm afraid there is a regression on the Maildir backend. Let me transfer this discussion to an issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refs: #526