Guest User

Untitled

a guest
Nov 20th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. (setq elmo-maildir-folder-path "~/Mail/Maildir")
  2. (setq elmo-archive-folder-path "~/Mail")
  3. (setq wl-fcc ".sent" ;; sent msgs go to the "sent"-folder
  4. wl-default-folder ".inbox" ;; my main inbox
  5. wl-draft-folder ".draft" ;; store drafts in 'postponed'
  6. wl-trash-folder ".trash" ;; put trash in 'trash'
  7. wl-spam-folder ".trash" ;; ...spam as well
  8. wl-queue-folder ".queue") ;; we don't use this
  9.  
  10. %inbox "Inbox"
  11. %Myinbox "MyInbox"
  12. %sent "Sent"
  13. out{
  14. +~/Mail/Maildir/queue "queue"
  15. +~/Mail/Maildir/draft "draft"
  16. +~/Mail/Maildir/sent "sent"
  17. }
  18. Folders{
  19. %name1
  20. %name2
  21. ...
  22. }
Add Comment
Please, Sign In to add comment