diff options
| -rw-r--r-- | muttrc | 11 | ||||
| -rw-r--r-- | offlineimaprc | 2 | ||||
| -rwxr-xr-x | xinitrc | 2 | 
3 files changed, 10 insertions, 5 deletions
| @@ -18,13 +18,18 @@ set record      = "+dove/Sent"  mailboxes +INBOX + +# View good/bad mails +#    macro	index	S	"<limit>~h \"X-Spam-Flag: YES\"<enter><last-entry>"			"Show only SPAM" +#    macro	index	s	"<limit>~h \"X-Spam-Status: No\"<enter><last-entry>"			"Hide SPAM" +  macro index D \      "<save-message>+dove/Trash<enter>" \      "move message to the trash" -macro index S \ -    "<save-message>+dove/Spam<enter>" \ -    "mark message as spam" +#macro index S \ +#    "<save-message>+dove/Spam<enter>" \ +#    "mark message as spam"  # Dove conf  set from = "v@skozl.com" diff --git a/offlineimaprc b/offlineimaprc index 7ab6893..a54e9f5 100644 --- a/offlineimaprc +++ b/offlineimaprc @@ -15,7 +15,7 @@ localfolders = ~/.mail/dove  [Repository Dovecot-Remote]  type = IMAP -#idlefolders = ['INBOX'] +idlefolders = ['INBOX']  remotehost = skozl.com  remoteuser = v@skozl.com  #remotepass = youwish @@ -26,7 +26,7 @@ fi  # Make C-v always insert selection  autocutsel -fork &  autocutsel -selection PRIMARY -fork & -~ +  # give cursor  xsetroot -cursor_name left_ptr  | 
