mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #4] Are multiple email accounts supported #1
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @3ruce on GitHub (Oct 25, 2019).
Original GitHub issue: https://github.com/d99kris/nmail/issues/4
Say 2 gmail accounts and an imap account for example?
@d99kris commented on GitHub (Oct 25, 2019):
No, it's not supported. You can however run multiple parallel nmail sessions with different config dirs (and thus different email accounts), but it will be just that - multiple instances - each in its own terminal.
I do this with a couple of aliases, like:
Currently there's no plan for adding support for multiple accounts (in a single session), but if there's sufficient interest for it - and preferably some proposal on a suitable UI for it - I might consider it. But realistically I don't expect it in near future.
@3ruce commented on GitHub (Oct 25, 2019):
Ok... no worries, that alias is a nice work around though... thank you...
@d99kris commented on GitHub (Oct 25, 2019):
It's a good thing you brought it up though - I should probably add something in the README regarding this (and the suggested workaround).
@3ruce commented on GitHub (Oct 25, 2019):
Cool... Yeah, I'm just exploring cli based email clients at the moment, the usual suspects...
I'm giving the Emacs stuff a wide berth right now...