some changes in mail ig
This commit is contained in:
parent
8274ababec
commit
ea9ada4451
|
@ -25,7 +25,6 @@
|
||||||
userName = "contact";
|
userName = "contact";
|
||||||
realName = "Joy";
|
realName = "Joy";
|
||||||
passwordCommand = "cat /run/secrets/contact";
|
passwordCommand = "cat /run/secrets/contact";
|
||||||
# passwordCommand = "sh /home/joy/nix/modules/programs/home/mail/contact.sh";
|
|
||||||
imap.host = "mail.joygnu.org";
|
imap.host = "mail.joygnu.org";
|
||||||
smtp.host = "mail.joygnu.org";
|
smtp.host = "mail.joygnu.org";
|
||||||
};
|
};
|
||||||
|
|
|
@ -51,6 +51,7 @@ in {
|
||||||
|
|
||||||
programs.neomutt = {
|
programs.neomutt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
editor = "hx";
|
||||||
extraConfig = muttrc;
|
extraConfig = muttrc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,6 @@ bind index j next-entry
|
||||||
bind index k previous-entry
|
bind index k previous-entry
|
||||||
bind attach <return> view-mailcap
|
bind attach <return> view-mailcap
|
||||||
bind attach l view-mailcap
|
bind attach l view-mailcap
|
||||||
bind editor <space> noop
|
|
||||||
bind index G last-entry
|
bind index G last-entry
|
||||||
bind index gg first-entry
|
bind index gg first-entry
|
||||||
bind pager,attach h exit
|
bind pager,attach h exit
|
||||||
|
@ -105,7 +104,6 @@ bind index,pager,browser d half-down
|
||||||
bind index,pager,browser u half-up
|
bind index,pager,browser u half-up
|
||||||
bind index,pager S sync-mailbox
|
bind index,pager S sync-mailbox
|
||||||
bind index,pager R group-reply
|
bind index,pager R group-reply
|
||||||
bind editor <Tab> complete-query
|
|
||||||
|
|
||||||
macro index,pager gi "<change-folder>=Inbox<enter>" "go to inbox"
|
macro index,pager gi "<change-folder>=Inbox<enter>" "go to inbox"
|
||||||
macro index,pager Mi ";<save-message>=Inbox<enter>" "move mail to inbox"
|
macro index,pager Mi ";<save-message>=Inbox<enter>" "move mail to inbox"
|
||||||
|
|
Loading…
Reference in a new issue