Questions tagged [wanderlust]

Wanderlust is a mail reader for Emacs.

Wanderlust is a fast and powerful mail reader for Emacs that can store its mail on an IMAP server or locally (in MH or Maildir format). It has good support for multiple accounts, for internationalisation, and for composing and reading MIME-formatted e-mail.

Wanderlust is best installed from MELPA. It is maintained at http://github.com/wanderlust/wanderlust .

24 questions
4
votes
3 answers

GMail 2-factor auth without application-specific password

Is there any way I can read mail with emacs that comes from a gmail account protected with compulsory 2-factor auth? Application-specific passwords are disabled for GMail by my employer. So I can't use the usual workaround of setting an…
Robin Green
  • 949
  • 7
  • 16
4
votes
1 answer

Mime-view: wrap automatically

Wanderlust uses "mime-view" internally for displaying mail messages. Sometimes "text/plain" messages actually have very long lines (like "text/flowed". If in mime-view I toggle visual-line-mode message is displayed correctly. I've tried to add the…
Valerii Hiora
  • 213
  • 1
  • 3
3
votes
1 answer

How to show the message age in Wanderlust's summary buffer?

I tried to customize Wanderlust's summary buffer by changing wl-summary-line-format. I would like to see the age of a message in the summary buffer. But I can not find any abbreviation for the age of a message. In Gnus it was possible to define a…
ceving
  • 1,308
  • 1
  • 14
  • 28
3
votes
1 answer

How can I (automatically) check for new mail in Wanderlust?

Wanderlust doesn't update the number of new/unread/total mails in the "Folder" view. I have configured it to use my dovecot imap server and I didn't find any way to configure an update interval or even a keybinding or a function to update this…
Markus
  • 471
  • 2
  • 12
3
votes
2 answers

Wanderlust: use GPG sign by default

It is possible to manually toggle sign for a message, I wonder how it can be done for any message created?
Valerii Hiora
  • 213
  • 1
  • 3
2
votes
2 answers

Perl script to fetch mail folders, for use with mbsync or offlineimap

I have been looking at various email setups using different tools within Emacs for the last few months. I looked at various email setups using Gnus, mew, mu4e, wanderlust etc. While reading one of the setups on some blog, I was trying to setup…
rajudev
  • 163
  • 6
2
votes
0 answers

wanderlust: sort threads by newest message in thread

I know I can use C-u S date in the summary view to sort threads in reverse date order, but when I do this Wanderlust uses the date of the first message in the thread instead of the most recent. Sorting by number works the same way. This is…
hausner
  • 21
  • 1
2
votes
1 answer

How do I import email in Wanderlust?

I am setting up Wanderlust, and have an older "Maildir" folder created by Offlineimap. Am wondering how I can import these emails in Wanderlust and/or combine this folder with my new WL folder? Can I just move the files in each subdir?
Tomas By
  • 123
  • 3
2
votes
1 answer

How to make Wanderlust mark replied emails as "answered"

I noticed that Wanderlust 2.15.9 (Almost Unreal) does not automatically mark an email as "answered" to which I have written a reply, as some other mail clients do. How can I make it do so? I am aware that there are wl-summary-mark-as-answered and…
Pteromys
  • 185
  • 5
1
vote
1 answer

Changing html renderer in Wanderlust

I would like to modify how mime/html entities are transformed to text in Wanderlust. At the very least removing background colors and excessive spacing. Is there any simple way to do so?
Juanjo
  • 151
  • 6
1
vote
1 answer

wanderlust: default summary sort order?

I would like my all my wanderlust *Summary* buffers to be sorted by "number" in "reverse" order. I know how to manually request a sort, but I want this specified sort order to always be the default in all cases, without my having to run any…
HippoMan
  • 582
  • 2
  • 11
1
vote
2 answers

wanderlust: size and position of displayed images?

Using wanderlust in emacs-25.1.x, how can I specify the display size and position in the message buffer of attached images that are shown inline? I want to display smaller versions of the images, and I'd like to arrange them in a grid at the bottom…
HippoMan
  • 582
  • 2
  • 11
1
vote
1 answer

Wanderlust -- how to grep the contents of thousands of emails

Q:  How can I grep thousands of emails within Wanderlust while avoiding the dreaded error of "Too many arguments" or finding zero matches (when there should be one or more)? Wanderlust (and related elmo libraries) support searching the contents of…
lawlist
  • 18,826
  • 5
  • 37
  • 118
1
vote
1 answer

How to go to a folder programmatically?

wl-summary-goto-folder (keybinding g in Summary mode), permits to jump to a folder whose name is entered interactively. What I'd like is to pass it the folder name by argument, in order to call it at emacs startup time, with something…
Nikana Reklawyks
  • 322
  • 4
  • 15
1
vote
1 answer

All the IMAP folders of multiple accounts in wanderlust

I have two IMAP accounts, I'd like to see all my IMAP folders for both. With only one account I use "%/" in my .folders file and it works well (but I have the (setq elmo-imap4-default-server ... & co. in my .emacs). With two accounts I cannot make…
1
2