some changes in mail ig

This commit is contained in:
joy 2024-10-17 23:05:33 +02:00
parent 8274ababec
commit ea9ada4451
3 changed files with 1 additions and 3 deletions

View file

@ -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";
}; };

View file

@ -51,6 +51,7 @@ in {
programs.neomutt = { programs.neomutt = {
enable = true; enable = true;
editor = "hx";
extraConfig = muttrc; extraConfig = muttrc;
}; };

View file

@ -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"